From: Markus Trippelsdorf Date: Fri, 16 Jan 2015 13:59:08 +0000 (+0000) Subject: Add missing } to gcc.c-torture/compile/20150108.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eeda1b34948171adc5198672afb6844e15c5b414;p=gcc.git Add missing } to gcc.c-torture/compile/20150108.c From-SVN: r219740 --- diff --git a/gcc/testsuite/gcc.c-torture/compile/20150108.c b/gcc/testsuite/gcc.c-torture/compile/20150108.c index 62ba3721bcd..15c53e35f5e 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20150108.c +++ b/gcc/testsuite/gcc.c-torture/compile/20150108.c @@ -20,3 +20,4 @@ int fn1 () { u = v; r = b | a[4]; return e; +}