mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-13 05:43:45 +08:00
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
This commit is contained in:
parent
b5bc3efb4b
commit
8633f25cf5
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* gcc.dg/Wunreachable-5.c: New test case for PR c/10175.
|
||||
|
@ -14,3 +14,5 @@ static void bar (void)
|
||||
|
||||
foo (vp); /* { dg-warning "" } */
|
||||
}
|
||||
|
||||
void (*tourist_guide[]) (void) = { &bar };
|
||||
|
Loading…
Reference in New Issue
Block a user