Bug 21341 - [4.1 Regression] gcc.dg/tree-ssa/loop-4.c scan-tree-dump-times arr_base.[^0][^\n\r]*= 0 fails
Summary: [4.1 Regression] gcc.dg/tree-ssa/loop-4.c scan-tree-dump-times arr_base.[^0][...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.1.0
: P2 normal
Target Milestone: 4.1.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 16:52 UTC by Joseph S. Myers
Modified: 2005-09-01 01:51 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-05-26 18:57:23


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph S. Myers 2005-05-02 16:52:41 UTC
The following FAIL has appeared on mainline between 20050501 and 20050502 on
targets including i686-pc-linux-gnu and hppa64-hpux.  gcc-testresults will
probably show more targets.

FAIL: gcc.dg/tree-ssa/loop-4.c scan-tree-dump-times arr_base.[^0][^\n\r]*= 0
Comment 1 Andrew Pinski 2005-05-26 18:57:23 UTC
Confirmed, just the regex is wrong here.
Comment 2 Joseph S. Myers 2005-09-01 01:51:12 UTC
The testcase regex was fixed some time ago.