[Bug c++/23167] [4.0/4.1 Regression] internal compiler error: in create_tmp_var

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 1 01:01:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-01 01:01 -------
Confirmed, reduced testcase:
struct dom
{
  static int tostr();
  void eval_old() volatile{tostr();}
  ~dom() throw();
};

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-01 01:01:08
               date|                            |
            Summary|internal compiler error: in |[4.0/4.1 Regression]
                   |create_tmp_var              |internal compiler error: in
                   |                            |create_tmp_var
   Target Milestone|---                         |4.0.2


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



More information about the Gcc-bugs mailing list