The following invalid code snippet triggers an ICE on mainline and 4.3 branch:

=========================================
void foo(int);

void bar()
{
  foo(1r);
}
=========================================

bug.cc: In function 'void bar()':
bug.cc:5: internal compiler error: in arg_assoc_type, at cp/name-lookup.c:4630
Please submit a full bug report, [etc.]

Before, the code was rejected because fixed-point types weren't supported.


-- 
           Summary: [4.3/4.4 regression] ICE calling functions with fixed-
                    point type parameter
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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

Reply via email to