public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2 00/11] OpenMP 5.0: C & C++ "declare mapper" support (plus struct rework, etc.)
 2022-03-18 16:24 UTC  (5+ messages)
` [PATCH v2 01/11] OpenMP 5.0: Clause ordering for OpenMP 5.0 (topological sorting by base pointer)
` [PATCH v2 02/11] Remove omp_target_reorder_clauses
` [PATCH v2 03/11] OpenMP/OpenACC struct sibling list gimplification extension and rework
` [PATCH v2 04/11] OpenMP/OpenACC: Add inspector class to unify mapped address analysis

[Patch] Fortran/OpenMP: Improve associate-name diagnostic [PR103039]
 2022-03-18 13:21 UTC  (2+ messages)

[PATCH] fortran: Separate associate character lengths earlier [PR104570]
 2022-03-16 21:24 UTC  (3+ messages)

[PATCH] OpenMP, Fortran: Bugfix for omp_set_num_teams
 2022-03-16 13:36 UTC  (4+ messages)

[Patch] OpenMP, libgomp: Add new runtime routine omp_target_is_accessible
 2022-03-14 15:42 UTC  (3+ messages)

GCC GSoC 2022: Call for project ideas and mentors
 2022-03-10 16:22 UTC  (5+ messages)

[PATCH] OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr
 2022-03-10 16:19 UTC  (4+ messages)

[Patch] Fortran: OpenMP/OpenACC avoid uninit access in size calc for mapping
 2022-03-10 11:44 UTC  (3+ messages)

[PATCH, committed] PR fortran/104849 - ICE in find_array_section, at fortran/expr.cc:1616
 2022-03-09 21:04 UTC 

[Patch] Fortran: Fix CLASS handling in SIZEOF intrinsic
 2022-03-09  8:33 UTC  (2+ messages)

[Patch] Fortran: Fix gfc_conv_gfc_desc_to_cfi_desc with NULL [PR104126]
 2022-03-08 23:34 UTC  (4+ messages)

[Patch] Fortran: Fix gfc_maybe_dereference_var [PR104430]
 2022-03-08 21:55 UTC  (5+ messages)

[PATCH, committed] PR fortran/104811 - maxloc/minloc cannot accept character arguments without `dim` optional argument
 2022-03-08 20:59 UTC 

[PATCH 0/5] openmp: Handle pinned and unified shared memory
 2022-03-08 11:30 UTC  (6+ messages)
` [PATCH 1/5] openmp: Add -foffload-memory
` [PATCH 2/5] openmp: allow requires unified_shared_memory
` [PATCH 3/5] openmp, nvptx: ompx_unified_shared_mem_alloc
` [PATCH 4/5] openmp: Use libgomp memory allocation functions with unified shared memory
` [PATCH 5/5] openmp: -foffload-memory=pinned

[committed] Fortran: Fix typos
 2022-03-07 16:27 UTC 

OpenACC 'kernels' decomposition: Mark variables used in synthesized data clauses as addressable [PR100280]
 2022-03-04 19:52 UTC  (10+ messages)
    ` Add 'c-c++-common/goacc/kernels-decompose-pr104132-1.c' [PR104132]
    ` Add 'c-c++-common/goacc/kernels-decompose-pr104133-1.c' [PR104133]
    ` OMP lowering: Regimplify 'OMP_CLAUSE_MAP_DECL_MAKE_ADDRESSABLE' DECLs [PR100280, PR104132, PR104133]
      ` Test 'libgomp.oacc-*/kernels-private-vars-*' with '--param=openacc-kernels=decompose' [PR104784]
      ` (no subject)
  ` Add diagnostic: "note: OpenACC 'kernels' decomposition: variable '[...]' declared in block made addressable" [PR100280]
  ` OpenACC 'kernels' decomposition: Move 'TREE_ADDRESSABLE' setting into OMP lowering [PR100280]

[Patch][Stage 1] Fortran/OpenMP: Support mapping of DT with allocatable components
 2022-03-02 22:20 UTC  (2+ messages)

[PATCH] openmp, fortran: Check that event handles passed to detach clauses are not arrays [PR104131]
 2022-03-02 17:31 UTC  (18+ messages)
                            ` [PATCH][v2] openmp, fortran: Check that the type of an event handle in a detach clause is suitable [PR104131]

[PATCH] PR fortran/104573 - ICE in resolve_structure_cons, at fortran/resolve.cc:1299
 2022-03-02 11:37 UTC  (7+ messages)
` *Ping* "
    ` [PATCH, v2] "

Problem setting buffer size for gfortran ( v 11.2)
 2022-02-26 15:37 UTC  (20+ messages)
                        `  "

[PATCH] PR fortran/84519 - [F2018] STOP and ERROR STOP statements with QUIET specifier
 2022-02-24 20:06 UTC  (5+ messages)

[PATCH] PR fortran/104619 - [10/11/12 Regression] ICE on list comprehension with default derived type constructor
 2022-02-22 19:08 UTC  (2+ messages)

