Bug#486347: gcc-4.3: Superfluous warning when -std=c99/gnu99 and noreturn on main()

2008-06-15 Thread Peter Lebbing
library ii libmpfr1ldbl 2.3.1.dfsg.1-2 multiple precision floating-point Thanks for your time, Peter Lebbing. - -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (900, 'testing'), (100, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1

Bug#486347: gcc-4.3: Superfluous warning when -std=c99/gnu99 and noreturn on main()

2008-06-15 Thread Peter Lebbing
Bastian Blank wrote: Well, main returns always in a hosted environment. The bug reporter of bug #141015 used exit() on all occasions, I thought that didn't count as a return? (just curiosity) I think the noreturn attribute is quite overkill for normal computers though, this in contrast to