public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/30437]  New: -Wno-all is rejected
@ 2007-01-11 15:56 chris dot pickett at mail dot mcgill dot ca
  2007-01-11 16:00 ` [Bug driver/30437] " manu at gcc dot gnu dot org
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: chris dot pickett at mail dot mcgill dot ca @ 2007-01-11 15:56 UTC (permalink / raw)
  To: gcc-bugs

(Ignore that I have gcc installed in $HOME/powerpc, that's Apple's fault for
not setting $HOSTTYPE correctly...)

delices ~ $ ./powerpc/bin/gcc -Wno-all foo.c
cc1: error: unrecognized command line option "-Wno-all"
delices ~ $ ./powerpc/bin/gcc -v
Using built-in specs.
Target: i386-apple-darwin8.8.1
Configured with: ../configure --prefix=/Users/Chris/powerpc
--enable-languages=c --with-mpfr=/Users/Chris/powerpc
--with-gmp=/Users/Chris/powerpc
Thread model: posix
gcc version 4.3.0 20070110 (experimental)

delices ~ $ gcc -Wno-all foo.c
delices ~ $ gcc -v            
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5363.obj~28/src/configure
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=powerpc-apple-darwin8 --with-arch=nocona --with-tune=generic
--program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5363)

magic ~ $ gcc -Wno-all foo.c
magic ~ $ gcc -v            
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --prefix=/home/user/cpicke/x86_64 :
(reconfigured) ../configure --enable-languages=c,c++,java : (reconfigured)
../configure --prefix=/home/user/cpicke/x86_64 --disable-multilib
--enable-languages=c,c++,java
Thread model: posix
gcc version 4.1.1

manu@localhost:~$ gcc -Wno-all ../test.c
cc1: error: unrecognized command line option "-Wno-all"
manu@localhost:~$ gcc --version
gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)

manuel@gcc06:~/120588/build$ gcc/xgcc -B gcc/ -Wno-all ~/pr24525.C
cc1plus: error: unrecognized command line option "-Wno-all"
manuel@gcc06:~/120588/build$ gcc/xgcc --version
xgcc (GCC) 4.3.0 20070108 (experimental)


-- 
           Summary: -Wno-all is rejected
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: chris dot pickett at mail dot mcgill dot ca


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30437


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2007-06-29 11:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-11 15:56 [Bug driver/30437] New: -Wno-all is rejected chris dot pickett at mail dot mcgill dot ca
2007-01-11 16:00 ` [Bug driver/30437] " manu at gcc dot gnu dot org
2007-01-14  5:49 ` [Bug fortran/30437] [4.0/4.1/4.2/4.3 Regression] -Wno-all is rejected when fortran is included pinskia at gcc dot gnu dot org
2007-01-14  6:06 ` chris dot pickett at mail dot mcgill dot ca
2007-01-14  6:13 ` [Bug fortran/30437] [4.0/4.1/4.2/4.3 Regression] -Wno-all is rejected (even when fortran is not included) pinskia at gcc dot gnu dot org
2007-01-14 11:13 ` manu at gcc dot gnu dot org
2007-01-16  1:00 ` patchapp at dberlin dot org
2007-01-17 19:46 ` patchapp at dberlin dot org
2007-01-25 21:16 ` manu at gcc dot gnu dot org
2007-01-26  0:22 ` [Bug fortran/30437] [4.0/4.1/4.2 " manu at gcc dot gnu dot org
2007-02-03 21:24 ` gdr at gcc dot gnu dot org
2007-02-03 21:25 ` pinskia at gcc dot gnu dot org
2007-02-05  5:51 ` mmitchel at gcc dot gnu dot org
2007-02-14  9:37 ` mmitchel at gcc dot gnu dot org
2007-03-05  7:35 ` [Bug fortran/30437] [4.1/4.2 " brooks at gcc dot gnu dot org
2007-03-05 20:17 ` brooks at gcc dot gnu dot org
2007-03-05 20:18 ` [Bug fortran/30437] [4.1 " brooks at gcc dot gnu dot org
2007-05-27 16:57 ` burnus at gcc dot gnu dot org
2007-06-29 11:26 ` burnus at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).