public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/106730] New: [OpenMP] ICE in install_var_field, at omp-low.cc:797
@ 2022-08-24  6:45 burnus at gcc dot gnu.org
  2022-08-24  6:55 ` [Bug fortran/106730] [OpenMP][valid since 5.0] ICE in install_var_field, at omp-low.cc:797 for 'map(alloc:var) map(to:var)' (more than once in map clause) burnus at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: burnus at gcc dot gnu.org @ 2022-08-24  6:45 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 106730
           Summary: [OpenMP] ICE in install_var_field, at omp-low.cc:797
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code, openmp
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: burnus at gcc dot gnu.org
                CC: jakub at gcc dot gnu.org
  Target Milestone: ---

Created attachment 53499
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53499&action=edit
Slightly modified and de-module-used testcase; run as 'gfortran -fopenmp
test.f90'

Found via
https://github.com/SOLLVE/sollve_vv/blob/master/tests/5.0/target/test_target_mapping_before_alloc.F90

Testcase fails since at least GCC 9.

$ gfortran -fopenmp test.f90     
during GIMPLE pass: omplower
test.f90:25:41:

   25 |   !$omp& test_struct) map(tofrom: errors)
      |                                         ^
internal compiler error: in install_var_field, at omp-low.cc:797
0x742f21 install_var_field
        ../../repos/gcc-trunk-commit/gcc/omp-low.cc:797
0xe24f0c scan_sharing_clauses
        ../../repos/gcc-trunk-commit/gcc/omp-low.cc:1672
0xe26877 scan_omp_target
        ../../repos/gcc-trunk-commit/gcc/omp-low.cc:3100

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

end of thread, other threads:[~2022-08-24  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24  6:45 [Bug fortran/106730] New: [OpenMP] ICE in install_var_field, at omp-low.cc:797 burnus at gcc dot gnu.org
2022-08-24  6:55 ` [Bug fortran/106730] [OpenMP][valid since 5.0] ICE in install_var_field, at omp-low.cc:797 for 'map(alloc:var) map(to:var)' (more than once in map clause) burnus 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).