[Bug c++/31078] [4.3 Regression] warning: same canonical type node for different types with const strings
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 8 13:11:00 GMT 2007
------- Comment #4 from pinskia at gcc dot gnu dot org 2007-03-08 13:10 -------
Reduced testcase:
char a[1];
void
error (int journal )
{
const char *b = journal?a: "";
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2007-03-08 13:10:49
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31078
More information about the Gcc-bugs
mailing list