Lines Matching full:fixme

6 // FIXME: This is included to avoid a diagnostic with no source location
58 // FIXME: Add tests here once DR260 is resolved.
85 // FIXME: dr1017 reverses the wording of dr515, but the current draft has
114 // FIXME: These are both ill-formed.
118 // FIXME: These are both ill-formed.
131 // FIXME: Add a codegen test.
142 // FIXME: The wording here is broken. It's not reasonable to expect a
234 extern struct { int x; } a; // FIXME: We should reject this, per dr389.
239 struct E { static P e; }; // FIXME: We should reject this, per dr389.
318 // FIXME: This is ill-formed; -pedantic-errors should reject.
321 // FIXME: This is ill-formed; -pedantic-errors should reject.
428 // FIXME: The extra braces here are to avoid the parser getting too in dr539()
537 // FIXME: This obviously should apply in C++98 mode too.
648 // FIXME: This is a DR issue against C++98, so should probably apply there
693 // FIXME: This is a DR issue against C++98, so should probably apply there
708 // FIXME: Add a codegen test.
711 const ir r = n; // expected-warning {{has no effect}} FIXME: Test if this has internal linkage.
730 // FIXME: This is ill-formed.
760 // FIXME: We shouldn't produce the 'cannot overload' diagnostics here.
844 template<X::I> struct A {}; // FIXME: We incorrectly accept this
863 // FIXME: These are all ill-formed.
876 // FIXME: It's not clear whether the standard allows this or what it means,
939 // FIXME: Should find member of non-dependent base class A<T>.
991 // FIXME: This is valid, but is rejected due to a non-conforming GNU in f()