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 ACATS failures in GCC 3.4


    -	  if (kind == '<'
    -	      || code == MAX_EXPR
    -	      || code == MIN_EXPR
    -	      || code == RSHIFT_EXPR)
    +	  if (kind == '<' || code == RSHIFT_EXPR)

I'd be inclined to test removing RSHIFT_EXPR here.  It doesn't make
any sense.  And the comment hsould be updated to include a brief
discussion of the issues these patches discovered.


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