------- Comment #1 from rguenth at gcc dot gnu dot org  2006-06-16 10:42 -------
Confirmed:

Program received signal SIGSEGV, Segmentation fault.
0x081c916f in perform_or_defer_access_check (binfo=0x0, decl=0xa7c21af8)
    at /home/richard/src/trunk/gcc/cp/semantics.c:315
warning: Source file is more recent than executable.
315       gcc_assert (TREE_CODE (binfo) == TREE_BINFO);

Looks invalid, as I think default arguments need to be bound immediately(?)


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-invalid-code
      Known to fail|                            |4.0.4 4.1.0 4.2.0
   Last reconfirmed|0000-00-00 00:00:00         |2006-06-16 10:42:12
               date|                            |
            Summary|ICC on accessing member of  |ICE on accessing member of
                   |dependent name              |dependent name
   Target Milestone|---                         |4.0.4


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

Reply via email to