[Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu

2006-09-01 Thread kazu at gcc dot gnu dot org
--- Comment #5 from kazu at gcc dot gnu dot org 2006-09-01 18:38 --- Reproduced. -- kazu at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu

2006-09-01 Thread kazu at gcc dot gnu dot org
-- kazu at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kazu at gcc dot gnu dot org |dot org

[Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu

2006-09-01 Thread kazu at gcc dot gnu dot org
--- Comment #6 from kazu at gcc dot gnu dot org 2006-09-01 19:17 --- Reduced down to: /* m68k-none-elf-gcc -O2 -m68000 */ _Complex float foo (float a) { return __builtin_copysign (a != a, a); } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28911

[Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu

2006-08-31 Thread luke dot powell at bjservices dot com
--- Comment #4 from luke dot powell at bjservices dot com 2006-08-31 21:59 --- (In reply to comment #3) It is the SVN trunk, so a svn snapshot will be a snapshot of the mainline. I attempted a rebuild with the trunk at SVN revision 116602. The compilation did get past the previous

[Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu

2006-08-30 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-08-30 21:38 --- Yes try the mainline for the cross compiler. *** This bug has been marked as a duplicate of 23442 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu

2006-08-30 Thread luke dot powell at bjservices dot com
--- Comment #2 from luke dot powell at bjservices dot com 2006-08-30 21:46 --- I'm not familiar with that term, mainline. Is that the current CVS snapshot or something else? Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28911

[Bug middle-end/28911] Cross compiler build for m68k--elf fails on x86_64-linux-gnu

2006-08-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-08-31 02:58 --- (In reply to comment #2) I'm not familiar with that term, mainline. Is that the current CVS snapshot or something else? Thanks. It is the SVN trunk, so a svn snapshot will be a snapshot of the mainline. --