This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/17509] [4.0 regression] ICE in verify_cgraph_node
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Sep 2004 06:36:38 -0000
- Subject: [Bug tree-optimization/17509] [4.0 regression] ICE in verify_cgraph_node
- References: <20040915203058.17509.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven at gcc dot gnu dot org 2004-09-16 06:36 -------
We use error to report problems, and internal_error to make the compiler die
if we also found some problems. If you call internal_error for the first
problem you find, you cannot check the rest of the graph/funcion/whatever for
more errors.
Using inform() or something would also work...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17509