This is the mail archive of the gcc-patches@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]

Re: [PATCH] PR tree-optimization/58380


The test g++.dg/torture/pr58380.C fails:

FAIL: g++.dg/torture/pr58380.C  -O0  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -O1  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -O2  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -O3 -fomit-frame-pointer -funroll-loops  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -O3 -g  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -Os  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -O2 -flto -flto-partition=none  (test for excess errors)
FAIL: g++.dg/torture/pr58380.C  -O2 -flto  (test for excess errors)

(see also http://gcc.gnu.org/ml/gcc-testresults/2013-09/msg00839.html ).

The failures are (at least on x86_64-apple-darwin10):

/opt/gcc/work/gcc/testsuite/g++.dg/torture/pr58380.C: In static member function 'static iplugin_factory& selection_to_stdout::get_factory()':
/opt/gcc/work/gcc/testsuite/g++.dg/torture/pr58380.C:167:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
/opt/gcc/work/gcc/testsuite/g++.dg/torture/pr58380.C:167:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]


TIA

Dominique


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