ion: 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 target triplet: m68k-unknown-uclinux-uclibc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36070
--- 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
--- 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
--- 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=15532&action=view)
test code that exhibits the problem
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36049
s the case.
--
Summary: m68k outputs bad assembly comment
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kendal