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] stmt.c: Speed/clean up expand_case - Part 2


    > There could be a remote possibility of a backend generating CONST_INT
    > for a tree node that is not INTEGER_CST, so I left the following
    > intact.

    I would be shocked if this were the case.  Particularly with
    gimplification.

I can't think of a case offhand, but I wouldn't be "shocked".  I'd say this
was an example of "be conservative in what you generate, but liberal in
what you accept".


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