This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/30719] gcc should probably warn if users compile without -O



------- Comment #5 from pinskia at gcc dot gnu dot org  2007-02-07 16:39 -------
To me a warning should not be emitted while using -Wall -O0 as it will break
all the programs which use -Werror which is a lot of them.  Also this is
already documented, if people don't read documentation, why would they read
warnings?


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]