From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28725 invoked by alias); 23 Dec 2011 18:15:13 -0000 Received: (qmail 28691 invoked by uid 22791); 23 Dec 2011 18:15:10 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_KN X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Dec 2011 18:14:56 +0000 From: "tprince at computer dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/51669] New: ICE verify-gimple with openmp Date: Fri, 23 Dec 2011 18:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tprince at computer dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2011-12/txt/msg02557.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D51669 Bug #: 51669 Summary: ICE verify-gimple with openmp Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: tprince@computer.org Created attachment 26173 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D26173 pre-processed C++ source [tim@tim-knf1 gf]$ g++ -O1 -fopenmp -Drestrict=3D__restrict__ -v s451.i Using built-in specs. COLLECT_GCC=3Dg++ COLLECT_LTO_WRAPPER=3D/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.7.0= /lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.7-20111217/configure --enable-languages=3D'c c++ fortran' --disable-multilib Thread model: posix gcc version 4.7.0 20111217 (experimental) (GCC)=20 COLLECT_GCC_OPTIONS=3D'-O1' '-fopenmp' '-D' 'restrict=3D__restrict__' '-v' '-shared-libgcc' '-mtune=3Dgeneric' '-march=3Dx86-64' '-pthread' /usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.7.0/cc1plus -fpreprocess= ed s451.i -quiet -dumpbase s451.i -mtune=3Dgeneric -march=3Dx86-64 -auxbase s4= 51 -O1 -version -fopenmp -o /tmp/ccVyBz2P.s GNU C++ (GCC) version 4.7.0 20111217 (experimental) (x86_64-unknown-linux-g= nu) compiled by GNU C version 4.7.0 20111217 (experimental), GMP version 5.= 0.2, MPFR version 3.1.0, MPC version 0.9 warning: MPC header version 0.9 differs from library version 0.8. GGC heuristics: --param ggc-min-expand=3D30 --param ggc-min-heapsize=3D4096 GNU C++ (GCC) version 4.7.0 20111217 (experimental) (x86_64-unknown-linux-g= nu) compiled by GNU C version 4.7.0 20111217 (experimental), GMP version 5.= 0.2, MPFR version 3.1.0, MPC version 0.9 warning: MPC header version 0.9 differs from library version 0.8. GGC heuristics: --param ggc-min-expand=3D30 --param ggc-min-heapsize=3D4096 Compiler executable checksum: 19c710f37412ac153ea3c68c9b7fb9cd s451.cpp: In function =E2=80=98int s451_(integer*, integer*, integer*, real= *, real*, real*, real*, real*, real*, real*, real*, real*, real*)=E2=80=99: s451.cpp:46:1: internal compiler error: in verify_gimple_stmt, at tree-cfg.c:4244