[PATCH] [gfortran] Set omp_requires_mask for dynamic_allocators
 2022-02-21 18:47 UTC  (5+ messages)

[PATCH] OpenMP, libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memcpy_rect_async
 2022-02-21 11:19 UTC 

[PATCH] PR fortran/77693 - ICE in rtl_for_decl_init, at dwarf2out.c:17378
 2022-02-20 21:00 UTC  (3+ messages)
` *Ping* "

[PATCH] Add a restriction on allocate clause (OpenMP 5.0)
 2022-02-18 23:13 UTC 

[PATCH 0/8] OpenMP 5.0: C++ "declare mapper" support (plus struct rework, etc.)
 2022-02-18 20:04 UTC  (9+ messages)
` [PATCH 1/8] OpenMP 5.0: Clause ordering for OpenMP 5.0 (topological sorting by base pointer)
` [PATCH 2/8] Remove omp_target_reorder_clauses
` [PATCH 3/8] OpenMP/OpenACC struct sibling list gimplification extension and rework
` [PATCH 4/8] OpenMP: Add inspector class to unify mapped address analysis
` [PATCH 5/8] OpenMP: lvalue parsing for map clauses (C++)
` [PATCH 6/8] OpenMP: lvalue parsing for map clauses (C)
` [PATCH 7/8] Use OMP_ARRAY_SECTION instead of TREE_LIST in C++ FE
` [PATCH 8/8] OpenMP 5.0 "declare mapper" support for C++

[Patch, fortran] PR37336 (Finalization) - [F03] Finish derived-type finalization
 2022-02-18 18:06 UTC  (20+ messages)

[PATCH] [gfortran] Add support for allocate clause (OpenMP 5.0)
 2022-02-16 10:29 UTC  (15+ messages)
                ` [committed] libgomp.fortran/allocate-1.f90: Minor cleanup (was: Re: [PATCH] [gfortran] Add support for allocate clause (OpenMP 5.0).)

Google Summer of Code 2022 Fortran projects
 2022-02-16  0:17 UTC 

[Patch] Fortran/OpenMP: Fix depend-clause handling
 2022-02-15 17:36 UTC  (5+ messages)
  ` [Patch] Fortran/OpenMP: Fix depend-clause handling for c_ptr (was: [Patch] Fortran/OpenMP: Fix depend-clause handling)

[PATCH] PR fortran/104211 - ICE in find_array_section, at fortran/expr.cc:1720
 2022-02-14 17:27 UTC  (2+ messages)

[Patch, Fortran] PR100337 Should be able to pass non-present optional arguments to CO_BROADCAST
 2022-02-14 15:50 UTC  (9+ messages)
` [Ping, Patch, "
  ` [Ping^2, "
              ` [Backport gcc-11, "

[PR103970, Fortran, Coarray] Multi-image co_broadcast of derived type with allocatable components fails^
 2022-02-14 15:20 UTC  (7+ messages)
  ` [Submitted, PR103970, "
          ` [Backport, committed, "

[PATCH 6/7] openmp, fortran: Add Fortran support for parsing metadirectives
 2022-02-14 15:17 UTC  (3+ messages)

[PATCH] gfortran: Respect target's NO_DOT_IN_LABEL in trans-common.cc
 2022-02-10 10:39 UTC  (2+ messages)

[PATCH] PR fortran/66193 - ICE for initialisation of some non-zero-sized arrays
 2022-02-09 20:38 UTC  (2+ messages)

[Patch] Fortran/OpenMP: Avoid ICE for invalid char array in omp atomic [PR104329]
 2022-02-09 19:27 UTC  (2+ messages)

[PATCH] PR/101135 - Load of null pointer when passing absent assumed-shape array argument for an optional dummy argument
 2022-02-06 21:04 UTC  (3+ messages)

Bug 104404 - Incorrect CFI_cdesc_t "type" member for assumed-type, assumed-rank complex dummy arguments
 2022-02-06 12:11 UTC  (3+ messages)

[PATCH] PR fortran/104311 - [9/10/11/12 Regression] ICE out of memory since r9-6321-g4716603bf875ce
 2022-02-03 17:51 UTC  (2+ messages)

[PATCH] fortran: Unshare associate var charlen [PR104228]
 2022-02-03 17:49 UTC  (3+ messages)

[committed] openmp, fortran: Improve !$omp atomic checks [PR104328]
 2022-02-03  8:08 UTC 

[PATCH] C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct
 2022-02-02 14:24 UTC  (4+ messages)

[pushed] PR fortran/104331 - [10/11/12 Regression] ICE in gfc_simplify_eoshift, at fortran/simplify.cc:2590
 2022-02-01 20:42 UTC 

gfortran run on 64bit Mac ?
 2022-01-29 11:21 UTC  (2+ messages)

FINAL subroutines
 2022-01-28  9:01 UTC  (10+ 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).