[Bug target/60735] GCC targeting E500 with SPE has errors with the _Decimal64 type
meissner at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 21 22:04:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60735
--- Comment #12 from Michael Meissner <meissner at gcc dot gnu.org> ---
Author: meissner
Date: Mon Apr 21 22:03:51 2014
New Revision: 209547
URL: http://gcc.gnu.org/viewcvs?rev=209547&root=gcc&view=rev
Log:
[gcc]
2014-04-21 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/60735
* config/rs6000/rs6000.md (mov<mode>_softfloat32, FMOVE64 case):
If mode is DDmode and TARGET_E500_DOUBLE allow move.
* config/rs6000/rs6000.c (rs6000_debug_reg_global): Print some
more debug information for E500 if -mdebug=reg.
[gcc/testsuite]
2014-04-21 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/60735
* gcc.target/powerpc/pr60735.c: New test. Insure _Decimal64 does
not cause errors if -mspe.
Added:
branches/gcc-4_8-branch/gcc/testsuite/gcc.target/powerpc/pr60735.c
- copied unchanged from r209546,
trunk/gcc/testsuite/gcc.target/powerpc/pr60735.c
Modified:
branches/gcc-4_8-branch/gcc/ChangeLog
branches/gcc-4_8-branch/gcc/config/rs6000/rs6000.c
branches/gcc-4_8-branch/gcc/config/rs6000/rs6000.md
branches/gcc-4_8-branch/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list