public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/107240] New: [13 regression]
@ 2022-10-12 18:48 seurer at gcc dot gnu.org
  2022-10-12 19:16 ` [Bug testsuite/107240] " bergner at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: seurer at gcc dot gnu.org @ 2022-10-12 18:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

            Bug ID: 107240
           Summary: [13 regression]
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

g:25413fdb2ac24933214123e24ba165026452a6f2, r13-3219-g25413fdb2ac249

This fails on power 7 BE.  It works on power 8 BE.

make  -k check-gcc RUNTESTFLAGS="vect.exp=gcc.dg/vect/vect-bitfield-write-2.c"
FAIL: gcc.dg/vect/vect-bitfield-write-2.c scan-tree-dump-times vect "vectorized
1 loops" 1
FAIL: gcc.dg/vect/vect-bitfield-write-2.c -flto -ffat-lto-objects 
scan-tree-dump-times vect "vectorized 1 loops" 1
# of expected passes            4
# of unexpected failures        2

commit 25413fdb2ac24933214123e24ba165026452a6f2
Author: Andre Vieira <andre.simoesdiasvieira@arm.com>
Date:   Tue Oct 11 10:49:27 2022 +0100

    vect: Teach vectorizer how to handle bitfield accesses

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

* [Bug testsuite/107240] [13 regression]
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
@ 2022-10-12 19:16 ` bergner at gcc dot gnu.org
  2022-10-13  6:49 ` [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249 marxin at gcc dot gnu.org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: bergner at gcc dot gnu.org @ 2022-10-12 19:16 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

Peter Bergner <bergner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |meissner at gcc dot gnu.org,
                   |                            |pthaugen at gcc dot gnu.org,
                   |                            |segher at gcc dot gnu.org

--- Comment #1 from Peter Bergner <bergner at gcc dot gnu.org> ---
I guess the first question is, is it expected that the vect-bitfield-write-2.c
loop should be vectorized on power7 which only has Altivec and not VSX?

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
  2022-10-12 19:16 ` [Bug testsuite/107240] " bergner at gcc dot gnu.org
@ 2022-10-13  6:49 ` marxin at gcc dot gnu.org
  2022-10-13 13:53 ` avieira at gcc dot gnu.org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-10-13  6:49 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[13 regression]             |[13 Regression] FAIL:
                   |                            |gcc.dg/vect/vect-bitfield-w
                   |                            |rite-2.c since
                   |                            |r13-3219-g25413fdb2ac249
     Ever confirmed|0                           |1
                 CC|                            |marxin at gcc dot gnu.org
   Last reconfirmed|                            |2022-10-13
             Status|UNCONFIRMED                 |NEW

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
  2022-10-12 19:16 ` [Bug testsuite/107240] " bergner at gcc dot gnu.org
  2022-10-13  6:49 ` [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249 marxin at gcc dot gnu.org
@ 2022-10-13 13:53 ` avieira at gcc dot gnu.org
  2022-10-14  7:20 ` rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: avieira at gcc dot gnu.org @ 2022-10-13 13:53 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

--- Comment #2 from avieira at gcc dot gnu.org ---
Hi Seurer, Peter,

Adding something like: { xfail { powerpc*-*-* && { ! powerpc_vsx_ok } } } }
should xfail all powerpc architectures that don't support this no?

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-10-13 13:53 ` avieira at gcc dot gnu.org
@ 2022-10-14  7:20 ` rguenth at gcc dot gnu.org
  2022-10-14 16:44 ` segher at gcc dot gnu.org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-10-14  7:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |testsuite-fail
   Target Milestone|---                         |13.0

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-10-14  7:20 ` rguenth at gcc dot gnu.org
@ 2022-10-14 16:44 ` segher at gcc dot gnu.org
  2022-10-14 16:45 ` avieira at gcc dot gnu.org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: segher at gcc dot gnu.org @ 2022-10-14 16:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
