Commit d302f41d by Jakub Jelinek Committed by Jakub Jelinek

* gcc.dg/guality/pr49888.c (v): Add __attribute__((used)).

From-SVN: r219913
parent 3ea36418
2015-01-20 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/guality/pr49888.c (v): Add __attribute__((used)).
PR sanitizer/64632
* g++.dg/ubsan/pr64632.C: New test.
......
......@@ -2,7 +2,7 @@
/* { dg-do run } */
/* { dg-options "-g" } */
static int v;
static int v __attribute__((used));
static void __attribute__((noinline, noclone))
f (int *p)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment