This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/14064] New: -fdata-sections triggers ICE
- From: "berndtrog at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Feb 2004 18:44:10 -0000
- Subject: [Bug target/14064] New: -fdata-sections triggers ICE
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
/* begin test.c */
int test_1;
/* end test.c */
$ avr-gcc -c -fdata-sections test.c
test.c:2: internal compiler error: in avr_unique_section, at config/avr/avr.c:4369
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gcc version 3.4.0 20040207 (prerelease)
(gcc-3.3.2 has the same problem)
Note:
-ffunction-sections works realy great!
--
Summary: -fdata-sections triggers ICE
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: berndtrog at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: avr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14064