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 middle-end/42998] New: [4.5 Regression] ICE: error: verify_stmts failed


Building Linux kernel 2.6.33-rc7 with gcc 4.5-svn fails with an ICE:

net/ipv6/ndisc.c: In function 'ndisc_fill_addr_option':
net/ipv6/ndisc.c:199:12: error: type mismatch in pointer plus expression
u8 *

void *

unsigned int

pretmp.191_160 = D.41953_14 + 2;

net/ipv6/ndisc.c:199:12: internal compiler error: verify_stmts failed
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


This might be related to bug 42749 (similar ICE, but preceded by a different
error message and happens on a different architecture (x86_32, the code
compiles on x86_64)).


-- 
           Summary: [4.5 Regression] ICE: error: verify_stmts failed
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org
 GCC build triplet: i686-ark-linux-gnu
  GCC host triplet: i686-ark-linux-gnu
GCC target triplet: i686-ark-linux-gnu


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


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