This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/52355] [4.7 regression] address difference between array elements is not considered to be a compile time constant anymore
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 23 Feb 2012 15:18:07 +0000
- Subject: [Bug middle-end/52355] [4.7 regression] address difference between array elements is not considered to be a compile time constant anymore
- Auto-submitted: auto-generated
- References: <bug-52355-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52355
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-23 15:18:07 UTC ---
I think PR51730 is similar, but there it wasn't about inline asm. Perhaps we
want to fold harder for "i" or something.