From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4765 invoked by alias); 14 Feb 2005 13:53:49 -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 4632 invoked by uid 48); 14 Feb 2005 13:53:43 -0000 Date: Mon, 14 Feb 2005 18:55:00 -0000 From: "micis at gmx dot de" To: gcc-bugs@gcc.gnu.org Message-ID: <20050214135340.19952.micis@gmx.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/19952] New: ICE: tree check: expected class 'declaration', have 'statement' (label_expr) in tree_verify_flow_info, at tree-cfg.c:3709 X-Bugzilla-Reason: CC X-SW-Source: 2005-02/txt/msg01439.txt.bz2 List-Id: When I compile ACE5.4.2 with the latest snapshot (20050213) I get an ICE. Michael Cieslinski g++ -O3 -ftree-vectorize -c -o Hash_Map.o Hash_Map.ii Hash_Map.cpp: In function 'int main(int, ACE_TCHAR**)': Hash_Map.cpp:113: internal compiler error: tree check: expected class 'declaration', have 'statement' (label_expr) in tree_verify_flow_info, at tree-cfg.c:3709 Please submit a full bug report, with preprocessed source if appropriate. g++ -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc40/configure --prefix=/usr/local/gcc40d --program- suffix=40d --with-arch=opteron --enable-languages=c,c++ --enable-checking Thread model: posix gcc version 4.0.0 20050213 (experimental) -- Summary: ICE: tree check: expected class 'declaration', have 'statement' (label_expr) in tree_verify_flow_info, at tree-cfg.c:3709 Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: micis at gmx dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19952