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 sanitizer/104158] [12 Regression] gcc no longer accepts -fsanitize-coverage=trace-pc,trace-cmp since r12-1177
Date: Mon, 24 Jan 2022 10:53:54 +0000	[thread overview]
Message-ID: <bug-104158-4-4BqQ4zcAXH@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-104158-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

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

commit r12-6840-gcd0377a460db9d8b286e03a701227ebd62132c89
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon Jan 24 11:51:49 2022 +0100

    options: Fix up -fsanitize-coverage= [PR104158]

    This is incremental patch to fix up -fsanitize-coverage= option
    handling, allow -fno-sanitize-coverage= again, allow both
    options together in one option or make
    -fsanitize-coverage=trace-pc -fsanitize-coverage=trace-cmp
    actually enable both suboptions rather than the last one.

    2022-01-24  Jakub Jelinek  <jakub@redhat.com>

            PR sanitizer/104158
            * common.opt (flag_sanitize_coverage): Remove Variable entry.
            (fsanitize-coverage=): Remove RejectNegative property, add
            Var(flag_sanitize_coverage) and EnumSet properties.
            (trace-pc): Add Set(1) property.
            (trace-cmp): Add Set(2) property.
            * opts.cc (common_handle_option): Don't handle
            OPT_fsanitize_coverage_.

            * gcc.dg/spellcheck-options-24.c: New test.
            * gcc.dg/sancov/pr104158-1.c: New test.
            * gcc.dg/sancov/pr104158-2.c: New test.
            * gcc.dg/sancov/pr104158-3.c: New test.
            * gcc.dg/sancov/pr104158-4.c: New test.
            * gcc.dg/sancov/pr104158-5.c: New test.
            * gcc.dg/sancov/pr104158-6.c: New test.
            * gcc.dg/sancov/pr104158-7.c: New test.

  parent reply	other threads:[~2022-01-24 10:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-21  9:53 [Bug sanitizer/104158] New: " jakub at gcc dot gnu.org
2022-01-21  9:53 ` [Bug sanitizer/104158] " jakub at gcc dot gnu.org
2022-01-21  9:56 ` pinskia at gcc dot gnu.org
2022-01-21 10:29 ` rjones at redhat dot com
2022-01-21 12:03 ` jakub at gcc dot gnu.org
2022-01-21 12:51 ` marxin at gcc dot gnu.org
2022-01-21 19:31 ` jakub at gcc dot gnu.org
2022-01-21 19:33 ` jakub at gcc dot gnu.org
2022-01-21 19:33 ` jakub at gcc dot gnu.org
2022-01-24 10:53 ` cvs-commit at gcc dot gnu.org
2022-01-24 10:53 ` cvs-commit at gcc dot gnu.org [this message]
2022-01-24 10:54 ` cvs-commit at gcc dot gnu.org
2022-01-24 11:02 ` jakub at gcc dot gnu.org

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-104158-4-4BqQ4zcAXH@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).