https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123819
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
On the reduced testcase, eval_reflect_constant is called on
(const char *) &_ZTAXtlA3_KcLS_97ELS_115EEE + 1
where _ZTAXtlA3_KcLS_97ELS_115EEE is a VAR_DECL with "as" STRING_CST
initializer.
And convert_reflect_constant_arg returns error_mark_node for that.