public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
[Patch] OpenMP/Fortran: Permit end-clause on directive
 2022-11-27 17:38 UTC  (3+ messages)

[PATCH v2 00/11] OpenMP 5.0: C & C++ "declare mapper" support (plus struct rework, etc.)
 2022-11-25 13:22 UTC  (10+ messages)
` [PATCH v2 06/11] OpenMP: lvalue parsing for map clauses (C++)
      ` [PATCH 2/2] OpenMP: Use OMP_ARRAY_SECTION instead of TREE_LIST in C++ FE

[PATCH] Fortran: error recovery on associate with bad selector [PR107577]
 2022-11-24 18:58 UTC  (2+ messages)

typespec in forall and implied-do
 2022-11-22 21:59 UTC  (5+ messages)

[PATCH 0/2] Fortran: add attribute target_clones
 2022-11-22 13:17 UTC  (11+ messages)
` [PATCH 1/2] symtab: also change RTL decl name
` [PATCH 2/2] Fortran: add attribute target_clones

[PATCH 0/2] Fortran: Add attribute flatten
 2022-11-22 11:52 UTC  (8+ messages)
` [PATCH 1/2] Fortran: Cleanup struct ext_attr_t
` [PATCH 2/2] Fortran: Add attribute flatten

[PATCH] Fortran: reject NULL actual argument without explicit interface [PR107576]
 2022-11-18 11:48 UTC  (2+ messages)

typespec in forall and implied-do
 2022-11-17 18:48 UTC  (10+ messages)

[PATCH 0/5] function result decl location; type demotion
 2022-11-17  3:30 UTC  (14+ messages)
` [PATCH 1/5] c: Set the locus of the function result decl
` [PATCH 2/5] c++: "
` [PATCH 3/5] Fortran: Narrow return types [PR78798]
` [PATCH 4/5] value-range: Add as_string diagnostics helper
` [PATCH 5/5] gimple: Add pass to note possible type demotions; IPA pro/demotion; DO NOT MERGE

[PATCH, committed] Fortran: ICE on procedure arguments with non-integer length [PR107707]
 2022-11-16 22:01 UTC  (2+ messages)

[PATCH] Fortran: error recovery after reference to bad CLASS variable [PR107681]
 2022-11-16 20:50 UTC 

[PATCH] Fortran: ICE in simplification of array expression involving power [PR107680]
 2022-11-16 20:24 UTC  (3+ messages)

Optimization of spread
 2022-11-16 10:12 UTC  (4+ messages)

[PATCH v3 0/3] RFC: P1689R5 support
 2022-11-16  0:00 UTC  (6+ messages)
` [PATCH v3 1/3] libcpp: reject codepoints above 0x10FFFF
` [PATCH v3 2/3] libcpp: add a function to determine UTF-8 validity of a C string
` [PATCH v3 3/3] p1689r5: initial support

GCC 13.0.0 Status Report (2022-11-14), Stage 3 in effect now
 2022-11-15 15:47 UTC  (7+ messages)
          ` libsanitizer: sync from master

[PATCH] Fortran: fix treatment of character, value, optional dummy arguments [PR107444]
 2022-11-14 11:00 UTC  (5+ messages)

[PATCH] Fortran: Remove double spaces in open() warning [PR99884]
 2022-11-14  9:44 UTC  (3+ messages)
` PING "

Proxy ping [PATCH] Fortran: diagnostics for actual arguments to pointer dummy arguments [PR94104]
 2022-11-13 10:11 UTC  (2+ messages)

[PATCH] Fortran: Remove unused declaration
 2022-11-12 21:23 UTC  (2+ messages)

[Patch] OpenMP/Fortran: Use firstprivat not alloc for ptr attach for arrays
 2022-11-12  9:19 UTC  (3+ messages)

Handling of large stack objects in GPU code generation -- maybe transform into heap allocation?
 2022-11-11 14:38 UTC  (3+ messages)

adding attributes
 2022-11-10 12:25 UTC  (11+ messages)

[PATCH, committed] Fortran: avoid NULL pointer dereference on bad EQUIVALENCEs [PR107559]
 2022-11-09 20:17 UTC 

[PATCH] Fortran: ordering of hidden procedure arguments [PR107441]
 2022-11-08 21:39 UTC  (20+ messages)
      ` [PATCH, v2] "
                  ` [PATCH, v3] "

[newlib] Generally make all 'long double complex' methods available in <complex.h>
 2022-11-08 20:24 UTC  (2+ messages)

New member
 2022-11-08 13:51 UTC 

