coredump: fix behavior when gencore fail

Change-Id: Ifdddf867b514f42a6f1ce374ec06b7550a9cdad5
Refs: #1511
This commit is contained in:
Ken Sato
2021-02-26 15:32:00 +09:00
committed by Masamichi Takagi
parent 7efb394905
commit 422a399f20
8 changed files with 588 additions and 2 deletions

13
test/issues/1511/Makefile Normal file
View File

@@ -0,0 +1,13 @@
CC=gcc
CFLAGS=-g
LDFLAGS=
TARGET=
all: $(TARGET)
test: all
sh ./C1511.sh
clean:
rm -f $(TARGET) *.o *.txt *core*