------- Comment #2 from pinskia at gcc dot gnu dot org 2005-12-07 17:06 ------- The warning is correct as the const "promotion" only applies to the outer most type. so that const int * const is imcompatible with int *.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25296
