This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch,middle-end] Fix problem with constant doubles in emit_group_load_1


On 9/24/07, John David Anglin <dave@hiauly1.hia.nrc.ca> wrote:

> 2007-09-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
>
>         PR middle-end/33436
>         * expr.c (emit_group_load_1): Split constant double when destination
>         length is half source length.

I'm wondering whether this shouldn't be handled in the backend itself?
How do other backends handle cases where constants do not fit their
widest type?

I haven't been in this area for a while, so your patch may make better
sense than forcing the backend to split the constant.  Ian?  Richard?

Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]