On January 8, 2016 4:13:17 PM GMT+01:00, Jan Hubicka <hubi...@ucw.cz> wrote: >> On 01/08/16 05:39, Richard Biener wrote: >> >> >Oh, and I _do_ belive that ultimatively we should have all constant >pool >> >entries (and CONST_DECLs) in the varpool. >> >> FWIW that certainly seems like the right goal. >Indeed it is on my TODO. I need to make CONST_DECLs to have visibility >(so they can be >properly LTO partitioned).
There is also the wrong-code bug regarding to STRING_CST compares. I'd like to disallow &STRING_CST in the IL and instead force a CONST_DECL for those. Richard. >VAR_DECL with local label name should work with symtab. I noticed the >thread >and plan to look more into the issue, just did not have chance to do it >yet >(hopefully during weekend) > >Honza >> >> nathan