public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
@ 2023-04-25  1:30 zzhu at greenliant dot com
  2023-04-25  2:07 ` [Bug c/109616] " sjames at gcc dot gnu.org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: zzhu at greenliant dot com @ 2023-04-25  1:30 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 109616
           Summary: internal compiler error: in dwarf2out_var_location, at
                    dwarf2out.c:26371 (GreenLiant)
           Product: gcc
           Version: 7.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: zzhu at greenliant dot com
  Target Milestone: ---

When compile one c program, we using the '-Os2:Optimize more for size', then we
compile occur this issue.

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

* [Bug c/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
@ 2023-04-25  2:07 ` sjames at gcc dot gnu.org
  2023-04-25  2:07 ` sjames at gcc dot gnu.org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-04-25  2:07 UTC (permalink / raw)
  To: gcc-bugs

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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
                 CC|                            |sjames at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2023-04-25

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
Please include the full preprocessed source and other information listed at
https://gcc.gnu.org/bugs/#need.

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

* [Bug c/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
  2023-04-25  2:07 ` [Bug c/109616] " sjames at gcc dot gnu.org
@ 2023-04-25  2:07 ` sjames at gcc dot gnu.org
  2023-04-25  2:29 ` [Bug debug/109616] " pinskia at gcc dot gnu.org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sjames at gcc dot gnu.org @ 2023-04-25  2:07 UTC (permalink / raw)
  To: gcc-bugs

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

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2023-04-25 00:00:00         |
     Ever confirmed|1                           |0
             Status|WAITING                     |UNCONFIRMED

--- Comment #2 from Sam James <sjames at gcc dot gnu.org> ---
Please include the full preprocessed source and other information listed at
https://gcc.gnu.org/bugs/#need.

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

* [Bug debug/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
  2023-04-25  2:07 ` [Bug c/109616] " sjames at gcc dot gnu.org
  2023-04-25  2:07 ` sjames at gcc dot gnu.org
@ 2023-04-25  2:29 ` pinskia at gcc dot gnu.org
  2023-04-25  2:53 ` zzhu at greenliant dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-04-25  2:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2023-04-25
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |debug

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

* [Bug debug/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
                   ` (2 preceding siblings ...)
  2023-04-25  2:29 ` [Bug debug/109616] " pinskia at gcc dot gnu.org
@ 2023-04-25  2:53 ` zzhu at greenliant dot com
  2023-04-25  3:01 ` pinskia at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zzhu at greenliant dot com @ 2023-04-25  2:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Zhengfeng Zhu <zzhu at greenliant dot com> ---
-D__RISC_V__=1 -D__arm__ -D__FW_BCU__ -I"/cygdrive/F/Include" -Os2
-mcmodel=medium -g3 -Wall -mcpu=n25 -ffunction-sections -fdata-sections -c
-fmessage-length=0 -msmall-data-limit=0

The .i file we can't show it here.

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

* [Bug debug/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
                   ` (3 preceding siblings ...)
  2023-04-25  2:53 ` zzhu at greenliant dot com
@ 2023-04-25  3:01 ` pinskia at gcc dot gnu.org
  2023-04-25  3:06 ` zzhu at greenliant dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-04-25  3:01 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
GCC does not have an option called -Os2 .

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

* [Bug debug/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
                   ` (4 preceding siblings ...)
  2023-04-25  3:01 ` pinskia at gcc dot gnu.org
@ 2023-04-25  3:06 ` zzhu at greenliant dot com
  2023-04-25  6:34 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: zzhu at greenliant dot com @ 2023-04-25  3:06 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Zhengfeng Zhu <zzhu at greenliant dot com> ---
OK. Thanks. Let me confirm this issue.

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

* [Bug debug/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
                   ` (5 preceding siblings ...)
  2023-04-25  3:06 ` zzhu at greenliant dot com
@ 2023-04-25  6:34 ` rguenth at gcc dot gnu.org
  2023-04-25  7:16 ` zzhu at greenliant dot com
  2023-04-25 17:06 ` pinskia at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu.org @ 2023-04-25  6:34 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Also note that GCC 7.3.0 which you report against is no longer supported.  The
oldest compiler still receiving patches is GCC 10.4.  You can also try GCC
7.5.0, the last release from the GCC 7 branch.

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

* [Bug debug/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
                   ` (6 preceding siblings ...)
  2023-04-25  6:34 ` rguenth at gcc dot gnu.org
@ 2023-04-25  7:16 ` zzhu at greenliant dot com
  2023-04-25 17:06 ` pinskia at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: zzhu at greenliant dot com @ 2023-04-25  7:16 UTC (permalink / raw)
  To: gcc-bugs

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

Zhengfeng Zhu <zzhu at greenliant dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Zhengfeng Zhu <zzhu at greenliant dot com> ---
OK. Thanks.

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

* [Bug debug/109616] internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant)
  2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
                   ` (7 preceding siblings ...)
  2023-04-25  7:16 ` zzhu at greenliant dot com
@ 2023-04-25 17:06 ` pinskia at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-04-25 17:06 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
.

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

end of thread, other threads:[~2023-04-25 17:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-25  1:30 [Bug c/109616] New: internal compiler error: in dwarf2out_var_location, at dwarf2out.c:26371 (GreenLiant) zzhu at greenliant dot com
2023-04-25  2:07 ` [Bug c/109616] " sjames at gcc dot gnu.org
2023-04-25  2:07 ` sjames at gcc dot gnu.org
2023-04-25  2:29 ` [Bug debug/109616] " pinskia at gcc dot gnu.org
2023-04-25  2:53 ` zzhu at greenliant dot com
2023-04-25  3:01 ` pinskia at gcc dot gnu.org
2023-04-25  3:06 ` zzhu at greenliant dot com
2023-04-25  6:34 ` rguenth at gcc dot gnu.org
2023-04-25  7:16 ` zzhu at greenliant dot com
2023-04-25 17:06 ` pinskia 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).