public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
[OG12][PATCH] OpenMP: Fix ICE with OMP metadirectives
 2022-09-28 14:26 UTC  (4+ messages)

[PATCH] Fortran: error recovery while simplifying intrinsic UNPACK [PR107054]
 2022-09-27 19:30 UTC  (2+ messages)

[PATCH 0/1] RFC: P1689R5 support
 2022-09-27 17:10 UTC  (2+ messages)
` [PATCH 1/1] p1689r5: initial support

Proxy ping [PATCH] Fortran: Fix ICE and wrong code for assumed-rank arrays [PR100029, PR100040]
 2022-09-25 21:04 UTC 

[PATCH v2 0/9] fortran: clobber fixes [PR41453]
 2022-09-25 12:53 UTC  (13+ messages)
` [PATCH v2 1/9] fortran: Move the clobber generation code
` [PATCH v2 2/9] fortran: Fix invalid function decl clobber ICE [PR105012]
` [PATCH v2 3/9] fortran: Move clobbers after evaluation of all arguments [PR106817]
` [PATCH v2 4/9] fortran: Support clobbering with implicit interfaces [PR105012]
` [PATCH v2 5/9] fortran: Support clobbering of reference variables [PR41453]
` [PATCH v2 6/9] fortran: Support clobbering of SAVE variables [PR87395]
` [PATCH v2 7/9] fortran: Support clobbering of ASSOCIATE variables [PR87397]
` [PATCH v2 8/9] fortran: Support clobbering of allocatables and pointers [PR41453]
` [PATCH v2 9/9] fortran: Support clobbering of derived types [PR41453]

[PATCH v3 00/11] OpenMP 5.0: Struct & mapping clause expansion rework
 2022-09-23 12:10 UTC  (33+ messages)
` [PATCH v3 01/11] OpenMP 5.0: Clause ordering for OpenMP 5.0 (topological sorting by base pointer)
` [PATCH v3 02/11] Remove omp_target_reorder_clauses
` [PATCH v3 03/11] OpenMP/OpenACC struct sibling list gimplification extension and rework
` [PATCH v3 04/11] OpenMP/OpenACC: mapping group list-handling improvements
` [PATCH v3 05/11] OpenMP: push attaches to end of clause list in "target" regions
` [PATCH v3 06/11] OpenMP: Pointers and member mappings
` [PATCH v3 07/11] OpenMP/OpenACC: Reindent TO/FROM/_CACHE_ stanza in {c_}finish_omp_clause
` [PATCH v3 08/11] OpenMP/OpenACC: Rework clause expansion and nested struct handling
` [PATCH v3 09/11] FYI/unfinished: OpenMP: lvalue parsing for map clauses (C++)
` [PATCH v3 10/11] Use OMP_ARRAY_SECTION instead of TREE_LIST in C++ FE
` [PATCH v3 11/11] FYI/unfinished: OpenMP 5.0 "declare mapper" support for C++
  ` FYI: "declare mapper" patch set for Fortran (June 2022) (was: [PATCH v3 11/11] FYI/unfinished: OpenMP 5.0 "declare mapper" support for C++)

Proxy ping [PATCH] Fortran: Fix automatic reallocation inside select rank [PR100103]
 2022-09-22  5:46 UTC  (2+ messages)

[PATCH 00/10] fortran: clobber fixes [PR41453]
 2022-09-21 19:12 UTC  (36+ messages)
` [PATCH 01/10] fortran: Move the clobber generation code
` [PATCH 02/10] fortran: Fix invalid function decl clobber ICE [PR105012]
` [PATCH 03/10] fortran: Move clobbers after evaluation of all arguments [PR106817]
` [PATCH 04/10] fortran: Support clobbering with implicit interfaces [PR105012]
` [PATCH 05/10] fortran: Support clobbering of reference variables [PR41453]
` [PATCH 06/10] fortran: Support clobbering of SAVE variables [PR87395]
` [PATCH 07/10] fortran: Support clobbering of ASSOCIATE variables [PR87397]
` [PATCH 08/10] fortran: Support clobbering of allocatables and pointers [PR41453]
` [PATCH 09/10] fortran: Support clobbering of variable subreferences [PR88364]
` [PATCH 10/10] fortran: Support clobbering of derived types [PR41453]

[PATCH] Fortran: fix ICE in generate_coarray_sym_init [PR82868]
 2022-09-21 18:34 UTC 

