This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/49261] [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
- From: "xinliangli at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 1 Jun 2011 22:28:18 +0000
- Subject: [Bug middle-end/49261] [4.7 Regression] FAIL: gcc.dg/tree-ssa/forwprop-9.c
- Auto-submitted: auto-generated
- References: <bug-49261-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49261
davidxl <xinliangli at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xinliangli at gmail dot com
--- Comment #1 from davidxl <xinliangli at gmail dot com> 2011-06-01 22:27:59 UTC ---
(In reply to comment #0)
> On Linux/ia32, revision 174538 gave
>
> FAIL: gcc.dg/tree-ssa/forwprop-9.c scan-tree-dump-times optimized " = 1" 2
>
> Revision 174535 is OK.
Right -- the counting of '= 1' is screwed up.
David