[Bug c/39983] ICE: type mismatch in address expression

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri May 1 21:13:00 GMT 2009



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-05-01 21:13 -------
FE problem.  In

  extern const int b[1];
  static const int * const c[] = { b };

b decays to type int * instead of const int *.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |c


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



More information about the Gcc-bugs mailing list