(In reply to Peter Bergner from comment #1)
> I guess the first question is, is it expected that the
> vect-bitfield-write-2.c loop should be vectorized on power7 which only has
> Altivec and not VSX?

P7 has VSX.  It is the first processor with VSX.

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-10-14 16:44 ` segher at gcc dot gnu.org
@ 2022-10-14 16:45 ` avieira at gcc dot gnu.org
  2022-10-14 16:48 ` segher at gcc dot gnu.org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: avieira at gcc dot gnu.org @ 2022-10-14 16:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

--- Comment #4 from avieira at gcc dot gnu.org ---
Might be worth posting the output of -fdump-tree-vect-all might be failing to
vectorize due to some specific lack of feature that we can test for.

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-10-14 16:45 ` avieira at gcc dot gnu.org
@ 2022-10-14 16:48 ` segher at gcc dot gnu.org
  2022-10-17  4:04 ` linkw at gcc dot gnu.org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: segher at gcc dot gnu.org @ 2022-10-14 16:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

--- Comment #5 from Segher Boessenkool <segher at gcc dot gnu.org> ---
So perhaps this needs instructions new on P8 (which fleshed out the integer
support amongst other things, but that sounds relevant here?)  Test that with
  { powerpc*-*-* && has_arch_pwr8 }
or such?  But please make sure this is the reason first :-)

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2022-10-14 16:48 ` segher at gcc dot gnu.org
@ 2022-10-17  4:04 ` linkw at gcc dot gnu.org
  2022-10-17  6:21 ` linkw at gcc dot gnu.org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-10-17  4:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |linkw at gcc dot gnu.org

--- Comment #6 from Kewen Lin <linkw at gcc dot gnu.org> ---
The reason why it fails on power7 is that power7 misses the vector/vector shift
support for V2DImode (type vector(2) long unsigned int), the support querying
is for the gimple statement:

  patt_25 = 5 << 28;

It's expected since vsld is supported till ISA 2.07 (power8) (Note that we have
vslb/vslh/vslw since ISA 2.03).

But you might have noticed that both shifted value and shifting count are
constants for this particular test case, so it doesn't need the actual
vector/vector shift target support here. One tiny enhancement as below can make
us not need to special case this for Power port.

diff --git a/gcc/tree-vect-patterns.cc b/gcc/tree-vect-patterns.cc
index 0cc315d3126..01d043a3d18 100644
--- a/gcc/tree-vect-patterns.cc
+++ b/gcc/tree-vect-patterns.cc
@@ -2115,9 +2115,10 @@ vect_recog_bit_insert_pattern (vec_info *vinfo,
stmt_vec_info stmt_info,
   tree shifted = value;
   if (shift_n)
     {
+      tree shifted_value = fold_build2 (LSHIFT_EXPR, container_type, value,
shift);
       pattern_stmt
         = gimple_build_assign (vect_recog_temp_ssa_var (container_type),
-                               LSHIFT_EXPR, value, shift);
+                               shifted_value);
       append_pattern_def_seq (vinfo, stmt_info, pattern_stmt);
       shifted = gimple_get_lhs (pattern_stmt);
     }

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2022-10-17  4:04 ` linkw at gcc dot gnu.org
@ 2022-10-17  6:21 ` linkw at gcc dot gnu.org
  2022-10-18  5:56 ` linkw at gcc dot gnu.org
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-10-17  6:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

--- Comment #7 from Kewen Lin <linkw at gcc dot gnu.org> ---
Well, it does helps vect-bitfield-write-{2,3}.c, but it doesn't help
vect-bitfield-write-{2,3,4}.c since they do require vector/vector shift
supports.

I guess it might be a good idea to add the vect_long_long effective target
requirement for these relevant test cases.  For now, I don't see we make it
effective for powerpc*-*-*, if no objections I'm going to test 

diff --git a/gcc/testsuite/lib/target-supports.exp
b/gcc/testsuite/lib/target-supports.exp
index fdd88e6a516..29d7b4ebd15 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -7059,7 +7059,9 @@ proc check_effective_target_vect_long_long { } {
              || ([istarget mips*-*-*]
                  && [et-is-effective-target mips_msa])
              || ([istarget s390*-*-*]
-                 && [check_effective_target_s390_vx]) }}]
+                 && [check_effective_target_s390_vx])
+             || ([istarget powerpc*-*-*]
+                 && [check_effective_target_has_arch_pwr8]) }}]
 }

Although it's not that accurate, as we can have V2DI vector load/store and some
operations like bitwise on power7, it's only for testing and the missing scope
is very limited.

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2022-10-17  6:21 ` linkw at gcc dot gnu.org
@ 2022-10-18  5:56 ` linkw at gcc dot gnu.org
  2022-10-18  8:06 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-10-18  5:56 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

