This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/77034] New: [6.2RC regression] g++.dg/init/elide5.C fails on powerpc64-unknown-linux-gnu with -m32


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77034

            Bug ID: 77034
           Summary: [6.2RC regression] g++.dg/init/elide5.C fails on
                    powerpc64-unknown-linux-gnu with -m32
           Product: gcc
           Version: 6.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: wschmidt at gcc dot gnu.org
  Target Milestone: ---

Testing the release candidate, I see a regression versus the 6.1 release when
compiling the referenced test.  From the test log:

spawn -ignore SIGHUP
/home/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/gcc/testsuit
e/g++1/../../xg++
-B/home/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/gcc/testsuite
/g++1/../../
/home/wschmidt/gcc/gcc-6.2.0-RC-20160815/gcc/testsuite/g++.dg/init/
elide5.C -fno-diagnostics-show-caret -fdiagnostics-color=never -nostdinc++
-I/ho
me/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/powerpc64-unknown-linux-gnu/32/libst
dc++-v3/include/powerpc64-unknown-linux-gnu
-I/home/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/powerpc64-unknown-linux-gnu/32/libstdc++-v3/include
-I/home/wschmidt/gcc/gcc-6.2.0-RC-20160815/libstdc++-v3/libsupc++
-I/home/wschmidt/gcc/gcc-6.2.0-RC-20160815/libstdc++-v3/include/backward
-I/home/wschmidt/gcc/gcc-6.2.0-RC-20160815/libstdc++-v3/testsuite/util
-fmessage-length=0 -std=c++11 -pedantic-errors -Wno-long-long
-L/home/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/powerpc64-unknown-linux-gnu/32/libstdc++-v3/src/.libs
-B/home/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/powerpc64-unknown-linux-gnu/32/libstdc++-v3/src/.libs
-L/home/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/powerpc64-unknown-linux-gnu/32/libstdc++-v3/src/.libs
-B/home/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/powerpc64-unknown-linux-gnu/32/libitm/
-L/home/wschmidt/gcc/build/gcc-6.2.0-RC-20160815/powerpc64-unknown-linux-gnu/32/libitm/.libs
-lm -m32 -o elide5.exe
/home/wschmidt/gcc/gcc-6.2.0-RC-20160815/gcc/testsuite/g++.dg/init/elide5.C:4:42:
error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
[-fpermissive]
compiler exited with status 1

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]