From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20155 invoked by alias); 7 Jan 2010 00:38:08 -0000 Received: (qmail 20011 invoked by uid 48); 7 Jan 2010 00:37:52 -0000 Date: Thu, 07 Jan 2010 00:38:00 -0000 Subject: [Bug tree-optimization/42642] New: "-fcompare-debug failure" with "-O1 -fpeel-loops" X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "zsojka at seznam dot cz" 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: 2010-01/txt/msg00728.txt.bz2 Command line: g++ -O1 -fpeel-loops -fcompare-debug -c testcase.cpp it has to be compiled as C++ code, even though it's valid C code Tested revisions (x86_64): r155680 - crash r155662 - crash (x86) r154886 - crash r154830 - crash r153685 - OK (built without graphite support, if that matters) Output: $ /mnt/svn/gcc-trunk/binary-155680-lto/bin/g++ -O1 -fcompare-debug -fpeel-loops testcase.cpp -c g++: testcase.cpp: -fcompare-debug failure Valgrind: no errors reported -- Summary: "-fcompare-debug failure" with "-O1 -fpeel-loops" Product: gcc Version: 4.5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zsojka at seznam dot cz GCC host triplet: x86(_64)-pc-linux-gnu GCC target triplet: x86(_64)-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42642