[Bug target/64074] New: PowerPC E500: Passing of double parameters not EABI compliant

2014-11-25 Thread florian.miedniak at web dot de
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: florian.miedniak at web dot de Created attachment 34118 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34118&action=edit minimal testcase, preprocessed For target PowerPC E5

[Bug target/64074] PowerPC E500: Passing of double parameters not EABI compliant

2014-11-26 Thread florian.miedniak at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64074 --- Comment #2 from Florian Miedniak --- Thanks for the hint! I had I try with GCC 4.7.3 again: powerpc-elf-eabi-gcc.exe -mcpu=8548 -c test.c -o test.o -mdouble-float -mfloat-gprs=double -save-temps -v -mabi=spe but unfortunately this didn't ch

[Bug target/64074] PowerPC E500: Passing of double parameters not EABI compliant

2014-11-26 Thread florian.miedniak at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64074 --- Comment #3 from Florian Miedniak --- (In reply to Florian Miedniak from comment #2) > Thanks for the hint! I had I try with GCC 4.7.3 again: > > powerpc-elf-eabi-gcc.exe -mcpu=8548 -c test.c -o test.o -mdouble-float > -mfloat-gprs=double -sa

[Bug target/64074] PowerPC E500: Passing of double parameters not EABI compliant

2014-11-27 Thread florian.miedniak at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64074 Florian Miedniak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---