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]: Simplify inside CONST expressions



But wouldn't this allow intermixing CONST expressions with others? I think this
could potentially create expressions too complicated to be resolved by the
linker. My intention was to simplify only if we have two CONSTs in order to make
sure that the result is still ok for the linker.

I guess only bootstrapping can give the answer.

Paolo


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