From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13810 invoked by alias); 16 Nov 2012 17:16:33 -0000 Received: (qmail 13777 invoked by uid 48); 16 Nov 2012 17:16:18 -0000 From: "rcp at sentientmeat dot ca" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/55355] New: internal compiler error: in tree_low_cst, at tree.c:6415 Date: Fri, 16 Nov 2012 17:16: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: rcp at sentientmeat dot ca 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" 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: 2012-11/txt/msg01527.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55355 Bug #: 55355 Summary: internal compiler error: in tree_low_cst, at tree.c:6415 Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: rcp@sentientmeat.ca Created attachment 28711 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28711 Minimal C++ file to reproduce gcc 3.4.6 ICE in tree_low_cst, at tree.c:6415 The attached file produces the following error when compiled with gcc 3.4.6: $ /usr/local/gcc-4.6.3/bin/g++ -O2 -save-temps -c test.cpp test.cpp: In member function 'void C::funcC()': test.cpp:34:1: internal compiler error: in tree_low_cst, at tree.c:6415 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gcc 3.4.6 is configured thusly: $ /usr/local/gcc-4.6.3/bin/g++ -v Using built-in specs. COLLECT_GCC=/usr/local/gcc-4.6.3/bin/g++ COLLECT_LTO_WRAPPER=/usr/local/gcc-4.6.3/bin/../libexec/gcc/i686-pc-linux-gnu/4.6.3/lto-wrapper Target: i686-pc-linux-gnu Configured with: ../gcc-4.6.3/configure --prefix=/opt/soldev/gcc-4.6.3 --with-gnu-as --with-gnu-ld --disable-libgcj --enable-languages=c,c++ Thread model: posix gcc version 4.6.3 (GCC)