public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/104135] New: [12 Regression] -Werror=format-diag breaks rtl checking bootstrap
Date: Wed, 19 Jan 2022 22:51:28 +0000	[thread overview]
Message-ID: <bug-104135-4@http.gcc.gnu.org/bugzilla/> (raw)

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

            Bug ID: 104135
           Summary: [12 Regression] -Werror=format-diag breaks rtl
                    checking bootstrap
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

>From what I can see, the errors were before it was turned into error:
        ../../gcc/emit-rtl.cc:4000:25: warning: unquoted identifier or keyword
‘emit_insn’ in format [-Wformat-diag]
        ../../gcc/emit-rtl.cc:4000:46: warning: unquoted identifier or keyword
‘emit_jump_insn’ in format [-Wformat-diag]
        ../../gcc/emit-rtl.cc:4000:68: warning: unquoted whitespace character
‘\x0a’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:888:42: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:888:53: warning: unterminated quote character ‘'’ in
format [-Wformat-diag]
        ../../gcc/rtl.cc:898:50: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:898:61: warning: unterminated quote character ‘'’ in
format [-Wformat-diag]
        ../../gcc/rtl.cc:907:48: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:907:59: warning: unterminated quote character ‘'’ in
format [-Wformat-diag]
        ../../gcc/rtl.cc:917:43: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:917:54: warning: unterminated quote character ‘'’ in
format [-Wformat-diag]
        ../../gcc/rtl.cc:928:35: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:928:49: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/emit-rtl.cc:4000:25: warning: unquoted identifier or keyword
‘emit_insn’ in format [-Wformat-diag]
        ../../gcc/emit-rtl.cc:4000:46: warning: unquoted identifier or keyword
‘emit_jump_insn’ in format [-Wformat-diag]
        ../../gcc/emit-rtl.cc:4000:68: warning: unquoted whitespace character
‘\x0a’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:888:42: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:888:53: warning: unterminated quote character ‘'’ in
format [-Wformat-diag]
        ../../gcc/rtl.cc:898:50: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:898:61: warning: unterminated quote character ‘'’ in
format [-Wformat-diag]
        ../../gcc/rtl.cc:907:48: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:907:59: warning: unterminated quote character ‘'’ in
format [-Wformat-diag]
        ../../gcc/rtl.cc:917:43: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:917:54: warning: unterminated quote character ‘'’ in
format [-Wformat-diag]
        ../../gcc/rtl.cc:928:35: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
        ../../gcc/rtl.cc:928:49: warning: unquoted sequence of 2 consecutive
punctuation characters ‘',’ in format [-Wformat-diag]
but now it fails the bootstrap.
../configure --enable-languages=default,ada,obj-c++,lto,go,d
--enable-checking=yes,rtl,extra --enable-libstdcxx-backtrace=yes
is what I'm using on x86_64-linux.

             reply	other threads:[~2022-01-19 22:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-19 22:51 jakub at gcc dot gnu.org [this message]
2022-01-19 22:51 ` [Bug bootstrap/104135] " jakub at gcc dot gnu.org
2022-01-19 23:05 ` kargl at gcc dot gnu.org
2022-01-19 23:15 ` jakub at gcc dot gnu.org
2022-01-19 23:20 ` msebor at gcc dot gnu.org
2022-01-20  8:12 ` marxin at gcc dot gnu.org
2022-01-20 11:03 ` cvs-commit at gcc dot gnu.org
2022-01-20 11:04 ` marxin 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-104135-4@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).