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/14672] New: ICE: verify_stmts failed/ Invalid operand to binary operator


Hi, the attached testcase fails with: 
 
gcc -O2 -c wintab.i   
wintab.i: In function `f': 
wintab.i:11: warning: assignment from incompatible pointer type 
wintab.i:8: error: Invalid operand to binary operator 
(struct s * *)&a<D1062> - 800B; 
 
wintab.i:8: internal compiler error: verify_stmts failed.

-- 
           Summary: ICE: verify_stmts failed/ Invalid operand to binary
                    operator
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: marcus at jet dot franken dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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