--- Comment #8 from Kewen Lin <linkw at gcc dot gnu.org> ---
(In reply to Kewen Lin from comment #7)
> Well, it does helps vect-bitfield-write-{2,3}.c, but it doesn't help
> vect-bitfield-write-{2,3,4}.c since they do require vector/vector shift

Oops, typo here, should be vect-bitfield-read-{2,3,4}.c.

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2022-10-18  5:56 ` linkw at gcc dot gnu.org
@ 2022-10-18  8:06 ` rguenth at gcc dot gnu.org
  2022-10-20  9:08 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-10-18  8:06 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (10 preceding siblings ...)
  2022-10-18  8:06 ` rguenth at gcc dot gnu.org
@ 2022-10-20  9:08 ` cvs-commit at gcc dot gnu.org
  2022-10-28  3:31 ` cvs-commit at gcc dot gnu.org
  2022-10-28  3:44 ` linkw at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-10-20  9:08 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

--- Comment #9 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <linkw@gcc.gnu.org>:

https://gcc.gnu.org/g:5d6e834ecf212e7fc6f585b154af224d2e38c749

commit r13-3396-g5d6e834ecf212e7fc6f585b154af224d2e38c749
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Thu Oct 20 04:07:05 2022 -0500

    vect: Simplify first for shifted value generation [PR107240]

    As PR107240 shows, when both the value to be shifted and the
    count used for shifting are constants, it can be simplified
    to one constant value, and doesn't actually require to check
    if the current target supports vector shift operations or not.

    This patch uses a canonical way proposed by Richi to generate
    the shifted value, if it can be simplified, the shift operation
    would be gone, otherwise it's the same as before.

    It can help to fix the failures of vect-bitfield-write-{2,3}.c
    on Power.

            PR tree-optimization/107240

    2022-10-20  Richard Biener  <rguenther@suse.de>

    gcc/ChangeLog:

            * tree-vect-patterns.cc (vect_recog_bit_insert_pattern): Attempt to
            simplify shifted value first.

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (11 preceding siblings ...)
  2022-10-20  9:08 ` cvs-commit at gcc dot gnu.org
@ 2022-10-28  3:31 ` cvs-commit at gcc dot gnu.org
  2022-10-28  3:44 ` linkw at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-10-28  3:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <linkw@gcc.gnu.org>:

https://gcc.gnu.org/g:225f9c8805fb1ba68a877383095f38a9563526ee

commit r13-3535-g225f9c8805fb1ba68a877383095f38a9563526ee
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Thu Oct 27 22:30:16 2022 -0500

    testsuite: Adjust vect-bitfield-read-* with vect_shift and vect_long_long
[PR107240]

    The test cases vect-bitfield-read-* requires vector shift
    target support, they need one explicit vect_shift effective
    target requirement checking.  Besides, the vectype for struct
    in test cases vect-bitfield-read-{2,4} is vector of long long,
    we need to check effective target vect_long_long for them.
    This patch can help to fix all remaining vect-bitfield-{read,
    write}-* test failures on powerpc.

            PR testsuite/107240

    gcc/testsuite/ChangeLog:

            * gcc.dg/vect/vect-bitfield-read-1.c: Add effective target checking
            vect_shift.
            * gcc.dg/vect/vect-bitfield-read-3.c: Likewise.
            * gcc.dg/vect/vect-bitfield-read-5.c: Likewise.
            * gcc.dg/vect/vect-bitfield-read-6.c: Likewise.
            * gcc.dg/vect/vect-bitfield-read-7.c: Likewise.
            * gcc.dg/vect/vect-bitfield-read-2.c: Add effective target checking
            vect_shift and replace vect_int with vect_long_long.
            * gcc.dg/vect/vect-bitfield-read-4.c: Likewise.

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

* [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249
  2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
                   ` (12 preceding siblings ...)
  2022-10-28  3:31 ` cvs-commit at gcc dot gnu.org
@ 2022-10-28  3:44 ` linkw at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: linkw at gcc dot gnu.org @ 2022-10-28  3:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107240

Kewen Lin <linkw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
                 CC|                            |rsandifo at gcc dot gnu.org
             Status|NEW                         |RESOLVED

--- Comment #11 from Kewen Lin <linkw at gcc dot gnu.org> ---
The failures on powerpc should be fixed now.

Hi Andre/Richard, for now effective target vect_long_long isn't supported on
aarch64-*-*, it looks like an oversight?

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

end of thread, other threads:[~2022-10-28  3:44 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 18:48 [Bug testsuite/107240] New: [13 regression] seurer at gcc dot gnu.org
2022-10-12 19:16 ` [Bug testsuite/107240] " bergner at gcc dot gnu.org
2022-10-13  6:49 ` [Bug testsuite/107240] [13 Regression] FAIL: gcc.dg/vect/vect-bitfield-write-2.c since r13-3219-g25413fdb2ac249 marxin at gcc dot gnu.org
2022-10-13 13:53 ` avieira at gcc dot gnu.org
2022-10-14  7:20 ` rguenth at gcc dot gnu.org
2022-10-14 16:44 ` segher at gcc dot gnu.org
2022-10-14 16:45 ` avieira at gcc dot gnu.org
2022-10-14 16:48 ` segher at gcc dot gnu.org
2022-10-17  4:04 ` linkw at gcc dot gnu.org
2022-10-17  6:21 ` linkw at gcc dot gnu.org
2022-10-18  5:56 ` linkw at gcc dot gnu.org
2022-10-18  8:06 ` rguenth at gcc dot gnu.org
2022-10-20  9:08 ` cvs-commit at gcc dot gnu.org
2022-10-28  3:31 ` cvs-commit at gcc dot gnu.org
2022-10-28  3:44 ` linkw at gcc dot gnu.org

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