This is the mail archive of the gcc@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: About the is_gimple_min_invariant predicate


> GNU C has it too:

Yes, but in that case, it's always the same for every reference to the same
type.  For GENERIC, that means it can indeed be taken from the type every
time, but the issue is gimplification.  The Ada case is harder because
you not only have to deal with gimplification, but that the value is
potentially different in each access.


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