public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
@ 2022-10-09 11:37 crazylht at gmail dot com
  2022-10-09 18:52 ` [Bug bootstrap/107193] " pinskia at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: crazylht at gmail dot com @ 2022-10-09 11:37 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107193
           Summary: [13 regression] bootstrap error caused by
                    r13-3172-gf30e9fd33e56a5
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: crazylht at gmail dot com
  Target Milestone: ---

Created attachment 53683
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53683&action=edit
_sd_to_udi.i

export/users2/liuhongt/tools-build/build_git_trunk_master_native_bootstrap/./gcc/xgcc
-B/export/users2/liuhongt/tools-build/build_git_trunk_master_native_bootstrap/./gcc/
-B/export/users2/liuhongt/install/git_trunk_master_native_bootstrap/x86_64-pc-linux-gnu/bin/
-B/export/users2/liuhongt/install/git_trunk_master_native_bootstrap/x86_64-pc-linux-gnu/lib/
-isystem
/export/users2/liuhongt/install/git_trunk_master_native_bootstrap/x86_64-pc-linux-gnu/include
-isystem
/export/users2/liuhongt/install/git_trunk_master_native_bootstrap/x86_64-pc-linux-gnu/sys-include
  -fno-checking -g -O2 -m32 -O2  -g -O2 -DIN_GCC    -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition  -isystem ./include   -fpic -mlong-double-80
-DUSE_ELF_SYMVER -fcf-protection -mshstk -g -DIN_LIBGCC2 -fbuilding-libgcc
-fno-stack-protector   -fpic -mlong-double-80 -DUSE_ELF_SYMVER -fcf-protection
-mshstk -I. -I. -I../../.././gcc
-I/export/users2/liuhongt/gcc/git_trunk/master/libgcc
-I/export/users2/liuhongt/gcc/git_trunk/master/libgcc/.
-I/export/users2/liuhongt/gcc/git_trunk/master/libgcc/../gcc
-I/export/users2/liuhongt/gcc/git_trunk/master/libgcc/../include
-I/export/users2/liuhongt/gcc/git_trunk/master/libgcc/config/libbid
-DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS  -DUSE_TLS  -o _sd_to_udi.o -MT
_sd_to_udi.o -MD -MP -MF _sd_to_udi.dep -DFINE_GRAINED_LIBRARIES -DL_sd_to_udi
-DWIDTH=32 -c
/export/users2/liuhongt/gcc/git_trunk/master/libgcc/config/libbid/_sd_to_udi.c
during GIMPLE pass: cfg
/export/users2/liuhongt/gcc/git_trunk/master/libgcc/config/libbid/_sd_to_udi.c:
In function ‘__bid_fixunssddi’:
/export/users2/liuhongt/gcc/git_trunk/master/libgcc/config/libbid/_sd_to_udi.c:29:1:
internal compiler error: Segmentation fault
   29 | __bid_fixunssddi (_Decimal32 x) {
      | ^~~~~~~~~~~~~~~~
Please submit a full bug report, with preprocessed source (by using
-freport-bug).
See <https://gcc.gnu.org/bugs/> for instructions.
make[5]: *** [Makefile:722: _sd_to_udi.o] Error 1
make[5]: Leaving directory
'/export/users2/liuhongt/tools-build/build_git_trunk_master_native_bootstrap/x86_64-pc-linux-gnu/32/libgcc'
make[4]: *** [Makefile:1214: multi-do] Error 1
make[4]: Leaving directory
'/export/users2/liuhongt/tools-build/build_git_trunk_master_native_bootstrap/x86_64-pc-linux-gnu/libgcc'
make[3]: *** [Makefile:127: all-multi] Error 2
make[3]: Leaving directory
'/export/users2/liuhongt/tools-build/build_git_trunk_master_native_bootstrap/x86_64-pc-linux-gnu/libgcc'
make[2]: *** [Makefile:24226: all-stage2-target-libgcc] Error 2
make[2]: Leaving directory
'/export/users2/liuhongt/tools-build/build_git_trunk_master_native_bootstrap'
make[1]: *** [Makefile:30117: stage2-bubble] Error 2
make[1]: Leaving directory
'/export/users2/liuhongt/tools-build/build_git_trunk_master_native_bootstrap'
make: *** [Makefile:1071: all] Error 2


reproduce with attached testcase

./gcc/xgcc -B ./gcc -O2 _sd_to_udi.i -g -m32

And It looks like there's some random when reproducing.(sometimes pass,
sometimes failed).

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

* [Bug bootstrap/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
@ 2022-10-09 18:52 ` pinskia at gcc dot gnu.org
  2022-10-09 18:52 ` [Bug debug/107193] " pinskia at gcc dot gnu.org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-09 18:52 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.0

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
  2022-10-09 18:52 ` [Bug bootstrap/107193] " pinskia at gcc dot gnu.org
