This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/59311] New: FAIL: g++.dg/cpp1y/vla-initlist1.C (test for excess errors)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59311

            Bug ID: 59311
           Summary: FAIL: g++.dg/cpp1y/vla-initlist1.C (test for excess
                    errors)
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com

When GCC is bootstrapped with -fsanitize=address, I got

ERROR: AddressSanitizer: global-buffer-overflow on address 0x00000297d2e4 at pc
0xe64e63

[hjl@gnu-mic-2 gcc]$ addr2line -e cc1plus 0xe64e63
/export/gnu/import/git/gcc/gcc/dwarf2cfi.c:909
[hjl@gnu-mic-2 gcc]$


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]