[Bug c/36070] New: m68k/coldfire gcc build breaks due to sc_fpstate, sc_fpregs reference

2008-04-28 Thread kendallc at vxitech dot com
Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kendallc at vxitech dot com GCC target triplet: m68k-unknown-uclinux-uclibc http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36070

[Bug target/36049] m68k assembly comment causes assembler error

2008-04-27 Thread kendallc at vxitech dot com
--- Comment #3 from kendallc at vxitech dot com 2008-04-27 07:32 --- The issue was the uClibc makefiles having -Wa,--bitwise-or as a default config option. This causes binutils to not treat | as a comment. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36049

[Bug c/36049] New: m68k outputs bad assembly comment

2008-04-25 Thread kendallc at vxitech dot com
: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: kendallc at vxitech dot com GCC build triplet: i486-linux-gnu GCC host triplet: i486-linux-gnu GCC target triplet

[Bug c/36049] m68k outputs bad assembly comment

2008-04-25 Thread kendallc at vxitech dot com
--- Comment #1 from kendallc at vxitech dot com 2008-04-25 21:56 --- Created an attachment (id=15532) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15532action=view) test code that exhibits the problem -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36049

[Bug target/36049] m68k assembly comment causes assembler error

2008-04-25 Thread kendallc at vxitech dot com
--- Comment #2 from kendallc at vxitech dot com 2008-04-26 01:40 --- Marking my own bug as invalid because it looks like gas should accept | as a comment. I guess this is a binutils problem. -- kendallc at vxitech dot com changed: What|Removed