[Bug other/23237] New: -funit-at-a-time reject valid code (xxx causes a section type conflict).
pluto at agmk dot net
gcc-bugzilla@gcc.gnu.org
Thu Aug 4 20:37:00 GMT 2005
$ gcc initramfs.i -O2 -c -funit-at-a-time
(...)
init/initramfs.c: At top level:
init/initramfs.c:10: error: message causes a section type conflict
init/initramfs.c:33: error: head causes a section type conflict
init/initramfs.c:80: error: ino causes a section type conflict
init/initramfs.c:80: error: major causes a section type conflict
init/initramfs.c:80: error: minor causes a section type conflict
init/initramfs.c:80: error: nlink causes a section type conflict
init/initramfs.c:81: error: mode causes a section type conflict
init/initramfs.c:82: error: body_len causes a section type conflict
init/initramfs.c:82: error: name_len causes a section type conflict
init/initramfs.c:83: error: uid causes a section type conflict
init/initramfs.c:84: error: gid causes a section type conflict
init/initramfs.c:85: error: rdev causes a section type conflict
init/initramfs.c:121: error: state causes a section type conflict
init/initramfs.c:121: error: next_state causes a section type conflict
init/initramfs.c:123: error: victim causes a section type conflict
init/initramfs.c:124: error: count causes a section type conflict
init/initramfs.c:125: error: this_header causes a section type conflict
init/initramfs.c:125: error: next_header causes a section type conflict
init/initramfs.c:127: error: dry_run causes a section type conflict
init/initramfs.c:138: error: collected causes a section type conflict
init/initramfs.c:139: error: remains causes a section type conflict
init/initramfs.c:140: error: collect causes a section type conflict
init/initramfs.c:156: error: header_buf causes a section type conflict
init/initramfs.c:156: error: symlink_buf causes a section type conflict
init/initramfs.c:156: error: name_buf causes a section type conflict
init/initramfs.c:239: error: wfd causes a section type conflict
--
Summary: -funit-at-a-time reject valid code (xxx causes a section
type conflict).
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: other
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pluto at agmk dot net
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: ppc-pld-linux
GCC host triplet: ppc-pld-linux
GCC target triplet: ppc-pld-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23237
More information about the Gcc-bugs
mailing list