@ 2022-10-09 18:52 ` pinskia at gcc dot gnu.org
  2022-10-10  7:22 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu.org @ 2022-10-09 18:52 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
  2022-10-09 18:52 ` [Bug bootstrap/107193] " pinskia at gcc dot gnu.org
  2022-10-09 18:52 ` [Bug debug/107193] " pinskia at gcc dot gnu.org
@ 2022-10-10  7:22 ` rguenth at gcc dot gnu.org
  2022-10-10  7:28 ` crazylht at gmail dot com
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-10-10  7:22 UTC (permalink / raw)
  To: gcc-bugs

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

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 debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (2 preceding siblings ...)
  2022-10-10  7:22 ` rguenth at gcc dot gnu.org
@ 2022-10-10  7:28 ` crazylht at gmail dot com
  2022-10-10  8:18 ` crazylht at gmail dot com
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: crazylht at gmail dot com @ 2022-10-10  7:28 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Hongtao.liu <crazylht at gmail dot com> ---
Looks similar as
https://gcc.gnu.org/pipermail/gcc-regression/2022-October/077050.html

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (3 preceding siblings ...)
  2022-10-10  7:28 ` crazylht at gmail dot com
@ 2022-10-10  8:18 ` crazylht at gmail dot com
  2022-10-10  8:29 ` crazylht at gmail dot com
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: crazylht at gmail dot com @ 2022-10-10  8:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---

> 
> reproduce with attached testcase
> 
> ./gcc/xgcc -B ./gcc -O2 _sd_to_udi.i -g -m32
> 
> And It looks like there's some random when reproducing.(sometimes pass,
> sometimes failed).

configure of gcc:
 --with-cpu=native --with-arch=native --disable-libsanitizer
--enable-checking=yes,rtl,extra

On cascadelake.
Remove --with-cpu=native --with-arch=native seems hide the issue.

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (4 preceding siblings ...)
  2022-10-10  8:18 ` crazylht at gmail dot com
@ 2022-10-10  8:29 ` crazylht at gmail dot com
  2022-10-10 13:28 ` marxin at gcc dot gnu.org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: crazylht at gmail dot com @ 2022-10-10  8:29 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Hongtao.liu <crazylht at gmail dot com> ---
