Commit 8633f25c by J"orn Rennecke Committed by Joern Rennecke

warn-1.c (tourist_guide): New array, contains a pointer to bar.

	* gcc.dg/warn-1.c (tourist_guide): New array,
	contains a pointer to bar.

From-SVN: r65741
parent b5bc3efb
2003-04-17 J"orn Rennecke <joern.rennecke@superh.com>
* gcc.dg/warn-1.c (tourist_guide): New array,
contains a pointer to bar.
2003-04-16 Roger Sayle <roger@eyesopen.com> 2003-04-16 Roger Sayle <roger@eyesopen.com>
* gcc.dg/Wunreachable-5.c: New test case for PR c/10175. * gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
......
...@@ -14,3 +14,5 @@ static void bar (void) ...@@ -14,3 +14,5 @@ static void bar (void)
foo (vp); /* { dg-warning "" } */ foo (vp); /* { dg-warning "" } */
} }
void (*tourist_guide[]) (void) = { &bar };
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