public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [r14-1624 Regression] FAIL: std/time/year_month_day_last/1.cc (test for excess errors) on Linux/x86_64
@ 2023-06-12  3:27 haochen.jiang
  2023-06-12  9:13 ` Jason Merrill
  0 siblings, 1 reply; 2+ messages in thread
From: haochen.jiang @ 2023-06-12  3:27 UTC (permalink / raw)
  To: jason, gcc-regression, gcc-patches, haochen.jiang

On Linux/x86_64,

28db36e2cfca1b7106adc8d371600fa3a325c4e2 is the first bad commit
commit 28db36e2cfca1b7106adc8d371600fa3a325c4e2
Author: Jason Merrill <jason@redhat.com>
Date:   Wed Jun 7 05:15:02 2023 -0400

    c++: allow NRV and non-NRV returns [PR58487]

caused

FAIL: 25_algorithms/minmax/constrained.cc (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth10.C  -std=gnu++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth10.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth12.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth12.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth13.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth13.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth14.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth14.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth1a.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth1a.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth1.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth1.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth2a.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth2a.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth2b.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth2b.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth2.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth2.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth4.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth4.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-synth5.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-synth5.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/spaceship-weak1.C  -std=c++20 (internal compiler error: Segmentation fault)
FAIL: g++.dg/cpp2a/spaceship-weak1.C  -std=c++20 (test for excess errors)
FAIL: std/time/month_day/1.cc (test for excess errors)
FAIL: std/time/month_day_last/1.cc (test for excess errors)
FAIL: std/time/year_month/1.cc (test for excess errors)
FAIL: std/time/year_month_day/1.cc (test for excess errors)
FAIL: std/time/year_month_day/4.cc (test for excess errors)
FAIL: std/time/year_month_day_last/1.cc (test for excess errors)

with GCC configured with

../../gcc/configure --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r14-1624/usr --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --with-fpmath=sse --enable-languages=c,c++,fortran --enable-cet --without-isl --enable-libmpx x86_64-linux --disable-bootstrap

To reproduce:

$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=25_algorithms/minmax/constrained.cc --target_board='unix{-m32}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=25_algorithms/minmax/constrained.cc --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth10.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth10.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth12.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth12.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth13.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth13.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth14.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth14.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth1a.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth1a.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth1.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth1.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2a.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2a.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2b.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2b.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth4.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth4.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth5.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth5.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-weak1.C --target_board='unix{-m32}'"
$ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-weak1.C --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/month_day/1.cc --target_board='unix{-m32}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/month_day/1.cc --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/month_day_last/1.cc --target_board='unix{-m32}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/month_day_last/1.cc --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/year_month/1.cc --target_board='unix{-m32}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/year_month/1.cc --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/year_month_day/1.cc --target_board='unix{-m32}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/year_month_day/1.cc --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/year_month_day/4.cc --target_board='unix{-m32}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/year_month_day/4.cc --target_board='unix{-m32\ -march=cascadelake}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/year_month_day_last/1.cc --target_board='unix{-m32}'"
$ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=std/time/year_month_day_last/1.cc --target_board='unix{-m32\ -march=cascadelake}'"

(Please do not reply to this email, for question about this report, contact me at haochen dot jiang at intel.com)

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

* Re: [r14-1624 Regression] FAIL: std/time/year_month_day_last/1.cc (test for excess errors) on Linux/x86_64
  2023-06-12  3:27 [r14-1624 Regression] FAIL: std/time/year_month_day_last/1.cc (test for excess errors) on Linux/x86_64 haochen.jiang
@ 2023-06-12  9:13 ` Jason Merrill
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Merrill @ 2023-06-12  9:13 UTC (permalink / raw)
  To: haochen.jiang; +Cc: gcc-regression, gcc-patches, haochen.jiang

