blob: 2b9c9a9521715fa9118ecb6aeebe16410612a5d6 (
plain)
1
2
3
4
5
6
7
8
|
/*
{ dg-options "-D _GNU_SOURCE -fdiagnostics-show-caret" }
{ dg-do compile }
*/
#define _GNU_SOURCE /* { dg-warning "redefined" } */
/* { dg-message "" "#define _GNU_SOURCE" {target *-*-* } 0 } */
|