This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch,middle-end] Fix problem with constant doubles in emit_group_load_1
On 9/26/07, John David Anglin <dave@hiauly1.hia.nrc.ca> wrote:
> I don't believe that is possible. In this case, assemble_integer
> is passed a CONST_DOUBLE and a size of 8. If a size of 16 had been
> passed, targetm.asm_out.integer would have returned false and
> assemble_integer would have tried to split the constant.
OK, thanks. The patch is fine then.