[Bug rtl-optimization/54739] [4.8 regression] FAIL: gcc.dg/lower-subreg-1.c scan-rtl-dump subreg1 "Splitting reg"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54739 --- Comment #12 from eager at gcc dot gnu.org 2012-12-05 17:27:10 UTC --- Author: eager Date: Wed Dec 5 17:27:05 2012 New Revision: 194226 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194226 Log: PR rtl-optimization/54739 * config/microblaze/microblaze.md: (anddi3, iordi3, xordi3): Delete patterns. Modified: trunk/gcc/ChangeLog trunk/gcc/config/microblaze/microblaze.md
[Bug target/54663] microblaze-linux genchecksum failure: opening microblaze-c.o: No such file or directory
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54663 --- Comment #3 from eager at gcc dot gnu.org 2013-01-26 16:53:50 UTC --- Author: eager Date: Sat Jan 26 16:53:45 2013 New Revision: 195488 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195488 Log: gcc: PR target/54663 * config.gcc (microblaze*-linux*): Add tmake_file to allow building of microblaze-c.o. libgcc: * config.host(microblaze*-linux*): tmake_file: Remove t-slibgcc-nolc-override, add t-slibgcc-libgcc. * config/microblaze/t-microblaze: Set LIB2FUNCS_EXCLUDE to exclude functions from being built with libgcc.c and use the microblaze assembly. Modified: trunk/gcc/ChangeLog trunk/gcc/config.gcc trunk/libgcc/ChangeLog trunk/libgcc/config.host trunk/libgcc/config/microblaze/t-microblaze
[Bug testsuite/45856] gcc.c-torture/execute/cmpsf-1.c/cmpsi-2.c failed on x86-64
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45856 --- Comment #14 from eager at gcc dot gnu.org 2010-10-13 02:27:45 UTC --- Author: eager Date: Wed Oct 13 02:27:42 2010 New Revision: 165410 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165410 Log: PR 45856 Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.c-torture/execute/cmpsf-1.c trunk/gcc/testsuite/gcc.c-torture/execute/cmpsi-2.c