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++/80059] [7 Regression] ICE with invalid noexcept for __transaction_atomic


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

--- Comment #7 from Paolo Carlini <paolo.carlini at oracle dot com> ---
Yes. Judging by the comment before fold_non_dependent_expr (which I wrote
myself ;) it seems we could use instantiate_non_dependent_expr_sfinae (cond,
tf_none) instead?

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