[PATCH v2 0/1] RFC: P1689R5 support
 2022-11-07 23:47 UTC  (12+ messages)
` [PATCH v2 1/3] libcpp: reject codepoints above 0x10FFFF
` [PATCH v2 2/3] libcpp: add a function to determine UTF-8 validity of a C string
` [PATCH v2 3/3] p1689r5: initial support

[Patch] Fortran: Fix reallocation on assignment for kind=4 strings [PR107508]
 2022-11-06 22:15 UTC  (4+ messages)

[Patch] OpenMP/Fortran: 'target update' with strides + DT components
 2022-11-03 13:38 UTC  (4+ messages)
  ` [Patch] OpenMP/Fortran: 'target update' with DT components (was: [Patch] OpenMP/Fortran: 'target update' with strides + DT components)

[gomp4] add support for fortran allocate support with declare create
 2022-11-03 10:47 UTC  (7+ messages)
` Add 'libgomp.oacc-fortran/declare-allocatable-1.f90' (was: [gomp4] add support for fortran allocate support with declare create)
  ` Add 'libgomp.oacc-fortran/declare-allocatable-1-runtime.f90' (was: Add 'libgomp.oacc-fortran/declare-allocatable-1.f90')
    ` Add 'libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-runtime.f90'
      ` Support OpenACC 'declare create' with Fortran allocatable arrays, part I [PR106643]
        ` Support OpenACC 'declare create' with Fortran allocatable arrays, part II [PR106643, PR96668] (was: Support OpenACC 'declare create' with Fortran allocatable arrays, part I [PR106643])

Finalization
 2022-11-03  1:39 UTC  (2+ messages)

[Patch] Fortran/OpenMP: Fix DT struct-component with 'alloc' and array descr
 2022-11-02 15:57 UTC 

ABI question: character, value, optional dummy argument [PR107444]
 2022-11-01 21:13 UTC 

[PATCH] [og12] amdgcn: Use FLAT addressing for all functions with pointer arguments
 2022-10-28  8:51 UTC  (9+ messages)
` [PATCH] [og12] OpenACC: Don't gang-privatize artificial variables
      ` [og12] OpenACC: Don't gang-privatize artificial variables: restrict to blocks (was: [PATCH] [og12] OpenACC: Don't gang-privatize artificial variables)
    ` OpenACC: Don't gang-privatize artificial variables [PR90115] "
` amdgcn: Use FLAT addressing for all functions with pointer arguments [PR105421] (was: [PATCH] [og12] amdgcn: Use FLAT addressing for all functions with pointer arguments)
  ` Add 'libgomp.oacc-c-c++-common/private-big-1.c' [PR105421] (was: amdgcn: Use FLAT addressing for all functions with pointer arguments [PR105421])

[PATCH] Fortran: BOZ literal constants are not compatible to any type [PR103413]
 2022-10-26 20:08 UTC  (2+ messages)

[PATCH] OpenMP: Duplicate checking for map clauses in Fortran (PR107214)
 2022-10-26 10:39 UTC  (2+ messages)

PR 107406
 2022-10-26  5:17 UTC 

OpenACC 'acc_is_present' on un-allocated array: '-Wuninitialized' diagnostics
 2022-10-25 11:55 UTC  (2+ messages)

Proxy ping [PATCH] Fortran: Add missing TKR initialization to class variables [PR100097, PR100098]
 2022-10-21 18:24 UTC  (6+ messages)

[PATCH] Fortran: error recovery with references of bad array constructors [PR105633]
 2022-10-20 19:02 UTC  (2+ messages)

[PATCH RESEND 0/1] RFC: P1689R5 support
 2022-10-20 18:22 UTC  (12+ messages)
` [PATCH RESEND 1/1] p1689r5: initial support

[OG12][committed] Fortran: Fix delinearization regression
 2022-10-19 14:18 UTC 

[Patch] Fortran: Fix non_negative_strides_array_p
 2022-10-19 11:27 UTC 

[PATCH v5 0/4] OpenMP/OpenACC: Fortran array descriptor mappings
 2022-10-18 12:33 UTC  (7+ messages)
` [PATCH v5 1/4] OpenMP/OpenACC: Reindent TO/FROM/_CACHE_ stanza in {c_}finish_omp_clause
` [PATCH v5 2/4] OpenMP/OpenACC: Rework clause expansion and nested struct handling
` [PATCH v5 3/4] OpenMP: Pointers and member mappings
` [PATCH v5 4/4] OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnostic

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).