This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/53239] [4.7 Regression] VRP vs named value return opt
- From: "proski at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 07 May 2012 12:35:40 +0000
- Subject: [Bug tree-optimization/53239] [4.7 Regression] VRP vs named value return opt
- Auto-submitted: auto-generated
- References: <bug-53239-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53239
--- Comment #10 from proski at gnu dot org 2012-05-07 12:35:40 UTC ---
I applied the patch to gcc 4.7.0 and tested it with my example and GNU
Lilypond. Both are fixed. Thanks!