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 driver/22600] Exit code should be different from 1 for internal compiler error


------- Additional Comments From flash at pobox dot com  2005-07-23 05:10 -------
Thanks very much, patch 9330 works well (though I had to apply the second change in gcc.c manually, 
since someone changed commands[i].prog to commands[j].prog later than my copy of the 4.0.1 sources).  
I've added a check in my recursive crash-tester for a normal exit code with abnormal error text, or 
missing normal rejection text.  It's encountered a couple dozen internal error so far, and they all returned 
something other than 0 or 1.  I'm running it on our source tree over the weekend.

-- 


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


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