[PATCH] Fortran 2018 rounding modes changes
 2022-09-21  9:15 UTC  (10+ messages)

[PATCH] Fortran: add IEEE_MODES_TYPE, IEEE_GET_MODES and IEEE_SET_MODES
 2022-09-21  8:07 UTC  (5+ messages)

[PATCH, committed] Fortran: error recovery on invalid ARRAY argument to FINDLOC [PR106986]
 2022-09-20 20:57 UTC 

[PATCH, committed] Fortran: NULL pointer dereference in invalid simplification [PR106985]
 2022-09-20 20:35 UTC 

[Patch] Fortran: F2018 type(*),dimension(*) with scalars [PR104143]
 2022-09-20 19:59 UTC  (3+ messages)

[PATCH][pushed] fortran: remove 2 dead links [PR106636]
 2022-09-20 13:38 UTC  (4+ messages)

Proxy ping [PATCH] Fortran: Fix function attributes [PR100132]
 2022-09-20  9:28 UTC  (2+ messages)

[PATCH] Fortran: add IEEE_QUIET_* and IEEE_SIGNALING_* comparisons
 2022-09-17 11:58 UTC  (6+ messages)

gfortran, OpenMP and static linking
 2022-09-16 22:51 UTC 

[PATCH, committed] Fortran: catch NULL pointer dereferences while simplifying PACK [PR106857]
 2022-09-15 20:51 UTC 

[PATCH, committed] Fortran: error recovery for bad deferred character length assignment [PR104314]
 2022-09-15 20:23 UTC 

[PATCH] Fortran: Add IEEE_SIGNBIT and IEEE_FMA functions
 2022-09-11 10:23 UTC  (10+ messages)

[Patch] OpenMP: Document ompx warnings + add Fortran omx warning [PR106670]
 2022-09-08 15:47 UTC  (3+ messages)

[Patch] OpenMP/Fortran: Permit end-clause on directive
 2022-09-08 15:25 UTC  (4+ messages)

[PATCH, OpenMP, Fortran] requires unified_shared_memory 2/2: insert USM allocators into libgfortran
 2022-09-05 14:07 UTC  (3+ messages)

Proxy ping [PATCH] PR fortran/100136 - ICE, regression, using flag -fcheck=pointer
 2022-09-04 20:53 UTC  (2+ messages)

Proxy ping [PATCH] Fortran: Fix ICE with automatic reallocation [PR100245]
 2022-09-02 19:46 UTC 

[PATCH, committed] Fortran: avoid NULL pointer dereference on invalid DATA constant [PR99349]
 2022-09-02 19:19 UTC 

Floating-point comparisons in the middle-end
 2022-09-01 19:16 UTC  (17+ messages)

Fortran issue
 2022-08-27 13:23 UTC  (4+ messages)

[Patch] Fortran/OpenMP: Fix strictly structured blocks parsing
 2022-08-24 18:50 UTC  (4+ messages)

[PATCH] Fortran: improve error recovery while simplifying size of bad array [PR103694]
 2022-08-24 17:54 UTC  (3+ messages)

[PATCH] Fortran: fix simplification of intrinsics IBCLR and IBSET [PR106557]
 2022-08-22  9:52 UTC  (2+ messages)

VISAカード お支払い金額確定のご案内
 2022-08-21  2:57 UTC 

[PATCH] fortran: Drop -static-lib{gfortran,quadmath} from f951 [PR46539]
 2022-08-20  9:45 UTC  (2+ messages)

[PATCH] Fortran: fix invalid rank error in ASSOCIATED when rank is remapped [PR77652]
 2022-08-18 19:32 UTC  (12+ messages)
          ` [PATCH, v2] "

[PATCH] fortran: Add -static-libquadmath support [PR46539]
 2022-08-18 10:41 UTC  (7+ messages)
  ` [PATCH] fortran, v2: "

[Patch] Fortran: OpenMP fix declare simd inside modules and absent linear [PR106566]
 2022-08-17 13:34 UTC  (4+ messages)
` [Patch] Fortran: OpenMP fix declare simd inside modules and absent linear step [PR106566]

[PATCH] fortran: Expand ieee_arithmetic module's ieee_value inline [PR106579]
 2022-08-16 12:58 UTC  (4+ messages)

[PATCH] fortran: Expand ieee_arithmetic module's ieee_class inline [PR106579]
 2022-08-15 20:11 UTC  (3+ 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).