------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-02 
00:34 -------
Here is the reduced testcase for -O0 (I assume -O2 is a related problem):
struct locale
{
  locale(const locale& __other) throw();
  const locale&  operator=(const locale& __other) throw();
};
void f1(const locale&);
locale g1(void);
void f()
{
  f1(g1());
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-02 00:34:02
               date|                            |


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

Reply via email to