public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/68608] [concepts] ICE with explicit class instantiation
       [not found] <bug-68608-4@http.gcc.gnu.org/bugzilla/>
@ 2021-07-24  1:07 ` pinskia at gcc dot gnu.org
  2023-03-08 21:07 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-07-24  1:07 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Jonathan Wakely from comment #1)
> Still ICEs on current trunk with -std=c++17 -fconcepts, and also with
> -std=c++2a after modernising the code:

I can't get this to crash with r12-2133.
But the funny thing is clang crashes with a similar issue as what GCC had:
<source>:6:7: error: definition with same mangled name '_ZN1AIiE1fEv' as
another definition
  int f() requires (!C<T>) { return 2; }
      ^
<source>:5:7: note: previous definition is here
  int f() requires C<T> { return 1; }
      ^

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/68608] [concepts] ICE with explicit class instantiation
       [not found] <bug-68608-4@http.gcc.gnu.org/bugzilla/>
  2021-07-24  1:07 ` [Bug c++/68608] [concepts] ICE with explicit class instantiation pinskia at gcc dot gnu.org
@ 2023-03-08 21:07 ` pinskia at gcc dot gnu.org
  2023-03-08 21:08 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-03-08 21:07 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roi.jacobson1 at gmail dot com

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 104615 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/68608] [concepts] ICE with explicit class instantiation
       [not found] <bug-68608-4@http.gcc.gnu.org/bugzilla/>
  2021-07-24  1:07 ` [Bug c++/68608] [concepts] ICE with explicit class instantiation pinskia at gcc dot gnu.org
  2023-03-08 21:07 ` pinskia at gcc dot gnu.org
@ 2023-03-08 21:08 ` pinskia at gcc dot gnu.org
  2023-03-08 21:12 ` pinskia at gcc dot gnu.org
  2023-03-15 13:25 ` ppalka at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-03-08 21:08 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ed at catmur dot uk

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 109070 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/68608] [concepts] ICE with explicit class instantiation
       [not found] <bug-68608-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-03-08 21:08 ` pinskia at gcc dot gnu.org
@ 2023-03-08 21:12 ` pinskia at gcc dot gnu.org
  2023-03-15 13:25 ` ppalka at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-03-08 21:12 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chrisb2244 at gmail dot com

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 68092 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/68608] [concepts] ICE with explicit class instantiation
       [not found] <bug-68608-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2023-03-08 21:12 ` pinskia at gcc dot gnu.org
@ 2023-03-15 13:25 ` ppalka at gcc dot gnu.org
  4 siblings, 0 replies; 5+ messages in thread
From: ppalka at gcc dot gnu.org @ 2023-03-15 13:25 UTC (permalink / raw)
  To: gcc-bugs

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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ppalka at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #6 from Patrick Palka <ppalka at gcc dot gnu.org> ---
dup

*** This bug has been marked as a duplicate of bug 96164 ***

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-15 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-68608-4@http.gcc.gnu.org/bugzilla/>
2021-07-24  1:07 ` [Bug c++/68608] [concepts] ICE with explicit class instantiation pinskia at gcc dot gnu.org
2023-03-08 21:07 ` pinskia at gcc dot gnu.org
2023-03-08 21:08 ` pinskia at gcc dot gnu.org
2023-03-08 21:12 ` pinskia at gcc dot gnu.org
2023-03-15 13:25 ` ppalka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).