This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16621] New: C4x fails miserably


$ 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]