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: Fix dumping of CONSTRUCTOR nodes [patch]


On Fri, 2003-05-09 at 11:17, Zack Weinberg wrote:
> Diego Novillo <dnovillo@redhat.com> writes:
> 
> >      case CONSTRUCTOR:
> > -      dump_child ("elts", TREE_OPERAND (t, 1));
> > +      dump_child ("elts", TREE_OPERAND (t, 0));
> 
> Make that use CONSTRUCTOR_ELTS (t) instead, please.
> 
Fixed.  Thanks.


Diego.


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