public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v5 0/5] P1689R5 support
 2023-07-24  0:26 UTC  (26+ messages)
` [PATCH v5 3/5] p1689r5: initial support
` [PATCH v5 4/5] c++modules: report imported CMI files as dependencies
` [PATCH v5 5/5] c++modules: report module mapper files as a dependency

What .dylib files does gfortran v 11.2.0 need on a Mac?
 2023-07-22 22:25 UTC  (5+ messages)

`Positive Reply
 2023-07-21 18:58 UTC 

[PATCH] libfortran: Fix build for targets that don't have 10byte or 16 byte floating point
 2023-07-21  5:29 UTC 

[patch] OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 [PR107424]
 2023-07-19 10:48 UTC  (3+ messages)
` [committed] - "

[PATCH 00/14] fortran: Use precalculated class container for deallocation [PR110618]
 2023-07-17 17:43 UTC  (23+ messages)
` [PATCH 01/14] fortran: Outline final procedure pointer evaluation
` [PATCH 02/14] fortran: Outline element size evaluation
` [PATCH 03/14] fortran: Outline data reference descriptor evaluation
` [PATCH 04/14] fortran: Inline gfc_build_final_call
` [PATCH 05/14] fortran: Add missing cleanup blocks
` [PATCH 06/14] fortran: Reuse final procedure pointer expression
` [PATCH 07/14] fortran: Push element size expression generation close to its usage
` [PATCH 08/14] fortran: Push final procedure expr gen close to its one usage
` [PATCH 09/14] fortran: Inline variable definition
` [PATCH 10/14] fortran: Remove redundant argument in get_var_descr
` [PATCH 11/14] fortran: Outline virtual table pointer evaluation
` [PATCH 12/14] fortran: Factor scalar descriptor generation
` [PATCH 13/14] fortran: Use pre-evaluated class container if available [PR110618]
` [PATCH 14/14] fortran: Pass pre-calculated class container argument [pr110618]

PR82943 - Suggested patch to fix
 2023-07-17 15:56 UTC  (7+ messages)

[committed] OpenMP/Fortran: Parsing support for 'uses_allocators'
 2023-07-17 13:26 UTC 

[PATCH] Fortran: intrinsics and deferred-length character arguments [PR95947,PR110658]
 2023-07-16 21:53 UTC  (2+ messages)

[PATCH] [og13] OpenMP: Dimension ordering for array-shaping operator for C and C++
 2023-07-14 16:33 UTC  (2+ messages)
` [PATCH] [og13] OpenMP: Enable c-c++-common/gomp/declare-mapper-3.c for C

[PATCH 0/3] Fix argument evaluation order [PR92178]
 2023-07-13 19:59 UTC  (5+ messages)
` [PATCH 1/3] fortran: defer class wrapper initialization after deallocation [PR92178]
` [PATCH 2/3] fortran: Factor data references for scalar class argument wrapping [PR92178]
` [PATCH 3/3] fortran: Reorder array argument evaluation parts [PR92178]

spurious out-of-bounds warning message
 2023-07-13 11:53 UTC  (2+ messages)

[PATCH] [og13] OpenACC: Vector length warning fixes for implicit mapping/declare create tests
 2023-07-12 13:42 UTC  (2+ messages)
` [PATCH] OpenMP: Strided/rectangular 'target update' out-of-bounds array lookup fix

[Patch, Fortran] Allow ref'ing PDT's len() in parameter-initializer [PR102003]
 2023-07-12 11:37 UTC  (7+ messages)
      ` [Patch, Fortran, committed] "

[PATCH] Fortran: formal symbol attributes for intrinsic procedures [PR110288]
 2023-07-11 19:56 UTC  (2+ messages)

[PATCH] fortran: Release symbols in reversed order [PR106050]
 2023-07-11 13:13 UTC  (2+ messages)

Can't get the horse out of the gate
 2023-07-11  6:28 UTC  (2+ messages)

Present, Publish, Participate - 2023, Bulgaria
 2023-07-10 20:24 UTC 

[Patch, fortran] Fix default type bugs in gfortran [PR99139, PR99368]
 2023-07-08 17:15 UTC  (4+ messages)

[PATCH] Fortran: fixes for procedures with ALLOCATABLE,INTENT(OUT) arguments [PR92178]
 2023-07-08 14:20 UTC  (15+ messages)

[PATCH] Fortran: simplification of FINDLOC for constant complex arguments [PR110585]
 2023-07-08  7:35 UTC  (2+ messages)

[PATCH] [og13] OpenMP: Expand "declare mapper" mappers for target {enter,exit,} data directives
 2023-07-06 15:55 UTC 

Possible problems with OpenMP task parallelism
 2023-07-04 15:23 UTC  (2+ messages)

[PATCH 0/5] [og13] OpenMP: strides, rectangular updates and array-shaping operator for "target update"
 2023-07-03 21:33 UTC  (6+ messages)
` [PATCH 1/5] OpenMP: Fix "exit data" for array sections for ref-to-ptr components
` [PATCH 2/5] OpenMP: Allow complete replacement of clause during map/to/from expansion
` [PATCH 3/5] OpenMP: Support strided and shaped-array updates for C++
` [PATCH 4/5] OpenMP: Noncontiguous "target update" for Fortran
` [PATCH 5/5] OpenMP: Array shaping operator and strided "target update" for C

