[Bug bootstrap/37739] [4.4 Regression] bootstrap broken with core gcc gcc-4.2.x

2009-06-10 Thread mikpe at it dot uu dot se
--- Comment #13 from mikpe at it dot uu dot se 2009-06-11 00:01 --- (In reply to comment #11) Fixed. Not quite. I'm trying to build gcc-4.4-20090609 on powerpc64-unknown-linux-gnu, with binutils 2.17.50.0.6-6, configured with --enable-languages=c,ada --with-cpu=default32

Bug#532544: Please close: omitting value in non void function

2009-06-10 Thread Alex Dănilă
Hi, please close the bug. This is indeed a programer's problem. There was even a warning for it. I was not creating a return value for the non void function, even though the return value was never read. Can this still be the case for a bug? The standard seems to allow this as long as the