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

             Bug #: 53739
           Summary: FAIL: g++.dg/init/null1.C -std=c++11 happens even
                    though it should not be tested
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: pins...@gcc.gnu.org


Running with an already built compiler we get:
FAIL: g++.dg/init/null1.C -std=c++11
Excess errors:
/data1/src/gcc-cavium/rewrite-build-toolchain/src/gcc/testsuite/g++.dg/init/null1.C:6:15:
error: invalid conversion from 'int' to 'double*' [-fpermissive]

But the testcase has:
// { dg-do compile { target c++98 } }

Which means it should not be tested for this case.

Reply via email to