1212      /* Traverse the basic block, if two function calls within a basic
block
 1213        are mapped to the same line, assign a new discriminator because a
call
 1214        stmt could be a split point of a basic block.  */
 1215      for (gsi = gsi_start_bb (bb); !gsi_end_p (gsi); gsi_next (&gsi))
 1216        {
 1217          gimple *stmt = gsi_stmt (gsi);
 1218          expanded_location curr_locus_e;


Shouldn't curr_locus_e be defined outside of the loop?
orelse, the second iteration, it will be uninitialized and pased to
same_line_p?
 1219          if (curr_locus == UNKNOWN_LOCATION)
 1220            {
 1221              curr_locus = gimple_location (stmt);
 1222              curr_locus_e = expand_location (curr_locus);
 1223            }
 1224          else if (!same_line_p (curr_locus, &curr_locus_e,
gimple_location (stmt)))
 1225            {
 1226              curr_locus = gimple_location (stmt);
 1227              curr_locus_e = expand_location (curr_locus);
 1228              curr_discr = 0;
 1229            }
 1230          else if (curr_discr != 0)
 1231            {
 1232              location_t loc = gimple_location (stmt);
 1233              location_t dloc = location_with_discriminator (loc,
curr_discr);
 1234              gimple_set_location (stmt, dloc);
 1235            }
 1236          /* Allocate a new discriminator for CALL stmt.  */
 1237          if (gimple_code (stmt) == GIMPLE_CALL)
 1238            curr_discr = next_discriminator_for_locus (curr_locus);
 1239        }

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (5 preceding siblings ...)
  2022-10-10  8:29 ` crazylht at gmail dot com
@ 2022-10-10 13:28 ` marxin at gcc dot gnu.org
  2022-10-10 20:49 ` erozen at microsoft dot com
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-10-10 13:28 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-10-10
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |marxin at gcc dot gnu.org

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (6 preceding siblings ...)
  2022-10-10 13:28 ` marxin at gcc dot gnu.org
@ 2022-10-10 20:49 ` erozen at microsoft dot com
  2022-10-10 22:42 ` hjl.tools at gmail dot com
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: erozen at microsoft dot com @ 2022-10-10 20:49 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Eugene Rozenfeld <erozen at microsoft dot com> ---
Yes, that's the problem. Sorry about that, will send a patch with the fix
shortly.

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (7 preceding siblings ...)
  2022-10-10 20:49 ` erozen at microsoft dot com
@ 2022-10-10 22:42 ` hjl.tools at gmail dot com
  2022-10-10 22:45 ` hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl.tools at gmail dot com @ 2022-10-10 22:42 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl.tools at gmail dot com

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
*** Bug 107205 has been marked as a duplicate of this bug. ***

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (8 preceding siblings ...)
  2022-10-10 22:42 ` hjl.tools at gmail dot com
@ 2022-10-10 22:45 ` hjl.tools at gmail dot com
  2022-10-10 23:00 ` erozen at microsoft dot com
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: hjl.tools at gmail dot com @ 2022-10-10 22:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from H.J. Lu <hjl.tools at gmail dot com> ---
     gimple *last = last_stmt (bb);
      location_t locus = last ? gimple_location (last) : UNKNOWN_LOCATION;
      location_t curr_locus = UNKNOWN_LOCATION;
      int curr_discr = 0;

      /* Traverse the basic block, if two function calls within a basic block
        are mapped to the same line, assign a new discriminator because a call
        stmt could be a split point of a basic block.  */
      for (gsi = gsi_start_bb (bb); !gsi_end_p (gsi); gsi_next (&gsi))
        {
          gimple *stmt = gsi_stmt (gsi);
          expanded_location curr_locus_e;
          if (curr_locus == UNKNOWN_LOCATION)
            {
              curr_locus = gimple_location (stmt);
              curr_locus_e = expand_location (curr_locus);
            }
          else if (!same_line_p (curr_locus, &curr_locus_e, gimple_location
(stmt)))
            {
              curr_locus = gimple_location (stmt);
              curr_locus_e = expand_location (curr_locus);
              curr_discr = 0;
            }
          else if (curr_discr != 0)
            {
              location_t loc = gimple_location (stmt);
              location_t dloc = location_with_discriminator (loc, curr_discr);
              gimple_set_location (stmt, dloc);
            }
          /* Allocate a new discriminator for CALL stmt.  */
          if (gimple_code (stmt) == GIMPLE_CALL)
            curr_discr = next_discriminator_for_locus (curr_locus);
        }

      if (locus == UNKNOWN_LOCATION)
          Will it be changed by the loop above?
        continue;

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (9 preceding siblings ...)
  2022-10-10 22:45 ` hjl.tools at gmail dot com
@ 2022-10-10 23:00 ` erozen at microsoft dot com
  2022-10-11  2:51 ` erozen at microsoft dot com
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: erozen at microsoft dot com @ 2022-10-10 23:00 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Eugene Rozenfeld <erozen at microsoft dot com> ---
No, locus won't be changed by the loop. But the purpose of the loop is to
change statement locations (by adding discriminators) in this line:

  gimple_set_location (stmt, dloc);

I think the code would more clear if this line
  location_t locus = last ? gimple_location (last) : UNKNOWN_LOCATION;
were moved to after the loop.

I'll include that change in the patch.

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (10 preceding siblings ...)
  2022-10-10 23:00 ` erozen at microsoft dot com
