public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/40] OpenACC "kernels" Improvements
 2021-12-15 15:54 UTC  (6+ messages)
` [PATCH 03/40] Kernels loops annotation: Fortran
` [PATCH 04/40] Additional Fortran testsuite fixes for kernels loops annotation pass
` [PATCH 06/40] Add a "combined" flag for "acc kernels loop" etc directives
` [PATCH 08/40] Annotate inner loops in "acc kernels loop" directives (Fortran)
` [PATCH 09/40] Permit calls to builtins and intrinsics in kernels loops

[patch, Fortran] IEEE support for aarch64-apple-darwin
 2021-12-15  8:59 UTC  (5+ messages)

[patch, Fortran] Make REAL(KIND=16) detection more robust
 2021-12-15  8:59 UTC  (2+ messages)

Please confirm your subscription
 2021-12-15  6:30 UTC 

[PATCH, committed] PR fortran/103717 - ICE in doloop_code, at fortran/frontend-passes.c:2656
 2021-12-14 21:02 UTC 

[PATCH] PR fortran/103718 & PR fortran/103719 - [11/12 Regression] ICE in doloop_contained_procedure_code
 2021-12-14 20:12 UTC  (2+ messages)

[PATCH] PR fortran/91497 -- Silence conversion warnings for MIN1 and MAX1
 2021-12-14 15:32 UTC  (10+ messages)

[PATCH] PR libfortran/103634 - Runtime crash with PACK on zero-sized arrays
 2021-12-14 11:50 UTC  (6+ messages)
  ` [PATCH, v2] "

[Patch] Fortran: Handle compare in OpenMP atomic
 2021-12-14  6:23 UTC  (3+ messages)
` Adjust 'gfortran.dg/goacc/privatization-1-*' [PR103576, PR103697] (was: [Patch] Fortran: Handle compare in OpenMP atomic)

[power-ieee128] Which options for libquadmath / native ieee128
 2021-12-13 22:00 UTC  (2+ messages)

[pach, power-ieee128, committed] Generate config.h macros for ieee128 functions
 2021-12-12 12:01 UTC 

[PATCH] PR fortran/103606 - [9/10/11/12 Regression] ICE in resolve_fl_procedure, at fortran/resolve.c:13297
 2021-12-11 15:36 UTC  (2+ messages)

[patch, power-ieee128, committed] Fix pattern for _c17 and _r17
 2021-12-11 14:36 UTC 

[PATCH 6/7] openmp, fortran: Add Fortran support for parsing metadirectives
 2021-12-10 17:39 UTC 

[PATCH] PR fortran/103418 - random_number() does not accept pointer, intent(in) array argument
 2021-12-10 12:28 UTC  (7+ messages)
      ` [PATCH, v2] "

[PATCH, committed] PR fortran/103609 - [11/12 Regression] ICE in gfc_sym_get_dummy_args, at fortran/symbol.c:5243
 2021-12-08 20:21 UTC 

[PATCH] PR fortran/103610 - ICE in gfc_convert_mpz_to_signed, at fortran/simplify.c:193
 2021-12-07 22:43 UTC  (2+ messages)

[PATCH] PR fortran/103607 - [9/10/11/12 Regression] ICE in do_subscript, at fortran/frontend-passes.c:2927
 2021-12-07 22:02 UTC  (2+ messages)

[PATCH] PR fortran/103591 - ICE in gfc_compare_string, at fortran/arith.c:1119
 2021-12-07 12:35 UTC  (2+ messages)

[PATCH] PR fortran/103588 - ICE: Simplification error in gfc_ref_dimen_size, at fortran/array.c:2407
 2021-12-07 12:29 UTC  (2+ messages)

[power-ieee128] What should the math functions be annotated with?
 2021-12-06 22:31 UTC  (23+ messages)

[patch, power-ieee128, committed] First stab at the library
 2021-12-06 19:08 UTC 

[RFC][WIP Patch] OpenMP map with iterator + Fortran OpenMP deep mapping / custom allocator (+ Fortran co_reduce)
 2021-12-06 16:23 UTC  (4+ messages)

[PATCH, OpenMP 5.0] Remove array section base-pointer mapping semantics, and other front-end adjustments (mainline trunk)
 2021-12-03 17:02 UTC  (3+ messages)
