From: Paolo Carlini Date: Sun, 23 Sep 2012 14:21:35 +0000 (+0000) Subject: re PR testsuite/54677 (FAIL: g++.dg/cpp0x/decltype32.C (test for excess errors) with... X-Git-Tag: misc/gccgo-go1_1_2~682 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18b27b3e272455be40fefd65725702f936c0cd1;p=thirdparty%2Fgcc.git re PR testsuite/54677 (FAIL: g++.dg/cpp0x/decltype32.C (test for excess errors) with -m64 after revision 191564) 2012-09-23 Paolo Carlini Dominique Dhumieres PR testsuite/54677 * g++.dg/cpp0x/decltype32.C: Add -ftemplate-depth=10. Co-Authored-By: Dominique d'Humieres From-SVN: r191651 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7b18d9906308..c7d950d7cffa 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-09-23 Paolo Carlini + Dominique Dhumieres + + PR testsuite/54677 + * g++.dg/cpp0x/decltype32.C: Add -ftemplate-depth=10. + 2012-09-2323 Tobias Burnus PR fortran/54618 diff --git a/gcc/testsuite/g++.dg/cpp0x/decltype32.C b/gcc/testsuite/g++.dg/cpp0x/decltype32.C index ac1f5d14b9c9..c5f3a55c6d20 100644 --- a/gcc/testsuite/g++.dg/cpp0x/decltype32.C +++ b/gcc/testsuite/g++.dg/cpp0x/decltype32.C @@ -1,5 +1,5 @@ // PR c++/50075 -// { dg-options -std=c++0x } +// { dg-options "-std=c++0x -ftemplate-depth=10" } template auto make_array(const T& il) ->