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

            Bug ID: 96276
           Summary: new test case c-c++-common/pr95237-6.c fails
           Product: gcc
           Version: 11.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:0a9d711df36b42b6494b73a90c7ebf050e904493, r11-2259

make -k check-gcc RUNTESTFLAGS=dg.exp=c-c++-common/pr95237-6.c

FAIL: c-c++-common/pr95237-6.c  -Wc++-compat  execution test
FAIL: c-c++-common/pr95237-6.c  -std=gnu++98 execution test
FAIL: c-c++-common/pr95237-6.c  -std=gnu++14 execution test
FAIL: c-c++-common/pr95237-6.c  -std=gnu++17 execution test
FAIL: c-c++-common/pr95237-6.c  -std=gnu++2a execution test

# of expected passes            1
# of expected passes            4
# of unexpected failures        1
# of unexpected failures        4


Trying one of them in gdb I see:

(gdb) run
Starting program: /home/seurer/gcc/git/build/gcc-test/./pr95237-6.exe 

Program received signal SIGABRT, Aborted.
0x00003fffb7cd258c in __GI_raise (sig=<optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:55
55        return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);
(gdb) where
#0  0x00003fffb7cd258c in __GI_raise (sig=<optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:55
#1  0x00003fffb7cd4778 in __GI_abort () at abort.c:90
#2  0x000000001000066c in main () at
/home/seurer/gcc/git/gcc-test/gcc/testsuite/c-c++-common/pr95237-6.c:22

Reply via email to