This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/78948] [C++17] constexpr if instantiating too eagerly


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Related questions:
Are uses of deleted functions ok in discarded stmts?
Should we warn about uses of deprecated functions/vars in discarded stmts?
Shall we ever set DECL_ODR_USED on odr-used decls in discarded stmts?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]