Commit 38101f91 by Mike Stump Committed by Mike Stump

* gcc.dg/pragma-diag-5.c: Make test cases unique.

From-SVN: r229891
parent b4487cbc
2015-11-06 Mike Stump <mikestump@comcast.net>
* gcc.dg/pragma-diag-5.c: Make test cases unique.
2015-11-06 Aditya Kumar <aditya.k7@samsung.com> 2015-11-06 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com> Sebastian Pop <s.pop@samsung.com>
......
/* { dg-do compile } */ /* { dg-do compile } */
#pragma GCC diagnostic /* { dg-warning "missing" "missing" } */ #pragma GCC diagnostic /* { dg-warning "missing" "missing" } */
/* { dg-warning "24:missing" "missing" { xfail *-*-* } 2 } */ /* { dg-warning "24:missing" "wrong column" { xfail *-*-* } 2 } */
#pragma GCC diagnostic warn /* { dg-warning "24:expected" } */ #pragma GCC diagnostic warn /* { dg-warning "24:expected" } */
......
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