PR 2765
Mark Mitchell
mark@codesourcery.com
Sat May 19 16:26:00 GMT 2001
>>>>> "Joseph" == Joseph S Myers <jsm28@cam.ac.uk> writes:
Joseph> Could you post the exact diffs you are referring to (the
Joseph> reversion of which fixes that problem)? This changelog
Joseph> entry AFAICT refers to only one small part of those
Joseph> between revisions 1.108 and 1.109 of c-typeck.c, the
Joseph> single hunk
I clipped the wrong ChangeLog hunk. It was this bit:
else if (require_constant
&& initializer_constant_valid_p (inside_init, TREE_TYPE (inside_init)) == 0)
pedwarn ("initializer element is not computable at load time");
That used to be an error.
--
Mark Mitchell mark@codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the Gcc
mailing list