Commit c0d4955f by Andrew Pinski Committed by Andrew Pinski

* gcc.dg/uninit-E.c: Add forgotten dg-warning marker.

From-SVN: r70588
parent 940cde4d
2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/uninit-E.c: Add forgotten dg-warning marker.
2003-08-19 Andrew Pinski <pinskia@physics.uc.edu>
* gcc.dg/uninit-D.c: New Test.
* gcc.dg/uninit-E.c: New Test.
* gcc.dg/uninit-F.c: New Test.
......
......@@ -4,6 +4,6 @@
int f()
{
int i = i;
int i = i; /* { dg-warning "i" "uninitialized variable warning" } */
return i;
}
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