gcc.dg/20000614-1.c exit code?

Alexandre Oliva aoliva@redhat.com
Fri Nov 3 18:49:00 GMT 2000


On Nov  4, 2000, DJ Delorie <dj@redhat.com> wrote:

> int main (void) { foo (23, 1); }

> It happens that the exit code is nonzero when the program runs
> properly.  Is this correct?

Nope.  In C++, falling off the end of main() implicitly returns 0, but
since this testcase is in C, it should return 0 explicitly.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


More information about the Gcc-bugs mailing list