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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I can certainly see it on x86_64-linux too.
(gdb) b 2516
Breakpoint 5 at 0x663371: file ../../gcc/fortran/trans-io.cc, line 2516.
(gdb) r
Starting program: /usr/src/gcc/obj/gcc/f951 -quiet pr124450.f90
Python Exception <class 'SyntaxError'>: Missing parentheses in call to 'print'.
Did you mean print(...)? (libisl.so.15.1.1-gdb.py, line 67)
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Breakpoint 5, transfer_expr (se=0x7fffffffce80, ts=0x4b19db8,
addr_expr=<addr_expr 0x7fffe9605bc0>, code=0x4b19ea0, vptr=<tree 0x0>) at
../../gcc/fortran/trans-io.cc:2516
2516                          tmp = transfer_array_component (tmp, c, &
code->loc);
(gdb) p code
$1 = (gfc_code *) 0x4b19ea0
(gdb) c
Continuing.

Breakpoint 5, transfer_expr (se=0x7fffffffc930, ts=0x4b201f8,
addr_expr=<addr_expr 0x7fffe9605ca0>, code=0x0, vptr=<tree 0x0>) at
../../gcc/fortran/trans-io.cc:2516
2516                          tmp = transfer_array_component (tmp, c, &
code->loc);
(gdb) p code
$2 = (gfc_code *) 0x0

Reply via email to