https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66839

ensadc at mailnesia dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid

--- Comment #1 from ensadc at mailnesia dot com ---
Minimum reproducer (https://wandbox.org/permlink/rSm6lgfooMFZxvsI):

// file a.h
#pragma GCC system_header
#define TEST 0

// file prog.cc
#include "a.h"
struct X {
    int t = TEST;
};
int main() {}

Reply via email to