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


    A quick peek in ada/utils.c reveals several places that contain "expr
    = build1 (NOP_EXPR, type, expr);" instead of "expr = fold (build1
    (NOP_EXPR, type, expr));", and I suspect that its one of these that
    leaves the nested NOPs around.

I looked at those and they all appear to be to be handling cases involving
aggregate types.  I think the NOPs in question just come from calling
convert, which does call fold.


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