public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/42631]  New: "-fcompare-debug failure" with "-O1 -funroll-loops"
@ 2010-01-06  0:50 zsojka at seznam dot cz
  2010-01-06 12:00 ` [Bug rtl-optimization/42631] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: zsojka at seznam dot cz @ 2010-01-06  0:50 UTC (permalink / raw)
  To: gcc-bugs

Command line:
gcc -O1 -funroll-loops -fcompare-debug -c testcase.c

Tested revisions:
r155643 - crash (x86_64)
r155290 - crash (x86)
r153685 - crash (x86_64)

Output:
$ /mnt/svn/gcc-trunk/binary-153685-lto/bin/gcc -O1 -funroll-loops
-fcompare-debug -c testcase.c
gcc: testcase.c: -fcompare-debug failure

================== testcase.c ==================
void foo()
{
  unsigned k; /* doesn't crash with 'int' or when initialized */
  while (--k > 0);
}
================================================


-- 
           Summary: "-fcompare-debug failure" with "-O1 -funroll-loops"
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: debug
        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=42631


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-01-09 14:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-06  0:50 [Bug debug/42631] New: "-fcompare-debug failure" with "-O1 -funroll-loops" zsojka at seznam dot cz
2010-01-06 12:00 ` [Bug rtl-optimization/42631] [4.5 Regression] " rguenth at gcc dot gnu dot org
2010-01-06 12:33 ` steven at gcc dot gnu dot org
2010-01-06 23:48 ` steven at gcc dot gnu dot org
2010-01-06 23:54 ` steven at gcc dot gnu dot org
2010-01-07 13:54 ` aoliva at gcc dot gnu dot org
2010-01-07 14:54 ` rguenth at gcc dot gnu dot org
2010-01-07 19:55 ` steven at gcc dot gnu dot org
2010-01-07 20:44 ` aoliva at gcc dot gnu dot org
2010-01-08  1:01 ` aoliva at gcc dot gnu dot org
2010-01-08  1:27 ` aoliva at gcc dot gnu dot org
2010-01-08  1:56 ` zadeck at naturalbridge dot com
2010-01-08  2:44 ` aoliva at gcc dot gnu dot org
2010-01-08  3:52 ` zadeck at naturalbridge dot com
2010-01-08  5:27 ` aoliva at gcc dot gnu dot org
2010-01-09 14:42 ` aoliva at gcc dot gnu dot org
2010-01-09 14:50 ` aoliva at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).