-fno-exceptions documentation

Richter, Jörg Joerg.Richter@pdv-FS.de
Fri Dec 9 15:37:00 GMT 2005


>>One thing I am concerned about is this program which, as far as I understand
>>it, should be buildable.
>>Note that I don't include any headers so there is nothing that defines the
>>throw function.
>>
>>int main()
>>{
>>	while(new char[1]);
>>	return 0;
>>}
>>  
>>
>humm, very good point....
>
>Paolo.

I really don't know it, but can it be that you need a '#include <new>' here?


   Joerg



More information about the Libstdc++ mailing list