public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/40100]  New: verify_flow_info failed with -O2
@ 2009-05-11  9:22 dcb314 at hotmail dot com
  2009-05-11  9:23 ` [Bug c++/40100] " dcb314 at hotmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2009-05-11  9:22 UTC (permalink / raw)
  To: gcc-bugs

I just tried to compile the Suse Linux package djvulibre-3.5.21-1.85
with the GNU g++ version 4.5 snapshot 20090507.

The compiler said

DjVuDocEditor.cpp:596: error: EH edge 283->1258 is missing
DjVuDocEditor.cpp:596: error: unnecessary EH edge 283->982
DjVuDocEditor.cpp:596: error: EH edge 285->1258 is missing
DjVuDocEditor.cpp:596: error: unnecessary EH edge 285->986
DjVuDocEditor.cpp:596: error: EH edge 287->1258 is missing
DjVuDocEditor.cpp:596: error: unnecessary EH edge 287->991
DjVuDocEditor.cpp:596: error: EH edge 289->1258 is missing
DjVuDocEditor.cpp:596: error: unnecessary EH edge 289->997
...
DjVuDocEditor.cpp:596: internal compiler error: verify_flow_info failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


Preprocessed source code attached. Flag -O2 required.


-- 
           Summary: verify_flow_info failed with -O2
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dcb314 at hotmail dot com
  GCC host triplet: x86_64-suse-linux


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


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

* [Bug c++/40100] verify_flow_info failed with -O2
  2009-05-11  9:22 [Bug c++/40100] New: verify_flow_info failed with -O2 dcb314 at hotmail dot com
@ 2009-05-11  9:23 ` dcb314 at hotmail dot com
  2009-05-11  9:59 ` [Bug middle-end/40100] [4.5 Regression] " rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dcb314 at hotmail dot com @ 2009-05-11  9:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from dcb314 at hotmail dot com  2009-05-11 09:23 -------
Created an attachment (id=17851)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17851&action=view)
C++ source code


-- 


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


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

* [Bug middle-end/40100] [4.5 Regression] verify_flow_info failed with -O2
  2009-05-11  9:22 [Bug c++/40100] New: verify_flow_info failed with -O2 dcb314 at hotmail dot com
  2009-05-11  9:23 ` [Bug c++/40100] " dcb314 at hotmail dot com
@ 2009-05-11  9:59 ` rguenth at gcc dot gnu dot org
  2009-05-11 17:16 ` hubicka at gcc dot gnu dot org
  2009-05-11 17:23 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-05-11  9:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org
          Component|c++                         |middle-end
            Summary|verify_flow_info failed with|[4.5 Regression]
                   |-O2                         |verify_flow_info failed with
                   |                            |-O2
   Target Milestone|---                         |4.5.0


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


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

* [Bug middle-end/40100] [4.5 Regression] verify_flow_info failed with -O2
  2009-05-11  9:22 [Bug c++/40100] New: verify_flow_info failed with -O2 dcb314 at hotmail dot com
  2009-05-11  9:23 ` [Bug c++/40100] " dcb314 at hotmail dot com
  2009-05-11  9:59 ` [Bug middle-end/40100] [4.5 Regression] " rguenth at gcc dot gnu dot org
@ 2009-05-11 17:16 ` hubicka at gcc dot gnu dot org
  2009-05-11 17:23 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hubicka at gcc dot gnu dot org @ 2009-05-11 17:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hubicka at gcc dot gnu dot org  2009-05-11 17:16 -------
It compiles for me at -O2 and x86_64-linux.  I fixed bug with similar symptoms
last week, does it still reproduce?

Honza


-- 


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


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

* [Bug middle-end/40100] [4.5 Regression] verify_flow_info failed with -O2
  2009-05-11  9:22 [Bug c++/40100] New: verify_flow_info failed with -O2 dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  2009-05-11 17:16 ` hubicka at gcc dot gnu dot org
@ 2009-05-11 17:23 ` hjl dot tools at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hjl dot tools at gmail dot com @ 2009-05-11 17:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hjl dot tools at gmail dot com  2009-05-11 17:22 -------


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


-- 

hjl dot tools at gmail dot com changed:

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


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


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

end of thread, other threads:[~2009-05-11 17:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-11  9:22 [Bug c++/40100] New: verify_flow_info failed with -O2 dcb314 at hotmail dot com
2009-05-11  9:23 ` [Bug c++/40100] " dcb314 at hotmail dot com
2009-05-11  9:59 ` [Bug middle-end/40100] [4.5 Regression] " rguenth at gcc dot gnu dot org
2009-05-11 17:16 ` hubicka at gcc dot gnu dot org
2009-05-11 17:23 ` hjl dot tools 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).