[Bug fortran/90169] Setting an allocatable variable length character array in a type incorrectly sets all members of the array

2019-04-19 Thread menospaamthereaper at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90169 --- Comment #6 from menospaamthereaper at hotmail dot com --- Thank you for the update and your hard work, kargl.

[Bug fortran/90169] Setting an allocatable variable length character array in a type incorrectly sets all members of the array

2019-04-19 Thread menospaamthereaper at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90169 --- Comment #3 from menospaamthereaper at hotmail dot com --- Also why was this bug marked as resolved / invalid? It still exists for 7.3.0 whether or not it will be resolved, and is rather serious.

[Bug fortran/90169] Setting an allocatable variable length character array in a type incorrectly sets all members of the array

2019-04-19 Thread menospaamthereaper at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90169 --- Comment #2 from menospaamthereaper at hotmail dot com --- (In reply to kargl from comment #1) > The problem is fixed on trunk. Don't know if anyone intends to back port. > Doubt it as no one has done so. > > PR 78578 is

[Bug fortran/90169] New: allocatable character in type

2019-04-18 Thread menospaamthereaper at hotmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: menospaamthereaper at hotmail dot com Target Milestone: --- The following code does not produce the correct result on gfortran 7.3.0 (and probably other versions): Program Main implicit none type str character(len

[Bug fortran/87838] Segmentation fault with function pointer to contained function

2018-11-03 Thread menospaamthereaper at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87838 --- Comment #2 from menospaamthereaper at hotmail dot com --- Thank you Dominique for testing this on a Mac. So perhaps the problem is specific to Linux. Additional information that might help with debugging the segmentation fault: 1) Compiling

[Bug fortran/87838] New: Segmentation fault with function pointer to contained function

2018-10-31 Thread menospaamthereaper at hotmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: menospaamthereaper at hotmail dot com Target Milestone: --- Created attachment 44938 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=44938&action=edit Output from -sav