This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/14841] [tree-ssa] const_array[CST] is not folded
- From: "schlie at comcast dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 May 2005 05:12:24 -0000
- Subject: [Bug tree-optimization/14841] [tree-ssa] const_array[CST] is not folded
- References: <20040403234930.14841.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From schlie at comcast dot net 2005-05-07 05:12 -------
(In reply to comment #17)
> I've extended Steven's patch to handle nested aggregates
> (i.e. any combination of ARRAY_REF and COMPONENT_REF).
Does it also work with terminating static const char "strings" which
for some odd reason aren't char ARRAYs referenced via an ARRAY_REF's ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14841