Re: [PATCH] x86: Clean up gcc.target/i386/auto-init-* tests

2021-09-21 Thread H.J. Lu via Gcc-patches
On Mon, Sep 20, 2021 at 8:19 AM H.J. Lu wrote: > > On Fri, Sep 17, 2021 at 10:32 AM Qing Zhao via Gcc-patches > wrote: > > > > > > > > > On Sep 17, 2021, at 11:59 AM, Jakub Jelinek wrote: > > > > > > On Fri, Sep 17, 2021 at 04:55:22PM +, Qing Zhao wrote: > > >> This is the patch to fix gcc.t

[PATCH] x86: Clean up gcc.target/i386/auto-init-* tests

2021-09-20 Thread H.J. Lu via Gcc-patches
place lp64 with { ! ia32 } to enable x86-64 ISA tests for -mx32. 3. For auto-init-3.c, add -msse and -mfpmath=387 for ia32. Any comments? -- H.J. From 79831005e6d63e17d077d3c94b6f3c1e097c3da8 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 20 Sep 2021 07:48:05 -0700 Subject: [PATC