Searched refs:PR8836 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Di-c-e-cxx.cpp62 struct PR8836 { char _; long long a; }; // expected-warning {{long long}} struct
63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast which performs the conversions of a reinterpret_cast is not allowed in a constant expression}}

Completed in 74 milliseconds