This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how to get value of real constant in .tu file
- From: Jim Wilson <wilson at redhat dot com>
- To: sushil page <sushilpage at yahoo dot co dot in>
- Cc: gcc at gnu dot org
- Date: 16 Oct 2002 14:09:08 -0400
- Subject: Re: how to get value of real constant in .tu file
- References: <20021015134133.882.qmail@web8204.mail.in.yahoo.com>
The .tu files are intentionally incomplete, to discourage people from using
them for external optimizers.
Jim