public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/106191] New: ICE: Segmentation fault signal terminated program cc1plus
@ 2022-07-04 19:41 gscfq@t-online.de
  2022-07-07 12:33 ` [Bug c++/106191] ICE: Segmentation fault signal terminated program cc1plus since r8-526-g65d7adba7ba2736b marxin at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: gscfq@t-online.de @ 2022-07-04 19:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106191
           Summary: ICE: Segmentation fault signal terminated program
                    cc1plus
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

It seems to have started with r13 before 20220508 :


$ cat z1.cc
class C
{
  int a = 0;
  constexpr auto b() const noexcept
  {
    return a;
  }
public:
  constexpr operator auto() const noexcept
  {
    return [*]a;
  }
};


$ gcc-13-20220703 -c z1.cc
z1.cc: In member function 'constexpr C::operator auto() const':
z1.cc:11:13: error: expected identifier before '*' token
   11 |     return [*]a;
      |             ^
z1.cc: In lambda function:
z1.cc:11:15: error: expected '{' before 'a'
   11 |     return [*]a;
      |               ^
g++: internal compiler error: Segmentation fault signal terminated program
cc1plus

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

* [Bug c++/106191] ICE: Segmentation fault signal terminated program cc1plus since r8-526-g65d7adba7ba2736b
  2022-07-04 19:41 [Bug c++/106191] New: ICE: Segmentation fault signal terminated program cc1plus gscfq@t-online.de
@ 2022-07-07 12:33 ` marxin at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-07-07 12:33 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-07-07
            Summary|ICE: Segmentation fault     |ICE: Segmentation fault
                   |signal terminated program   |signal terminated program
                   |cc1plus                     |cc1plus since
                   |                            |r8-526-g65d7adba7ba2736b

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with ICE with r8-526-g65d7adba7ba2736b.

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

end of thread, other threads:[~2022-07-07 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 19:41 [Bug c++/106191] New: ICE: Segmentation fault signal terminated program cc1plus gscfq@t-online.de
2022-07-07 12:33 ` [Bug c++/106191] ICE: Segmentation fault signal terminated program cc1plus since r8-526-g65d7adba7ba2736b marxin 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).