This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Two minor bugfixes
- From: law at redhat dot com
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 27 Feb 2004 14:50:41 -0700
- Subject: Re: [tree-ssa] Two minor bugfixes
- Reply-to: law at redhat dot com
In message <20040227214035.GA12903@redhat.com>, Richard Henderson writes:
>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.
Fixed in the obvious way. Thanks,
jeff