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: [tree-ssa] Two minor bugfixes


On Fri, Feb 27, 2004 at 11:42:05AM -0700, law@redhat.com wrote:
>   	  && DECL_P (TREE_OPERAND (arg0, 0))
>   	  && ! DECL_WEAK (TREE_OPERAND (arg0, 0))
> + 	  && ! lookup_attribute ("alias",
> + 				 DECL_ATTRIBUTES (TREE_OPERAND (arg0, 0)))
> + 	  && DECL_EXTERNAL (TREE_OPERAND (arg0, 0))

Typo.  !DECL_EXTERNAL.  Both places.


r~


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