[PATCH v7 0/4] P1689R5 support
 2023-07-02 16:32 UTC  (5+ messages)
` [PATCH v7 1/4] spec: add a spec function to join arguments
` [PATCH v7 2/4] p1689r5: initial support
` [PATCH v7 3/4] c++modules: report imported CMI files as dependencies
` [PATCH v7 4/4] c++modules: report module mapper files as a dependency

[PATCH 0/7] [og13] OpenMP: lvalue parsing and "declare mapper" support
 2023-06-30 19:23 UTC  (8+ messages)
` [PATCH 1/7] Fix up merge/formatting errors
` [PATCH 2/7] OpenMP: OpenMP 5.2 semantics for pointers with unmapped target
` [PATCH 3/7] OpenMP: lvalue parsing for map/to/from clauses (C++)
` [PATCH 4/7] OpenMP: C++ "declare mapper" support
` [PATCH 5/7] OpenMP: lvalue parsing for map clauses (C)
` [PATCH 6/7] OpenMP: Support OpenMP 5.0 "declare mapper" directives for C
` [PATCH 7/7] OpenMP: Fortran "!$omp declare mapper" support

[PATCH, part3, committed] Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360]
 2023-06-28 20:44 UTC 

[Patch fortran] PR89645 - No IMPLICIT type error with: ASSOCIATE( X => function() )
 2023-06-28 17:10 UTC 

[Patch, fortran] PR49213 - [OOP] gfortran rejects structure constructor expression
 2023-06-28  9:47 UTC  (6+ messages)

Sysmalloc error
 2023-06-26 16:48 UTC 

[PATCH, part2, committed] Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360]
 2023-06-24 19:05 UTC 

[PATCH] Introduce hardbool attribute for C
 2023-06-24  2:57 UTC  (8+ messages)

[PATCH] Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360]
 2023-06-23  8:04 UTC  (2+ messages)

(no subject)
 2023-06-22 10:07 UTC 

[Patch, fortran] PR107900 Select type with intrinsic type inside associate causes ICE / Segmenation fault
 2023-06-22  6:19 UTC  (11+ messages)

[Patch, fortran] PR108961 - Segfault when associating to pointer from C_F_POINTER
 2023-06-21 16:08 UTC  (4+ messages)

PRs 100650 and 49324: intrinsic assignment of reshaped derived type array constructor
 2023-06-21  4:30 UTC 

[committed] Fortran: Fix parse-dump-tree for OpenMP ALLOCATE clause
 2023-06-20 12:01 UTC 

[Patch] Fortran's gfc_match_char: %S to match symbol with host_assoc
 2023-06-20 10:58 UTC  (2+ messages)

[PATCH v6 0/4] P1689R5 support
 2023-06-20  0:54 UTC  (9+ messages)
` [PATCH v6 1/4] libcpp: reject codepoints above 0x10FFFF

[PATCH 00/14] [og13] OpenMP/OpenACC: map clause and OMP gimplify rework
 2023-06-19 21:17 UTC  (15+ messages)
` [PATCH 01/14] Revert "Assumed-size arrays with non-lexical data mappings"
` [PATCH 02/14] Revert "Fix references declared in lexically-enclosing OpenACC data region"
` [PATCH 03/14] Revert "Fix implicit mapping for array slices on lexically-enclosing data constructs (PR70828)"
` [PATCH 04/14] Revert "openmp: Handle C/C++ array reference base-pointers in array sections"
` [PATCH 05/14] OpenMP/OpenACC: Reindent TO/FROM/_CACHE_ stanza in {c_}finish_omp_clause
` [PATCH 06/14] OpenMP/OpenACC: Rework clause expansion and nested struct handling
` [PATCH 07/14] OpenMP: implicitly map base pointer for array-section pointer components
` [PATCH 08/14] OpenMP: Pointers and member mappings
` [PATCH 09/14] OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnostic
` [PATCH 10/14] OpenMP/OpenACC: Reorganise OMP map clause handling in gimplify.cc
` [PATCH 11/14] OpenACC: Reimplement "inheritance" for lexically-nested offload regions
` [PATCH 12/14] OpenACC: "declare create" fixes wrt. "allocatable" variables
` [PATCH 13/14] OpenACC: Allow implicit uses of assumed-size arrays in offload regions
` [PATCH 14/14] OpenACC: Improve implicit mapping for non-lexically nested "

[committed] Doc update: -foffload-options= examples + OpenMP in Fortran intrinsic modules
 2023-06-19  8:56 UTC 

program errors with GNU Fortran
 2023-06-17 23:19 UTC  (3+ messages)

Create a password for Active IT zone
 2023-06-17  1:47 UTC 

It's unbelievable!!! 5X Growth Mastermind in Mumbai
 2023-06-16 17:33 UTC 

Possible funding of gfortran work
 2023-06-14 18:48 UTC  (22+ messages)

Add 'libgomp.{,oacc-}fortran/fortran-torture_execute_math.f90'
 2023-06-14  9:56 UTC  (4+ messages)
` [ping] "

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