[Bug c++/40799] [4.5 Regression] Revision 149750 failed 483.xalancbmk in SPEC CPU 2006

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Jul 18 16:58:00 GMT 2009



------- Comment #4 from rguenth at gcc dot gnu dot org  2009-07-18 16:58 -------
Confirmed.

namespace Bar {
    typedef int A;
};
class CollectionDeleteGuard {
public:
    CollectionDeleteGuard(int);
};
CollectionDeleteGuard::CollectionDeleteGuard(int)
{
  using Bar::A;
}


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|middle-end                  |c++
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-18 16:58:24
               date|                            |
   Target Milestone|---                         |4.5.0


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



More information about the Gcc-bugs mailing list