[Bug target/45844] FAIL: gfortran.dg/vect/pr45714-b.f -O (internal compiler error)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45844 --- Comment #10 from dougkwan at gcc dot gnu.org 2012-06-01 20:43:37 UTC --- Author: dougkwan Date: Fri Jun 1 20:43:31 2012 New Revision: 188126 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188126 Log: 2012-06-01 Doug Kwan Backport r171031 from upstream trunk. 2011-03-16 Alan Modra PR target/45844 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Don't create invalid offset address for vsx splat insn. * config/rs6000/predicates.md (splat_input_operand): New. * config/rs6000/vsx.md (vsx_splat_*): Use it. * contrib/testsuite-management/powerpc64-grtev2-linux-gnu.xfail: Remove expected failures because now the bug is fixed. Modified: branches/google/gcc-4_6/ChangeLog.google-4_6 branches/google/gcc-4_6/contrib/testsuite-management/powerpc64-grtev2-linux-gnu.xfail branches/google/gcc-4_6/gcc/ChangeLog.google-4_6 branches/google/gcc-4_6/gcc/config/rs6000/predicates.md branches/google/gcc-4_6/gcc/config/rs6000/rs6000.c branches/google/gcc-4_6/gcc/config/rs6000/vsx.md
[Bug libstdc++/48123] bits/cpu_defines.h not installed in freestanding mode.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48123 --- Comment #1 from dougkwan at gcc dot gnu.org 2011-03-15 20:57:00 UTC --- Author: dougkwan Date: Tue Mar 15 20:56:52 2011 New Revision: 171019 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171019 Log: 2011-03-15 Doug Kwan PR libstdc++/48123 * include/Makefile.am (install-freestanding-headers): Install cpu_defines.h * include/Makefile.in: Regenerate. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/Makefile.am trunk/libstdc++-v3/include/Makefile.in
[Bug libstdc++/48123] bits/cpu_defines.h not installed in freestanding mode.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48123 --- Comment #2 from dougkwan at gcc dot gnu.org 2011-03-15 23:39:07 UTC --- Author: dougkwan Date: Tue Mar 15 23:39:02 2011 New Revision: 171020 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171020 Log: 2011-03-15 Doug Kwan PR libstdc++/48123 * include/Makefile.am (install-freestanding-headers): Install cpu_defines.h * include/Makefile.in: Regenerate. Modified: branches/gcc-4_6-branch/libstdc++-v3/ChangeLog branches/gcc-4_6-branch/libstdc++-v3/include/Makefile.am branches/gcc-4_6-branch/libstdc++-v3/include/Makefile.in