- To: gcc-help@xxxxxxxxxxx
- Subject: Re: Constraints validation in expand phase
- From: Georg-Johann Lay <avr@xxxxxxxx>
- Date: Tue, 21 Feb 2012 20:34:14 +0100
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1330457768; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=3boYs9/k0anBhTozPXEY j+qbUws=; b=i2q/pgye3cb8RPy80lx86oq9ZJOVAjZ2TbHgGdgb86lTUOc+Ml0v Fp3sA6aAesuv+eSzTMys9/sC58iwlu8DKyJXDOviD/DlLWmhsZCdm44E/+0o91pq LDtiCEk18oYNbWauzJFh/U8LRWFg0a9HY9EGiyCfuhhz0Zr0FyR8/u4=
- In-reply-to: <9bf8af74ba9bd8d189f0cc2eba89a86d.squirrel@www.cse.iitb.ac.in>
- User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
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.
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]