[Bug fortran/102699] New: Stream access input/output

2021-10-11 Thread xin.liu--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102699 Bug ID: 102699 Summary: Stream access input/output Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran A

[Bug c/99779] New: [GCC-10.1.0]A bug when assign to a pointer by function which process the pointer inside.

2021-03-25 Thread xin.liu--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99779 Bug ID: 99779 Summary: [GCC-10.1.0]A bug when assign to a pointer by function which process the pointer inside. Product: gcc Version: 10.1.0 Status: UNCONFIRMED

[Bug fortran/97920] [FINAL] -O2 segment fault due to extend derive type's member being partially allocated

2020-12-15 Thread xin.liu--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97920 --- Comment #5 from xin liu --- (In reply to Paul Thomas from comment #2) > (In reply to Martin Liška from comment #1) > > Confirmed with valgrind. At least as old as 4.9.0. > > Hi, > > From a quick perusal of the standard, I find in F2003 16.4

[Bug fortran/97920] [FINAL] -O2 segment fault due to extend derive type's member being partially allocated

2020-12-15 Thread xin.liu--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97920 --- Comment #4 from xin liu --- (In reply to Thomas Koenig from comment #3) > Paul is correct, the state of the pointers is undefined. > > What you can do to correct this is to use > > module m > type t1 > real, dimension(:), pointer :: a

[Bug fortran/97920] New: [FINAL] -O2 segment fault due to extend derive type's member being partially allocated

2020-11-19 Thread xin.liu--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97920 Bug ID: 97920 Summary: [FINAL] -O2 segment fault due to extend derive type's member being partially allocated Product: gcc Version: unknown Status: UNCONFIRMED