[Bug middle-end/31685] [4.3 regression] ICE in set_mem_attributes

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Apr 30 10:38:00 GMT 2007



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-04-30 11:38 -------
Confirmed, a shorter testcase:
struct F
{
  ~F () {}
  F (int x) {}
};
F foo (const F &x);
static F z = 6;
int
main ()
{
  F f = z;
  foo (f);
}


-- 

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-04-30 11:38:18
               date|                            |


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



More information about the Gcc-bugs mailing list