annotate gcc/testsuite/gcc.dg/pr15749-1.c @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900 (2018-10-25)
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* Flexible array misuses (that are accepted without -pedantic) should
kono
parents:
diff changeset
2 be OK in system headers even with -pedantic-errors. PR 15749
kono
parents:
diff changeset
3 from Tuomo dot Tikkanen at nokia dot com. */
kono
parents:
diff changeset
4 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
kono
parents:
diff changeset
5 /* { dg-do compile } */
kono
parents:
diff changeset
6 /* { dg-options "-std=iso9899:1999 -pedantic-errors" } */
kono
parents:
diff changeset
7
kono
parents:
diff changeset
8 #include "pr15749-1.h"