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] PR c++/42251


On Wed, Dec 09, 2009 at 10:24:29AM -0500, Jason Merrill wrote:
> On 12/09/2009 03:23 AM, Dodji Seketeli wrote:
>> +      if (val&&  TREE_CODE (val) == SCOPE_REF)
>
> We don't need to test that val is non-null now, as we just checked that  
> a few lines above.  OK with that change.

Thanks. I removed the test from my tree.

        Dodji


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