------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-10 
18:56 -------
Confirmed, reduced testcase:
struct a
{
    static int k;
    a(const a &x);
};
void f(volatile a x) { x.k; }

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|same                        |
   GCC host triplet|i386-redhat-linux, x86_64-  |
                   |unknown-linux-gnu           |
 GCC target triplet|same                        |
           Keywords|                            |ice-on-valid-code
      Known to fail|                            |4.0.0 4.1.0
      Known to work|                            |3.4.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-10 18:56:08
               date|                            |
            Summary|ICE on valid code           |[4.0/4.1 Regression] ICE on
                   |                            |valid code
   Target Milestone|---                         |4.0.1


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

Reply via email to