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: [3.4 only?] PR target/18582: ICE on SSE load builtins


Richard Sandiford <richard@codesourcery.com> writes:

| PR target/18582 (a 3.4-only regression) is about an ICE on:
| 
|     xs[0] = __builtin_ia32_loadupd (x2);

[...]

| The attached testcase is supposed to test all unary builtins that are
| expanded with "do_load" set to true.  Many of these builtins were removed
| in 4.0 and 4.1, and those that remain work as-is.  4.x compilers don't
| pass a MEM target any more.
| 
| Bootstrapped & regression tested on i686-pc-linux-gnu.  OK for 3.4?

It is, assuming a x86 backend maintainer is satisfied.

Thanks,

-- Gaby


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