srimeruva@xxxxxxxxxxxxxx a écrit:
I am trying to modify gcc-source such that constraints validation will be done in expand phase.
That's not how GCC works. The only recommendation for "constraints validation in expand phase" is: Don't do it! You will run into all sorts of inconsistency, trouble and frustration. If you really think you need that, you have a design problem.