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++/82768] ICE in synthesize_implicit_template_parm, at cp/parser.c:39338


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

Casey Carter <Casey at Carter dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Casey at Carter dot net

--- Comment #2 from Casey Carter <Casey at Carter dot net> ---
(In reply to Martin Liška from comment #1)
> Confirmed on all release that support -fconcepts. Is it a valid code?

No. Using a placeholder type for the parameter of a requires expression is not
supported. (Specifically, the Addressable parameter in the definition of
InternalCompilerError.)

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