Snippets for binutils 2.46.50 from Fedora aarch64
Sourced from https://kojipkgs.fedoraproject.org/packages/binutils/2.46.50/12.fc45/data/logs/aarch64/build.log.
-
../libiberty/../../libiberty/cp-demangle.c:6843:1: warning: stack usage might be unbounded [-Wstack-usage=] 6843 | d_demangle_callback (const char *mangled, int options, | ^ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../libiberty/../../libiberty/cp-demangle.c:7166:1: warning: stack usage might be unbounded [-Wstack-usage=] 7166 | is_ctor_or_dtor (const char *mangled, | ^ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../../../gprofng/libcollector/linetrace.c:931:11: warning: ignoring return value of ‘strerror_r’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 931 | strerror_r (errno, errmsg, sizeof (errmsg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../gprofng/libcollector/linetrace.c:1048:7: warning: ignoring return value of ‘strerror_r’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1048 | strerror_r (errno, errmsg, sizeof (errmsg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../gprofng/libcollector/libcol_util.c:134:25: warning: variable ‘i’ set but not used [-Wunused-but-set-variable=] 134 | volatile unsigned int i = 0; /* xxxx volatile may not be honored on amd64 -x04 */ | ^ -
../../../gprofng/src/CallStack.cc:79:10: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile] 79 | data[count++] = item; | ^~~~~ -
../../../gprofng/src/CallStack.cc:109:3: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile] 109 | count++; | ^~~~~ -
../../../gprofng/src/DbeSession.cc:457:14: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 457 | system (cmd); | ~~~~~~~^~~~~ -
../../../gprofng/src/DbeSession.cc:481:14: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 481 | system (cmd); | ~~~~~~~^~~~~ -
../../../gprofng/src/DbeThread.cc:135:7: warning: ‘--’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile] 135 | queues_cnt--; | ^~~~~~~~~~ -
../../../gprofng/src/DbeThread.cc:147:17: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile] 147 | q->id = ++total_queues; | ^~~~~~~~~~~~ -
../../../gprofng/src/DbeThread.cc:157:13: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile] 157 | q->id = ++total_queues; | ^~~~~~~~~~~~ -
../../../gprofng/src/DbeThread.cc:170:3: warning: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Wvolatile] 170 | queues_cnt++; | ^~~~~~~~~~ -
../../../gprofng/src/Experiment.cc:270:15: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 270 | ::fgets (buffer + bufsz - 1, newsz - bufsz + 1, fh); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../gprofng/src/StringBuilder.cc:456:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 456 | ::write (fd, value, count); | ~~~~~~~~^~~~~~~~~~~~~~~~~~ -
QLParser.tab.cc:457:9: warning: variable ‘yynerrs_’ set but not used [-Wunused-but-set-variable=]
-
../../../gprofng/src/collctrl.cc:1963:14: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1963 | system (cmd); | ~~~~~~~^~~~~ -
../../../gprofng/src/Dbe.cc:4375:30: warning: bitwise operation between different enumeration types ‘MetricType’ and ‘<unnamed enum>’ is deprecated [-Wdeprecated-enum-enum-conversion] 4375 | int mtype = MET_COMMON | COMPARE_BIT | ((groupId + 1) << GROUP_ID_SHIFT); | ~~~~~~~~~~~^~~~~~~~~~~~~ -
../../../gprofng/src/Dbe.cc:4546:30: warning: bitwise operation between different enumeration types ‘MetricType’ and ‘<unnamed enum>’ is deprecated [-Wdeprecated-enum-enum-conversion] 4546 | int mtype = MET_COMMON | COMPARE_BIT | ((groupId + 1) << GROUP_ID_SHIFT); | ~~~~~~~~~~~^~~~~~~~~~~~~ -
../../../gprofng/src/gmon_io.cc:169:7: warning: variable ‘nhist’ set but not used [-Wunused-but-set-variable=] 169 | int nhist = 0, narcs = 0, nbbs = 0; | ^~~~~ -
../../../gprofng/src/gmon_io.cc:169:18: warning: variable ‘narcs’ set but not used [-Wunused-but-set-variable=] 169 | int nhist = 0, narcs = 0, nbbs = 0; | ^~~~~ -
../../../gprofng/src/gmon_io.cc:169:29: warning: variable ‘nbbs’ set but not used [-Wunused-but-set-variable=] 169 | int nhist = 0, narcs = 0, nbbs = 0; | ^~~~ -
../../../gprofng/src/gp-archive.cc:249:14: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 249 | system (cmd); | ~~~~~~~^~~~~ -
../../../gprofng/src/gp-collect-app.cc:1506:11: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1506 | write (f, buf, strlen (buf)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../../gprofng/src/count.cc:215:13: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 215 | write (2, sb.toString (), sb.length ()); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../gprofng/src/ipc.cc:135:10: warning: ignoring return value of ‘int system(const char*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 135 | system (buf); | ~~~~~~~^~~~~ -
../../../gprofng/src/ipc.cc:2642:15: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2642 | freopen (ipc_log_name, "w", stderr); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../gprofng/src/ipc.cc:2659:13: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2659 | freopen ("/dev/null", "w", stderr); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ -
../../../gprofng/src/ipcio.cc:887:9: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 887 | write (1, buf, 22); | ~~~~~~^~~~~~~~~~~~ -
../../../gprofng/src/gp-gmon.cc:558:11: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 558 | write (f, buf, strlen (buf)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
../../ld/testplug2.c:76:25: warning: ‘tag_names’ defined but not used [-Wunused-const-variable=] 76 | static const tag_name_t tag_names[] = | ^~~~~~~~~ -
../../ld/testplug3.c:76:25: warning: ‘tag_names’ defined but not used [-Wunused-const-variable=] 76 | static const tag_name_t tag_names[] = | ^~~~~~~~~ -
../../ld/testplug4.c:76:25: warning: ‘tag_names’ defined but not used [-Wunused-const-variable=] 76 | static const tag_name_t tag_names[] = | ^~~~~~~~~ -
../../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../../libiberty/../../libiberty/cp-demangle.c:6843:1: warning: stack usage might be unbounded [-Wstack-usage=] 6843 | d_demangle_callback (const char *mangled, int options, | ^ -
../../libiberty/../../libiberty/cp-demangle.c:6843:1: warning: stack usage might be unbounded [-Wstack-usage=] 6843 | d_demangle_callback (const char *mangled, int options, | ^ -
/usr/include/features.h:451:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 451 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ -
/usr/include/features.h:451:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 451 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ -
/usr/include/features.h:451:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 451 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:15:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 15 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:14:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 14 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:15:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 15 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:14:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 14 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:64:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 64 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:62:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 62 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:15:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 15 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:14:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 14 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:15:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 15 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:14:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 14 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmain2.c:6:12: warning: type of ‘foo1’ does not match original declaration [-Wlto-type-mismatch] 6 | extern int foo1 (void); | ^ -
../../../gold/testsuite/ifuncmain2.c:6:12: warning: type of ‘foo1’ does not match original declaration [-Wlto-type-mismatch] 6 | extern int foo1 (void); | ^ -
../../../gold/testsuite/ifuncmain2.c:6:12: warning: type of ‘foo1’ does not match original declaration [-Wlto-type-mismatch] 6 | extern int foo1 (void); | ^ -
../../../gold/testsuite/ifuncmain2.c:6:12: warning: type of ‘foo1’ does not match original declaration [-Wlto-type-mismatch] 6 | extern int foo1 (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:64:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 64 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:62:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 62 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:15:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 15 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:14:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 14 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:15:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 15 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:14:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 14 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:15:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 15 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmod1.c:63:12: warning: type of ‘foo_hidden’ does not match original declaration [-Wlto-type-mismatch] 63 | extern int foo_hidden (void); | ^ -
../../../gold/testsuite/ifuncmain1.c:14:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 14 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmain5.c:6:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 6 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmain5.c:5:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 5 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmain5.c:6:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 6 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmain5.c:5:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 5 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmain5.c:6:12: warning: type of ‘foo_protected’ does not match original declaration [-Wlto-type-mismatch] 6 | extern int foo_protected (void); | ^ -
../../../gold/testsuite/ifuncmain5.c:5:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 5 | extern int foo (void); | ^ -
../../../gold/testsuite/ifuncmain6pie.c:28:12: warning: type of ‘foo’ does not match original declaration [-Wlto-type-mismatch] 28 | extern int foo (void); | ^ -
/usr/include/features.h:451:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 451 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ -
../../../gold/testsuite/ver_test_pr33577b.c:13:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 13 | main () | ^~~~ -
/usr/include/features.h:451:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 451 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ -
/usr/include/features.h:451:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 451 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ -
/usr/include/features.h:451:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] 451 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../libiberty/../../libiberty/cp-demangle.c:7166:1: warning: stack usage might be unbounded [-Wstack-usage=] 7166 | is_ctor_or_dtor (const char *mangled, | ^ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../libiberty/../../libiberty/cp-demangle.c:7166:1: warning: stack usage might be unbounded [-Wstack-usage=] 7166 | is_ctor_or_dtor (const char *mangled, | ^ -
../libiberty/../../libiberty/cp-demangle.c:7166:1: warning: stack usage might be unbounded [-Wstack-usage=] 7166 | is_ctor_or_dtor (const char *mangled, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../../gold/object.cc:1276:18: warning: ‘offset’ may be used uninitialized [-Wmaybe-uninitialized] 1276 | if (os == NULL || offset == -1) | ^ -
../../gold/object.cc:1276:18: warning: ‘offset’ may be used uninitialized [-Wmaybe-uninitialized] 1276 | if (os == NULL || offset == -1) | ^ -
../../gold/object.cc:1276:18: warning: ‘offset’ may be used uninitialized [-Wmaybe-uninitialized] 1276 | if (os == NULL || offset == -1) | ^ -
../../gold/object.cc:1276:18: warning: ‘offset’ may be used uninitialized [-Wmaybe-uninitialized] 1276 | if (os == NULL || offset == -1) | ^ -
../libiberty/../../libiberty/cp-demangle.c:7166:1: warning: stack usage might be unbounded [-Wstack-usage=] 7166 | is_ctor_or_dtor (const char *mangled, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../../gold/object.cc:1276:18: warning: ‘offset’ may be used uninitialized [-Wmaybe-uninitialized] 1276 | if (os == NULL || offset == -1) | ^ -
../../gold/object.cc:1276:18: warning: ‘offset’ may be used uninitialized [-Wmaybe-uninitialized] 1276 | if (os == NULL || offset == -1) | ^ -
../../gold/object.cc:1276:18: warning: ‘offset’ may be used uninitialized [-Wmaybe-uninitialized] 1276 | if (os == NULL || offset == -1) | ^ -
../../gold/object.cc:1276:18: warning: ‘offset’ may be used uninitialized [-Wmaybe-uninitialized] 1276 | if (os == NULL || offset == -1) | ^ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../libiberty/../../libiberty/cp-demangle.c:7166:1: warning: stack usage might be unbounded [-Wstack-usage=] 7166 | is_ctor_or_dtor (const char *mangled, | ^ -
../libiberty/../../libiberty/cp-demangle.c:4682:1: warning: stack usage might be unbounded [-Wstack-usage=] 4682 | cplus_demangle_print_callback (int options, | ^ -
../libiberty/../../libiberty/cp-demangle.c:6960:1: warning: stack usage might be unbounded [-Wstack-usage=] 6960 | d_demangle (const char *mangled, int options, size_t *palc) | ^ -
../libiberty/../../libiberty/cp-demangle.c:7166:1: warning: stack usage might be unbounded [-Wstack-usage=] 7166 | is_ctor_or_dtor (const char *mangled, | ^ -
UNSUPPORTED: objdump -M annotate (build): compile result: /builddir/build/BUILD/binutils-2.46.50-build/binutils-with-gold-2.46.50-f85ff0c4bce/binutils/testsuite/binutils-all/aarch64/objdumpM1.c:24:5: warning: 'main' takes only zero or two arguments [-Wmain] 24 | int main (int arg) | ^~~~