On 08/21/2013 05:00 PM, Paolo Carlini wrote:
... I went through the recent gcc-testresults posted by HJ, and the
only possible "culprit" seems this commit:
http://gcc.gnu.org/ml/gcc-cvs/2013-08/msg00492.html
Teresa, can you have a look?
I think it's just matter of removing the offending line per the below.
I'm going to test and commit if everything is going well.
Paolo.
////////////////////
Index: g++.dg/tree-prof/pr57451.C
===================================================================
--- g++.dg/tree-prof/pr57451.C (revision 201897)
+++ g++.dg/tree-prof/pr57451.C (working copy)
@@ -1,4 +1,3 @@
-// { dg-do run }
// { dg-require-effective-target freorder }
// { dg-options "-O2 -freorder-blocks-and-partition -g" }