This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/49725] [4.6 Regression] FAIL: c34005a
- From: "dave.anglin at bell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 13 Jul 2011 16:00:29 +0000
- Subject: [Bug ada/49725] [4.6 Regression] FAIL: c34005a
- Auto-submitted: auto-generated
- References: <bug-49725-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49725
--- Comment #2 from dave.anglin at bell dot net 2011-07-13 16:00:24 UTC ---
On 7/13/2011 4:26 AM, rguenth at gcc dot gnu.org wrote:
> Does it work on trunk then?
Yes.
The only change that I see that could cause this is:
2011-07-11 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/49094
* tree-sra.c (tree_non_mode_aligned_mem_p): New function.
(build_accesses_from_assign): Use it.
Dave