Commit 31b0bf51 by Marek Polacek

Fix up accidentally twice-applied patch.

From-SVN: r217784
parent 9d6e10c7
...@@ -7,12 +7,3 @@ foo (void) ...@@ -7,12 +7,3 @@ foo (void)
{ {
(*"c")++; (*"c")++;
} }
/* PR sanitizer/63690 */
/* { dg-do compile } */
/* { dg-options "-fsanitize=undefined" } */
void
foo (void)
{
(*"c")++;
}
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