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]

Re: Minor exception bug with unexpected


ak  writes:

> The appended example dumps core in __check_eh_spec. Although that
> is legal in CD2 [except.special says "The unexpected() function shall 
> not return"], it is still not very nice to the user. The patch 
> makes unexpected() call terminate() in this case.

I'd rather call abort() instead of terminate().  Calling terminate()
might cause yet more unexpected results (unavoidable pun, sorry :-)

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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