public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/40303]  New: internal compiler error: in stmt_ann, at tree-flow-inline.h:173
@ 2009-05-30 11:27 roman dot werpachowski at gmail dot com
  2009-05-30 11:28 ` [Bug c/40303] " roman dot werpachowski at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: roman dot werpachowski at gmail dot com @ 2009-05-30 11:27 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2053 bytes --]

Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../gcc-4.2.4/configure --prefix=/opt/gcc/4.2.4 --enable-shared
--enable-threads=posix --enable-checking=release --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions
--enable-languages=c,c++,fortran --disable-dssi --with-cpu=generic
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.2.4
 /opt/gcc/4.2.4/libexec/gcc/x86_64-redhat-linux/4.2.4/cc1 -E -quiet -v
-I./src/common -I. -I. -I./src/divonne -DHAVE_CONFIG_H ./src/divonne/Divonne.c
-mtune=generic -fomit-frame-pointer -ffast-math -O3 -fpch-preprocess -o
Divonne.i
ignoring nonexistent directory
"/opt/gcc/4.2.4/lib/gcc/x86_64-redhat-linux/4.2.4/../../../../x86_64-redhat-linux/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
 ./src/common
 .
 ./src/divonne
 /usr/local/include
 /opt/gcc/4.2.4/include
 /opt/gcc/4.2.4/lib/gcc/x86_64-redhat-linux/4.2.4/include
 /usr/include
End of search list.
 /opt/gcc/4.2.4/libexec/gcc/x86_64-redhat-linux/4.2.4/cc1 -fpreprocessed
Divonne.i -quiet -dumpbase Divonne.c -mtune=generic -auxbase-strip Divonne.o
-O3 -version -fomit-frame-pointer -ffast-math -o Divonne.s
GNU C version 4.2.4 (x86_64-redhat-linux)
        compiled by GNU C version 4.2.4.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: d4a5ebe8da1d4ab780126ed34b473a99
./src/divonne/Explore.c: In function âExploreâ:
./src/divonne/Explore.c:17: internal compiler error: in stmt_ann, at
tree-flow-inline.h:173


-- 
           Summary: internal compiler error: in stmt_ann, at tree-flow-
                    inline.h:173
           Product: gcc
           Version: 4.2.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: roman dot werpachowski at gmail dot com
GCC target triplet:  x86_64-redhat-linux


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


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

* [Bug c/40303] internal compiler error: in stmt_ann, at tree-flow-inline.h:173
  2009-05-30 11:27 [Bug c/40303] New: internal compiler error: in stmt_ann, at tree-flow-inline.h:173 roman dot werpachowski at gmail dot com
@ 2009-05-30 11:28 ` roman dot werpachowski at gmail dot com
  2009-05-30 12:29 ` rguenth at gcc dot gnu dot org
  2009-05-30 12:36 ` roman dot werpachowski at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: roman dot werpachowski at gmail dot com @ 2009-05-30 11:28 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from roman dot werpachowski at gmail dot com  2009-05-30 11:28 -------
Created an attachment (id=17935)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17935&action=view)
Test case

Test case showing the bug.


-- 


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


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

* [Bug c/40303] internal compiler error: in stmt_ann, at tree-flow-inline.h:173
  2009-05-30 11:27 [Bug c/40303] New: internal compiler error: in stmt_ann, at tree-flow-inline.h:173 roman dot werpachowski at gmail dot com
  2009-05-30 11:28 ` [Bug c/40303] " roman dot werpachowski at gmail dot com
@ 2009-05-30 12:29 ` rguenth at gcc dot gnu dot org
  2009-05-30 12:36 ` roman dot werpachowski at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-05-30 12:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-05-30 12:29 -------
GCC 4.2 is no longer maintained, please upgrade to GCC 4.3.3 or GCC 4.4.0.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
 GCC target triplet| x86_64-redhat-linux        |x86_64-redhat-linux


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


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

* [Bug c/40303] internal compiler error: in stmt_ann, at tree-flow-inline.h:173
  2009-05-30 11:27 [Bug c/40303] New: internal compiler error: in stmt_ann, at tree-flow-inline.h:173 roman dot werpachowski at gmail dot com
  2009-05-30 11:28 ` [Bug c/40303] " roman dot werpachowski at gmail dot com
  2009-05-30 12:29 ` rguenth at gcc dot gnu dot org
@ 2009-05-30 12:36 ` roman dot werpachowski at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: roman dot werpachowski at gmail dot com @ 2009-05-30 12:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from roman dot werpachowski at gmail dot com  2009-05-30 12:36 -------
4.4.0 works fine.


-- 

roman dot werpachowski at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2009-05-30 12:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-30 11:27 [Bug c/40303] New: internal compiler error: in stmt_ann, at tree-flow-inline.h:173 roman dot werpachowski at gmail dot com
2009-05-30 11:28 ` [Bug c/40303] " roman dot werpachowski at gmail dot com
2009-05-30 12:29 ` rguenth at gcc dot gnu dot org
2009-05-30 12:36 ` roman dot werpachowski at gmail dot com

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).