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/11747] Insufficient compiler warnings issued.


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
           Keywords|                            |diagnostic
         Resolution|                            |WONTFIX
            Summary|Insufficient compiler       |Insufficient compiler
                   |warnings issued.            |warnings issued.


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-31 14:27 -------
-Wconversion is the option you want to use to warn about conversion problems.
It does warn about this case so closing.
The reason why it is not included in -Wall or -Wextra (aka -W) is because it does two things see 
bug 9072 and one of the things it does is not something we want in -Wall.


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