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/7860] few new suggested warnings (for C89)


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-27 02:58 -------
 -Wpointer-implicit-sign
          Warn if a pointer is implicitly cast between signed
          and unsigned, for example:
              int foo(unsigned char *s) {
                  ...
              }
                  ...
                  char *s;
                  ...
                  foo(s);
          (enabled by -ansi)
This is turned on always now.



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2004-04-27 03:56:35         |2004-07-27 02:58:40
               date|                            |


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


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