This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] New intermediate languages
- To: Michael Meissner <meissner at cygnus dot com>
- Subject: Re: [RFC] New intermediate languages
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Thu, 01 Feb 2001 10:58:52 -0500
- cc: Diego Novillo <dnovillo at redhat dot com>, gcc at gcc dot gnu dot org
>>>>> Michael Meissner writes:
>> Expressions
>> -----------
>>
>> Constants:
>> (const_int i)
>> (const_double:m addr i0 i1)
>> (const_string str)
Michael> We really should come up with a replacement for const_double that can be used
Michael> for all constants.
Yes! Please!
David