public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-12] (13 commits) Merge branch 'releases/gcc-12' into devel/omp/gcc-12
@ 2022-09-05  8:18 Tobias Burnus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2022-09-05  8:18 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/omp/gcc-12' was updated to point to:

 d07ad71e727... Merge branch 'releases/gcc-12' into devel/omp/gcc-12

It previously pointed to:

 479d1a062a5... amdgcn: OpenMP SIMD routine support

Diff:

Summary of changes (added commits):
-----------------------------------

  d07ad71... Merge branch 'releases/gcc-12' into devel/omp/gcc-12
  8d2253f... nvptx: Silence unused variable warning in output_constant_p
  92e848d... openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration s
  f4f72a2... Daily bump. (*)
  29b456e... Daily bump. (*)
  2d4f60f... rs6000: Don't ICE when we disassemble an MMA variable [PR10 (*)
  a1caa42... Daily bump. (*)
  3835765... cselib: add function to check if SET is redundant [PR106187 (*)
  de1ba23... arm: correctly handle misaligned MEMs on MVE [PR105463] (*)
  e69134e... AArch64: Fix bootstrap failure due to dump_printf_loc forma (*)
  a114570... Daily bump. (*)
  f959302... Fix up dump_printf_loc format attribute and adjust uses [PR (*)
  b33602e... Daily bump. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/omp/gcc-12' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc/devel/omp/gcc-12] (13 commits) Merge branch 'releases/gcc-12' into devel/omp/gcc-12
@ 2023-02-06  7:42 Tobias Burnus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2023-02-06  7:42 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/omp/gcc-12' was updated to point to:

 d4309091390... Merge branch 'releases/gcc-12' into devel/omp/gcc-12

It previously pointed to:

 07cea1a91b4... libgomp: Fix reverse offload issues

Diff:

Summary of changes (added commits):
-----------------------------------

  d430909... Merge branch 'releases/gcc-12' into devel/omp/gcc-12
  cbebc0a... Daily bump. (*)
  32502d8... fortran: Set name for *LOC default BACK argument [PR108450] (*)
  1e60e91... Fortran: error recovery on invalid array section [PR108609] (*)
  5119281... Fortran: fix ICE in compare_bound_int [PR108527] (*)
  516a10f... Daily bump. (*)
  646c208... Daily bump. (*)
  534aea1... c++: unexpected ADDR_EXPR after overload set pruning [PR107 (*)
  a91c0d0... Daily bump. (*)
  936fdf0... Fortran: diagnose USE associated symbols in COMMON blocks [ (*)
  cc03943... libstdc++: Fix std::random_device for avr (*)
  aa18735... libstdc++: Fix build failures for avr (*)
  953c3c6... libstdc++: Declare const global variables inline (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/omp/gcc-12' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc/devel/omp/gcc-12] (13 commits) Merge branch 'releases/gcc-12' into devel/omp/gcc-12
@ 2023-01-16 11:27 Tobias Burnus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2023-01-16 11:27 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/omp/gcc-12' was updated to point to:

 d7995cf373a... Merge branch 'releases/gcc-12' into devel/omp/gcc-12

It previously pointed to:

 c9b47ccf32a... libgomp, amdgcn: Switch USM to 128-byte alignment

Diff:

Summary of changes (added commits):
-----------------------------------

  d7995cf... Merge branch 'releases/gcc-12' into devel/omp/gcc-12
  d369eb4... Daily bump. (*)
  e172ba9... Daily bump. (*)
  f23ad9c... Daily bump. (*)
  4c416a4... Daily bump. (*)
  c142b30... Daily bump. (*)
  eec3a65... Fix problematic interaction between bitfields, unions, SSO  (*)
  bd4c310... strlen: do not use cond_expr for boundaries (*)
  14e2500... Daily bump. (*)
  25edc76... Fix memory constraint on MVE v[ld/st][2/4] instructions [PR (*)
  849c3cf... aarch64: PR target/108140 Handle NULL target in data intrin (*)
  56314aa... Daily bump. (*)
  05fce80... Update cpplib eo.po (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/omp/gcc-12' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc/devel/omp/gcc-12] (13 commits) Merge branch 'releases/gcc-12' into devel/omp/gcc-12
@ 2022-12-21 18:21 Tobias Burnus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2022-12-21 18:21 UTC (permalink / raw)
  To: gcc-cvs

The branch 'devel/omp/gcc-12' was updated to point to:

 38d6201af06... Merge branch 'releases/gcc-12' into devel/omp/gcc-12

It previously pointed to:

 10aec76c90d... Merge branch 'releases/gcc-12' into devel/omp/gcc-12

Diff:

Summary of changes (added commits):
-----------------------------------

  38d6201... Merge branch 'releases/gcc-12' into devel/omp/gcc-12
  881fc99... nvptx: reimplement libgomp barriers [PR99555]
  7781f30... nvptx: support bar.red instruction
  656960a... openmp: Don't try to destruct DECL_OMP_PRIVATIZED_MEMBER va
  83f24e7... OpenMP: Duplicate checking for map clauses in Fortran (PR10
  c4d7c7e... OpenMP/Fortran: Combined directives with map/firstprivate o
  52daccd... libstdc++: Fix unsafe use of dirent::d_name [PR107814] (*)
  35ad6ec... libstdc++: Fixes for std::expected (*)
  ed3e8a9... libgfortran's ISO_Fortran_binding.c: Use GCC11 version for  (*)
  93310fe... Daily bump. (*)
  1bdb130... d/104749 - document host GDC version requirement (*)
  8ac76d5... i386: Avoid fma_chain for -march=alderlake and sapphirerapi (*)
  77788d0... Daily bump. (*)

(*) This commit already exists in another branch.
    Because the reference `refs/heads/devel/omp/gcc-12' matches
    your hooks.email-new-commits-only configuration,
    no separate email is sent for this commit.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-06  7:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05  8:18 [gcc/devel/omp/gcc-12] (13 commits) Merge branch 'releases/gcc-12' into devel/omp/gcc-12 Tobias Burnus
2022-12-21 18:21 Tobias Burnus
2023-01-16 11:27 Tobias Burnus
2023-02-06  7:42 Tobias Burnus

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