public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
[Patch] OpenMP: Add iterator support to Fortran's depend; add affinity clause
 2021-05-31 14:43 UTC  (13+ messages)
  ` [Patch] Fortran/OpenMP: Fix var-list expr parsing with array/dt (was: [Patch] OpenMP: Add iterator support to Fortran's depend; add affinity clause)

[committed] Fortran: Fix typo in documentation of BOZ
 2021-05-30 13:31 UTC 

[Patch, fortran] PR fortran/100120/100816/100818/100819/100821 problems raised by aggregate data types
 2021-05-28 23:49 UTC 

[PATCH] PR fortran/99839 - [9/10/11/12 Regression] ICE in inline_matmul_assign, at fortran/frontend-passes.c:4234
 2021-05-27 20:20 UTC 

[PATCH] PR fortran/100656 - ICE in gfc_conv_expr_present, at fortran/trans-expr.c:1934
 2021-05-27  3:26 UTC  (2+ messages)

[PATCH] PR fortran/100602 - [11/12 Regression] Erroneous "pointer argument is not associated" runtime error
 2021-05-27  3:24 UTC  (3+ messages)
` PING "

[PATCH, OpenMP 5.0] Remove array section base-pointer mapping semantics, and other front-end adjustments (mainline trunk)
 2021-05-25 13:36 UTC 

https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/
 2021-05-25  7:25 UTC  (2+ messages)
  ` [patch, committed] fortran/intrinsic.texi: Fix copy'n'paste errors and typos (was: https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/)

[Patch] OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE [PR86470]
 2021-05-24 14:06 UTC  (3+ messages)

[PATCH] PR fortran/100551 - [11/12 Regression] Passing return value to class(*) dummy argument
 2021-05-23 18:32 UTC  (2+ messages)

RANDOM_INIT() and coarray Fortran
 2021-05-23 12:17 UTC  (19+ messages)
    ` [Patch, Fortran] PR98301 "
        ` [Patch, Fortran, Update] "
            ` [Patch, Fortran, Update 2] "
              ` [Ping, Patch, "
                  ` [Ping^2, Patch, Fortran] "

[Patch, committed] fortran/intrinsic.texi: Use proper variable name (Re: online doc corr.)
 2021-05-23 11:08 UTC 

[Patch, Fortran] PR100337 Should be able to pass non-present optional arguments to CO_BROADCAST
 2021-05-21 13:33 UTC 

[PATCH] Fortran/OpenMP: Add support for 'close' in map clause
 2021-05-20 14:14 UTC  (4+ messages)

[Patch] Testsuite/Fortran: gfortran.dg/pr96711.f90 - fix expected value for PowerPC [PR96983]
 2021-05-20  6:57 UTC  (8+ messages)
` Aw: "

[PATCH v2 0/4] [og10] OpenACC: Rework struct component handling
 2021-05-19 22:49 UTC  (5+ messages)
` [PATCH v2 1/4] [og10] Rewrite GOMP_MAP_ATTACH_DETACH mappings unconditionally
` [PATCH v2 2/4] [og10] Unify ARRAY_REF/INDIRECT_REF stripping code in extract_base_bit_offset
` [PATCH v2 3/4] [og10] Refactor struct lowering for OpenACC/OpenMP in gimplify.c
` [PATCH v2 4/4] [og10] Rework indirect struct handling for OpenACC "

[Patch, fortran] PR fortran/100683 - Array initialization refuses valid
 2021-05-19 18:05 UTC  (2+ messages)

[Patch, fortran] PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handling
 2021-05-19 18:03 UTC 

Fwd: GCC 9.4 Status Report (2021-05-19), branch frozen for release
 2021-05-19 11:56 UTC 

[Patch, committed] Fortran/OpenMP: Add missing EXEC_OMP_DEPOBJ case val [PR100642]
 2021-05-18 14:46 UTC 

[PATCH 0/7] [og10] OpenACC/OpenMP: Rework struct component handling
 2021-05-18 11:13 UTC  (11+ messages)
` [PATCH 1/7] [og10] Unify ARRAY_REF/INDIRECT_REF stripping code in extract_base_bit_offset
` [PATCH 2/7] [og10] Refactor struct lowering for OpenMP/OpenACC in gimplify.c
` [PATCH 3/7] [og10] Revert gimplify.c parts of "Fix template case of non-static member access inside member functions"
` [PATCH 4/7] [og10] Revert gimplify.c parts of "Arrow operator handling for C front-end in OpenMP map clauses"
` [PATCH 5/7] [og10] Rewrite GOMP_MAP_ATTACH_DETACH mappings for OpenMP also
` [PATCH 6/7] [og10] Rework indirect struct handling for OpenACC/OpenMP in gimplify.c
` [PATCH 7/7] [og10] WIP GOMP_MAP_ATTACH_ZERO_LENGTH_ARRAY_SECTION changes

