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 testsuite/42855] FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times optimized *



------- Comment #6 from dje at gcc dot gnu dot org  2010-07-21 23:52 -------
I think the thread about the patch became confused.

First, Janis essentially approved the testsuite patch.

Second, Martin commented that the failure probably was due to MOVE_RATIO not
defined.  The statement caused some misunderstanding.  MOVE_RATIO does not need
to be defined and the failure is not caused by a missing definition.  The
default value of MOVE_RATIO (used by PPC and ARM) cause the heuristic to
disable the optimization being tested.

If the optimization is not expected to occur on some platforms, then the
testcase should be disabled as implemented by the patch or the testcase
explicitly should set some gcc param that ensures the optimization will occur
on all targets.


-- 

dje at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dje at gcc dot gnu dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2010-07-21 23:52:38
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42855


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