>Okay... I'll look into this again in a couple of weeks... Let's give
>time to the autobuilders...
It's not actually a case of the autobuilders being behind; the current 3.0
package doesn't compile on ARM because of some soft-float related lossage.
I think I fixed the copy of the rules in CVS b
Package: gcc-2.95-doc
Version: 1:2.95.4-0.010407
Severity: normal
Under Invoking Gcc...C Dialect Options you'll find '-fstd' which is an
'unknown option' to gcc.. it accepts '-std'.
Gordon Sadler
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux home-desktop
Package: gcc-2.95-doc
Version: 1:2.95.4-0.010407
Severity: minor
A typo I guess?
In the node reached by 'info gcc "Invoking GCC" "C Dialect Options"', the
-fstd option is listed. The compiler seems to think that this is spelled
-std -- at least, -fstd=c9x produces an error, while -std=c9x seems
Package: gcc-2.95
Version: 1:2.95.4-0.010407
Severity: minor
The following transcript should illustrate the error:
~ $ cat sample.c
#include
int main() { size_t f=0; printf("%zd\n",f); return 0; }
~ $
~ $ gcc-2.95 -O2 -g -Wall -std=c9x sample.c
sample.c: In function `main':
sample.c:3: warning
4 matches
Mail list logo