Bug 48753 - [4.7 Regression] FAIL: gcc.dg/tree-prof/val-prof-2.c
Summary: [4.7 Regression] FAIL: gcc.dg/tree-prof/val-prof-2.c
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.7.0
: P3 normal
Target Milestone: 4.7.0
Assignee: Richard Biener
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-24 14:48 UTC by H.J. Lu
Modified: 2011-04-26 13:40 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2011-04-25 18:42:40


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2011-04-24 14:48:08 UTC
On Linux/x86, revision 172872 gave

FAIL: gcc.dg/tree-prof/val-prof-2.c scan-tree-dump optimized "n_[0-9]* \+ 0xffff
"

Revision 172869 is OK.
Comment 1 H.J. Lu 2011-04-24 15:10:43 UTC
It is caused by revision 172871:

http://gcc.gnu.org/ml/gcc-cvs/2011-04/msg01067.html
Comment 2 Richard Biener 2011-04-25 18:42:40 UTC
Mine.  Looks like a testsuite issue.
Comment 3 Richard Biener 2011-04-26 10:03:14 UTC
Author: rguenth
Date: Tue Apr 26 10:03:12 2011
New Revision: 172955

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172955
Log:
2011-04-26  Richard Guenther  <rguenther@suse.de>

	PR testsuite/48753
	* gcc.dg/tree-prof/val-prof-2.c: Adjust.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
Comment 4 Richard Biener 2011-04-26 10:03:27 UTC
Fixed.
Comment 5 H.J. Lu 2011-04-26 13:17:23 UTC
On Linux/ia32, revision 172962 gave

FAIL: gcc.dg/tree-prof/val-prof-2.c scan-tree-dump optimized "n_[0-9]* \+ 4294967295"
Comment 6 Jakub Jelinek 2011-04-26 13:31:21 UTC
Author: jakub
Date: Tue Apr 26 13:31:17 2011
New Revision: 172966

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172966
Log:
	PR testsuite/48753
	* gcc.dg/tree-prof/val-prof-2.c: Adjust for 32-bit HWI.

Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
Comment 7 Jakub Jelinek 2011-04-26 13:40:05 UTC
Fixed.