` [PATCH, v2, "

[patch] Fortran/OpenMP: Support most of 5.1 atomic extensions
 2021-12-03 14:47 UTC  (2+ messages)

[PATCH] PR fortran/103505 - ICE in compare_bound_mpz_t, at fortran/resolve.c:4587
 2021-12-03 12:59 UTC  (2+ messages)

[PATCH, PR90030] Fortran OpenMP/OpenACC array mapping alignment fix
 2021-12-01 16:11 UTC  (3+ messages)

[PATCH, fortran] Improve expansion of constant array expressions within constructors
 2021-11-30 20:51 UTC  (2+ messages)

[PATCH, Fortran] Fix setting of array lower bound for named arrays
 2021-11-30 20:01 UTC  (9+ messages)

[PATCH] PR fortran/101565 - ICE in gfc_simplify_image_index, at fortran/simplify.c:8234
 2021-11-30 19:47 UTC  (3+ messages)

[power-ieee128] What should the math functions be annotated with?
 2021-11-30 17:04 UTC 

[PATCH] Avoid some -Wunreachable-code-ctrl
 2021-11-30 14:27 UTC  (4+ messages)

[gomp4] Make OpenACC orphan gang reductions errors
 2021-11-30 12:13 UTC  (7+ messages)
  ` [PATCH] [og10] libgomp, Fortran: Fix OpenACC "gang reduction on an orphan loop" error message

[PATCH] PR fortran/103473 - [11/12 Regression] ICE in simplify_minmaxloc_nodim, at fortran/simplify.c:5287
 2021-11-30 11:37 UTC  (2+ messages)

Work on the power-ieee128 branch has hit a snag
 2021-11-29 20:36 UTC  (4+ messages)

[PATCH] Only return after resetting type_param_spec_list
 2021-11-29 19:36 UTC  (3+ messages)

[PATCH] PR fortran/103411 - ICE in gfc_conv_array_initializer, at fortran/trans-array.c:6377
 2021-11-26 21:45 UTC  (9+ messages)
      ` [PATCH, v2] "
          ` [PATCH, v3] "

[PATCH] C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct
 2021-11-24 17:08 UTC 

[PATCH] PR fortran/103392 - [9/10/11/12 Regression] ICE in simplify_bound, at fortran/simplify.c:4273
 2021-11-23 20:59 UTC  (2+ messages)

[PATCH] PR fortran/87851 - [9/10/11/12 Regression] Wrong return type for len_trim
 2021-11-23 11:55 UTC  (7+ messages)

[PATCH] gfortran: Improve translation of POPPAR intrinsic
 2021-11-21 21:49 UTC  (5+ messages)

[PATCH] fortran, debug: Fix up DW_AT_rank [PR103315]
 2021-11-21 11:52 UTC  (2+ messages)

[PATCH] PR fortran/99061 - [10/11/12 Regression] ICE in gfc_conv_intrinsic_atan2d, at fortran/trans-intrinsic.c:4728
 2021-11-21 11:28 UTC  (4+ messages)
` *PING* "

[RFC] User-visible changes for powerpc64-le-linux ABI changes
 2021-11-19 21:30 UTC  (12+ messages)

[PATCH] PR fortran/101329 - ICE: Invalid expression in gfc_element_size
 2021-11-18 10:51 UTC  (2+ messages)

[PATCH] Fortran: Mark internal symbols as artificial [PR88009,PR68800]
 2021-11-17 20:32 UTC  (4+ messages)

[PATCH, committed] PR fortran/103286 - ICE in resolve_select, at fortran/resolve.c:8848
 2021-11-16 20:13 UTC 

GCC 12.0.0 Status Report (2021-11-15), Stage 3 in effect NOW
 2021-11-15 13:14 UTC  (2+ messages)

[Patch, Fortran] No-op Patch - a.k.a. FINAL wrapper update
 2021-11-14 19:53 UTC  (10+ messages)
` [PATCH,FORTRAN] Fix memory leak in finalization wrappers

[PATCH] PR fortran/102368 - Failure to compile program using the C_SIZEOF function in ISO_C_BINDING
 2021-11-13  8:48 UTC  (8+ messages)

[Patch] Fortran/openmp: Fix '!$omp end'
 2021-11-12 16:07 UTC  (6+ messages)

[PATCH 0/2] fortran: Ignore unused arguments for scalarisation [PR97896]
 2021-11-12 12:17 UTC  (4+ messages)
` [committed] "

[PATCH v3 0/5] fortran: Ignore unused arguments for scalarisation [PR97896]
 2021-11-11 18:32 UTC  (2+ messages)

[PATCH] vect: Remove vec_outside/inside_cost fields
 2021-11-11 17:54 UTC  (2+ messages)

[Patch] Fortran/openmp: Add support for 2 argument num_teams clause
 2021-11-11 15:20 UTC  (2+ messages)

Silence additional warning in gfortran.dg/do_subscript_3.f90
 2021-11-11  7:18 UTC 

[PATCH] PR fortran/103217 & 103218 - ICEs during simplification after r12-4967-gbcf3728abe848888
 2021-11-10 19:54 UTC  (3+ messages)
  ` [PATCH] PR fortran/103137 & 103138 - ICEs during simplification after r12-4967-gbcf3728abe848888 (was: [PATCH] PR fortran/103217 & 103218 ...)

[PATCH] Remove dead Fortran function
 2021-11-09 15:53 UTC  (2+ messages)

[patch, fortran, wwwdocs] Fix name of argument to CO_REDUCE
 2021-11-07 21:01 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).