From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17277 invoked by alias); 18 Jul 2004 22:33:59 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 17264 invoked by uid 48); 18 Jul 2004 22:33:58 -0000 Date: Sun, 18 Jul 2004 22:33:00 -0000 From: "steven at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040718223357.16621.steven@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/16621] New: C4x fails miserably X-Bugzilla-Reason: CC X-SW-Source: 2004-07/txt/msg02249.txt.bz2 List-Id: $ 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