This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PR 2765


>>>>> "Joseph" == Joseph S Myers <jsm28@cam.ac.uk> writes:

    Joseph> On Sat, 19 May 2001, Mark Mitchell wrote:

    >> 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.

    Joseph> I think Jakub had best work out how to fix the problem. 

Either that, or we sacrifice C99 on the altar of C89 regression
elimination.

I completely agree (see original posting) that this code is a tangle.

Why is this one clause treated differently than all those above it,
which still get errors?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]