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 bootstrap/33443] New: Compiler warnings in gcc sources


On Linux/x86-64, I got

/export/gnu/src/gcc/gcc/gcc/builtins.c:3334: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/builtins.c:3338: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/builtins.c:3447: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/builtins.c:3453: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/builtins.c:3796: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/builtins.c:3802: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/config/i386/driver-i386.c:139: warning: cast
discards qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/config/i386/driver-i386.c:149: warning: cast
discards qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/config/i386/driver-i386.c:234: warning: cast
discards qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/config/i386/driver-i386.c:236: warning: cast
discards qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/config/i386/driver-i386.c:240: warning: cast
discards qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/config/i386/driver-i386.c:253: warning: cast
discards qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/config/i386/driver-i386.c:58: warning: cast
discards qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/config/i386/i386.md:19536: warning: operand 1
missing mode?
/export/gnu/src/gcc/gcc/gcc/config/i386/i386.md:19579: warning: operand 1
missing mode?
/export/gnu/src/gcc/gcc/gcc/cselib.c:237: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/expr.c:4532: warning: cast discards qualifiers from
pointer target type
/export/gnu/src/gcc/gcc/gcc/expr.c:4540: warning: cast discards qualifiers from
pointer target type
/export/gnu/src/gcc/gcc/gcc/fortran/module.c:2816: warning: cast discards
qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/fortran/module.c:2851: warning: cast discards
qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/gengtype.c:1274: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/gengtype.c:1276: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/gengtype.c:1325: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/gengtype.c:436: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/ggc-common.c:128: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/stringpool.c:200: warning: cast discards qualifiers
from pointer target type
/export/gnu/src/gcc/gcc/gcc/tree-ssa-phiopt.c:1104: warning: cast discards
qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/tree-ssa-phiopt.c:1113: warning: cast discards
qualifiers from pointer target type
/export/gnu/src/gcc/gcc/gcc/tree-ssa-phiopt.c:1114: warning: cast discards
qualifiers from pointer target type


-- 
           Summary: Compiler warnings in gcc sources
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


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


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