Skip to content

Commit 0464246

Browse files
committed
ci: adjust expected warnings after upstream sync
1 parent d0c256b commit 0464246

File tree

3 files changed

+351
-129
lines changed

3 files changed

+351
-129
lines changed

.github/alpine_32bit_log_warnings

Lines changed: 82 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,89 @@
6262
../../../libgcc/soft-fp/op-common.h:1563:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘USItype’ {aka ‘unsigned int’} [-Wsign-compare]
6363
../../../libgcc/soft-fp/op-common.h:1563:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘USItype’ {aka ‘unsigned int’} [-Wsign-compare]
6464
../../../libgcc/soft-fp/op-common.h:1563:25: warning: comparison of integer expressions of different signedness: ‘int’ and ‘USItype’ {aka ‘unsigned int’} [-Wsign-compare]
65-
../../gcc/../libgcc/libgcov-util.c:214:59: warning: 'void* calloc(size_t, size_t)' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
66-
../../gcc/../libgcc/libgcov-util.c:529:43: warning: 'void* calloc(size_t, size_t)' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
67-
../../gcc/analyzer/store.h:310:5: warning: 'size_in_bytes.generic_wide_int<fixed_wide_int_storage<128> >::fixed_wide_int_storage<128>.fixed_wide_int_storage<128>::val[1]' may be used uninitialized [-Wmaybe-uninitialized]
68-
../../gcc/expmed.cc:1845:45: warning: '*(unsigned int*)((char*)&imode + offsetof(scalar_int_mode, scalar_int_mode::m_mode))' may be used uninitialized [-Wmaybe-uninitialized]
69-
../../gcc/text-art/style.cc:150:25: warning: spurious leading punctuation sequence ';' in format [-Wformat-diag]
70-
../../gcc/text-art/style.cc:160:25: warning: spurious leading punctuation sequence ';' in format [-Wformat-diag]
71-
../../gcc/text-art/table.cc:981:62: warning: unquoted keyword 'char' in format [-Wformat-diag]
72-
../../gcc/text-art/table.cc:981:69: warning: spurious trailing punctuation sequence '])' in format [-Wformat-diag]
65+
../../gcc/analyzer/kf-analyzer.cc:202:40: warning: too many arguments for format [-Wformat-extra-args]
66+
../../gcc/analyzer/kf-analyzer.cc:202:55: warning: unknown conversion type character 'e' in format [-Wformat=]
67+
../../gcc/analyzer/store.h:312:5: warning: 'size_in_bytes.generic_wide_int<fixed_wide_int_storage<128> >::fixed_wide_int_storage<128>.fixed_wide_int_storage<128>::val[1]' may be used uninitialized [-Wmaybe-uninitialized]
68+
../../gcc/attribs.cc:2330:26: warning: too many arguments for format [-Wformat-extra-args]
69+
../../gcc/attribs.cc:2331:44: warning: unknown conversion type character 'e' in format [-Wformat=]
70+
../../gcc/attribs.cc:2332:26: warning: too many arguments for format [-Wformat-extra-args]
71+
../../gcc/attribs.cc:2333:44: warning: unknown conversion type character 'e' in format [-Wformat=]
72+
../../gcc/attribs.cc:2352:22: warning: too many arguments for format [-Wformat-extra-args]
73+
../../gcc/attribs.cc:2353:40: warning: unknown conversion type character 'e' in format [-Wformat=]
74+
../../gcc/attribs.cc:2354:22: warning: too many arguments for format [-Wformat-extra-args]
75+
../../gcc/attribs.cc:2355:40: warning: unknown conversion type character 'e' in format [-Wformat=]
76+
../../gcc/c-family/c-common.cc:2978:13: warning: too many arguments for format [-Wformat-extra-args]
77+
../../gcc/c-family/c-common.cc:2978:51: warning: unknown conversion type character 'e' in format [-Wformat=]
78+
../../gcc/c-family/c-common.cc:2978:58: warning: unknown conversion type character 'e' in format [-Wformat=]
79+
../../gcc/c-family/c-format.cc:4910:24: warning: too many arguments for format [-Wformat-extra-args]
80+
../../gcc/c-family/c-format.cc:4910:29: warning: unknown conversion type character 'e' in format [-Wformat=]
81+
../../gcc/c-family/c-format.cc:4910:57: warning: unknown conversion type character 'e' in format [-Wformat=]
82+
../../gcc/c-family/c-format.cc:4911:39: warning: format '%d' expects argument of type 'int', but argument 5 has type 'element_format_substring*' [-Wformat=]
83+
../../gcc/c-family/c-format.cc:4911:51: warning: unknown conversion type character 'e' in format [-Wformat=]
84+
../../gcc/c-family/c-format.cc:4917:24: warning: too many arguments for format [-Wformat-extra-args]
85+
../../gcc/c-family/c-format.cc:4917:29: warning: unknown conversion type character 'e' in format [-Wformat=]
86+
../../gcc/c-family/c-format.cc:4917:51: warning: unknown conversion type character 'e' in format [-Wformat=]
87+
../../gcc/c/c-typeck.cc:7628:11: warning: too many arguments for format [-Wformat-extra-args]
88+
../../gcc/c/c-typeck.cc:7628:22: warning: unknown conversion type character 'e' in format [-Wformat=]
89+
../../gcc/c/c-typeck.cc:7628:49: warning: unknown conversion type character 'e' in format [-Wformat=]
90+
../../gcc/c/c-typeck.cc:7727:21: warning: too many arguments for format [-Wformat-extra-args]
91+
../../gcc/c/c-typeck.cc:7727:23: warning: unknown conversion type character 'e' in format [-Wformat=]
92+
../../gcc/c/c-typeck.cc:8577:36: warning: too many arguments for format [-Wformat-extra-args]
93+
../../gcc/c/c-typeck.cc:8577:52: warning: unknown conversion type character 'e' in format [-Wformat=]
94+
../../gcc/c/c-typeck.cc:8578:39: warning: format '%D' expects argument of type 'tree_node*', but argument 4 has type 'pp_markup::element_expected_type*' [-Wformat=]
95+
../../gcc/c/c-typeck.cc:8578:65: warning: unknown conversion type character 'e' in format [-Wformat=]
96+
../../gcc/c/c-typeck.cc:8583:36: warning: too many arguments for format [-Wformat-extra-args]
97+
../../gcc/c/c-typeck.cc:8583:52: warning: unknown conversion type character 'e' in format [-Wformat=]
98+
../../gcc/c/c-typeck.cc:8584:51: warning: unknown conversion type character 'e' in format [-Wformat=]
99+
../../gcc/c/c-typeck.cc:8592:57: warning: unknown conversion type character 'e' in format [-Wformat=]
100+
../../gcc/c/c-typeck.cc:8593:66: warning: unknown conversion type character 'e' in format [-Wformat=]
101+
../../gcc/c/c-typeck.cc:8598:57: warning: unknown conversion type character 'e' in format [-Wformat=]
102+
../../gcc/c/c-typeck.cc:8599:52: warning: unknown conversion type character 'e' in format [-Wformat=]
103+
../../gcc/c/c-typeck.cc:8606:36: warning: too many arguments for format [-Wformat-extra-args]
104+
../../gcc/c/c-typeck.cc:8606:71: warning: unknown conversion type character 'e' in format [-Wformat=]
105+
../../gcc/c/c-typeck.cc:8607:72: warning: unknown conversion type character 'e' in format [-Wformat=]
106+
../../gcc/c/c-typeck.cc:8612:36: warning: too many arguments for format [-Wformat-extra-args]
107+
../../gcc/c/c-typeck.cc:8612:48: warning: unknown conversion type character 'e' in format [-Wformat=]
108+
../../gcc/c/c-typeck.cc:8613:63: warning: unknown conversion type character 'e' in format [-Wformat=]
109+
../../gcc/c/c-typeck.cc:8635:31: warning: too many arguments for format [-Wformat-extra-args]
110+
../../gcc/c/c-typeck.cc:8635:33: warning: unknown conversion type character 'e' in format [-Wformat=]
111+
../../gcc/diagnostic-path.cc:1190:29: warning: too many arguments for format [-Wformat-extra-args]
112+
../../gcc/diagnostic-path.cc:1190:34: warning: unknown conversion type character 'e' in format [-Wformat=]
113+
../../gcc/diagnostic-path.cc:1190:46: warning: format '%s' expects argument of type 'char*', but argument 4 has type 'element_event_desc*' [-Wformat=]
114+
../../gcc/diagnostic-path.cc:1190:56: warning: format '%i' expects argument of type 'int', but argument 5 has type 'const char*' [-Wformat=]
115+
../../gcc/diagnostic-path.cc:1196:27: warning: too many arguments for format [-Wformat-extra-args]
116+
../../gcc/diagnostic-path.cc:1196:32: warning: unknown conversion type character 'e' in format [-Wformat=]
117+
../../gcc/diagnostic-path.cc:1196:42: warning: format '%i' expects argument of type 'int', but argument 4 has type 'element_event_desc*' [-Wformat=]
118+
../../gcc/diagnostic-path.cc:1202:23: warning: too many arguments for format [-Wformat-extra-args]
119+
../../gcc/diagnostic-path.cc:1202:28: warning: unknown conversion type character 'e' in format [-Wformat=]
120+
../../gcc/expmed.cc:1864:45: warning: '*(unsigned int*)((char*)&imode + offsetof(scalar_int_mode, scalar_int_mode::m_mode))' may be used uninitialized [-Wmaybe-uninitialized]
121+
../../gcc/gimple-ssa-warn-access.cc:2972:20: warning: too many arguments for format [-Wformat-extra-args]
122+
../../gcc/gimple-ssa-warn-access.cc:2972:39: warning: unknown conversion type character 'e' in format [-Wformat=]
123+
../../gcc/gimple-ssa-warn-access.cc:3023:22: warning: too many arguments for format [-Wformat-extra-args]
124+
../../gcc/gimple-ssa-warn-access.cc:3023:41: warning: unknown conversion type character 'e' in format [-Wformat=]
125+
../../gcc/opts-diagnostic.cc:173:10: warning: too many arguments for format [-Wformat-extra-args]
126+
../../gcc/opts-diagnostic.cc:173:10: warning: too many arguments for format [-Wformat-extra-args]
127+
../../gcc/opts-diagnostic.cc:174:61: warning: unknown conversion type character 'e' in format [-Wformat=]
128+
../../gcc/opts-diagnostic.cc:174:61: warning: unknown conversion type character 'e' in format [-Wformat=]
129+
../../gcc/opts-diagnostic.cc:254:6: warning: too many arguments for format [-Wformat-extra-args]
130+
../../gcc/opts-diagnostic.cc:255:53: warning: unknown conversion type character 'e' in format [-Wformat=]
131+
../../gcc/opts-diagnostic.cc:357:26: warning: too many arguments for format [-Wformat-extra-args]
132+
../../gcc/opts-diagnostic.cc:358:69: warning: unknown conversion type character 'e' in format [-Wformat=]
133+
../../gcc/pretty-print.cc:3559:19: warning: too many arguments for format [-Wformat-extra-args]
134+
../../gcc/pretty-print.cc:3559:28: warning: unknown conversion type character 'e' in format [-Wformat=]
135+
../../gcc/pretty-print.cc:3559:38: warning: unknown conversion type character 'e' in format [-Wformat=]
136+
../../gcc/pretty-print.cc:3698:19: warning: too many arguments for format [-Wformat-extra-args]
137+
../../gcc/pretty-print.cc:3698:28: warning: unknown conversion type character 'e' in format [-Wformat=]
138+
../../gcc/pretty-print.cc:3698:38: warning: unknown conversion type character 'e' in format [-Wformat=]
139+
../../gcc/text-art/style.cc:149:25: warning: spurious leading punctuation sequence ';' in format [-Wformat-diag]
140+
../../gcc/text-art/style.cc:159:25: warning: spurious leading punctuation sequence ';' in format [-Wformat-diag]
141+
../../gcc/text-art/table.cc:979:62: warning: unquoted keyword 'char' in format [-Wformat-diag]
142+
../../gcc/text-art/table.cc:979:69: warning: spurious trailing punctuation sequence '])' in format [-Wformat-diag]
143+
./../gcc/auto-host.h:948:9: warning: "HAVE_DECL_BASENAME" redefined
144+
./../gcc/auto-host.h:948:9: warning: "HAVE_DECL_BASENAME" redefined
145+
./../gcc/auto-host.h:948:9: warning: "HAVE_DECL_BASENAME" redefined
73146
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
74147
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
75148
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
76149
gengtype-lex.cc:356:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
77-
libtool: install: warning: remember to run `libtool --finish /usr/local/libexec/gcc/i586-alpine-linux-musl/14.0.1'
150+
libtool: install: warning: remember to run `libtool --finish /usr/local/libexec/gcc/i586-alpine-linux-musl/16.0.0'

0 commit comments

Comments
 (0)