public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606
@ 2022-01-18 19:47 seurer at gcc dot gnu.org
  2022-01-18 20:06 ` [Bug middle-end/104103] " jakub at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-01-18 19:47 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 104103
           Summary: [12 regression] many excess errors from
                    g++.dg/asan/asan_test.C after r12-6606
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:9d6a0f388eb048f8d87f47af78f07b5ce513bfe6, r12-6606
make  -k check-gcc RUNTESTFLAGS="asan.exp=g++.dg/asan/asan_test.C"
FAIL: g++.dg/asan/asan_test.C   -O2  (test for excess errors)
# of unexpected failures        1
# of unsupported tests          6
# of unresolved testcases       1

This broke one of the ASAN tests with lots of excess errors.

Excess errors:
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1157:10:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1157:10:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1162:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1162:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1164:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1164:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1166:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1166:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1168:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1168:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1170:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1170:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1172:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1172:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1162:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1162:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1164:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1164:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1166:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1166:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1168:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1168:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1170:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1170:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1172:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:1172:27:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:799:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_test.cc:799:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:446:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:446:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:447:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:447:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:459:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:459:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:460:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:460:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:466:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:466:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:467:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:467:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:470:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:470:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:477:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:477:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:480:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:480:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:481:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:481:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:482:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:482:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:488:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:488:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:493:61:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:493:61:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to '__guard'
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:494:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:494:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:446:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:446:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:447:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:447:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:459:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:459:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:460:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:460:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:466:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:466:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:467:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:467:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:470:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:470:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:477:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:477:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:480:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:480:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:481:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:481:57:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:482:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:482:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:488:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:488:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:493:61:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:493:61:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:494:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:494:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:74:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:74:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:109:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:110:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:113:55:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:109:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:110:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:113:55:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:89:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:90:66:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:93:66:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:89:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:90:66:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:93:66:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:212:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:213:67:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:216:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:212:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:213:67:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:216:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:127:67:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:129:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:130:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:131:72:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:132:71:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:135:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:127:67:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:129:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:130:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:131:72:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:132:71:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:135:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:157:34:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:159:35:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:161:35:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:163:36:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:166:36:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:168:36:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:175:35:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:157:34:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:159:35:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:161:35:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:163:36:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:166:36:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:168:36:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:175:35:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:367:74:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:369:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:370:56:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:371:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:372:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:376:53:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:380:54:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:383:54:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:367:74:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:369:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:370:56:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:371:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:372:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:376:53:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:380:54:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:383:54:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:404:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:407:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:408:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:409:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:410:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:416:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:418:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:422:70:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:404:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:407:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:408:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:409:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:410:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:416:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:418:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:422:70:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:216:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:217:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:218:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:219:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:221:72:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:222:72:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:226:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:232:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:216:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:217:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:218:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:219:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:221:72:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:222:72:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:226:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_mem_test.cc:232:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:34:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:35:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:37:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:41:55:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:42:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:34:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:35:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:37:68:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:41:55:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:42:64:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:294:61:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:295:61:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:296:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:297:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:300:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:301:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:294:61:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:295:61:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:296:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:297:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:300:58:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:301:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:332:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:333:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:334:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:335:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:337:73:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:338:73:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:332:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:333:65:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:334:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:335:69:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:337:73:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:338:73:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:513:53:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:514:51:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:516:48:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:525:48:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:527:48:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:528:52:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:513:53:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:514:51:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:516:48:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:525:48:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:527:48:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:528:52:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:557:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:558:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:562:59:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:566:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:575:59:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:577:59:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:579:59:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:557:63:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:558:62:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:562:59:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:566:60:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:575:59:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:577:59:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/asan_str_test.cc:579:59:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
/home/seurer/gcc/git/gcc-test/gcc/testsuite/g++.dg/asan/dejagnu-gtest.h:52:17:
error: using a dangling pointer to an unnamed temporary
[-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to 'v' [-Werror=dangling-pointer=]
cc1plus: error: using a dangling pointer to 'v' [-Werror=dangling-pointer=]
cc1plus: all warnings being treated as errors




commit 9d6a0f388eb048f8d87f47af78f07b5ce513bfe6 (HEAD, refs/bisect/bad)
Author: Martin Sebor <msebor@redhat.com>
Date:   Sat Jan 15 16:41:40 2022 -0700

    Add -Wdangling-pointer [PR63272].

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

* [Bug middle-end/104103] [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606
  2022-01-18 19:47 [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606 seurer at gcc dot gnu.org
@ 2022-01-18 20:06 ` jakub at gcc dot gnu.org
  2022-01-18 22:50 ` seurer at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-01-18 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org
          Component|testsuite                   |middle-end
     Ever confirmed|0                           |1
                 CC|                            |jakub at gcc dot gnu.org
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2022-01-18

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I've just debugged this, the following patch fixes that.
.ASAN_MARK, while it takes address of variables, often after they go out of
scope, doesn't access those variables in any way, it poisons or unpoisons the
corresponding shadow memory.

--- gcc/gimple-ssa-warn-access.cc.jj    2022-01-16 20:55:46.783932110 +0100
+++ gcc/gimple-ssa-warn-access.cc       2022-01-18 20:56:13.697780325 +0100
@@ -4232,6 +4232,11 @@ pass_waccess::check_call (gcall *stmt)
   if (gimple_call_builtin_p (stmt, BUILT_IN_NORMAL))
     check_builtin (stmt);

+  /* .ASAN_MARK doesn't access any vars, only modifies shadow memory.  */
+  if (gimple_call_internal_p (stmt)
+      && gimple_call_internal_fn (stmt) == IFN_ASAN_MARK)
+    return;
+
   if (!m_early_checks_p)
     if (tree callee = gimple_call_fndecl (stmt))
       {

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

* [Bug middle-end/104103] [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606
  2022-01-18 19:47 [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606 seurer at gcc dot gnu.org
  2022-01-18 20:06 ` [Bug middle-end/104103] " jakub at gcc dot gnu.org
