[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2015-03-16 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Marek Polacek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2012-09-26 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 --- Comment #8 from Steve Ellcey 2012-09-26 20:33:32 UTC --- Author: sje Date: Wed Sep 26 20:33:28 2012 New Revision: 191772 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191772 Log: 2012-09-26 Steve Ellcey PR c/3730

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2012-05-05 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 --- Comment #7 from Andrew Pinski 2012-05-06 01:10:39 UTC --- This test fails on MIPS because the section is rdata rather than rodata.

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2012-05-01 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Ian Lance Taylor changed: What|Removed |Added Known to work||4.8.0 --- Comment #6 from Ian Lance Ta

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2012-05-01 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 --- Comment #5 from ian at gcc dot gnu.org 2012-05-01 21:25:20 UTC --- Author: ian Date: Tue May 1 21:25:15 2012 New Revision: 187027 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187027 Log: gcc/: PR c/37303 * c-decl.c (build_c

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2012-05-01 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Ian Lance Taylor changed: What|Removed |Added CC||ian at airs dot com Known to fail

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2012-02-27 Thread paracelsus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Dag Ă…gren changed: What|Removed |Added CC||paracelsus at gmail dot com --- Comment #3 fr

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2008-10-01 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-10-01 17:25 --- >From C99 6.5.2.5/8: "String literals, and compound literals with const-qualified types, need not designate distinct objects" -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303

[Bug c/37303] const compound initializers in structs are written to .data instead of .rodata

2008-09-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-02 20:57 --- Confirmed, not a regression as far as I can tell. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---