public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/99753] [11 Regression] ICE in ix86_target_macros_internal, at config/i386/i386-c.c:250 since r11-5757-g3e2ae3ee285a5745
Date: Wed, 31 Mar 2021 12:57:46 +0000	[thread overview]
Message-ID: <bug-99753-4-leHkVmHoXs@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99753-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Jan Hubicka
<hubicka@gcc.gnu.org>:

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

commit r10-9639-gf87a08caf42e45162e934c7120a677565149708a
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Mar 24 15:58:03 2021 +0100

    i386: fix -march=amd crash

    It started with g:3e2ae3ee285a57455d5a23bd352a68c289130186 where
    new entry was added to processor_alias_table after generic node:

    +  {"amdfam19h", PROCESSOR_GENERIC, CPU_GENERIC, 0,
    +    M_CPU_TYPE (AMDFAM19H), P_NONE},

    and then the following is violated:

    /* NB: processor_alias_table stops at the "generic" entry.  */

    gcc/ChangeLog:

            PR target/99753
            * common/config/i386/i386-common.c (ARRAY_SIZE): Fix off-by-one
            error.
            * config/i386/i386-options.c (ix86_option_override_internal):
            Add run-time assert.

    gcc/testsuite/ChangeLog:

            PR target/99753
            * gcc.target/i386/pr99753.c: New test.

    (cherry picked from commit 4f00c4d40a539360938607561460904663c64cda)

      parent reply	other threads:[~2021-03-31 12:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-24 14:55 [Bug target/99753] New: " marxin at gcc dot gnu.org
2021-03-24 14:55 ` [Bug target/99753] " marxin at gcc dot gnu.org
2021-03-24 14:56 ` marxin at gcc dot gnu.org
2021-03-24 19:45 ` cvs-commit at gcc dot gnu.org
2021-03-24 19:47 ` marxin at gcc dot gnu.org
2021-03-31 12:57 ` cvs-commit at gcc dot gnu.org [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-99753-4-leHkVmHoXs@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).