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 tree-optimization/17509] [4.0 regression] ICE in verify_cgraph_node


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


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