From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4356 invoked by alias); 14 Nov 2012 16:16:18 -0000 Received: (qmail 4255 invoked by uid 48); 14 Nov 2012 16:15:58 -0000 From: "gretay at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/55326] New: FAIL: g++.dg/cpp0x/constexpr-complex.C (test for excess errors) Date: Wed, 14 Nov 2012 16:16:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gretay at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg01265.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55326 Bug #: 55326 Summary: FAIL: g++.dg/cpp0x/constexpr-complex.C (test for excess errors) Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: gretay@gcc.gnu.org CC: 3dw4rd@verizon.net Target: arm-none-eabi New test failures on arm: FAIL: g+.dg/parse/template23.C -std=c+11 (test for errors, line 8) FAIL: g+.dg/parse/template23.C -std=c+11 (test for errors, line 9) FAIL: g+.dg/parse/template23.C -std=c+11 (test for excess errors) FAIL: g++.dg/cpp0x/constexpr-complex.C (test for excess errors) Caused by r193382, described here: http://gcc.gnu.org/ml/gcc-patches/2012-11/msg00347.html /work/bisect/build-complex-193382/gcc/testsuite/g++/../../g++ -B/work/bisect/build-complex-193382/gcc/testsuite/g++/../../ /work/local-checkouts/gcc-git/gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C -fno-diagnostics-show-caret -fmessage-length=0 -std=c++0x -S -mthumb -o constexpr-complex.s (timeout = 60) /work/local-checkouts/gcc-git/gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C: In constructor 'constexpr complex::complex(float, float)': /work/local-checkouts/gcc-git/gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C:12:26: error: unable to find numeric literal operator 'operator"" fi' /work/local-checkouts/gcc-git/gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C: At global scope: /work/local-checkouts/gcc-git/gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C:17:19: error: 'constexpr complex::complex(float, float)' called in a constant expression Target: arm-none-eabi Configured with: /work/local-checkouts/gcc-git/configure --target=arm-none-eabi --enable-languages=c,c++ --disable-shared --disable-nls --disable-lto --disable-threads --disable-tls --disable-werror --disable-libssp --disable-libgomp --disable-libmudflap --enable-checking=yes --without-headers --with-newlib --with-gnu-as --with-gnu-ld --with-gmp=/projects/pl802_weddell/tools/linux_x86_64 --with-mpfr=/projects/pl802_weddell/tools/linux_x86_64 --with-mpc=/projects/pl802_weddell/tools/linux_x86_64 --with-libelf=/projects/pl802_weddell/tools/linux_x86_64 --with-cpu=cortex-a9 --with-fpu=neon --with-float-abi=softfp Thread model: single gcc version 4.8.0 20121109 (experimental) (GCC)