This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/85221] [openacc] ICE in install_var_field, at omp-low.c:657


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

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Same for declare-allocatable-3.f90 and declare-allocatable-4.f90:
...
$ grep 'internal compiler error:.*install_var_field'
libgomp.testsuite/libgomp.log | sed 's/.*\///' | sort -u
declare-allocatable-1.f90:157:0: internal compiler error: in install_var_field,
at omp-low.c:657
declare-allocatable-1.f90:157:0: internal compiler error: in install_var_field,
at omp-low.c:657
declare-allocatable-3.f90:164:0: internal compiler error: in install_var_field,
at omp-low.c:657
declare-allocatable-3.f90:164:0: internal compiler error: in install_var_field,
at omp-low.c:657
declare-allocatable-4.f90:55:0: internal compiler error: in install_var_field,
at omp-low.c:657
declare-allocatable-4.f90:55:0: internal compiler error: in install_var_field,
at omp-low.c:657
...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]