[Bug libfortran/92100] Formatted stream IO irreproducible read with binary data in file

2019-10-16 Thread angus at agibson dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92100 --- Comment #5 from Angus Gibson --- I agree that it's not ideal... Unfortunately an awkward file format, and fortran is usually the wrong language for this kind of IO anyway. I guess the note that "A processor may prohibit some control

[Bug libfortran/92100] Formatted stream IO irreproducible read with binary data in file

2019-10-14 Thread angus at agibson dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92100 --- Comment #2 from Angus Gibson --- Created attachment 47037 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47037=edit Reproducing example (gz)

[Bug libfortran/92100] New: Formatted stream IO irreproducible read with binary data in file

2019-10-14 Thread angus at agibson dot me
Priority: P3 Component: libfortran Assignee: unassigned at gcc dot gnu.org Reporter: angus at agibson dot me Target Milestone: --- Created attachment 47036 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47036=edit Reproducing example I have a f

[Bug fortran/85786] [8/9 Regression] Segfault in associated intrinsic

2018-05-20 Thread angus at agibson dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85786 --- Comment #11 from Angus Gibson --- Apologies if this is unrelated to the issue at hand (I don't quite understand how everything is inter-related yet), but maybe it helps. First up, here's what valgrind says about the segfault: ...

[Bug fortran/85786] Segfault in associated intrinsic

2018-05-14 Thread angus at agibson dot me
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85786 --- Comment #2 from Angus Gibson --- Changing the declaration of e to also be 'target', and associating the pointer: CS%v(2)%p => e if (query_ptr(e, CS)) then ... still causes the segfault. Perhaps I disconnected this from the

[Bug fortran/85786] New: Segfault in associated intrinsic

2018-05-14 Thread angus at agibson dot me
Assignee: unassigned at gcc dot gnu.org Reporter: angus at agibson dot me Target Milestone: --- Created attachment 44132 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44132=edit Segfaulting example I've run into a bit of a heisenbug regarding the associated intrinsic (exam