public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* ICE on trunk with combination of "-Og -fcontracts", repro link in body
@ 2023-01-02 18:15 Gavin Ray
  2023-01-02 18:17 ` Andrew Pinski
  0 siblings, 1 reply; 5+ messages in thread
From: Gavin Ray @ 2023-01-02 18:15 UTC (permalink / raw)
  To: gcc-bugs

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

Hit the following ICE today, just sharing here to be helpful:

https://gcc.godbolt.org/z/advKKxK43

during RTL pass: final
<source>: In member function 'void Stack::push(int)':
<source>:20:3: internal compiler error: in gen_inlined_subroutine_die, at
dwarf2out.cc:25002
   20 |   }
      |   ^

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

* Re: ICE on trunk with combination of "-Og -fcontracts", repro link in body
  2023-01-02 18:15 ICE on trunk with combination of "-Og -fcontracts", repro link in body Gavin Ray
@ 2023-01-02 18:17 ` Andrew Pinski
  2023-01-02 18:21   ` Gavin Ray
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Pinski @ 2023-01-02 18:17 UTC (permalink / raw)
  To: Gavin Ray; +Cc: gcc-bugs

Please file a bug to bugzilla. With attaching the source there.
This list is for automated emails from bugzilla really and most folks
are not tracking the list.

Thanks,
Andrew

On Mon, Jan 2, 2023 at 10:16 AM Gavin Ray via Gcc-bugs
<gcc-bugs@gcc.gnu.org> wrote:
>
> Hit the following ICE today, just sharing here to be helpful:
>
> https://gcc.godbolt.org/z/advKKxK43
>
> during RTL pass: final
> <source>: In member function 'void Stack::push(int)':
> <source>:20:3: internal compiler error: in gen_inlined_subroutine_die, at
> dwarf2out.cc:25002
>    20 |   }
>       |   ^

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

* Re: ICE on trunk with combination of "-Og -fcontracts", repro link in body
  2023-01-02 18:17 ` Andrew Pinski
@ 2023-01-02 18:21   ` Gavin Ray
  2023-01-02 18:33     ` Andrew Pinski
  0 siblings, 1 reply; 5+ messages in thread
From: Gavin Ray @ 2023-01-02 18:21 UTC (permalink / raw)
  To: Andrew Pinski; +Cc: gcc-bugs

[-- Attachment #1: Type: text/plain, Size: 812 bytes --]

I tried but it won't allow me to create an issue on the bugzilla, it says
"account creation is not allowed at this time"

On Mon, Jan 2, 2023 at 1:17 PM Andrew Pinski <pinskia@gmail.com> wrote:

> Please file a bug to bugzilla. With attaching the source there.
> This list is for automated emails from bugzilla really and most folks
> are not tracking the list.
>
> Thanks,
> Andrew
>
> On Mon, Jan 2, 2023 at 10:16 AM Gavin Ray via Gcc-bugs
> <gcc-bugs@gcc.gnu.org> wrote:
> >
> > Hit the following ICE today, just sharing here to be helpful:
> >
> > https://gcc.godbolt.org/z/advKKxK43
> >
> > during RTL pass: final
> > <source>: In member function 'void Stack::push(int)':
> > <source>:20:3: internal compiler error: in gen_inlined_subroutine_die, at
> > dwarf2out.cc:25002
> >    20 |   }
> >       |   ^
>

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

