You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// expected-warning {{specifying real and imaginary components is an extension}}
29
30
structteststructvalid3= { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary components is an extension}}
30
31
_Complexfloatvalid4[2] = { {1.0f, 1.0f}, {1.0f, 1.0f} }; // expected-warning 2 {{specifying real and imaginary components is an extension}}
31
32
// FIXME: We need some sort of warning for valid5
32
-
_Complexfloatvalid5= {1.0f, 1.0fi}; // expected-warning {{imaginary constants}} expected-warning {{specifying real and imaginary components is an extension}}
0 commit comments