Re: gcc-3.1 packaging - feedback from ports wanted

2002-04-03 Thread Roman Zippel
Hi, On Tue, 2 Apr 2002, Matthias Klose wrote: > - m68k: the branch doesn't bootstrap. Roman wanted to look at it, > but I got no feedback. Sorry, I'm busy lately with other projects and it will likely not get better in the next weeks, but I'll try to get it at least working again asap. bye, R

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

2002-04-03 Thread Agthorr
Package: gcc-3.0 Version: 1:3.0.4-6 Severity: normal The following program generates a superfluous warning when compiled with -std=c99 or -std=gnu99. #include int main (void) __attribute__ ((noreturn)); int main (void) {