------- Comment #11 from reichelt at gcc dot gnu dot org  2006-12-11 20:23 
-------
Btw, the following C++ example fails to link even without -O:

=============================
const char s[] = "";
const char *const p = s;

int main()
{
  return 0;
}
=============================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


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

Reply via email to