* gcc-plugin/tests/run-test.in (compile/match): Suitably parse `cflags'.
@@ -323,8 +323,7 @@ otherwise."
(car instructions)))
((cflags)
`(,@cflags
- ,@(or (and=> (assq-ref options 'cflags) cadr)
- '())
+ ,@(or (assq-ref options 'cflags) '())
,@(if (memq goal '(link run))
`("-o" ,exe)
'("-c"))))