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

            Bug ID: 58190
           Summary: FAIL: g++.dg/pr57878.C (test for excess errors) on
                    x86_64-apple-darwin10
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dominiq at lps dot ens.fr
                CC: iains at gcc dot gnu.org, vmakarov at redhat dot com
              Host: x86_64-apple-darwin10
            Target: x86_64-apple-darwin10
             Build: x86_64-apple-darwin10

The test FAIL: g++.dg/pr57878.C (introduced at r 201036) fails on
x86_64-apple-darwin10 with

/opt/gcc/work/gcc/testsuite/g++.dg/pr57878.C:27:53: error: 'operator new' takes
type 'size_t' ('long unsigned int') as first parameter [-fpermissive]
   inline void* operator new(std::size_t, void* __p) noexcept {

I get the error with older versions of g++, e.g., 4.8.1, and with -m32 and
-m64.

Reply via email to