Commit c1c0e8e1 by Vincent Lefevre Committed by Joseph Myers

2011-04-01 Vincent Lefevre <vincent+gcc@vinc17.org>

	PR c/36299
	* gcc.dg/Waddress.c: New test.

From-SVN: r171850
parent 6e98bce4
2011-04-01 Vincent Lefevre <vincent+gcc@vinc17.org>
PR c/36299
* gcc.dg/Waddress.c: New test.
2011-04-01 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/48352
......
/* PR c/36299 */
/* { dg-do compile } */
/* { dg-options "-Waddress" } */
int
foo(void)
{
char a[1];
return a == 0;
}
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