[Bug c/53084] [4.7/4.8 Regression] GCC cannot handle array initialization of string constant with point arithmetic properly
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Apr 23 17:46:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53084
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-04-23 17:45:55 UTC ---
I don't see that on the trunk:
.section .rodata
.LC1:
.string "foo"
.align 8
.type aa.1706, @object
.size aa.1706, 8
aa.1706:
.quad .LC1+1
Ah, but looking at current 4.7, I can reproduce that. Will look at it.
More information about the Gcc-bugs
mailing list