[-- Attachment #1: Type: text/plain, Size: 9267 bytes --]

This should be fixed by r14-1660-g953bbeaeff050f

On Sun, Jun 11, 2023 at 11:33 PM haochen.jiang <haochenj@ecsmtp.sh.intel.com>
wrote:

> On Linux/x86_64,
>
> 28db36e2cfca1b7106adc8d371600fa3a325c4e2 is the first bad commit
> commit 28db36e2cfca1b7106adc8d371600fa3a325c4e2
> Author: Jason Merrill <jason@redhat.com>
> Date:   Wed Jun 7 05:15:02 2023 -0400
>
>     c++: allow NRV and non-NRV returns [PR58487]
>
> caused
>
> FAIL: 25_algorithms/minmax/constrained.cc (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth10.C  -std=gnu++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth10.C  -std=gnu++20 (test for excess
> errors)
> FAIL: g++.dg/cpp2a/spaceship-synth12.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth12.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth13.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth13.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth14.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth14.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth1a.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth1a.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth1.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth1.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth2a.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth2a.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth2b.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth2b.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth2.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth2.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth4.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth4.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-synth5.C  -std=c++20 (internal compiler
> error: Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-synth5.C  -std=c++20 (test for excess errors)
> FAIL: g++.dg/cpp2a/spaceship-weak1.C  -std=c++20 (internal compiler error:
> Segmentation fault)
> FAIL: g++.dg/cpp2a/spaceship-weak1.C  -std=c++20 (test for excess errors)
> FAIL: std/time/month_day/1.cc (test for excess errors)
> FAIL: std/time/month_day_last/1.cc (test for excess errors)
> FAIL: std/time/year_month/1.cc (test for excess errors)
> FAIL: std/time/year_month_day/1.cc (test for excess errors)
> FAIL: std/time/year_month_day/4.cc (test for excess errors)
> FAIL: std/time/year_month_day_last/1.cc (test for excess errors)
>
> with GCC configured with
>
> ../../gcc/configure
> --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r14-1624/usr
> --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld
> --with-fpmath=sse --enable-languages=c,c++,fortran --enable-cet
> --without-isl --enable-libmpx x86_64-linux --disable-bootstrap
>
> To reproduce:
>
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=25_algorithms/minmax/constrained.cc
> --target_board='unix{-m32}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=25_algorithms/minmax/constrained.cc
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth10.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth10.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth12.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth12.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth13.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth13.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth14.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth14.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth1a.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth1a.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth1.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth1.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2a.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2a.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2b.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2b.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth2.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth4.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth4.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth5.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-synth5.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-weak1.C
> --target_board='unix{-m32}'"
> $ cd {build_dir}/gcc && make check
> RUNTESTFLAGS="dg.exp=g++.dg/cpp2a/spaceship-weak1.C
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/month_day/1.cc
> --target_board='unix{-m32}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/month_day/1.cc
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/month_day_last/1.cc
> --target_board='unix{-m32}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/month_day_last/1.cc
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/year_month/1.cc
> --target_board='unix{-m32}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/year_month/1.cc
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/year_month_day/1.cc
> --target_board='unix{-m32}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/year_month_day/1.cc
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/year_month_day/4.cc
> --target_board='unix{-m32}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/year_month_day/4.cc
> --target_board='unix{-m32\ -march=cascadelake}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/year_month_day_last/1.cc
> --target_board='unix{-m32}'"
> $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check
> RUNTESTFLAGS="conformance.exp=std/time/year_month_day_last/1.cc
> --target_board='unix{-m32\ -march=cascadelake}'"
>
> (Please do not reply to this email, for question about this report,
> contact me at haochen dot jiang at intel.com)
>
>

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

end of thread, other threads:[~2023-06-12  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12  3:27 [r14-1624 Regression] FAIL: std/time/year_month_day_last/1.cc (test for excess errors) on Linux/x86_64 haochen.jiang
2023-06-12  9:13 ` Jason Merrill

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