public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/98089] New: ICE in build_outer_var_ref, at omp-low.c:725
@ 2020-12-01 17:59 gscfq@t-online.de
  2020-12-01 20:00 ` [Bug c/98089] " marxin at gcc dot gnu.org
  2024-03-26  6:33 ` [Bug middle-end/98089] " pinskia at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: gscfq@t-online.de @ 2020-12-01 17:59 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 98089
           Summary: ICE in build_outer_var_ref, at omp-low.c:725
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gscfq@t-online.de
  Target Milestone: ---

Started with r6 :


$ cat z1.c
void f (int n)
{
#pragma omp for linear(n:1)
  for (int i = 0; i < 8; i++)
    n++;
}


$ gcc-11-20201129 -c z1.c -fopenmp
during GIMPLE pass: omplower
z1.c: In function 'f':
z1.c:3:9: internal compiler error: in build_outer_var_ref, at omp-low.c:725
    3 | #pragma omp for linear(n:1)
      |         ^~~
0xa257de build_outer_var_ref
        ../../gcc/omp-low.c:725
0xa33b37 lower_rec_input_clauses
        ../../gcc/omp-low.c:5777
0xa3cf6d lower_omp_for
        ../../gcc/omp-low.c:10917
0xa2bf3e lower_omp_1
        ../../gcc/omp-low.c:13231
0xa2bf3e lower_omp
        ../../gcc/omp-low.c:13418
0xa2acad lower_omp_1
        ../../gcc/omp-low.c:13215
0xa2acad lower_omp
        ../../gcc/omp-low.c:13418
0xa2acad lower_omp_1
        ../../gcc/omp-low.c:13215
0xa2acad lower_omp
        ../../gcc/omp-low.c:13418
0xa327d3 execute_lower_omp
        ../../gcc/omp-low.c:13457
0xa327d3 execute
        ../../gcc/omp-low.c:13505

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

* [Bug c/98089] ICE in build_outer_var_ref, at omp-low.c:725
  2020-12-01 17:59 [Bug c/98089] New: ICE in build_outer_var_ref, at omp-low.c:725 gscfq@t-online.de
@ 2020-12-01 20:00 ` marxin at gcc dot gnu.org
  2024-03-26  6:33 ` [Bug middle-end/98089] " pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-12-01 20:00 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |marxin at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2020-12-01

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Started with r6-3899-gd9a6bd32adc40a7e, it was rejected before that.

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

* [Bug middle-end/98089] ICE in build_outer_var_ref, at omp-low.c:725
  2020-12-01 17:59 [Bug c/98089] New: ICE in build_outer_var_ref, at omp-low.c:725 gscfq@t-online.de
  2020-12-01 20:00 ` [Bug c/98089] " marxin at gcc dot gnu.org
@ 2024-03-26  6:33 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-03-26  6:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2020-12-01 00:00:00         |2024-3-25

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Still happens today.

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

end of thread, other threads:[~2024-03-26  6:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01 17:59 [Bug c/98089] New: ICE in build_outer_var_ref, at omp-low.c:725 gscfq@t-online.de
2020-12-01 20:00 ` [Bug c/98089] " marxin at gcc dot gnu.org
2024-03-26  6:33 ` [Bug middle-end/98089] " 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).