@ 2022-01-18 22:50 ` seurer at gcc dot gnu.org
  2022-01-19  0:45 ` msebor at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-01-18 22:50 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from seurer at gcc dot gnu.org ---
Also, 

g:9d6a0f388eb048f8d87f47af78f07b5ce513bfe6, r12-6606
make  -k check-gcc RUNTESTFLAGS="dg-torture.exp=gcc.dg/torture/pr57147-2.c"
FAIL: gcc.dg/torture/pr57147-2.c   -O2 -flto -fno-use-linker-plugin
-flto-partition=none  (test for excess errors)
# of expected passes            9
# of unexpected failures        1
# of unsupported tests          2


Excess errors:
/home/seurer/gcc/git/gcc-test/gcc/testsuite/gcc.dg/torture/pr57147-2.c:20:3:
warning: '_setjmp' accessing 1 byte in a region of size 0
[-Wstringop-overflow=]
wd

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

* [Bug middle-end/104103] [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606
  2022-01-18 19:47 [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606 seurer at gcc dot gnu.org
  2022-01-18 20:06 ` [Bug middle-end/104103] " jakub at gcc dot gnu.org
  2022-01-18 22:50 ` seurer at gcc dot gnu.org
@ 2022-01-19  0:45 ` msebor at gcc dot gnu.org
  2022-01-19  1:04 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: msebor at gcc dot gnu.org @ 2022-01-19  0:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
(In reply to seurer from comment #2)

The warning for gcc/testsuite/gcc.dg/torture/pr57147-2.c looks correct.  The
g_return_jmp_buf variable has zero size but it's being passed to a function
declared to take an array of one element.  Let me suppress it in the test.

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

* [Bug middle-end/104103] [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606
  2022-01-18 19:47 [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606 seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-01-19  0:45 ` msebor at gcc dot gnu.org
@ 2022-01-19  1:04 ` cvs-commit at gcc dot gnu.org
  2022-01-19  8:29 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-01-19  1:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Sebor <msebor@gcc.gnu.org>:

https://gcc.gnu.org/g:282110ae8b54250c8dcb73afc6f30761a41e38e6

commit r12-6713-g282110ae8b54250c8dcb73afc6f30761a41e38e6
Author: Martin Sebor <msebor@redhat.com>
Date:   Tue Jan 18 17:53:20 2022 -0700

    Suppress valid warning [PR104103].

    gcc/testsuite/ChangeLog:
            PR middle-end/104103
            * gcc.dg/torture/pr57147-2.c: Prune out expected warning.

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

* [Bug middle-end/104103] [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606
  2022-01-18 19:47 [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606 seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-01-19  1:04 ` cvs-commit at gcc dot gnu.org
@ 2022-01-19  8:29 ` cvs-commit at gcc dot gnu.org
  2022-01-19  8:31 ` jakub at gcc dot gnu.org
  2022-01-19 18:57 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-01-19  8:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 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:53836c887a05db23ff3b9fc06f64e0ba78810ece

commit r12-6727-g53836c887a05db23ff3b9fc06f64e0ba78810ece
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Jan 19 09:28:25 2022 +0100

    gimple-ssa-warn-access: Fix up asan_test.C -Wdangling-pointer regression
[PR104103]

    As reported in the PR or as I've seen since the weekend, asan_test.C fails
    because of many warnings like:
    gcc/testsuite/g++.dg/asan/asan_test.cc:1157:10: error: using a dangling
pointer to an unnamed temporary [-Werror=dangling-pointer=]
    gcc/testsuite/g++.dg/asan/asan_test.cc:1157:10: error: using a dangling
pointer to an unnamed temporary [-Werror=dangling-pointer=]
    gcc/testsuite/g++.dg/asan/asan_test.cc:1162:27: error: using a dangling
pointer to an unnamed temporary [-Werror=dangling-pointer=]
    ...
    (lots of them).
    There are no dangling pointers though, the warning pass sees:
      some_automatic_var ={v} {CLOBBER};
      .ASAN_MARK (POISON, &some_automatic_var, 8);
    and warns on that (both on user vars and on e.g. TARGET_EXPR temporaries).
    There is nothing wrong on that, .ASAN_MARK is compiler instrumentation,
    which doesn't even touch the variable in any way nor make it escaped.
    What it instead does is change bytes in the shadow memory corresponding
    to the variable to reflect that the variable is out of scope and make
    sure that access to it would be diagnosed at runtime.
    So, for all purposes of the -Wdangling-pointer and -Wuse-after-free
    warnings, we should ignore this internal call.

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

            PR middle-end/104103
            * gimple-ssa-warn-access.cc (pass_waccess::check_call): Don't check
            .ASAN_MARK calls.

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

* [Bug middle-end/104103] [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606
  2022-01-18 19:47 [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606 seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-01-19  8:29 ` cvs-commit at gcc dot gnu.org
@ 2022-01-19  8:31 ` jakub at gcc dot gnu.org
  2022-01-19 18:57 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2022-01-19  8:31 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Fixed.

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

* [Bug middle-end/104103] [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606
  2022-01-18 19:47 [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606 seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-01-19  8:31 ` jakub at gcc dot gnu.org
@ 2022-01-19 18:57 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-01-19 18:57 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu.org

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 104129 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2022-01-19 18:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 19:47 [Bug testsuite/104103] New: [12 regression] many excess errors from g++.dg/asan/asan_test.C after r12-6606 seurer at gcc dot gnu.org
2022-01-18 20:06 ` [Bug middle-end/104103] " jakub at gcc dot gnu.org
2022-01-18 22:50 ` seurer at gcc dot gnu.org
2022-01-19  0:45 ` msebor at gcc dot gnu.org
2022-01-19  1:04 ` cvs-commit at gcc dot gnu.org
2022-01-19  8:29 ` cvs-commit at gcc dot gnu.org
2022-01-19  8:31 ` jakub at gcc dot gnu.org
2022-01-19 18:57 ` pinskia 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).