public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31145]  New: ICE: in cse_find_path, at cse.c:5930    with -O3 -ftracer
@ 2007-03-12 11:23 wouter dot vermaelen at pi dot be
  2007-03-12 14:57 ` [Bug c++/31145] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 2+ messages in thread
From: wouter dot vermaelen at pi dot be @ 2007-03-12 11:23 UTC (permalink / raw)
  To: gcc-bugs

I'm using SVN revision 122834.

> cat bug.cc
int buf[2];
int f(int x) {
        return (x & 1) ? buf[0] : buf[1];
}
void g() {
        for (int x = 0; x < 100 && f(x); ++x);
}

> g++ -O3 -ftracer bug.ccbug.cc: In function 'void g()':
bug.cc:7: internal compiler error: in cse_find_path, at cse.c:5930

> g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../configure -v --enable-languages=c,c++
--prefix=/home/wouter/gcc/local --enable-shared --with-system-zlib --enable-nls
--enable-threads=posix --without-included-gettext --disable-werror
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug i486-linux-gnu --enable-libmudflap
--enable-checking=release
Thread model: posix
gcc version 4.3.0 20070312 (experimental)


-- 
           Summary: ICE: in cse_find_path, at cse.c:5930    with -O3 -
                    ftracer
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wouter dot vermaelen at pi dot be


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31145


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

* [Bug c++/31145] ICE: in cse_find_path, at cse.c:5930    with -O3 -ftracer
  2007-03-12 11:23 [Bug c++/31145] New: ICE: in cse_find_path, at cse.c:5930 with -O3 -ftracer wouter dot vermaelen at pi dot be
@ 2007-03-12 14:57 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 2+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-12 14:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-03-12 14:56 -------


*** This bug has been marked as a duplicate of 31127 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31145


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

end of thread, other threads:[~2007-03-12 14:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-12 11:23 [Bug c++/31145] New: ICE: in cse_find_path, at cse.c:5930 with -O3 -ftracer wouter dot vermaelen at pi dot be
2007-03-12 14:57 ` [Bug c++/31145] " pinskia 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).