Help with long compile time of all-USE module
 2021-05-17 16:19 UTC  (3+ messages)
` Aw: "
  ` [EXTERNAL] "

[PATCH 0/5] OpenACC/OpenMP: Rework struct component handling
 2021-05-17 14:12 UTC  (10+ messages)
` [PATCH 1/5] Unify ARRAY_REF/INDIRECT_REF stripping code in extract_base_bit_offset
` [PATCH 2/5] Refactor struct lowering for OpenMP/OpenACC in gimplify.c
` [PATCH 3/5] Rewrite GOMP_MAP_ATTACH_DETACH mappings for OpenMP also
` [PATCH 4/5] Rework indirect struct handling for OpenACC/OpenMP in gimplify.c
` [PATCH 5/5] Mapping of components of references to pointers to structs for OpenMP/OpenACC

[Patch] OpenMP/Fortran: Reject nonintrinsic assignments in OMP WORKSHARE [PR100633]
 2021-05-17 10:41 UTC  (2+ messages)

[Patch] Fortran/OpenMP: Support 'omp parallel master'
 2021-05-14 16:49 UTC  (2+ messages)

[Patch] Fortran/OpenMP: Handle implicit SAVE for variables in main
 2021-05-14 16:46 UTC  (2+ messages)

[PATCH] PR fortran/98411 - [10/11/12 Regression] Pointless warning for static variables
 2021-05-10 14:34 UTC 

[Patch, fortran] PRs 46691 and 99819: Assumed and explicit size class arrays
 2021-05-06  8:51 UTC  (3+ messages)

[Patch, fortran] PR84119 - Type parameter inquiry for PDT returns array instead of scalar
 2021-05-05 19:10 UTC  (2+ messages)

[patch, committed] libgfortran/intrinsics/chmod.c: Silence unused var warning
 2021-05-05  9:51 UTC 

*PING* [PATCH] PR fortran/100274 - [9/10/11/12 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131
 2021-05-05  2:13 UTC  (2+ messages)

[Patch, committed] OpenMP/Fortran - fix pasto + testcase in depobj [PR100397]
 2021-05-04  7:28 UTC 

[Patch] Fortran: Async I/O - avoid unlocked unlocking [PR100352]
 2021-05-01 16:15 UTC  (2+ messages)

[pushed] libgfortran, configure : Adjust configure to autoconf-2.69
 2021-04-30 15:37 UTC 

[PATCH] PR fortran/100274 - [9/10/11/12 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131
 2021-04-27 20:56 UTC 

[wwwdocs, patch] gcc-12/changes.html: OpenMP (depobj/mutexinoutset for depend), OpenACC (-Wopenacc-parallelism)
 2021-04-27 10:36 UTC  (4+ messages)

[PATCH] openacc: Warnings for strange partitioning choices for parallel regions
 2021-04-26 21:23 UTC  (3+ messages)
        ` [Patch, committed] OpenACC: Fix pattern in dg-bogus in Fortran testcases again (Re: [PATCH] openacc: Warnings for strange partitioning choices for parallel regions)

[Patch, fortran v2] PR fortran/92621 Problems with memory handling with allocatable intent(out) arrays with bind(c)
 2021-04-26 11:21 UTC 

[Patch, fortran] PR fortran/82376 - Duplicate function call using -fcheck=pointer
 2021-04-25 15:26 UTC  (2+ messages)

[Patch] PR fortran/100218 - target of pointer from evaluation of function-reference
 2021-04-24 18:12 UTC  (3+ messages)

