This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/51585] [4.7 Regression] verify_flow_info failed ICE with virtual inheritance


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-16 21:09:23 UTC ---
Indeed:
for k in 18225{0,1} 18232{5,6}; do ./cc1plus.$k -O0 pr51585.C  -quiet; echo $?;
done
0
pr51585.C: In member function âB& C::_ZTch0_v0_n24_N1C3fooEv()â:
pr51585.C:10:14: error: fallthru to exit from bb 2
pr51585.C:10:14: error: fallthru edge after a control statement in bb 2
pr51585.C:10:14: error: wrong outgoing edge flags at end of bb 2
pr51585.C:10:14: 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.
4
pr51585.C: In member function âB& C::_ZTch0_v0_n24_N1C3fooEv()â:
pr51585.C:10:14: error: fallthru to exit from bb 2
pr51585.C:10:14: error: fallthru edge after a control statement in bb 2
pr51585.C:10:14: error: wrong outgoing edge flags at end of bb 2
pr51585.C:10:14: 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.
4
0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]