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] Fix copy_reference_ops_from_ref


>   	      && host_integerp (TYPE_SIZE (TREE_TYPE (temp.op0)), 0))
> ! 	    temp.op0 = DECL_SIZE (temp.op0);

Shouldn't that first line use DECL_SIZE as well?  Why test one and use
the other?


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