This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16621] New: C4x fails miserably
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jul 2004 22:33:58 -0000
- Subject: [Bug target/16621] New: C4x fails miserably
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
$ cat t.i
int i[2];
$ gcc-c4x t.i
t.i:1: error: size of array `i' is too large
$ gcc-c4x
gcc-c4x (GCC) 3.5.0 20040718 (experimental)
Seems like this pretty much inhibits real-world use of
this compiler :-)
It was suggested that this is libcpp using HOST_WIDE_INT,
but I've put the bug in `target' for now anyway until we
understand the problem better.
--
Summary: C4x fails miserably
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: steven at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-suse-linux-gnu
GCC target triplet: c4x-unknown-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16621