* Re: ICE on trunk with combination of "-Og -fcontracts", repro link in body
  2023-01-02 18:21   ` Gavin Ray
@ 2023-01-02 18:33     ` Andrew Pinski
  2023-01-02 18:39       ` Gavin Ray
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Pinski @ 2023-01-02 18:33 UTC (permalink / raw)
  To: Gavin Ray; +Cc: gcc-bugs

On Mon, Jan 2, 2023 at 10:21 AM Gavin Ray <ray.gavin97@gmail.com> wrote:
>
> I tried but it won't allow me to create an issue on the bugzilla, it says "account creation is not allowed at this time"

Directly from https://gcc.gnu.org/bugzilla/createaccount.cgi :
"Because of spam, account creation through this form is restricted. If
creating an account fails, contact
gcc-bugzilla-account-request@gcc.gnu.org to request a GCC Bugzilla
account. You should receive a response within 24 hours."

Thanks,
Andrew Pinski

>
> On Mon, Jan 2, 2023 at 1:17 PM Andrew Pinski <pinskia@gmail.com> wrote:
>>
>> Please file a bug to bugzilla. With attaching the source there.
>> This list is for automated emails from bugzilla really and most folks
>> are not tracking the list.
>>
>> Thanks,
>> Andrew
>>
>> On Mon, Jan 2, 2023 at 10:16 AM Gavin Ray via Gcc-bugs
>> <gcc-bugs@gcc.gnu.org> wrote:
>> >
>> > Hit the following ICE today, just sharing here to be helpful:
>> >
>> > https://gcc.godbolt.org/z/advKKxK43
>> >
>> > during RTL pass: final
>> > <source>: In member function 'void Stack::push(int)':
>> > <source>:20:3: internal compiler error: in gen_inlined_subroutine_die, at
>> > dwarf2out.cc:25002
>> >    20 |   }
>> >       |   ^

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

* Re: ICE on trunk with combination of "-Og -fcontracts", repro link in body
  2023-01-02 18:33     ` Andrew Pinski
@ 2023-01-02 18:39       ` Gavin Ray
  0 siblings, 0 replies; 5+ messages in thread
From: Gavin Ray @ 2023-01-02 18:39 UTC (permalink / raw)
  To: Andrew Pinski; +Cc: gcc-bugs

[-- Attachment #1: Type: text/plain, Size: 1496 bytes --]

Got it, I'll email that account and hopefully get things sorted out then --
thanks Andrew and Happy New Year to you!

On Mon, Jan 2, 2023 at 1:33 PM Andrew Pinski <pinskia@gmail.com> wrote:

> On Mon, Jan 2, 2023 at 10:21 AM Gavin Ray <ray.gavin97@gmail.com> wrote:
> >
> > I tried but it won't allow me to create an issue on the bugzilla, it
> says "account creation is not allowed at this time"
>
> Directly from https://gcc.gnu.org/bugzilla/createaccount.cgi :
> "Because of spam, account creation through this form is restricted. If
> creating an account fails, contact
> gcc-bugzilla-account-request@gcc.gnu.org to request a GCC Bugzilla
> account. You should receive a response within 24 hours."
>
> Thanks,
> Andrew Pinski
>
> >
> > On Mon, Jan 2, 2023 at 1:17 PM Andrew Pinski <pinskia@gmail.com> wrote:
> >>
> >> Please file a bug to bugzilla. With attaching the source there.
> >> This list is for automated emails from bugzilla really and most folks
> >> are not tracking the list.
> >>
> >> Thanks,
> >> Andrew
> >>
> >> On Mon, Jan 2, 2023 at 10:16 AM Gavin Ray via Gcc-bugs
> >> <gcc-bugs@gcc.gnu.org> wrote:
> >> >
> >> > Hit the following ICE today, just sharing here to be helpful:
> >> >
> >> > https://gcc.godbolt.org/z/advKKxK43
> >> >
> >> > during RTL pass: final
> >> > <source>: In member function 'void Stack::push(int)':
> >> > <source>:20:3: internal compiler error: in
> gen_inlined_subroutine_die, at
> >> > dwarf2out.cc:25002
> >> >    20 |   }
> >> >       |   ^
>

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

end of thread, other threads:[~2023-01-02 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-02 18:15 ICE on trunk with combination of "-Og -fcontracts", repro link in body Gavin Ray
2023-01-02 18:17 ` Andrew Pinski
2023-01-02 18:21   ` Gavin Ray
2023-01-02 18:33     ` Andrew Pinski
2023-01-02 18:39       ` Gavin Ray

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).