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++/55326] New: FAIL: g++.dg/cpp0x/constexpr-complex.C (test for excess errors)


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)


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