TESTCASE: STL's equal: Internal compiler error.
Jason Merrill
jason@cygnus.com
Tue May 26 22:29:00 GMT 1998
>>>>> Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de> writes:
>> What else is necessary in addition to that
>> // Build don't link:
>> comment? I've added?
>>
>> Respectively, where can I found useful information about the testsuite
>> and how to add cases? ("deja" does not appear in the info files...)
> Here's the list of features I use:
> - If the program is complete, just leave it without any 'control comments'.
> I.e. //Build don't link: is only necessary if it wouldn't link, rightfully.
> If it does link, have it return 0 on success, and abort on failure.
That's not necessary. Just have it return non-zero on failure.
Jason
More information about the Gcc-bugs
mailing list