[Bug c++/12167] [3.4 Regression]ICE on default argument of class member function if non-simple

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Sep 4 14:48:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-09-04 14:48:20
               date|                            |
            Summary|ICE on usage of NAN as      |[3.4 Regression]ICE on
                   |default argument of class   |default argument of class
                   |member function             |member function if non-
                   |                            |simple
   Target Milestone|---                         |3.4


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-09-04 14:48 -------
Reduced source:
class A { void report(double d = (__extension__ ((union { unsigned __l 
__attribute__((__mode__(__SI__))); float __d; }) { __l: 0x7fc00000UL }).__d)); };

>From Phil's regression hunter: Search converges between 2003-01-06-trunk (#186) and 2003-
01-07-trunk (#187).



More information about the Gcc-bugs mailing list