[Patch] PR fortran/100154 - [9/10/11/12 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131
 2021-04-24 16:29 UTC  (2+ messages)

[Patch, fortran] PR fortran/100245 - ICE on automatic reallocation
 2021-04-24 11:14 UTC 

[Patch] PR fortran/100154 - [9/10/11/12 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.c:6131
 2021-04-22 21:05 UTC 

Fix Fortran rounding issues, PR fortran/96983
 2021-04-22 19:21 UTC  (5+ messages)

testsuite/substr_{9,10}.f90: Move to gfortran.dg/
 2021-04-22 17:20 UTC 

[Patch, committed] gfortran.dg/pr68078.f90: Avoid increasing RLIMIT_AS
 2021-04-22  9:18 UTC 

static libgfortran linker warnings
 2021-04-21 21:34 UTC  (7+ messages)

[Patch][GCC12] Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'
 2021-04-20 21:15 UTC  (3+ messages)

[Patch, fortran] PR100110 - Parameterized Derived Types, problems with global variable
 2021-04-20 10:51 UTC  (7+ messages)

[PATCH] Derive interface buffers from max name length
 2021-04-18 21:30 UTC  (3+ messages)
` [PATCH,FORTRAN 00/29] Move towards stringpool, part 1

possible bug with -fsecond-underscore ?
 2021-04-18 20:42 UTC  (3+ messages)

[Patch, fortran] PR fortran/100136 - ICE, regression, using flag -fcheck=pointer
 2021-04-18 15:13 UTC 

[PATCH] docs: Remove empty table column
 2021-04-18 13:24 UTC  (3+ messages)

[Patch, fortran] PR fortran/100132 - Optimization breaks pointer association
 2021-04-17 23:48 UTC 

[Patch, fortran v2] PR fortran/84006, PR fortran/100027 - ICE on storage_size with polymorphic argument
 2021-04-17 14:36 UTC  (2+ messages)

I'm taking a leave of absence
 2021-04-16 16:28 UTC 

Patch, fortran] PR fortran/100120 - associated intrinsic failure
 2021-04-16 16:06 UTC 

[PATCH] PR fortran/63797 - Bogus ambiguous reference to 'sqrt'
 2021-04-16 14:31 UTC  (7+ messages)

Patch, fortran] PR fortran/100103 - Automatic reallocation fails inside select rank
 2021-04-15 18:15 UTC 

Patch, fortran] PR fortran/100097 PR fortran/100098 - [Unlimited] polymorphic pointers and allocatables have incorrect rank
 2021-04-15 15:30 UTC 

[Patch, fortran] PR fortran/100094 - Undefined pointers have incorrect rank when using optimization
 2021-04-15 12:28 UTC  (2+ messages)

[Patch, fortran] 99307 - FAIL: gfortran.dg/class_assign_4.f90 execution test
 2021-04-15 12:02 UTC  (7+ messages)

[Patch, fortran] PR fortran/84006, PR fortran/100027 - ICE on storage_size with polymorphic argument
 2021-04-15  9:58 UTC  (2+ messages)

Loved The Compilation Of Your Resources
 2021-04-14 13:48 UTC 

[Patch, fortran] PR fortran/100018 - ICE on missing polymorphic argument
 2021-04-12 13:09 UTC  (4+ messages)

[Patch, fortran] PR fortran/100029 - ICE on storage_size with polymorphic argument, PR fortran/100040 - Wrong code with intent out assumed-rank allocatable
 2021-04-12  1:13 UTC 

[Patch, fortran] PR fortran/100024 PR fortran/100025 ICE on subroutine missing explicit interface
 2021-04-10 21:18 UTC 

GSoC 2021 - Fortran run-time argument checking
 2021-04-10 18:08 UTC  (3+ messages)

[Patch] OpenMP: Fix combined-target handling for lastprivate/reduction/linear [PR99928]
 2021-04-09 16:36 UTC 

[Patch, committed] Fortran: Fix fndecl with -fcoarray=lib [PR99817]
 2021-04-09  8:48 UTC 

OpenMP target (offloading) question
 2021-04-06  8:41 UTC  (2+ messages)

[Patch, fortran] PR99818 - [10/11 Regression] ICE in gfc_get_tree_for_caf_expr, at fortran/trans-expr.c:2186
 2021-04-05  6:24 UTC  (3+ messages)

gfortran, OpenMP and static linking
 2021-04-04 20:17 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).