------- Additional Comments From jakub at gcc dot gnu dot org  2005-04-07 11:58 
-------
Simplified testcase:
int *v;

int
*foo ()
{
  extern int *v;
  return static_cast<int *> (v);
}

compiled with just -g on e.g. x86-64 or i386.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-07 11:58:11
               date|                            |


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

Reply via email to