public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/99463] New: GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails
@ 2021-03-08 10:56 marxin at gcc dot gnu.org
  2021-03-08 10:56 ` [Bug target/99463] " marxin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-03-08 10:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463

            Bug ID: 99463
           Summary: GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c
                    -march=alderlake fails
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---
              Host: x86_64-linux-gnu

I've got a patch for it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/99463] GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails
  2021-03-08 10:56 [Bug target/99463] New: GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails marxin at gcc dot gnu.org
@ 2021-03-08 10:56 ` marxin at gcc dot gnu.org
  2021-03-08 11:05 ` marxin at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-03-08 10:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |marxin at gcc dot gnu.org
   Last reconfirmed|                            |2021-03-08
     Ever confirmed|0                           |1

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/99463] GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails
  2021-03-08 10:56 [Bug target/99463] New: GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails marxin at gcc dot gnu.org
  2021-03-08 10:56 ` [Bug target/99463] " marxin at gcc dot gnu.org
@ 2021-03-08 11:05 ` marxin at gcc dot gnu.org
  2021-03-08 14:14 ` cvs-commit at gcc dot gnu.org
  2021-03-08 14:15 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-03-08 11:05 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Similarly for:

gcc /home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/uintr-1.c -c
-march=sapphirerapids
In file included from
/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/11.0.1/include/x86gprintrin.h:79,
                 from
/home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/uintr-1.c:9:
/home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/uintr-1.c: In
function ‘foo’:
/home/marxin/bin/gcc/lib64/gcc/x86_64-pc-linux-gnu/11.0.1/include/uintrintrin.h:72:1:
error: inlining failed in call to ‘always_inline’ ‘_testui’: target specific
option mismatch
   72 | _testui (void)
      | ^~~~~~~

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/99463] GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails
  2021-03-08 10:56 [Bug target/99463] New: GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails marxin at gcc dot gnu.org
  2021-03-08 10:56 ` [Bug target/99463] " marxin at gcc dot gnu.org
  2021-03-08 11:05 ` marxin at gcc dot gnu.org
@ 2021-03-08 14:14 ` cvs-commit at gcc dot gnu.org
  2021-03-08 14:15 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-03-08 14:14 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <marxin@gcc.gnu.org>:

https://gcc.gnu.org/g:e95554dac8284a75c13f4650ef40eea76227282e

commit r11-7553-ge95554dac8284a75c13f4650ef40eea76227282e
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Mar 8 12:08:37 2021 +0100

    i386: Enable UINTR and HRESET for -march that supports it

    gcc/ChangeLog:

            PR target/99463
            * config/i386/i386-options.c (ix86_option_override_internal):
            Enable UINTR and HRESET for -march that supports it.

    gcc/testsuite/ChangeLog:

            PR target/99463
            * gcc.target/i386/pr99463-2.c: New test.
            * gcc.target/i386/pr99463.c: New test.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug target/99463] GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails
  2021-03-08 10:56 [Bug target/99463] New: GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-03-08 14:14 ` cvs-commit at gcc dot gnu.org
@ 2021-03-08 14:15 ` marxin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-03-08 14:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99463

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Fixed.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-08 14:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 10:56 [Bug target/99463] New: GCC gcc/testsuite/gcc.target/i386/hreset-1.c -c -march=alderlake fails marxin at gcc dot gnu.org
2021-03-08 10:56 ` [Bug target/99463] " marxin at gcc dot gnu.org
2021-03-08 11:05 ` marxin at gcc dot gnu.org
2021-03-08 14:14 ` cvs-commit at gcc dot gnu.org
2021-03-08 14:15 ` marxin at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).