[Bug fortran/31672] New: Not Implemented: Initialization of overlapping variables

2007-04-23 Thread beliavsky at aol dot com
dTo: unassigned at gcc dot gnu dot org ReportedBy: beliavsky at aol dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31672

[Bug fortran/31867] New: function result with character LEN computed at run time

2007-05-08 Thread beliavsky at aol dot com
Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: beliavsky at aol dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31867

[Bug fortran/31867] function result with character LEN computed at run time

2007-05-09 Thread beliavsky at aol dot com
--- Comment #4 from beliavsky at aol dot com 2007-05-09 15:27 --- (In reply to comment #2) > I get: > words = 'two three' > On x86-64-gnu/linux with latest 4.3 > I wonder if this is one that we recently fixed. Can you try with a more > recent > build

[Bug fortran/31921] New: crash for FUNCTION with RESULT specifier

2007-05-14 Thread beliavsky at aol dot com
Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: beliavsky at aol dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31921

[Bug fortran/106089] New: false positives with -Wuninitialized for allocation on assignment

2022-06-26 Thread beliavsky at aol dot com via Gcc-bugs
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: beliavsky at aol dot com Target Milestone: --- For the code implicit none integer, allocatable :: v(:) character(len=1), allocatable :: a(:) a = ["a"] print*, a v = [10

[Bug fortran/106089] false positives with -Wuninitialized for allocation on assignment

2022-06-26 Thread beliavsky at aol dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106089 --- Comment #1 from beliavsky at aol dot com --- I see that the report is a duplicate of some reports listed at https://fortran-lang.discourse.group/t/gfortran-uninitialized-warnings/3838/4 56670 – Allocatable-length character var causes bogus