@ 2022-10-11  2:51 ` erozen at microsoft dot com
  2022-10-11  6:35 ` cvs-commit at gcc dot gnu.org
  2022-10-11  7:11 ` marxin at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: erozen at microsoft dot com @ 2022-10-11  2:51 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from Eugene Rozenfeld <erozen at microsoft dot com> ---
Created attachment 53690
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53690&action=edit
Proposed patch

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (11 preceding siblings ...)
  2022-10-11  2:51 ` erozen at microsoft dot com
@ 2022-10-11  6:35 ` cvs-commit at gcc dot gnu.org
  2022-10-11  7:11 ` marxin at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-10-11  6:35 UTC (permalink / raw)
  To: gcc-bugs

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

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

https://gcc.gnu.org/g:80f414e6d73f9f1683f93d83ce63a6a482e54bee

commit r13-3213-g80f414e6d73f9f1683f93d83ce63a6a482e54bee
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Mon Oct 10 14:10:31 2022 -0700

    Fix PR107193.

    The bug was introduced in f30e9fd33e56a5a721346ea6140722e1b193db42.
    A variable (cur_locus_e) was incorrectly declared inside a loop.
    I also moved two other declarations (last and locus) down to make
    the code more clear.

    Tested on x86_64-pc-linux-gnu.

    gcc/ChangeLog:
            PR debug/107193
            * tree-cfg.cc (assign_discriminators): Move declaration of
cur_locus_e
            out of the loop.

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

* [Bug debug/107193] [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5
  2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
                   ` (12 preceding siblings ...)
  2022-10-11  6:35 ` cvs-commit at gcc dot gnu.org
@ 2022-10-11  7:11 ` marxin at gcc dot gnu.org
  13 siblings, 0 replies; 15+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-10-11  7:11 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #10 from Martin Liška <marxin at gcc dot gnu.org> ---
I've just re-run ubsan-bootstrap and it's fixed now.
Thank you.

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

end of thread, other threads:[~2022-10-11  7:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-09 11:37 [Bug bootstrap/107193] New: [13 regression] bootstrap error caused by r13-3172-gf30e9fd33e56a5 crazylht at gmail dot com
2022-10-09 18:52 ` [Bug bootstrap/107193] " pinskia at gcc dot gnu.org
2022-10-09 18:52 ` [Bug debug/107193] " pinskia at gcc dot gnu.org
2022-10-10  7:22 ` rguenth at gcc dot gnu.org
2022-10-10  7:28 ` crazylht at gmail dot com
2022-10-10  8:18 ` crazylht at gmail dot com
2022-10-10  8:29 ` crazylht at gmail dot com
2022-10-10 13:28 ` marxin at gcc dot gnu.org
2022-10-10 20:49 ` erozen at microsoft dot com
2022-10-10 22:42 ` hjl.tools at gmail dot com
2022-10-10 22:45 ` hjl.tools at gmail dot com
2022-10-10 23:00 ` erozen at microsoft dot com
2022-10-11  2:51 ` erozen at microsoft dot com
2022-10-11  6:35 ` cvs-commit at gcc dot gnu.org
2022-10-11  7:11 ` marxin 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).