gmane.comp.gcc.fortran archive
954 archived articles, newest first (page 7 of 10). Latest articles →
[PATCH 0/2] fortran: Add bound checking code to the scalarizer block [PR125192]
Wed, 6 May 2026 22:48:37 +0200[PATCH 1/2] fortran: Only pass the block for bounds check generation
Wed, 6 May 2026 22:48:38 +0200Re: [PATCH v2] fortran: refresh associate-name kind once selector is resolved [PR125172] When the ASSOCIATE target is a forward reference to an internal or contained function whose return type is not yet known at parse time, primary.cc infers a type for the associate-name from a %re/%im/%len inquiry using the default kind (e.g. complex(4) when the user wrote k%re). The actual selector kind cannot be known at that point. The inferred-type cleanup in resolve_assoc_var only refreshed the typespec when the target was BT_DERIVED/BT_CLASS, so for an inferred intrinsic complex/character associate-name sym->ts kept the default kind. Resolved expressions referencing the associate-name (or applying the %re/%im inquiry) inherited that wrong kind, so for a function returning complex(real64) one would see kind(k%re) == 4. Refresh the kind in three places once the selector's actu
Wed, 6 May 2026 21:27:29 +0100Re: [PATCH] Fortran: fix namelist read for input with comments [PR125095]
Wed, 6 May 2026 21:06:32 +0200[PATCH v3] fortran: refresh associate-name kind once selector is resolved [PR125172]
Wed, 6 May 2026 20:23:26 +0200[PATCH] Fortran: Add debug functions for OpenMP data structures
Wed, 6 May 2026 20:12:23 +0200[PATCH v2] fortran: refresh associate-name kind once selector is resolved [PR125172] When the ASSOCIATE target is a forward reference to an internal or contained function whose return type is not yet known at parse time, primary.cc infers a type for the associate-name from a %re/%im/%len inquiry using the default kind (e.g. complex(4) when the user wrote k%re). The actual selector kind cannot be known at that point. The inferred-type cleanup in resolve_assoc_var only refreshed the typespec when the target was BT_DERIVED/BT_CLASS, so for an inferred intrinsic complex/character associate-name sym->ts kept the default kind. Resolved expressions referencing the associate-name (or applying the %re/%im inquiry) inherited that wrong kind, so for a function returning complex(real64) one would see kind(k%re) == 4. Refresh the kind in three places once the selector's actual t
Wed, 6 May 2026 20:06:29 +0200[PATCH] fortran: refresh associate-name kind once selector is resolved [PR125172] When the ASSOCIATE target is a forward reference to an internal or contained function whose return type is not yet known at parse time, primary.cc infers a type for the associate-name from a %re/%im/%len inquiry using the default kind (e.g. complex(4) when the user wrote k%re). The actual selector kind cannot be known at that point. The inferred-type cleanup in resolve_assoc_var only refreshed the typespec when the target was BT_DERIVED/BT_CLASS, so for an inferred intrinsic complex/character associate-name sym->ts kept the default kind. Resolved expressions referencing the associate-name (or applying the %re/%im inquiry) inherited that wrong kind, so for a function returning complex(real64) one would see kind(k%re) == 4. Refresh the kind in three places once the selector's actual type
Wed, 6 May 2026 19:49:34 +0200Re: [PATCH 00/11] fortran: array descriptor part 2: Add getters and setters
Wed, 6 May 2026 10:17:22 +0100Re: [PATCH] Fortran: fix namelist read for input with comments [PR125095]
Tue, 5 May 2026 14:57:58 -0700[PATCH] Fortran: fix namelist read for input with comments [PR125095]
Tue, 5 May 2026 22:17:08 +0200[committed] Fortran/OpenMP: cleanup gfc_free_omp_namelist
Sat, 2 May 2026 22:27:37 +0200[PATCH 2/2] libgfortran: Avoid undefined shift in caf_shmem
Fri, 1 May 2026 23:09:14 +0100[PATCH 1/2] libgfortran: Use MapViewOfFileEx instead of MapViewOfFileExNuma in caf_shmem
Fri, 1 May 2026 23:09:13 +0100Re: [Fortran, Patch, PR125021] Fix symbol confusion
Wed, 29 Apr 2026 13:56:24 +0200Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Tue, 28 Apr 2026 19:51:21 +0000Re: [Fortran, Patch, PR125021] Fix symbol confusion
Tue, 28 Apr 2026 09:54:19 -0700Re: [Fortran, Patch, PR125021] Fix symbol confusion
Tue, 28 Apr 2026 17:44:06 +0100[Fortran, Patch, PR125021] Fix symbol confusion
Tue, 28 Apr 2026 14:57:52 +0200[committed] libgomp.fortran/map-subarray-6.f90: Fix and robustify
Tue, 28 Apr 2026 14:23:25 +0200Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Mon, 27 Apr 2026 20:47:46 +0200Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Mon, 27 Apr 2026 11:37:32 -0700Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Mon, 27 Apr 2026 20:30:24 +0200Re: [PATCH 1/2] testsuite: New effective-target sleep
Sat, 25 Apr 2026 02:00:21 +0200Re: [PATCH 1/2] testsuite: New effective-target sleep
Thu, 23 Apr 2026 19:23:27 -0700[PATCH 2/2] gfortran.dg/coarray: Require target sleep where calls were recently added, PR125005
Fri, 24 Apr 2026 03:57:17 +0200[PATCH 1/2] testsuite: New effective-target sleep
Fri, 24 Apr 2026 03:55:47 +0200Re: PATCH 6/22] Coarray caf_shmem final patch set
Fri, 24 Apr 2026 03:51:51 +0200Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Tue, 21 Apr 2026 10:49:47 +0100Re: [PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Tue, 21 Apr 2026 08:53:24 +0000Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Mon, 20 Apr 2026 21:28:20 +0200Re: [PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Mon, 20 Apr 2026 09:56:22 +0200Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Sun, 19 Apr 2026 21:04:39 +0200[patch, docs, fortran, committed] Fix spelling of options
Sun, 19 Apr 2026 16:46:44 +0200[Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Sun, 19 Apr 2026 15:11:09 +0100Re: Policy on use of LLM tools and bug fixes
Fri, 17 Apr 2026 13:48:47 -0700Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Fri, 17 Apr 2026 22:10:39 +0200Re: Policy on use of LLM tools and bug fixes
Fri, 17 Apr 2026 19:55:29 +0100Re: Policy on use of LLM tools and bug fixes
Fri, 17 Apr 2026 11:21:01 -0700Re: [Patch, fortran] PR121384 - Wrongly initialized associate array descriptor when the target is wrapped in parenthesis
Fri, 17 Apr 2026 10:22:23 -0700[PUSHED] fortran: Fix free-form mixed OpenACC/OpenMP continuation state: 'gfortran.dg/goacc/omp-108382.f90' -> 'gfortran.dg/goacc-gomp/pr108382.f90'
Fri, 17 Apr 2026 16:48:08 +0200[Patch, fortran] PR120431 - SPREAD does not handle scalar argument and NCOPIES=-1 correctly
Fri, 17 Apr 2026 15:19:54 +0100[Patch, fortran] PR121384 - Wrongly initialized associate array descriptor when the target is wrapped in parenthesis
Fri, 17 Apr 2026 08:36:48 +0100[PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Thu, 16 Apr 2026 19:16:56 +0200Re: Policy on use of LLM tools and bug fixes
Thu, 16 Apr 2026 16:31:45 +0100Re: Policy on use of LLM tools and bug fixes
Thu, 16 Apr 2026 07:31:13 -0700Re: Policy on use of LLM tools and bug fixes
Thu, 16 Apr 2026 15:27:37 +0100[PATCH, committed] Fortran: fix possible null pointer dereference [PR124807]
Tue, 14 Apr 2026 20:58:52 +0200Re: [PATCH, fortran] Fix Bug 101760 - [13/14/15/16 Regression] ICE in make_ssa_name_fn ...
Mon, 13 Apr 2026 21:54:41 +0100[PATCH,fortran] Fix Bug 101760 - [13/14/15/16 Regression] ICE in make_ssa_name_fn ...
Mon, 13 Apr 2026 12:48:05 -0700Re: [PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Mon, 13 Apr 2026 12:38:51 -0700Re: [Patch, fortran] PR120140 - generic type-bound procedure, defined assignment, and subarray reference
Mon, 13 Apr 2026 21:27:14 +0200Re: [PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Mon, 13 Apr 2026 21:20:30 +0200Re: [Patch, fortran] PR120140 - generic type-bound procedure, defined assignment, and subarray reference
Mon, 13 Apr 2026 11:18:26 -0700[Patch, fortran] PR120140 - generic type-bound procedure, defined assignment, and subarray reference
Mon, 13 Apr 2026 10:21:10 +0100[PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Sat, 11 Apr 2026 09:54:35 -0700Re: [PATCH] Fortran: defined assignment and vector subscripts [PR120140]
Sat, 11 Apr 2026 15:30:40 +0200Re: [PATCH,fortran] Fix Bug 93814 - [13/14/15/16 Regression] ICE in build_entry_thunks ...
Sat, 11 Apr 2026 08:12:54 +0100Re: [PATCH] Fortran: defined assignment and vector subscripts [PR120140]
Fri, 10 Apr 2026 17:14:04 -0700Re: [PATCH] Fortran: defined assignment and vector subscripts [PR120140]
Fri, 10 Apr 2026 23:36:52 +0200[PATCH,fortran] Fix Bug 93814 - [13/14/15/16 Regression] ICE in build_entry_thunks ...
Fri, 10 Apr 2026 14:23:01 -0700Re: [PATCH,fortran] Fix Bug 94978 - [13/14/15/16 Regression] Bogus warning "Array reference at (1) out of bounds ..."
Fri, 10 Apr 2026 07:46:31 +0200[PATCH,fortran] Fix Bug 94978 - [13/14/15/16 Regression] Bogus warning "Array reference at (1) out of bounds ..."
Thu, 9 Apr 2026 17:52:46 -0700Re: [PATCH, fortran] Followup on PR103367
Thu, 9 Apr 2026 10:11:30 -0700[PATCH, fortran] Followup on PR103367
Thu, 9 Apr 2026 09:30:05 -0700[PATCH,fortran] Fix Bug 96986 - [13/14/15/16 Regression] Explicit interface required: volatile argument for ENTRY
Tue, 7 Apr 2026 16:07:30 -0700Re: [patch, commit] Bug 104827 - [13/14/15/16 Regression] ICE in gfc_conv_array_constructor_expr,
Tue, 7 Apr 2026 22:33:23 +0100Re: [patch, fortran] Fix Bug 103367 - [13/14/15/16 Regression] ICE in gfc_conv_array_initializer
Tue, 7 Apr 2026 22:31:03 +0100Re: [patch, fortran] Fix Bug 102430 - [13/14/15/16 Regression] ICE in fold_convert_loc, at fold-const.c
Tue, 7 Apr 2026 22:26:50 +0100[patch, committed] Fix some mior things on INQUIRE
Tue, 7 Apr 2026 11:26:59 -0700[patch,fortran] Fix Bug 102430 - [13/14/15/16 Regression] ICE in fold_convert_loc, at fold-const.c
Tue, 7 Apr 2026 10:48:31 -0700[patch, fortran] Fix Bug 103367 - [13/14/15/16 Regression] ICE in gfc_conv_array_initializer
Tue, 7 Apr 2026 10:15:55 -0700[patch, commit] Bug 104827 - [13/14/15/16 Regression] ICE in gfc_conv_array_constructor_expr,
Tue, 7 Apr 2026 09:36:48 -0700Re: [Patch, fortran] PR124598] (PDT) - ICE instantiating nested PDTs
Mon, 6 Apr 2026 21:25:42 +0200Re: [PATCH] Fix Bug 79524 - [Regression] valgrind error for gcc/testsuite/gfortran.dg/fimplicit_none_2.f90
Mon, 6 Apr 2026 09:24:23 -0700[Patch, fortran] PR124598] (PDT) - ICE instantiating nested PDTs
Mon, 6 Apr 2026 15:08:31 +0100Re: [Patch, fortran] PR124780 - Bugs found while testing the fix for PR100155
Sun, 5 Apr 2026 20:58:01 +0200[Patch, fortran] PR124780 - Bugs found while testing the fix for PR100155
Sun, 5 Apr 2026 11:03:30 +0100Re: [PATCH] Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]
Sat, 4 Apr 2026 21:56:41 +0200[PATCH] Fix Bug 79524 - [Regression] valgrind error for gcc/testsuite/gfortran.dg/fimplicit_none_2.f90
Sat, 4 Apr 2026 10:32:41 -0700Re: [PATCH] Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]
Sat, 4 Apr 2026 00:00:10 -0700[PATCH] Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]
Fri, 3 Apr 2026 22:53:25 +0200Re: [PATCH] Fortran: fix passing a procedure pointer to c_funloc [PR124652]
Fri, 3 Apr 2026 22:49:24 +0200[patch, libgfortran] Fix return value for ENCODING in INQUIRE
Fri, 3 Apr 2026 13:07:01 -0700Re: [PATCH] Fortran: fix passing a procedure pointer to c_funloc [PR124652]
Fri, 3 Apr 2026 11:34:54 +0200Re: [Patch, fortran] PR100155 - [13/14/15/16 Regression] ICE in gfc_conv_intrinsic_size, at fortran/trans-intrinsic.c:805
Thu, 2 Apr 2026 20:49:38 +0200[Patch, fortran] PR100155 - [13/14/15/16 Regression] ICE in gfc_conv_intrinsic_size, at fortran/trans-intrinsic.c:805
Thu, 2 Apr 2026 10:36:31 +0100[PATCH] Fortran: fix passing a procedure pointer to c_funloc [PR124652]
Wed, 1 Apr 2026 22:38:49 +0200Re: [PATCH] fortran: Fix host association in module procedure interface bodies [PR79330]
Wed, 1 Apr 2026 22:21:09 +0200[patch, fortran] Bug 124751 - [16 Regression] Wrong-code after packing assumed-rank actuals for contiguous dummies
Wed, 1 Apr 2026 12:06:45 -0700Re: [PATCH] fortran: Fix host association in module procedure interface bodies [PR79330]
Wed, 1 Apr 2026 13:21:39 +0200[PATCH v2] fortran: Fix host association in module procedure interface bodies [PR79330]
Wed, 1 Apr 2026 13:14:46 +0200Re: [patch, fortran] Fix Bug 100194 - [13/14/15/16 Regression] ICE in gfc_trans_create_temp_array...
Wed, 1 Apr 2026 11:25:04 +0100[patch, fortran] Committed
Tue, 31 Mar 2026 20:02:32 -0700Re: [PATCH] fortran: Fix host association in module procedure interface bodies [PR79330]
Tue, 31 Mar 2026 21:59:23 +0200[patch, fortran] Fix Bug 100194 - [13/14/15/16 Regression] ICE in gfc_trans_create_temp_array...
Tue, 31 Mar 2026 12:28:49 -0700Backport two old patches
Tue, 31 Mar 2026 18:38:53 +0200Re: [pushed] fortran: Give up reference factoring in case of shared tree [PR124661]
Tue, 31 Mar 2026 15:49:04 +0200[pushed] fortran: Give up reference factoring in case of shared tree [PR124661]
Tue, 31 Mar 2026 15:44:03 +0200Re: [PATCH, fortran] Fix Bug 124543 - INQUIRE: Sometimes returns incorrect values
Mon, 30 Mar 2026 14:49:38 -0700
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.