This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: PATCH to make_node/build1


On Wed, 18 Dec 2002 17:33:47 -0800, Mark Mitchell <mark@codesourcery.com> wrote:

> --On Wednesday, December 18, 2002 01:36:09 AM -0500 Jason Merrill
> <jason@redhat.com> wrote:
>
>> !   if (TREE_CODE_CLASS (code) == 's')
>> !     {
>> !       TREE_SIDE_EFFECTS (t) = 1;
>> !     }
>
> Isn't this supposed to be formatted without the braces?

Hmm, yes.  I suppose they're left over from when I was setting TREE_TYPE
there, too.  Fixed.

Jason


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