From 5ab8a5088b729a9953b8dff1b2a985dc8fb2098b Mon Sep 17 00:00:00 2001 From: mzuenni Date: Mon, 27 Jun 2022 17:19:28 +0200 Subject: updated tcr --- tests/gcc5bug.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/gcc5bug.cpp (limited to 'tests/gcc5bug.cpp') diff --git a/tests/gcc5bug.cpp b/tests/gcc5bug.cpp new file mode 100644 index 0000000..55efa3b --- /dev/null +++ b/tests/gcc5bug.cpp @@ -0,0 +1,4 @@ +//https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68203 +struct A { + pair values[1000000]; +}; \ No newline at end of file -- cgit v1.2.3