public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/104135] New: [12 Regression] -Werror=format-diag breaks rtl checking bootstrap
@ 2022-01-19 22:51 jakub at gcc dot gnu.org
  2022-01-19 22:51 ` [Bug bootstrap/104135] " jakub at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-01-19 22:51 UTC (permalink / raw)
  To: gcc-bugs

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.

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

end of thread, other threads:[~2022-01-20 11:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 22:51 [Bug bootstrap/104135] New: [12 Regression] -Werror=format-diag breaks rtl checking bootstrap jakub at gcc dot gnu.org
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

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).