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

            Bug ID: 116200
           Summary: [15 regression] ICE in stage 2
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

This started between r15-2695-ga790828ccb3b06 and r15-2699-g7ecd6610528a30

libtool: compile: 
/home/seurer/gcc/git/build/gcc-trunk-bootstrap/./gcc/gfortran
-B/home/seurer/gcc/git/build/gcc-trunk-bootstrap/./gcc/
-B/home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/bin/
-B/home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/lib/
-isystem
/home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/include
-isystem
/home/seurer/gcc/git/install/gcc-trunk-bootstrap/powerpc64le-unknown-linux-gnu/sys-include
-fno-checking -L. -Wall -L../libgfortran -c
/home/seurer/gcc/git/gcc-trunk-bootstrap/libgomp/openacc.f90  -fPIC -o
.libs/openacc.o
/home/seurer/gcc/git/gcc-trunk-bootstrap/libgomp/openacc.f90:1039:61:

 1039 |                                              bytes, async_arg) bind(C)
      |                                                             1
Warning: Variable 'async_arg' at (1) is a dummy argument of the BIND(C)
procedure 'acc_memcpy_from_device_async' but may not be C interoperable
[-Wc-binding-type]
/home/seurer/gcc/git/gcc-trunk-bootstrap/libgomp/openacc.f90:1017:59:

 1017 |                                            bytes, async_arg) bind(C)
      |                                                           1
Warning: Variable 'async_arg' at (1) is a dummy argument of the BIND(C)
procedure 'acc_memcpy_to_device_async' but may not be C interoperable
[-Wc-binding-type]
f951: internal compiler error: Segmentation fault

Reply via email to