------- Comment #1 from pinskia at gcc dot gnu dot org  2006-02-17 14:24 -------
From:
http://gcc.gnu.org/ml/gcc-testresults/2006-02/msg00880.html

Confirmed independently also.
The testcase:
struct s
{
  int f;
};
struct s
f ()
{
  int addr;
  return *(struct s *) &addr;
}


-- 

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         |2006-02-17 14:24:16
               date|                            |


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

Reply via email to