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
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
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
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
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