add bugzilla links

From-SVN: r212232
This commit is contained in:
Christian Bruel 2014-07-02 15:20:01 +02:00
parent cbee452f8d
commit 513c5c74ce
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2014-07-02 Christian Bruel <christian.bruel@st.com>
PR target/29349
PR target/53513
* mode-switching.c (struct bb_info): Add mode_out, mode_in caches.
(make_preds_opaque): Delete.
(clear_mode_bit, mode_bit_p, set_mode_bit): New macros.

View file

@ -1,5 +1,7 @@
2014-07-02 Christian Bruel <christian.bruel@st.com>
PR target/29349
PR target/53513
* gcc.target/sh/fpchg.c: New test.
2014-07-02 Jakub Jelinek <jakub@redhat.com>