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


    No, it is not in the second case.  Would this matter since the casts are 
    (wrongly) considered NOPs for MAX_EXPR?

Yes, it would matter because the tree is supposed to have the same type
for the node and both operands.

    Well, there seems to be a little inconsistency in the expander.  Here
    is the first flavor:

That inconsistency is indeed odd, but legitimate since both are required
to be the same.


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