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
Mikael Morin <[email protected]> • #62639
[PATCH 1/2] fortran: Only pass the block for bounds check generation
Wed, 6 May 2026 22:48:38 +0200
Mikael Morin <[email protected]> • #62638
Re: [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 +0100
Jonathan Wakely <[email protected]> • #62637
Re: [PATCH] Fortran: fix namelist read for input with comments [PR125095]
Wed, 6 May 2026 21:06:32 +0200
Harald Anlauf <[email protected]> • #62636
[PATCH v3] fortran: refresh associate-name kind once selector is resolved [PR125172]
Wed, 6 May 2026 20:23:26 +0200
Samir Ouchene <[email protected]> • #62635
[PATCH] Fortran: Add debug functions for OpenMP data structures
Wed, 6 May 2026 20:12:23 +0200
Paul-Antoine Arras <[email protected]> • #62634
[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
Samir Ouchene <[email protected]> • #62633
[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 +0200
Samir Ouchene <[email protected]> • #62632
Re: [PATCH 00/11] fortran: array descriptor part 2: Add getters and setters
Wed, 6 May 2026 10:17:22 +0100
Paul Richard Thomas <[email protected]> • #62631
Re: [PATCH] Fortran: fix namelist read for input with comments [PR125095]
Tue, 5 May 2026 14:57:58 -0700
Jerry D <[email protected]> • #62630
[PATCH] Fortran: fix namelist read for input with comments [PR125095]
Tue, 5 May 2026 22:17:08 +0200
Harald Anlauf <[email protected]> • #62629
[committed] Fortran/OpenMP: cleanup gfc_free_omp_namelist
Sat, 2 May 2026 22:27:37 +0200
Tobias Burnus <[email protected]> • #62628
[PATCH 2/2] libgfortran: Avoid undefined shift in caf_shmem
Fri, 1 May 2026 23:09:14 +0100
Peter Damianov <[email protected]> • #62627
[PATCH 1/2] libgfortran: Use MapViewOfFileEx instead of MapViewOfFileExNuma in caf_shmem
Fri, 1 May 2026 23:09:13 +0100
Peter Damianov <[email protected]> • #62626
Re: [Fortran, Patch, PR125021] Fix symbol confusion
Wed, 29 Apr 2026 13:56:24 +0200
Andre Vehreschild <[email protected]> • #62625
Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Tue, 28 Apr 2026 19:51:21 +0000
"Albert, Christopher" <[email protected]> • #62624
Re: [Fortran, Patch, PR125021] Fix symbol confusion
Tue, 28 Apr 2026 09:54:19 -0700
Jerry D <[email protected]> • #62623
Re: [Fortran, Patch, PR125021] Fix symbol confusion
Tue, 28 Apr 2026 17:44:06 +0100
Paul Richard Thomas <[email protected]> • #62622
[Fortran, Patch, PR125021] Fix symbol confusion
Tue, 28 Apr 2026 14:57:52 +0200
Andre Vehreschild <[email protected]> • #62621
[committed] libgomp.fortran/map-subarray-6.f90: Fix and robustify
Tue, 28 Apr 2026 14:23:25 +0200
Tobias Burnus <[email protected]> • #62620
Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Mon, 27 Apr 2026 20:47:46 +0200
Harald Anlauf <[email protected]> • #62619
Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Mon, 27 Apr 2026 11:37:32 -0700
Andrew Pinski <[email protected]> • #62618
Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Mon, 27 Apr 2026 20:30:24 +0200
Harald Anlauf <[email protected]> • #62617
Re: [PATCH 1/2] testsuite: New effective-target sleep
Sat, 25 Apr 2026 02:00:21 +0200
Hans-Peter Nilsson <[email protected]> • #62616
Re: [PATCH 1/2] testsuite: New effective-target sleep
Thu, 23 Apr 2026 19:23:27 -0700
Mike Stump <[email protected]> • #62615
[PATCH 2/2] gfortran.dg/coarray: Require target sleep where calls were recently added, PR125005
Fri, 24 Apr 2026 03:57:17 +0200
Hans-Peter Nilsson <[email protected]> • #62614
[PATCH 1/2] testsuite: New effective-target sleep
Fri, 24 Apr 2026 03:55:47 +0200
Hans-Peter Nilsson <[email protected]> • #62613
Re: PATCH 6/22] Coarray caf_shmem final patch set
Fri, 24 Apr 2026 03:51:51 +0200
Hans-Peter Nilsson <[email protected]> • #62612
Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Tue, 21 Apr 2026 10:49:47 +0100
Paul Richard Thomas <[email protected]> • #62611
Re: [PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Tue, 21 Apr 2026 08:53:24 +0000
"Albert, Christopher" <[email protected]> • #62610
Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Mon, 20 Apr 2026 21:28:20 +0200
Harald Anlauf <[email protected]> • #62609
Re: [PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Mon, 20 Apr 2026 09:56:22 +0200
Thomas Schwinge <[email protected]> • #62608
Re: [Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Sun, 19 Apr 2026 21:04:39 +0200
Harald Anlauf <[email protected]> • #62607
[patch, docs, fortran, committed] Fix spelling of options
Sun, 19 Apr 2026 16:46:44 +0200
Thomas Koenig <[email protected]> • #62606
[Patch, fortran] PR117077 - ICE due to allocatable component in hidden type
Sun, 19 Apr 2026 15:11:09 +0100
Paul Richard Thomas <[email protected]> • #62605
Re: Policy on use of LLM tools and bug fixes
Fri, 17 Apr 2026 13:48:47 -0700
Jerry D via Gcc <[email protected]> • #62604
Re: [PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Fri, 17 Apr 2026 22:10:39 +0200
Harald Anlauf <[email protected]> • #62603
Re: Policy on use of LLM tools and bug fixes
Fri, 17 Apr 2026 19:55:29 +0100
Jonathan Wakely via Gcc <[email protected]> • #62602
Re: Policy on use of LLM tools and bug fixes
Fri, 17 Apr 2026 11:21:01 -0700
Jerry D via Gcc <[email protected]> • #62601
Re: [Patch, fortran] PR121384 - Wrongly initialized associate array descriptor when the target is wrapped in parenthesis
Fri, 17 Apr 2026 10:22:23 -0700
Jerry D <[email protected]> • #62600
[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
Thomas Schwinge <[email protected]> • #62599
[Patch, fortran] PR120431 - SPREAD does not handle scalar argument and NCOPIES=-1 correctly
Fri, 17 Apr 2026 15:19:54 +0100
Paul Richard Thomas <[email protected]> • #62598
[Patch, fortran] PR121384 - Wrongly initialized associate array descriptor when the target is wrapped in parenthesis
Fri, 17 Apr 2026 08:36:48 +0100
Paul Richard Thomas <[email protected]> • #62597
[PATCH] fortran: Enable target preprocessor macros with -cpp [PR42954]
Thu, 16 Apr 2026 19:16:56 +0200
Christopher Albert <[email protected]> • #62596
Re: Policy on use of LLM tools and bug fixes
Thu, 16 Apr 2026 16:31:45 +0100
Jonathan Wakely via Gcc <[email protected]> • #62595
Re: Policy on use of LLM tools and bug fixes
Thu, 16 Apr 2026 07:31:13 -0700
Andrew Pinski via Gcc <[email protected]> • #62594
Re: Policy on use of LLM tools and bug fixes
Thu, 16 Apr 2026 15:27:37 +0100
"Richard Earnshaw \(foss\) via Gcc" <[email protected]> • #62593
[PATCH, committed] Fortran: fix possible null pointer dereference [PR124807]
Tue, 14 Apr 2026 20:58:52 +0200
Harald Anlauf <[email protected]> • #62592
Re: [PATCH, fortran] Fix Bug 101760 - [13/14/15/16 Regression] ICE in make_ssa_name_fn ...
Mon, 13 Apr 2026 21:54:41 +0100
Paul Richard Thomas <[email protected]> • #62591
[PATCH,fortran] Fix Bug 101760 - [13/14/15/16 Regression] ICE in make_ssa_name_fn ...
Mon, 13 Apr 2026 12:48:05 -0700
Jerry D <[email protected]> • #62590
Re: [PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Mon, 13 Apr 2026 12:38:51 -0700
Jerry D <[email protected]> • #62589
Re: [Patch, fortran] PR120140 - generic type-bound procedure, defined assignment, and subarray reference
Mon, 13 Apr 2026 21:27:14 +0200
Harald Anlauf <[email protected]> • #62588
Re: [PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Mon, 13 Apr 2026 21:20:30 +0200
Harald Anlauf <[email protected]> • #62587
Re: [Patch, fortran] PR120140 - generic type-bound procedure, defined assignment, and subarray reference
Mon, 13 Apr 2026 11:18:26 -0700
Jerry D <[email protected]> • #62586
[Patch, fortran] PR120140 - generic type-bound procedure, defined assignment, and subarray reference
Mon, 13 Apr 2026 10:21:10 +0100
Paul Richard Thomas <[email protected]> • #62585
[PATCH,fortran] Fix Bug 93554 - [13/14/15/16 Regression] ICE in expand_oacc_for ...
Sat, 11 Apr 2026 09:54:35 -0700
Jerry D <[email protected]> • #62584
Re: [PATCH] Fortran: defined assignment and vector subscripts [PR120140]
Sat, 11 Apr 2026 15:30:40 +0200
Harald Anlauf <[email protected]> • #62583
Re: [PATCH,fortran] Fix Bug 93814 - [13/14/15/16 Regression] ICE in build_entry_thunks ...
Sat, 11 Apr 2026 08:12:54 +0100
Paul Richard Thomas <[email protected]> • #62582
Re: [PATCH] Fortran: defined assignment and vector subscripts [PR120140]
Fri, 10 Apr 2026 17:14:04 -0700
Jerry D <[email protected]> • #62581
Re: [PATCH] Fortran: defined assignment and vector subscripts [PR120140]
Fri, 10 Apr 2026 23:36:52 +0200
Harald Anlauf <[email protected]> • #62580
[PATCH,fortran] Fix Bug 93814 - [13/14/15/16 Regression] ICE in build_entry_thunks ...
Fri, 10 Apr 2026 14:23:01 -0700
Jerry D <[email protected]> • #62579
Re: [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
Thomas Koenig <[email protected]> • #62578
[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 -0700
Jerry D <[email protected]> • #62577
Re: [PATCH, fortran] Followup on PR103367
Thu, 9 Apr 2026 10:11:30 -0700
Jerry D <[email protected]> • #62576
[PATCH, fortran] Followup on PR103367
Thu, 9 Apr 2026 09:30:05 -0700
Jerry D <[email protected]> • #62575
[PATCH,fortran] Fix Bug 96986 - [13/14/15/16 Regression] Explicit interface required: volatile argument for ENTRY
Tue, 7 Apr 2026 16:07:30 -0700
Jerry D <[email protected]> • #62574
Re: [patch, commit] Bug 104827 - [13/14/15/16 Regression] ICE in gfc_conv_array_constructor_expr,
Tue, 7 Apr 2026 22:33:23 +0100
Paul Richard Thomas <[email protected]> • #62573
Re: [patch, fortran] Fix Bug 103367 - [13/14/15/16 Regression] ICE in gfc_conv_array_initializer
Tue, 7 Apr 2026 22:31:03 +0100
Paul Richard Thomas <[email protected]> • #62572
Re: [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
Paul Richard Thomas <[email protected]> • #62571
[patch, committed] Fix some mior things on INQUIRE
Tue, 7 Apr 2026 11:26:59 -0700
Jerry D <[email protected]> • #62570
[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
Jerry D <[email protected]> • #62569
[patch, fortran] Fix Bug 103367 - [13/14/15/16 Regression] ICE in gfc_conv_array_initializer
Tue, 7 Apr 2026 10:15:55 -0700
Jerry D <[email protected]> • #62568
[patch, commit] Bug 104827 - [13/14/15/16 Regression] ICE in gfc_conv_array_constructor_expr,
Tue, 7 Apr 2026 09:36:48 -0700
Jerry D <[email protected]> • #62567
Re: [Patch, fortran] PR124598] (PDT) - ICE instantiating nested PDTs
Mon, 6 Apr 2026 21:25:42 +0200
Harald Anlauf <[email protected]> • #62566
Re: [PATCH] Fix Bug 79524 - [Regression] valgrind error for gcc/testsuite/gfortran.dg/fimplicit_none_2.f90
Mon, 6 Apr 2026 09:24:23 -0700
Jerry D <[email protected]> • #62565
[Patch, fortran] PR124598] (PDT) - ICE instantiating nested PDTs
Mon, 6 Apr 2026 15:08:31 +0100
Paul Richard Thomas <[email protected]> • #62564
Re: [Patch, fortran] PR124780 - Bugs found while testing the fix for PR100155
Sun, 5 Apr 2026 20:58:01 +0200
Harald Anlauf <[email protected]> • #62563
[Patch, fortran] PR124780 - Bugs found while testing the fix for PR100155
Sun, 5 Apr 2026 11:03:30 +0100
Paul Richard Thomas <[email protected]> • #62562
Re: [PATCH] Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]
Sat, 4 Apr 2026 21:56:41 +0200
Harald Anlauf <[email protected]> • #62561
[PATCH] Fix Bug 79524 - [Regression] valgrind error for gcc/testsuite/gfortran.dg/fimplicit_none_2.f90
Sat, 4 Apr 2026 10:32:41 -0700
Jerry D <[email protected]> • #62560
Re: [PATCH] Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]
Sat, 4 Apr 2026 00:00:10 -0700
Steve Kargl <[email protected]> • #62559
[PATCH] Fortran: fix resolution of generic interface with TYPE(C_PTR) [PR66973]
Fri, 3 Apr 2026 22:53:25 +0200
Harald Anlauf <[email protected]> • #62558
Re: [PATCH] Fortran: fix passing a procedure pointer to c_funloc [PR124652]
Fri, 3 Apr 2026 22:49:24 +0200
Harald Anlauf <[email protected]> • #62557
[patch, libgfortran] Fix return value for ENCODING in INQUIRE
Fri, 3 Apr 2026 13:07:01 -0700
Jerry D <[email protected]> • #62556
Re: [PATCH] Fortran: fix passing a procedure pointer to c_funloc [PR124652]
Fri, 3 Apr 2026 11:34:54 +0200
Mikael Morin <[email protected]> • #62555
Re: [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
Harald Anlauf <[email protected]> • #62554
[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
Paul Richard Thomas <[email protected]> • #62553
[PATCH] Fortran: fix passing a procedure pointer to c_funloc [PR124652]
Wed, 1 Apr 2026 22:38:49 +0200
Harald Anlauf <[email protected]> • #62552
Re: [PATCH] fortran: Fix host association in module procedure interface bodies [PR79330]
Wed, 1 Apr 2026 22:21:09 +0200
Harald Anlauf <[email protected]> • #62551
[patch, fortran] Bug 124751 - [16 Regression] Wrong-code after packing assumed-rank actuals for contiguous dummies
Wed, 1 Apr 2026 12:06:45 -0700
Jerry D <[email protected]> • #62550
Re: [PATCH] fortran: Fix host association in module procedure interface bodies [PR79330]
Wed, 1 Apr 2026 13:21:39 +0200
Gonzalo Silvalde Blanco <[email protected]> • #62549
[PATCH v2] fortran: Fix host association in module procedure interface bodies [PR79330]
Wed, 1 Apr 2026 13:14:46 +0200
Gonzalo Silvalde <[email protected]> • #62548
Re: [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
Paul Richard Thomas <[email protected]> • #62547
[patch, fortran] Committed
Tue, 31 Mar 2026 20:02:32 -0700
Jerry D <[email protected]> • #62546
Re: [PATCH] fortran: Fix host association in module procedure interface bodies [PR79330]
Tue, 31 Mar 2026 21:59:23 +0200
Harald Anlauf <[email protected]> • #62545
[patch, fortran] Fix Bug 100194 - [13/14/15/16 Regression] ICE in gfc_trans_create_temp_array...
Tue, 31 Mar 2026 12:28:49 -0700
Jerry D <[email protected]> • #62544
Backport two old patches
Tue, 31 Mar 2026 18:38:53 +0200
Mikael Morin <[email protected]> • #62543
Re: [pushed] fortran: Give up reference factoring in case of shared tree [PR124661]
Tue, 31 Mar 2026 15:49:04 +0200
Mikael Morin <[email protected]> • #62542
[pushed] fortran: Give up reference factoring in case of shared tree [PR124661]
Tue, 31 Mar 2026 15:44:03 +0200
Mikael Morin <[email protected]> • #62541
Re: [PATCH, fortran] Fix Bug 124543 - INQUIRE: Sometimes returns incorrect values
Mon, 30 Mar 2026 14:49:38 -0700
Jerry D <[email protected]> • #62540
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.