|
Loading...
|
gcc-help@gcc.gnu.org
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Constraints validation in expand phase Georg-Johann Lay Tue Feb 21 12:00:56 2012
[EMAIL PROTECTED] 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.
- Constraints validation in expand phase srimeruva 2012/02/14
- Re: Constraints validation in expand phase srimeruva 2012/02/21
- Re: Constraints validation in expand phase Georg-Johann Lay 2012/02/21 <=