Re: [PATCH] jit: Ensure ssize_t is defined.

2024-06-11 Thread Iain Sandoe



> On 11 Jun 2024, at 09:06, Richard Biener  wrote:
> 
> On Tue, 11 Jun 2024, Richard Biener wrote:
> 
>> On Tue, 11 Jun 2024, Iain Sandoe wrote:
>> 
>>> 
>>> 
>>>> On 11 Jun 2024, at 08:44, Jakub Jelinek  wrote:
>>>> 
>>>> On Tue, Jun 11, 2024 at 09:27:37AM +0200, Richard Biener wrote:
>>>>> On Tue, 11 Jun 2024, FX Coudert wrote:
>>>>> 
>>>>>> Hi
>>>>>> 
>>>>>> I can’t seem to get a review of this one-line patch. Could a global 
>>>>>> reviewer help?
>>>>> 
>>>>> While stdio.h can be relied on to exist I do not think you can assume
>>>>> the same for sys/types.h without "configury", but libgccjit.h is an
>>>>> installed API.  I would assume including stdlib.h gets you ssize_t as 
>>>>> well?
>>>> 
>>>> If stdlib.h includes sys/types.h like often on Linux, yes, but not
>>>> necessarily.  ssize_t is a POSIX type and it might be solely in 
>>>> sys/types.h.
>>> 
>>> .. and that is the case for at least some affected Darwin versions (stdlib.h
>>> does not include sys/types.h).
>>> 
>>>> Perhaps libgccjit.h could use
>>>> #ifdef __has_include
>>>> #if __has_include ()
>>>> #include 
>>>> #endif
>>>> #endif
>>> 
>>> That seems like a good solution to me.
>>> (my original patch was conditional on __APPLE__ but it seems that the
>>> issue could exist on other platforms too).
>> 
>> Don't you also need to add
>> 
>> approrpiate #define _POSIX_C_SOURCE or #define _XOPE_SOURCE befor the
>> include in case somebody builds with -std=c99?

well, afaict, all the code is c++ and we are building with a std >= 11, so that
presumes c99 support.  I can confirm that, at least on Darwin, we do not need
to define either _POSIX_C_SOURCE, or _XOPEN_SOURCE to get the 
correct behaviour.

> Oh, and the manpage says that  also defines ssize_t which
> is a bit odd since we already include that ...

that seems to be the case for darwin >= 11 but not before.

Iain

> 
> Richard.
> 
>> Richard.
>> 
>>> Iain
>>> 
>>>> instead of just #include .
>>>> When compiled by gcc, one can use hacks like
>>>> #define unsigned signed
>>>> typedef __SIZE_TYPE__ gcc_jit_ssize_t;
>>>> #undef unsigned
>>>> but that might not work with other compilers and is perhaps
>>>> just too ugly.
>>>> 
>>>>> In fact the C11 standard doesn't even mention ssize_t so the
>>>>> API should probably avoid using it and instead use size_t for
>>>>> 
>>>>> /* Given type "T", get its size.
>>>>>  This API entrypoint was added in LIBGCCJIT_ABI_20; you can test for its
>>>>>  presence using
>>>>>#ifdef LIBGCCJIT_HAVE_SIZED_INTEGERS  */
>>>>> extern ssize_t
>>>>> gcc_jit_type_get_size (gcc_jit_type *type);
>>>> 
>>>>Jakub
>>> 
>>> 
>> 
>> 
> 
> -- 
> Richard Biener 
> SUSE Software Solutions Germany GmbH,
> Frankenstrasse 146, 90461 Nuernberg, Germany;
> GF: Ivo Totev, Andrew McDonald, Werner Knoblich; (HRB 36809, AG Nuernberg)



Re: [PATCH] jit: Ensure ssize_t is defined.

2024-06-11 Thread Iain Sandoe



> On 11 Jun 2024, at 08:44, Jakub Jelinek  wrote:
> 
> On Tue, Jun 11, 2024 at 09:27:37AM +0200, Richard Biener wrote:
>> On Tue, 11 Jun 2024, FX Coudert wrote:
>> 
>>> Hi
>>> 
>>> I can’t seem to get a review of this one-line patch. Could a global 
>>> reviewer help?
>> 
>> While stdio.h can be relied on to exist I do not think you can assume
>> the same for sys/types.h without "configury", but libgccjit.h is an
>> installed API.  I would assume including stdlib.h gets you ssize_t as 
>> well?
> 
> If stdlib.h includes sys/types.h like often on Linux, yes, but not
> necessarily.  ssize_t is a POSIX type and it might be solely in sys/types.h.

.. and that is the case for at least some affected Darwin versions (stdlib.h
does not include sys/types.h).

> Perhaps libgccjit.h could use
> #ifdef __has_include
> #if __has_include ()
> #include 
> #endif
> #endif

That seems like a good solution to me.
(my original patch was conditional on __APPLE__ but it seems that the
 issue could exist on other platforms too).

Iain

> instead of just #include .
> When compiled by gcc, one can use hacks like
> #define unsigned signed
> typedef __SIZE_TYPE__ gcc_jit_ssize_t;
> #undef unsigned
> but that might not work with other compilers and is perhaps
> just too ugly.
> 
>> In fact the C11 standard doesn't even mention ssize_t so the
>> API should probably avoid using it and instead use size_t for
>> 
>> /* Given type "T", get its size.
>>   This API entrypoint was added in LIBGCCJIT_ABI_20; you can test for its
>>   presence using
>> #ifdef LIBGCCJIT_HAVE_SIZED_INTEGERS  */
>> extern ssize_t
>> gcc_jit_type_get_size (gcc_jit_type *type);
> 
>   Jakub



Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on i686-apple-darwin9

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===
FAIL:   a95074d
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c380004
FAIL:   c3a1002
FAIL:   c41307d
FAIL:   c46051a
FAIL:   c620002
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74401k
FAIL:   c761007
FAIL:   c85005a
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c92003a
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93008a
FAIL:   c940001
FAIL:   c940004
FAIL:   c940010
FAIL:   c940013
FAIL:   c94001c
FAIL:   c94001e
FAIL:   c94001g
FAIL:   c94002b
FAIL:   c94002g
FAIL:   c94007a
FAIL:   c94008b
FAIL:   c94008d
FAIL:   c94011a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95008a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040b
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95076a
FAIL:   c95085a
FAIL:   c95085h
FAIL:   c95086b
FAIL:   c95086e
FAIL:   c95086f
FAIL:   c95087a
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95095c
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c960004
FAIL:   c97116a
FAIL:   c97201b
FAIL:   c97203c
FAIL:   c97301b
FAIL:   c97303c
FAIL:   c97307a
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011b
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc3019c
FAIL:   cc3207b
FAIL:   cc3601c
FAIL:   cd2a91c

=== acats Summary ===
# of expected passes2203
# of unexpected failures125
Native configuration is i686-apple-darwin9

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
XPASS: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++17 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++20 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/other/pr35504.C  -std=c++14 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++17 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++98 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on i686-apple-darwin17

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===
FAIL:   c390a03

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is i686-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++17  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++20  scan-assembler-times min 4
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin12

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin12

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary for unix/-m32 ===

# of expected passes252902
# of unexpected failures46
# of expected failures  2781
# of unresolved testcases   6
# of unsupported tests  11449

Running target unix/-m64
FAIL: g++.dg/contracts/contracts10.C   execution test

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin13

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===
FAIL:   c340a02
FAIL:   c761003
FAIL:   cc51007
FAIL:   cxh3001

=== acats Summary ===
# of expected passes2324
# of unexpected failures4
Native configuration is x86_64-apple-darwin13

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
WARNING: g++.dg/cpp0x/constexpr-ctor20.C  -std=c++17 (test for excess errors) 
program timed out.
FAIL: g++.dg/cpp0x/constexpr-ctor20.C  -std=c++17 (test for excess errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary for unix/-m32 ===

# of expected passes252904
# of unexpected failures44
# of expected failures  2781
# of unresolved testcases   6
# of unsupported tests  11449

Running target unix/-m64
FAIL: 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin14

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin14

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
WARNING: g++.dg/ipa/devirt-28.C  -std=gnu++20 (test for excess errors) program 
timed out.
FAIL: g++.dg/ipa/devirt-28.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
WARNING: c-c++-common/tm/safe-3.c  -std=gnu++17  (test for errors, line 16) 
program timed out.
WARNING: g++.dg/torture/pr99777.C   -O3 -g  (test for excess errors) program 
timed out.
FAIL: g++.dg/torture/pr99777.C   -O3 -g  (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++17  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++20  scan-assembler-times min 4

=== g++ Summary for unix/-m32 ===

# of expected passes252916
# of unexpected failures46
# of expected failures  2781
# of unresolved testcases   3
# of unsupported tests

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin15

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin15

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: g++.dg/bprob/g++-bprob-1.C compilation,  -O3  -fbranch-probabilities 
program timed out.
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -O3  -fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O3  -fbranch-probabilities
WARNING: g++.dg/debug/cleanup2.C -gdwarf-2 (test for excess errors) program 
timed out.
FAIL: g++.dg/debug/cleanup2.C -gdwarf-2 (test for excess errors)
WARNING: g++.dg/debug/pr92763.C -gdwarf-2 -O2 (test for excess errors) program 
timed out.
FAIL: g++.dg/debug/pr92763.C -gdwarf-2 -O2 (test for excess errors)
WARNING: c-c++-common/Wno-builtin-declaration-mismatch-1.c  -std=gnu++98 (test 
for excess errors) program timed out.
FAIL: c-c++-common/Wno-builtin-declaration-mismatch-1.c  -std=gnu++98 (test for 
excess errors)
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
WARNING: g++.dg/cpp0x/lambda/lambda-copy-default-neg.C  -std=c++14 \`i' is not 
captured (test for errors, line 8) program timed out.
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
WARNING: g++.dg/ext/attrib33.C  -std=gnu++14 (test for excess errors) program 
timed out.
FAIL: g++.dg/ext/attrib33.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
WARNING: g++.dg/parse/error66.C  -std=c++20  (test for errors, line 4) program 
timed out.
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
WARNING: g++.dg/gcov/gcov-10.C  -std=gnu++98  gcov failed: File 
'/src-local/gcc-master/gcc/testsuite/g++.dg/gcov/gcov-10.C' program timed out.
FAIL: g++.dg/gcov/gcov-10.C  -std=gnu++98  gcov failed: File 
'/src-local/gcc-master/gcc/testsuite/g++.dg/gcov/gcov-10.C'
WARNING: c-c++-common/goacc-gomp/pr93465-1.c  -std=c++98  (test for errors, 
line 2) program timed out.
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin16

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin16

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: g++.dg/coroutines/pr94752.C (test for excess errors) program timed out.
FAIL: g++.dg/coroutines/pr94752.C (test for excess errors)
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++17  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++20  scan-assembler-times min 4

=== g++ Summary for unix/-m32 ===

# of 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin17

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp1y/pr79937-4.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++17  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++20  scan-assembler-times min 4

=== g++ Summary for unix/-m32 ===

# of expected passes257303
# of unexpected failures51
# of 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin18

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin18

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/stack-overflow-1.c   -Os  output pattern test
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
WARNING: g++.dg/modules/pr99023_b.X -std=c++2a  dg-regexp 7 was found: 
"[^\\n]*: note: include '[^\\n]*[/]initializer_list' translated to 
import\\n" program timed out.
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes260044
# of unexpected failures42
# of expected failures  2786
# of unresolved testcases   1
# of unsupported tests  11897
/scratch/10-14-moj/gcc-master/gcc/xg++  version 15.0.0 20240604 (experimental) 
[master-wip-short-queue revision master-wip-short-queue-1023-g067a7965f388] 
(GCC) 

=== gcc tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin19

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin19

=== g++ tests ===


Running target unix
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17 (test for 
excess errors)
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17 (test for excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20 (test for excess errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O0  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O1  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/pr64820.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -Os  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto -flto-partition=none  
output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gcov/gcov-17.C test-gcov-17.py::test_basics - AssertionError: 
assert 8 == 
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin20

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===
FAIL:   c45532n
FAIL:   c540001
FAIL:   c94004c
FAIL:   c954026
FAIL:   c96001a
FAIL:   c97115a
FAIL:   ce3401a
FAIL:   ce3403d

=== acats Summary ===
# of expected passes2320
# of unexpected failures8
Native configuration is x86_64-apple-darwin20

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes260990
# of unexpected failures47
# of expected failures  2771
# of unresolved testcases   1
# of unsupported tests  11960
/scratch/11-sur/gcc-master/gcc/xg++  version 15.0.0 20240608 (experimental) 
[master revision r15--ge22b7f741ab5] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin21

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===
FAIL:   c250002

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes260860
# of unexpected failures47
# of expected failures  2767
# of unresolved testcases   1
# of unsupported tests  11970
/scratch/12-mon-rosetta/gcc-master/gcc/xg++  version 15.0.0 20240608 
(experimental) [master revision r15--ge22b7f741ab5] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin21

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259860
# of unexpected failures36
# of expected failures  2786
# of unresolved testcases   1
# of unsupported tests  11923
/scratch/12-mon/gcc-master/gcc/xg++  version 15.0.0 20240604 (experimental) 
[master-wip-short-queue revision master-wip-short-queue-1023-g067a7965f388] 
(GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-4.c scan-assembler long+[ t]+0x184+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/scantest-lto.c scan-assembler-not ascii
FAIL: gcc.dg/scantest-lto.c scan-assembler-times ascii 0
FAIL: gcc.dg/strlenopt-73.c scan-tree-dump-times optimized "_not_eliminated_" 0
FAIL: gcc.dg/strlenopt-73.c scan-tree-dump-times optimized "strlen" 0
FAIL: gcc.dg/strlenopt-80.c scan-tree-dump-times optimized "failure_on_line 
(" 0
FAIL: gcc.dg/strlenopt-82.c scan-tree-dump-times optimized 
"call_in_true_branch_not_eliminated_" 0
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times 

Results for 15.0.0 20240608 (experimental) [master revision r15-1111-ge22b7f741ab5] (GCC) testsuite on x86_64-apple-darwin23

2024-06-09 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 08 Jun 2024 04:04:53 UTC (revision r15--ge22b7f741ab5)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin23

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes256307
# of unexpected failures50
# of expected failures  2767
# of unresolved testcases   1
# of unsupported tests  11568
/scratch/14-son/gcc-master/gcc/xg++  version 15.0.0 20240608 (experimental) 
[master revision r15--ge22b7f741ab5] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/dwarf2/dwarf2-macro.c scan-assembler Start new file
FAIL: 

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on i686-apple-darwin9

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===
FAIL:   a95074d
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c380004
FAIL:   c3a1002
FAIL:   c41307d
FAIL:   c46051a
FAIL:   c620002
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74401k
FAIL:   c761007
FAIL:   c85005a
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c92003a
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93008a
FAIL:   c940001
FAIL:   c940004
FAIL:   c940010
FAIL:   c940013
FAIL:   c94001c
FAIL:   c94001e
FAIL:   c94001g
FAIL:   c94002b
FAIL:   c94002g
FAIL:   c94007a
FAIL:   c94008b
FAIL:   c94008d
FAIL:   c94011a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95008a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040b
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95076a
FAIL:   c95085a
FAIL:   c95085h
FAIL:   c95086b
FAIL:   c95086e
FAIL:   c95086f
FAIL:   c95087a
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95095c
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c960004
FAIL:   c97116a
FAIL:   c97201b
FAIL:   c97203c
FAIL:   c97301b
FAIL:   c97303c
FAIL:   c97307a
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011b
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc3019c
FAIL:   cc3207b
FAIL:   cc3601c
FAIL:   cd2a91c

=== acats Summary ===
# of expected passes2203
# of unexpected failures125
Native configuration is i686-apple-darwin9

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
XPASS: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++17 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++20 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/other/pr35504.C  -std=c++14 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++17 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++98 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on i686-apple-darwin17

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===
FAIL:   c390a03

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is i686-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++17  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++20  scan-assembler-times min 4
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on x86_64-apple-darwin17

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp1y/pr79937-4.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++17  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++20  scan-assembler-times min 4

=== g++ Summary for unix/-m32 ===

# of expected passes257303
# of unexpected failures51
# of 

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on x86_64-apple-darwin18

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin18

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/stack-overflow-1.c   -Os  output pattern test
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
WARNING: g++.dg/modules/pr99023_b.X -std=c++2a  dg-regexp 7 was found: 
"[^\\n]*: note: include '[^\\n]*[/]initializer_list' translated to 
import\\n" program timed out.
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes260044
# of unexpected failures42
# of expected failures  2786
# of unresolved testcases   1
# of unsupported tests  11897
/scratch/10-14-moj/gcc-master/gcc/xg++  version 15.0.0 20240604 (experimental) 
[master-wip-short-queue revision master-wip-short-queue-1023-g067a7965f388] 
(GCC) 

=== gcc tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output 

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on x86_64-apple-darwin19

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin19

=== g++ tests ===


Running target unix
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17 (test for 
excess errors)
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17 (test for excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20 (test for excess errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O0  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O1  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/pr64820.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -Os  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto -flto-partition=none  
output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gcov/gcov-17.C test-gcov-17.py::test_basics - AssertionError: 
assert 8 == 
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared 

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on x86_64-apple-darwin20

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===
FAIL:   c954026
FAIL:   c974011
FAIL:   cb1005a
FAIL:   cdb0a01
FAIL:   ce2410b
FAIL:   ce3407a
FAIL:   cxa4033

=== acats Summary ===
# of expected passes2321
# of unexpected failures7
Native configuration is x86_64-apple-darwin20

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes260867
# of unexpected failures47
# of expected failures  2771
# of unresolved testcases   1
# of unsupported tests  11957
/scratch/11-sur/gcc-master/gcc/xg++  version 15.0.0 20240607 (experimental) 
[master revision r15-1102-ga3d68b515501] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on x86_64-apple-darwin21

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===
FAIL:   c250002

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes260740
# of unexpected failures47
# of expected failures  2767
# of unresolved testcases   1
# of unsupported tests  11967
/scratch/12-mon-rosetta/gcc-master/gcc/xg++  version 15.0.0 20240607 
(experimental) [master revision r15-1102-ga3d68b515501] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ 

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on x86_64-apple-darwin21

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/contracts/contracts10.C   execution test
FAIL: g++.dg/contracts/contracts18.C   execution test
FAIL: g++.dg/contracts/contracts19.C   execution test
FAIL: g++.dg/contracts/contracts2.C   execution test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259860
# of unexpected failures36
# of expected failures  2786
# of unresolved testcases   1
# of unsupported tests  11923
/scratch/12-mon/gcc-master/gcc/xg++  version 15.0.0 20240604 (experimental) 
[master-wip-short-queue revision master-wip-short-queue-1023-g067a7965f388] 
(GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-4.c scan-assembler long+[ t]+0x184+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/scantest-lto.c scan-assembler-not ascii
FAIL: gcc.dg/scantest-lto.c scan-assembler-times ascii 0
FAIL: gcc.dg/strlenopt-73.c scan-tree-dump-times optimized "_not_eliminated_" 0
FAIL: gcc.dg/strlenopt-73.c scan-tree-dump-times optimized "strlen" 0
FAIL: gcc.dg/strlenopt-80.c scan-tree-dump-times optimized "failure_on_line 
(" 0
FAIL: gcc.dg/strlenopt-82.c scan-tree-dump-times optimized 
"call_in_true_branch_not_eliminated_" 0
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times 

Results for 15.0.0 20240607 (experimental) [master revision r15-1102-ga3d68b515501] (GCC) testsuite on x86_64-apple-darwin23

2024-06-08 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 07 Jun 2024 14:45:29 UTC (revision r15-1102-ga3d68b515501)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin23

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24315)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes256184
# of unexpected failures50
# of expected failures  2767
# of unresolved testcases   1
# of unsupported tests  11565
/scratch/14-son/gcc-master/gcc/xg++  version 15.0.0 20240607 (experimental) 
[master revision r15-1102-ga3d68b515501] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/dwarf2/dwarf2-macro.c scan-assembler Start new file
FAIL: 

Re: [PATCH] fixincludes: bypass some fixes for recent darwin headers

2024-06-07 Thread Iain Sandoe
Hi FX,

> On 7 Jun 2024, at 09:57, FX Coudert  wrote:
> 

> macOS SDKs sometimes contain non-standard constructs, and require fixes 
> through fixincludes. However, they are typically fixed in later SDK versions, 
> although the process can be slow. Fixes have accumulated, which may be needed 
> only for some older versions of the SDKs. They should be bypassed on modern 
> macOS, and this patch does that for 4 cases. This makes the compiler less 
> fragile when switching between SDKs.
> 
> Before the patch, 8 headers are fixincluded on x86_64-apple-darwin23:
> 
> AvailabilityInternal.h math.h os/base.h  stdint.h
> dispatch/object.h  objc/runtime.h os/trace.h stdio.h
> 
> After the patch, only 4:
> 
> AvailabilityInternal.h math.h objc/runtime.h stdio.h
> 
> 
> Bootstrapped and regtested on x86_64-apple-darwin23.
> OK to push?

OK for trunk, thanks for doing this,
maybe we should consider it for branches after some bake time.

Iain

> 
> FX
> 
> 
> <0001-fixincludes-bypass-some-fixes-for-recent-darwin-head.patch>



Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on i686-apple-darwin9

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===
FAIL:   a85013b
FAIL:   a95001c
FAIL:   a95074d
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c380004
FAIL:   c38202a
FAIL:   c3a1002
FAIL:   c41306b
FAIL:   c41306c
FAIL:   c41307d
FAIL:   c46051a
FAIL:   c59002c
FAIL:   c620002
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74401k
FAIL:   c74406a
FAIL:   c83023a
FAIL:   c85005a
FAIL:   c85005c
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c85014c
FAIL:   c85018b
FAIL:   c910001
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c91006a
FAIL:   c92002a
FAIL:   c92003a
FAIL:   c92006a
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93003a
FAIL:   c93004a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93008a
FAIL:   c93008b
FAIL:   c940001
FAIL:   c940004
FAIL:   c940010
FAIL:   c940013
FAIL:   c94001c
FAIL:   c94001g
FAIL:   c94007a
FAIL:   c94008b
FAIL:   c94008d
FAIL:   c94011a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95010a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95071a
FAIL:   c95076a
FAIL:   c95078a
FAIL:   c95085a
FAIL:   c95085b
FAIL:   c95085i
FAIL:   c95085l
FAIL:   c95085m
FAIL:   c95086a
FAIL:   c95086c
FAIL:   c95086d
FAIL:   c95087a
FAIL:   c95087c
FAIL:   c95087d
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95095d
FAIL:   c95095e
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954001
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c954026
FAIL:   c954a01
FAIL:   c960001
FAIL:   c960004
FAIL:   c97114a
FAIL:   c97115a
FAIL:   c97116a
FAIL:   c97120b
FAIL:   c97201b
FAIL:   c97201h
FAIL:   c97201x
FAIL:   c97203c
FAIL:   c97301a
FAIL:   c97301b
FAIL:   c97301e
FAIL:   c97303c
FAIL:   c97304b
FAIL:   c97305d
FAIL:   c97307a
FAIL:   c974014
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009g
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011b
FAIL:   ca5004a
FAIL:   cb1010a
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc1310a
FAIL:   cc3019c
FAIL:   cc3207b
FAIL:   cc3601c
FAIL:   cd2a91c
FAIL:   cd72a02
FAIL:   cxh3001

=== acats Summary ===
# of expected passes2162
# of unexpected failures166
Native configuration is i686-apple-darwin9

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
XPASS: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++17 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++20 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++14 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++17 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++98 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on i686-apple-darwin17

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===
FAIL:   c432004
FAIL:   ca11004
FAIL:   ce2103a

=== acats Summary ===
# of expected passes2325
# of unexpected failures3
Native configuration is i686-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin10

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===
FAIL:   a85013b
FAIL:   a87b59a
FAIL:   a95001c
FAIL:   a95074d
FAIL:   a99006a
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7201a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c250002
FAIL:   c34007j
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c37402a
FAIL:   c37403a
FAIL:   c380004
FAIL:   c38102d
FAIL:   c38202a
FAIL:   c3a1002
FAIL:   c41306a
FAIL:   c41306b
FAIL:   c41306c
FAIL:   c41307d
FAIL:   c43204g
FAIL:   c45282b
FAIL:   c45291a
FAIL:   c46051a
FAIL:   c51004a
FAIL:   c59002c
FAIL:   c620002
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74004a
FAIL:   c74401k
FAIL:   c74406a
FAIL:   c761001
FAIL:   c761007
FAIL:   c83023a
FAIL:   c85004b
FAIL:   c85005a
FAIL:   c85005b
FAIL:   c85005c
FAIL:   c85005d
FAIL:   c85005e
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c85014c
FAIL:   c85018a
FAIL:   c85018b
FAIL:   c87b26b
FAIL:   c87b45c
FAIL:   c87b54a
FAIL:   c910001
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c91006a
FAIL:   c92002a
FAIL:   c92003a
FAIL:   c92005a
FAIL:   c92005b
FAIL:   c92006a
FAIL:   c930001
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93003a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005a
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93006a
FAIL:   c93008a
FAIL:   c93008b
FAIL:   c940001
FAIL:   c940002
FAIL:   c940004
FAIL:   c940005
FAIL:   c940007
FAIL:   c940010
FAIL:   c940013
FAIL:   c940014
FAIL:   c940016
FAIL:   c94001a
FAIL:   c94001b
FAIL:   c94001c
FAIL:   c94001e
FAIL:   c94001f
FAIL:   c94001g
FAIL:   c94002a
FAIL:   c94002b
FAIL:   c94002d
FAIL:   c94002e
FAIL:   c94002f
FAIL:   c94002g
FAIL:   c94004a
FAIL:   c94004b
FAIL:   c94004c
FAIL:   c94005a
FAIL:   c94005b
FAIL:   c94006a
FAIL:   c94007a
FAIL:   c94007b
FAIL:   c94008a
FAIL:   c94008b
FAIL:   c94008c
FAIL:   c94008d
FAIL:   c94010a
FAIL:   c94011a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95008a
FAIL:   c95009a
FAIL:   c95010a
FAIL:   c95012a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95033a
FAIL:   c95033b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040b
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95065a
FAIL:   c95065b
FAIL:   c95065c
FAIL:   c95065d
FAIL:   c95065e
FAIL:   c95065f
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95071a
FAIL:   c95072a
FAIL:   c95072b
FAIL:   c95073a
FAIL:   c95074c
FAIL:   c95076a
FAIL:   c95078a
FAIL:   c95080b
FAIL:   c95082g
FAIL:   c95085a
FAIL:   c95085b
FAIL:   c95085c
FAIL:   c95085d
FAIL:   c95085e
FAIL:   c95085f
FAIL:   c95085g
FAIL:   c95085h
FAIL:   c95085i
FAIL:   c95085j
FAIL:   c95085k
FAIL:   c95085l
FAIL:   c95085m
FAIL:   c95085n
FAIL:   c95085o
FAIL:   c95086a
FAIL:   c95086b
FAIL:   c95086c
FAIL:   c95086d
FAIL:   c95086e
FAIL:   c95086f
FAIL:   c95087a
FAIL:   c95087b
FAIL:   c95087c
FAIL:   c95087d
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95092a
FAIL:   c95093a
FAIL:   c95095a
FAIL:   c95095b
FAIL:   c95095c
FAIL:   c95095d
FAIL:   c95095e
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954001
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c954026
FAIL:   c954a01
FAIL:   c954a02
FAIL:   c954a03
FAIL:   c960001
FAIL:   c960002
FAIL:   c960004
FAIL:   c97112a
FAIL:   c97113a
FAIL:   c97114a
FAIL:   c97115a
FAIL:   c97116a
FAIL:   c97117a
FAIL:   c97117b
FAIL:   c97117c
FAIL:   c97118a
FAIL:   c97120a
FAIL:   c97120b
FAIL:   c97201a
FAIL:   c97201b
FAIL:   c97201c
FAIL:   c97201d
FAIL:   c97201e
FAIL:   c97201g
FAIL:   c97201h
FAIL:   c97201x
FAIL:   c97202a
FAIL:   c97203a
FAIL:   c97203b
FAIL:   c97203c
FAIL:   c97204a
FAIL:   c97204b
FAIL:   c97205a
FAIL:   c97205b
FAIL:   c97301a
FAIL:   c97301b
FAIL:   c97301c
FAIL:   c97301d
FAIL:   c97301e
FAIL:   c97302a
FAIL:   c97303a
FAIL:   c97303b
FAIL:   c97303c
FAIL:   c97304a
FAIL:   c97304b
FAIL:   c97305a
FAIL:   c97305b
FAIL:   c97305c
FAIL:   c97305d
FAIL:   c97307a
FAIL:   c974001
FAIL:   c974002
FAIL:   c974003
FAIL:   c974004
FAIL:   c974005
FAIL:   c974008
FAIL:   c974009
FAIL:   c974010
FAIL:   c974011
FAIL:   c974013
FAIL:   c974014
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a003a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009f
FAIL:   c9a009g
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011a
FAIL:   c9a011b
FAIL:   ca5004a
FAIL:   cb1010a
FAIL:   cb20001
FAIL:   cb4013a
FAIL:   cb41002
FAIL:   cb5001a
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc1104c
FAIL:   cc1207b
FAIL:   cc1225a
FAIL:   cc1310a
FAIL:   cc3019c
FAIL:   cc3106b
FAIL:   cc3120b
FAIL:   cc3207b

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin11

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin11

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr52605 cp_lto_pr52605_0.o-cp_lto_pr52605_0.o link, -flto -g
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/simulate-thread/bitfields-2.C   -O2 -g -std=c++98  thread 
simulation test
FAIL: g++.dg/simulate-thread/bitfields-2.C   -O3 -g -std=c++11  thread 
simulation test
FAIL: g++.dg/simulate-thread/bitfields.C   -O2 -g -std=c++98  thread simulation 
test
FAIL: g++.dg/simulate-thread/bitfields.C   -O3 -g -std=c++11  thread simulation 
test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin12

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin12

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: c-c++-common/torture/vector-subscript-1.c   -O3 -g  (test for excess 
errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin13

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===
FAIL:   c452001
FAIL:   ce2103a
FAIL:   ce3115a
FAIL:   ce3604a
FAIL:   ce3704a

=== acats Summary ===
# of expected passes2323
# of unexpected failures5
Native configuration is x86_64-apple-darwin13

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: g++.dg/cpp0x/constexpr-self1.C  -std=c++20 (test for excess errors) 
program timed out.
FAIL: g++.dg/cpp0x/constexpr-self1.C  -std=c++20 (test for excess errors)
WARNING: g++.dg/cpp0x/pr71966-2.C  -std=c++17  (test for warnings, line 6) 
program timed out.
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin14

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin14

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: c-c++-common/analyzer/fread-1.c  -std=c++20 (test for excess errors) 
program timed out.
FAIL: c-c++-common/analyzer/fread-1.c  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin15

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin15

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
WARNING: g++.dg/template/typedef35.C  -std=c++17 (test for excess errors) 
program timed out.
FAIL: g++.dg/template/typedef35.C  -std=c++17 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
WARNING: g++.dg/modules/enum-13_b.C -std=c++2b (test for excess errors) program 
timed out.
FAIL: g++.dg/modules/enum-13_b.C -std=c++2b (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
WARNING: g++.dg/torture/pr46111.C   -O2 -flto -flto-partition=none  (test for 
excess errors) program timed out.
FAIL: g++.dg/torture/pr46111.C   -O2 -flto -flto-partition=none  (test for 
excess errors)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum1.C  -std=c++98 (test for excess errors) 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin16

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin16

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin17

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin18

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin18

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/stack-overflow-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
WARNING: g++.dg/modules/pr99023_b.X -std=c++2a  dg-regexp 7 was found: 
"[^\\n]*: note: include '[^\\n]*[/]initializer_list' translated to 
import\\n" program timed out.
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes260050
# of unexpected 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin19

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin19

=== g++ tests ===


Running target unix
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17 (test for 
excess errors)
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17 (test for excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20 (test for excess errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O0  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O1  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/pr64820.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -Os  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto -flto-partition=none  
output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gcov/gcov-17.C test-gcov-17.py::test_basics - AssertionError: 
assert 8 == 
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin20

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===
FAIL:   c432001
FAIL:   c730002
FAIL:   c730a01
FAIL:   c761007
FAIL:   c94007a
FAIL:   ce3704c

=== acats Summary ===
# of expected passes2322
# of unexpected failures6
Native configuration is x86_64-apple-darwin20

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259866
# of unexpected failures47
# of expected failures  2771
# of unresolved testcases   1
# of unsupported tests  11923
/scratch/11-sur/gcc-master/gcc/xg++  version 15.0.0 20240604 (experimental) 
[master revision r15-1016-gcfbd8735359d] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin21

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===
FAIL:   c250002

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259739
# of unexpected failures47
# of expected failures  2767
# of unresolved testcases   1
# of unsupported tests  11933
/scratch/12-mon-rosetta/gcc-master/gcc/xg++  version 15.0.0 20240604 
(experimental) [master revision r15-1016-gcfbd8735359d] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin21

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259866
# of unexpected failures47
# of expected failures  2771
# of unresolved testcases   1
# of unsupported tests  11923
/scratch/12-mon/gcc-master/gcc/xg++  version 15.0.0 20240604 (experimental) 
[master revision r15-1016-gcfbd8735359d] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info 

Results for 15.0.0 20240604 (experimental) [master revision r15-1016-gcfbd8735359d] (GCC) testsuite on x86_64-apple-darwin23

2024-06-07 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Tue 04 Jun 2024 15:10:56 UTC (revision r15-1016-gcfbd8735359d)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin23

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:24280)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes255183
# of unexpected failures50
# of expected failures  2767
# of unresolved testcases   1
# of unsupported tests  11531
/scratch/14-son/gcc-master/gcc/xg++  version 15.0.0 20240604 (experimental) 
[master revision r15-1016-gcfbd8735359d] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/dwarf2/dwarf2-macro.c scan-assembler Start new file
FAIL: 

Re: What is the purpose of these two fixincludes?

2024-06-06 Thread Iain Sandoe via Gcc



> On 6 Jun 2024, at 12:41, Sam James via Gcc  wrote:
> 
> Andi Kleen via Gcc  writes:
> 
>> FX Coudert via Gcc  writes:
>> 

>>> I am trying to reduce the number of unneeded fixincludes that are used
>>> on darwin (because fixincluded headers make it impossible to change
>>> SDK once the compiler is built, which is common practice in the macOS
>>> world, and quite useful).
>> 
>> It's the same problem on Linux.  You get all kinds of strange problems
>> with previously installed gccs once you upgrade the system. I'm not sure
>> in fact any modern target gcc or clang as the standard compiler needs
>> fixincludes at all.
>> 
>> I usually just install with install-no-fixedincludes, but really this
>> should probably be a configure option and default to on.
> 
> See --disable-fixincludes from r13-2319-gbe9dd80f933480. Long overdue
> but we got it :)

the problem here (at least for _some_ targets; Darwin for one) is that we
cannot switch off *all* fixincludes (for some platform SDKs there are real
bugs, and those SDKs are immutable and will not be fixed).

The issue here is to find a way to figure out what the minimum set is, and
in the case that additions are target-independent whether they are still
relevant.

finding a mecahnism to ensure that the set is still current would be neat.

Summarising in test summary output seems like a step to allow inspection
from posted results without asking multiple taget maintainers for specific
action.

Iain

> 
>> 
>> -Andi
> 
> thanks,
> sam



Re: [PATCH 07/52] darwin: Replace use of LONG_DOUBLE_TYPE_SIZE

2024-06-04 Thread Iain Sandoe
Hi Kewen,

> On 3 Jun 2024, at 04:00, Kewen Lin  wrote:
> 
> Joseph pointed out "floating types should have their mode,
> not a poorly defined precision value" in the discussion[1],
> as he and Richi suggested, the existing macros
> {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE will be replaced with a
> hook mode_for_floating_type.  To be prepared for that, this
> patch is to replace use of LONG_DOUBLE_TYPE_SIZE in darwin.c
> with TYPE_PRECISION of long_double_type_node.
> 
> [1] https://gcc.gnu.org/pipermail/gcc-patches/2024-May/651209.html
> 
> gcc/ChangeLog:
> 
>   * config/darwin.cc (darwin_patch_builtins): Use TYPE_PRECISION of
>   long_double_type_node to replace LONG_DOUBLE_TYPE_SIZE.
> ---
> gcc/config/darwin.cc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gcc/config/darwin.cc b/gcc/config/darwin.cc
> index 63b8c509405..9129378be37 100644
> --- a/gcc/config/darwin.cc
> +++ b/gcc/config/darwin.cc
> @@ -3620,7 +3620,7 @@ darwin_patch_builtin (enum built_in_function fncode)
> void
> darwin_patch_builtins (void)
> {
> -  if (LONG_DOUBLE_TYPE_SIZE != 128)
> +  if (TYPE_PRECISION (long_double_type_node) != 128)
> return;

Darwin (at this revision) supports  long-double-{64,128}, but the support is 
limited
to ibm128 for the 128b case.

The purpose of this code is to adjust the libc function name in response to the
{64,128} for the long double type - when that is 128.

It seems that the revised version should be no less fragile than the original 
(since
we now have potentially two 128b long double formats, although IEEE754 is not 
yet 
implemented for < p7 so should not (yet) be relevant).

So, OK for the Darwin parts.
thanks,
Iain


> 
> #define PATCH_BUILTIN(fncode) darwin_patch_builtin (fncode);
> -- 
> 2.43.0
> 



Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on i686-apple-darwin9

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c380004
FAIL:   c3a1002
FAIL:   c41307d
FAIL:   c46051a
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74401k
FAIL:   c761007
FAIL:   c85005a
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c92003a
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93003a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93008a
FAIL:   c940001
FAIL:   c940004
FAIL:   c940013
FAIL:   c940016
FAIL:   c94001a
FAIL:   c94001c
FAIL:   c94001g
FAIL:   c94002b
FAIL:   c94005b
FAIL:   c94006a
FAIL:   c94007a
FAIL:   c94008a
FAIL:   c94008b
FAIL:   c94008c
FAIL:   c94008d
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95072b
FAIL:   c95076a
FAIL:   c95085a
FAIL:   c95087a
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95095a
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c97116a
FAIL:   c97201b
FAIL:   c97203c
FAIL:   c97204a
FAIL:   c97301b
FAIL:   c97303c
FAIL:   c97305c
FAIL:   c97307a
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011b
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc3019c
FAIL:   cc3207b
FAIL:   cc3601c
FAIL:   cd2a91c

=== acats Summary ===
# of expected passes2206
# of unexpected failures122
Native configuration is i686-apple-darwin9

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
XPASS: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++17 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++20 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++14 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++17 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++98 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on i686-apple-darwin17

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is i686-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++17  

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin10

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===
FAIL:   a85013b
FAIL:   a87b59a
FAIL:   a95001c
FAIL:   a95074d
FAIL:   a99006a
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7201a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c250002
FAIL:   c34007j
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c37402a
FAIL:   c37403a
FAIL:   c380004
FAIL:   c38102d
FAIL:   c38202a
FAIL:   c3a1002
FAIL:   c41306a
FAIL:   c41306b
FAIL:   c41306c
FAIL:   c41307d
FAIL:   c43204g
FAIL:   c45282b
FAIL:   c45291a
FAIL:   c46051a
FAIL:   c51004a
FAIL:   c59002c
FAIL:   c620002
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74004a
FAIL:   c74401k
FAIL:   c74406a
FAIL:   c761001
FAIL:   c761007
FAIL:   c83023a
FAIL:   c85004b
FAIL:   c85005a
FAIL:   c85005b
FAIL:   c85005c
FAIL:   c85005d
FAIL:   c85005e
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c85014c
FAIL:   c85018a
FAIL:   c85018b
FAIL:   c87b26b
FAIL:   c87b45c
FAIL:   c87b54a
FAIL:   c910001
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c91006a
FAIL:   c92002a
FAIL:   c92003a
FAIL:   c92005a
FAIL:   c92005b
FAIL:   c92006a
FAIL:   c930001
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93003a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005a
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93006a
FAIL:   c93008a
FAIL:   c93008b
FAIL:   c940001
FAIL:   c940002
FAIL:   c940004
FAIL:   c940005
FAIL:   c940007
FAIL:   c940010
FAIL:   c940013
FAIL:   c940014
FAIL:   c940016
FAIL:   c94001a
FAIL:   c94001b
FAIL:   c94001c
FAIL:   c94001e
FAIL:   c94001f
FAIL:   c94001g
FAIL:   c94002a
FAIL:   c94002b
FAIL:   c94002d
FAIL:   c94002e
FAIL:   c94002f
FAIL:   c94002g
FAIL:   c94004a
FAIL:   c94004b
FAIL:   c94004c
FAIL:   c94005a
FAIL:   c94005b
FAIL:   c94006a
FAIL:   c94007a
FAIL:   c94007b
FAIL:   c94008a
FAIL:   c94008b
FAIL:   c94008c
FAIL:   c94008d
FAIL:   c94010a
FAIL:   c94011a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95008a
FAIL:   c95009a
FAIL:   c95010a
FAIL:   c95011a
FAIL:   c95012a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95033a
FAIL:   c95033b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040b
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95065a
FAIL:   c95065b
FAIL:   c95065c
FAIL:   c95065d
FAIL:   c95065e
FAIL:   c95065f
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95071a
FAIL:   c95072a
FAIL:   c95072b
FAIL:   c95073a
FAIL:   c95074c
FAIL:   c95076a
FAIL:   c95078a
FAIL:   c95080b
FAIL:   c95082g
FAIL:   c95085a
FAIL:   c95085b
FAIL:   c95085c
FAIL:   c95085d
FAIL:   c95085e
FAIL:   c95085f
FAIL:   c95085g
FAIL:   c95085h
FAIL:   c95085i
FAIL:   c95085j
FAIL:   c95085k
FAIL:   c95085l
FAIL:   c95085m
FAIL:   c95085n
FAIL:   c95085o
FAIL:   c95086a
FAIL:   c95086b
FAIL:   c95086c
FAIL:   c95086d
FAIL:   c95086e
FAIL:   c95086f
FAIL:   c95087a
FAIL:   c95087b
FAIL:   c95087c
FAIL:   c95087d
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95092a
FAIL:   c95093a
FAIL:   c95095a
FAIL:   c95095b
FAIL:   c95095c
FAIL:   c95095d
FAIL:   c95095e
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954001
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c954026
FAIL:   c954a01
FAIL:   c954a02
FAIL:   c954a03
FAIL:   c960001
FAIL:   c960002
FAIL:   c960004
FAIL:   c97112a
FAIL:   c97113a
FAIL:   c97114a
FAIL:   c97115a
FAIL:   c97116a
FAIL:   c97117a
FAIL:   c97117b
FAIL:   c97117c
FAIL:   c97118a
FAIL:   c97120a
FAIL:   c97120b
FAIL:   c97201a
FAIL:   c97201b
FAIL:   c97201c
FAIL:   c97201d
FAIL:   c97201e
FAIL:   c97201g
FAIL:   c97201h
FAIL:   c97201x
FAIL:   c97202a
FAIL:   c97203a
FAIL:   c97203b
FAIL:   c97203c
FAIL:   c97204a
FAIL:   c97204b
FAIL:   c97205a
FAIL:   c97205b
FAIL:   c97301a
FAIL:   c97301b
FAIL:   c97301c
FAIL:   c97301d
FAIL:   c97301e
FAIL:   c97302a
FAIL:   c97303a
FAIL:   c97303b
FAIL:   c97303c
FAIL:   c97304a
FAIL:   c97304b
FAIL:   c97305a
FAIL:   c97305b
FAIL:   c97305c
FAIL:   c97305d
FAIL:   c97307a
FAIL:   c974001
FAIL:   c974002
FAIL:   c974003
FAIL:   c974004
FAIL:   c974005
FAIL:   c974008
FAIL:   c974009
FAIL:   c974010
FAIL:   c974011
FAIL:   c974013
FAIL:   c974014
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a003a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009f
FAIL:   c9a009g
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011a
FAIL:   c9a011b
FAIL:   ca5004a
FAIL:   cb1010a
FAIL:   cb20001
FAIL:   cb4013a
FAIL:   cb41002
FAIL:   cb5001a
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc1104c
FAIL:   cc1207b
FAIL:   cc1225a
FAIL:   cc1310a
FAIL:   cc3019c
FAIL:   cc3106b
FAIL:   cc3120b
FAIL: 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin12

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin12

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin11

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin11

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/simulate-thread/bitfields-2.C   -O2 -g -std=c++98  thread 
simulation test
FAIL: g++.dg/simulate-thread/bitfields-2.C   -O3 -g -std=c++11  thread 
simulation test
FAIL: g++.dg/simulate-thread/bitfields.C   -O2 -g -std=c++98  thread simulation 
test
FAIL: g++.dg/simulate-thread/bitfields.C   -O3 -g -std=c++11  thread simulation 
test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin13

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

Native configuration is x86_64-apple-darwin13

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
WARNING: g++.dg/ext/visibility/namespace2.C  -std=gnu++14 (test for excess 
errors) program timed out.
FAIL: g++.dg/ext/visibility/namespace2.C  -std=gnu++14 (test for excess errors)
WARNING: g++.dg/ipa/pr46053.C  -std=gnu++14 (test for excess errors) program 
timed out.
FAIL: g++.dg/ipa/pr46053.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
WARNING: g++.dg/parse/friend10.C  -std=c++14 (test for excess errors) program 
timed out.
FAIL: g++.dg/parse/friend10.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
WARNING: g++.dg/torture/pr91155.C   -O2 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin14

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin14

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: c-c++-common/analyzer/out-of-bounds-write-char-arr.c  -std=c++20  
(test for warnings, line 1) program timed out.
WARNING: g++.dg/cpp0x/gen-attrs-26.C  -std=c++20 (test for excess errors) 
program timed out.
FAIL: g++.dg/cpp0x/gen-attrs-26.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
WARNING: g++.dg/ext/vla24.C  -std=c++17 (test for excess errors) program timed 
out.
FAIL: g++.dg/ext/vla24.C  -std=c++17 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin15

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin15

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: c-c++-common/cpp/dir-only-1.c  -std=gnu++17 (test for excess errors) 
program timed out.
FAIL: c-c++-common/cpp/dir-only-1.c  -std=gnu++17 (test for excess errors)
WARNING: g++.dg/cpp0x/constexpr-ice8.C  -std=c++14 (test for excess errors) 
program timed out.
FAIL: g++.dg/cpp0x/constexpr-ice8.C  -std=c++14 (test for excess errors)
WARNING: g++.dg/cpp0x/pr58563.C  -std=c++17  (test for errors, line 7) program 
timed out.
WARNING: g++.dg/cpp23/auto-fncast3.C  -std=c++23  (test for errors, line 10) 
program timed out.
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
WARNING: g++.dg/cpp2a/lambda-generic-ttp2.C  -std=c++20 (test for excess 
errors) program timed out.
FAIL: g++.dg/cpp2a/lambda-generic-ttp2.C  -std=c++20 (test for excess errors)
WARNING: g++.dg/ext/anon-struct3.C  -std=gnu++20  (test for errors, line 31) 
program timed out.
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
WARNING: g++.dg/ext/tmplattr7.C  -std=c++20 (test for excess errors) program 
timed out.
FAIL: g++.dg/ext/tmplattr7.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
WARNING: g++.dg/template/typename18.C  -std=c++98 (test for excess errors) 
program timed out.
FAIL: g++.dg/template/typename18.C  -std=c++98 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
WARNING: c-c++-common/gomp/map-5.c  -std=c++20 (test for excess errors) program 
timed out.
FAIL: c-c++-common/gomp/map-5.c  -std=c++20 (test for excess errors)
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin16

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin16

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: g++.dg/cpp1y/constexpr-shift1.C  -std=c++14  (test for errors, line 6) 
program timed out.
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
WARNING: c-c++-common/gomp/lastprivate-conditional-1.c  -std=c++14  (test for 
errors, line 8) program timed out.
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin17

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin18

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin18

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/stack-overflow-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
WARNING: g++.dg/modules/pr99023_b.X -std=c++2a  dg-regexp 7 was found: 
"[^\\n]*: note: include '[^\\n]*[/]initializer_list' translated to 
import\\n" program timed out.
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259925
# of unexpected 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin19

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin19

=== g++ tests ===


Running target unix
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17 (test for 
excess errors)
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17 (test for excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20 (test for excess errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O0  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O1  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/pr64820.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -Os  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto -flto-partition=none  
output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gcov/gcov-17.C test-gcov-17.py::test_basics - AssertionError: 
assert 8 == 
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin20

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===
FAIL:   c390003
FAIL:   c390007
FAIL:   c761003
FAIL:   c95040b

=== acats Summary ===
# of expected passes2324
# of unexpected failures4
Native configuration is x86_64-apple-darwin20

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259741
# of unexpected failures47
# of expected failures  2770
# of unresolved testcases   1
# of unsupported tests  11919
/scratch/11-sur/gcc-master/gcc/xg++  version 15.0.0 20240602 (experimental) 
[master revision r15-970-g3c7301f947ec] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin21

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===
FAIL:   c250002

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259614
# of unexpected failures47
# of expected failures  2766
# of unresolved testcases   1
# of unsupported tests  11929
/scratch/12-mon-rosetta/gcc-master/gcc/xg++  version 15.0.0 20240602 
(experimental) [master revision r15-970-g3c7301f947ec] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin21

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259741
# of unexpected failures47
# of expected failures  2770
# of unresolved testcases   1
# of unsupported tests  11919
/scratch/12-mon/gcc-master/gcc/xg++  version 15.0.0 20240602 (experimental) 
[master revision r15-970-g3c7301f947ec] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info 

Results for 15.0.0 20240602 (experimental) [master revision r15-970-g3c7301f947ec] (GCC) testsuite on x86_64-apple-darwin23

2024-06-03 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sun 02 Jun 2024 00:17:09 UTC (revision r15-970-g3c7301f947ec)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin23

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes255058
# of unexpected failures50
# of expected failures  2766
# of unresolved testcases   1
# of unsupported tests  11527
/scratch/14-son/gcc-master/gcc/xg++  version 15.0.0 20240602 (experimental) 
[master revision r15-970-g3c7301f947ec] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/dwarf2/dwarf2-macro.c scan-assembler Start new file
FAIL: 

Results for 15.0.0 20240601 (experimental) [master revision r15-965-gc0ded050cd29] (GCC) testsuite on i686-apple-darwin9

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 01 Jun 2024 03:45:01 UTC (revision r15-965-gc0ded050cd29)

=== acats tests ===
FAIL:   a85013b
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c37402a
FAIL:   c380004
FAIL:   c3a1002
FAIL:   c41306b
FAIL:   c41306c
FAIL:   c41307d
FAIL:   c43204g
FAIL:   c45291a
FAIL:   c46051a
FAIL:   c620002
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74401k
FAIL:   c83023a
FAIL:   c85004b
FAIL:   c85005a
FAIL:   c85005c
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c85014c
FAIL:   c85018b
FAIL:   c910001
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c92003a
FAIL:   c92005a
FAIL:   c92005b
FAIL:   c92006a
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93003a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93008a
FAIL:   c940001
FAIL:   c940004
FAIL:   c940013
FAIL:   c940016
FAIL:   c94001a
FAIL:   c94001b
FAIL:   c94001c
FAIL:   c94001f
FAIL:   c94001g
FAIL:   c94002a
FAIL:   c94002e
FAIL:   c94002f
FAIL:   c94002g
FAIL:   c94005b
FAIL:   c94006a
FAIL:   c94007a
FAIL:   c94007b
FAIL:   c94008b
FAIL:   c94008c
FAIL:   c94008d
FAIL:   c94010a
FAIL:   c94011a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95008a
FAIL:   c95009a
FAIL:   c95010a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040a
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95065e
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95071a
FAIL:   c95072b
FAIL:   c95076a
FAIL:   c95085a
FAIL:   c95085c
FAIL:   c95085d
FAIL:   c95085e
FAIL:   c95085f
FAIL:   c95085h
FAIL:   c95085k
FAIL:   c95085m
FAIL:   c95086b
FAIL:   c95086c
FAIL:   c95086d
FAIL:   c95087a
FAIL:   c95087b
FAIL:   c95087d
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95095d
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954001
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c954a01
FAIL:   c954a02
FAIL:   c960002
FAIL:   c960004
FAIL:   c97116a
FAIL:   c97117c
FAIL:   c97201b
FAIL:   c97201c
FAIL:   c97201e
FAIL:   c97203b
FAIL:   c97203c
FAIL:   c97204b
FAIL:   c97301b
FAIL:   c97301e
FAIL:   c97302a
FAIL:   c97303a
FAIL:   c97303b
FAIL:   c97303c
FAIL:   c97304b
FAIL:   c97307a
FAIL:   c974002
FAIL:   c974003
FAIL:   c974004
FAIL:   c974005
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009f
FAIL:   c9a009g
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011b
FAIL:   cb1010a
FAIL:   cb20001
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc3019c
FAIL:   cc3106b
FAIL:   cc3207b
FAIL:   cc3601c
FAIL:   cd10002
FAIL:   cd2a91c

=== acats Summary ===
# of expected passes2145
# of unexpected failures183
Native configuration is i686-apple-darwin9

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
XPASS: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++17 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++20 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++14 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++17 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++20 execution 

Results for 15.0.0 20240601 (experimental) [master revision r15-965-gc0ded050cd29] (GCC) testsuite on i686-apple-darwin17

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 01 Jun 2024 03:45:01 UTC (revision r15-965-gc0ded050cd29)

=== acats tests ===
FAIL:   ce3107b
FAIL:   cxa4007

=== acats Summary ===
# of expected passes2326
# of unexpected failures2
Native configuration is i686-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: 

Results for 15.0.0 20240601 (experimental) [master revision r15-965-gc0ded050cd29] (GCC) testsuite on x86_64-apple-darwin17

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 01 Jun 2024 03:45:01 UTC (revision r15-965-gc0ded050cd29)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: 

Results for 15.0.0 20240601 (experimental) [master revision r15-965-gc0ded050cd29] (GCC) testsuite on x86_64-apple-darwin19

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 01 Jun 2024 03:45:01 UTC (revision r15-965-gc0ded050cd29)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin19

=== g++ tests ===


Running target unix
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17 (test for 
excess errors)
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17 (test for excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20 (test for excess errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O0  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O1  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/pr64820.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -Os  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto -flto-partition=none  
output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gcov/gcov-17.C test-gcov-17.py::test_basics - AssertionError: 
assert 8 == 
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared 

Results for 15.0.0 20240601 (experimental) [master revision r15-965-gc0ded050cd29] (GCC) testsuite on x86_64-apple-darwin21

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 01 Jun 2024 03:45:01 UTC (revision r15-965-gc0ded050cd29)

=== acats tests ===
FAIL:   c250002

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259606
# of unexpected failures47
# of expected failures  2774
# of unresolved testcases   1
# of unsupported tests  11929
/scratch/12-mon-rosetta/gcc-master/gcc/xg++  version 15.0.0 20240601 
(experimental) [master revision r15-965-gc0ded050cd29] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ 

Results for 15.0.0 20240601 (experimental) [master revision r15-965-gc0ded050cd29] (GCC) testsuite on x86_64-apple-darwin21

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 01 Jun 2024 03:45:01 UTC (revision r15-965-gc0ded050cd29)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259733
# of unexpected failures47
# of expected failures  2778
# of unresolved testcases   1
# of unsupported tests  11919
/scratch/12-mon/gcc-master/gcc/xg++  version 15.0.0 20240601 (experimental) 
[master revision r15-965-gc0ded050cd29] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info 

Results for 15.0.0 20240601 (experimental) [master revision r15-965-gc0ded050cd29] (GCC) testsuite on x86_64-apple-darwin23

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 01 Jun 2024 03:45:01 UTC (revision r15-965-gc0ded050cd29)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin23

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes255050
# of unexpected failures50
# of expected failures  2774
# of unresolved testcases   1
# of unsupported tests  11527
/scratch/14-son/gcc-master/gcc/xg++  version 15.0.0 20240601 (experimental) 
[master revision r15-965-gc0ded050cd29] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/dwarf2/dwarf2-macro.c scan-assembler Start new file
FAIL: 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin18

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin18

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)

=== g++ Summary ===

# of expected passes225180
# of unexpected failures38
# of expected failures  2085
# of unsupported tests  10717
/scratch/10-14-moj/gcc-12/gcc/xg++  version 12.3.1 20240531 [releases/gcc-12 
revision r12-10481-gb5291b703451] (GCC) 

=== gcc tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 
0" 1
FAIL: gcc-dg-lto-modref-3-01.exe scan-wpa-ipa-dump modref "parm 1 flags: 
no_direct_clobber no_direct_escape"
FAIL: gcc-dg-lto-modref-4-01.exe scan-wpa-ipa-dump modref "parm 1 flags: 
no_direct_clobber no_direct_escape"
FAIL: gcc.dg/lto/modref-3 c_lto_modref-3_0.o-c_lto_modref-3_1.o execute -O2 
-flto-partition=max -fdump-ipa-modref -fno-ipa-sra -fno-ipa-cp -flto
FAIL: gcc.dg/lto/modref-4 c_lto_modref-4_0.o-c_lto_modref-4_1.o execute -O2 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on i686-apple-darwin9

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is i686-apple-darwin9

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
XPASS: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++17 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++20 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/other/pr35504.C  -std=c++14 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++17 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++98 execution test
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++20  scan-tree-dump-times optimized 
"MEM" 9

=== g++ Summary for unix/-m32 ===

# of expected passes218481
# of unexpected failures48
# of unexpected successes   4
# of expected failures  2073
# of unsupported tests  10212

Running target unix/-m64
XPASS: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++17 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++20 execution test
XPASS: g++.dg/ext/sync-4.C  

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on i686-apple-darwin17

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

Native configuration is i686-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++20  scan-tree-dump-times optimized 
"MEM" 9

=== g++ Summary for unix/-m32 ===

# of expected passes222655
# of unexpected failures47
# of expected failures  2077
# of unsupported tests  10638

Running target unix/-m64
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin10

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin10

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++20  scan-tree-dump-times optimized 
"MEM" 9

=== g++ Summary for unix/-m32 ===

# of expected passes218485
# of unexpected failures44
# of expected failures  2077
# of unsupported tests  10212

Running target unix/-m64
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin11

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin11

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/simulate-thread/bitfields-2.C   -O2 -g -std=c++98  thread 
simulation test
FAIL: g++.dg/simulate-thread/bitfields-2.C   -O3 -g -std=c++11  thread 
simulation test
FAIL: g++.dg/simulate-thread/bitfields.C   -O2 -g -std=c++98  thread simulation 
test
FAIL: g++.dg/simulate-thread/bitfields.C   -O3 -g -std=c++11  thread simulation 
test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++20  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++14  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++14  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++17  scan-tree-dump-times optimized 
"BIT_INSERT_EXPR" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++17  scan-tree-dump-times optimized 
"MEM" 9
FAIL: g++.target/i386/pr90424-2.C  -std=gnu++20  scan-tree-dump-times optimized 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin12

2024-06-02 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin12

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/null-deref-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O2 -flto -flto-partition=none  
output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -Os  output pattern test
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable

=== g++ Summary for unix/-m32 ===

# of expected passes224428
# of unexpected failures50
# of expected failures  2077
# of unresolved testcases   5
# of unsupported tests  10646

Running target unix/-m64
FAIL: c-c++-common/asan/strncpy-overflow-1.c   -O0  output pattern test
FAIL: 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin13

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin13

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/null-deref-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/null-deref-1.c   -Os  output pattern test
WARNING: g++.dg/abi/packed1.C  -std=gnu++20 (test for excess errors) program 
timed out.
FAIL: g++.dg/abi/packed1.C  -std=gnu++20 (test for excess errors)
WARNING: g++.dg/cpp0x/sfinae1.C  -std=c++20 (test for excess errors) program 
timed out.
FAIL: g++.dg/cpp0x/sfinae1.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
WARNING: g++.dg/parse/asm3.C  -std=c++14  (test for errors, line 5) program 
timed out.
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable

=== g++ Summary for unix/-m32 ===

# of expected passes224436
# of unexpected failures42
# of expected failures  2077
# of unresolved testcases   5
# of unsupported tests  10646

Running target unix/-m64
WARNING: g++.dg/compat/pr102024_main.C program timed out.
WARNING: tmpdir-g++.dg-struct-layout-1/t015 cp_compat_x_tst.o-cp_compat_y_tst.o 
link program timed out.
FAIL: tmpdir-g++.dg-struct-layout-1/t015 cp_compat_x_tst.o-cp_compat_y_tst.o 
link
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin14

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin14

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: g++.dg/cpp0x/variadic-ttp3.C  -std=c++14  (test for errors, line 22) 
program timed out.
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test

=== g++ Summary for unix/-m32 ===

# of expected passes222652
# of unexpected failures30
# of expected failures  2077
# of unsupported tests  10642

Running target unix/-m64
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: g++.dg/cpp0x/initlist63.C  -std=c++20  (test for errors, line 16) 
program timed out.
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin15

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin15

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: g++.dg/ext/asmgoto1.C  -std=gnu++14 (test for excess errors) program 
timed out.
FAIL: g++.dg/ext/asmgoto1.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
WARNING: g++.dg/template/lookup5.C  -std=c++20 (test for excess errors) program 
timed out.
FAIL: g++.dg/template/lookup5.C  -std=c++20 (test for excess errors)
WARNING: g++.dg/template/typename13.C  -std=c++20 (test for excess errors) 
program timed out.
FAIL: g++.dg/template/typename13.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
WARNING: g++.dg/modules/lambda-2_c.C -std=c++2a (test for excess errors) 
program timed out.
FAIL: g++.dg/modules/lambda-2_c.C -std=c++2a (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
WARNING: g++.dg/torture/builtin-clear-padding-1.C   -O2 -flto 
-flto-partition=none  (test for excess errors) program timed out.
FAIL: g++.dg/torture/builtin-clear-padding-1.C   -O2 -flto -flto-partition=none 
 (test for excess errors)
WARNING: g++.old-deja/g++.jason/synth5.C  -std=c++98 (test for excess errors) 
program timed out.
FAIL: g++.old-deja/g++.jason/synth5.C  -std=c++98 (test for excess errors)

=== g++ Summary for unix/-m32 ===

# of expected passes222669
# of unexpected failures41
# of expected failures  2077
# of unsupported tests  10638

Running target unix/-m64
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: g++.dg/coroutines/torture/co-await-24-for-init.C   -O3 -g  (test for 
excess errors) 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin16

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin16

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test

=== g++ Summary for unix/-m32 ===

# of expected passes222675
# of unexpected failures35
# of expected failures  2077
# of unsupported tests  10638

Running target unix/-m64
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
WARNING: g++.dg/gomp/pr41967.C  -std=gnu++98  (test for errors, line 14) 
program timed out.
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin17

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test

=== g++ Summary for unix/-m32 ===

# of expected passes222675
# of unexpected failures35
# of expected failures  2077
# of unsupported tests  10638

Running target unix/-m64
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin19

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin19

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O0  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O1  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/pr64820.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -Os  output pattern test
FAIL: c-c++-common/asan/stack-overflow-1.c   -Os  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto -flto-partition=none  
output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -Os  output pattern test
FAIL: g++.dg/asan/function-argument-1.C   -O0  output pattern test
FAIL: g++.dg/asan/function-argument-1.C   -O1  output pattern test
FAIL: g++.dg/asan/function-argument-1.C   -O2  output pattern test
FAIL: g++.dg/asan/function-argument-1.C   -O2 -flto  output pattern test
FAIL: g++.dg/asan/function-argument-1.C   -O2 -flto -flto-partition=none  
output pattern test
FAIL: g++.dg/asan/function-argument-1.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/function-argument-1.C   -Os  output pattern test
FAIL: g++.dg/asan/function-argument-2.C   -O0  output pattern test
FAIL: g++.dg/asan/function-argument-2.C   -O1  output pattern test
FAIL: g++.dg/asan/function-argument-2.C   -O2  output pattern test
FAIL: g++.dg/asan/function-argument-2.C   -O2 -flto  output pattern test
FAIL: g++.dg/asan/function-argument-2.C   -O2 -flto -flto-partition=none  
output pattern test
FAIL: g++.dg/asan/function-argument-2.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/function-argument-2.C   -Os  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O0  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O1  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2 -flto  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O2 -flto -flto-partition=none  
output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/function-argument-3.C   -Os  output pattern test
FAIL: g++.dg/asan/function-argument-4.C   -O0  output pattern test
FAIL: g++.dg/asan/function-argument-4.C   -O1  output pattern test
FAIL: g++.dg/asan/function-argument-4.C   -O2  output pattern test
FAIL: g++.dg/asan/function-argument-4.C   -O2 -flto  output pattern test
FAIL: g++.dg/asan/function-argument-4.C   -O2 -flto -flto-partition=none  
output pattern test
FAIL: g++.dg/asan/function-argument-4.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/function-argument-4.C   -Os  output pattern test
FAIL: g++.dg/asan/use-after-scope-1.C   -O0  output pattern test
FAIL: g++.dg/asan/use-after-scope-1.C   -O1  output pattern test
FAIL: g++.dg/asan/use-after-scope-1.C   -O2  output pattern test
FAIL: g++.dg/asan/use-after-scope-1.C   -O2 -flto  output pattern test
FAIL: g++.dg/asan/use-after-scope-1.C   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: g++.dg/asan/use-after-scope-1.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/use-after-scope-1.C   -Os  output pattern test
FAIL: g++.dg/asan/use-after-scope-2.C   -O0  output pattern test
FAIL: g++.dg/asan/use-after-scope-2.C   -O1  output pattern test
FAIL: g++.dg/asan/use-after-scope-2.C   -O2  output pattern test
FAIL: g++.dg/asan/use-after-scope-2.C   -O2 -flto  output pattern test
FAIL: g++.dg/asan/use-after-scope-2.C   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: g++.dg/asan/use-after-scope-2.C   -O3 -g  output pattern test
FAIL: g++.dg/asan/use-after-scope-2.C   -Os  output pattern test
FAIL: g++.dg/asan/use-after-scope-3.C   -O0  output pattern test
FAIL: g++.dg/asan/use-after-scope-3.C   -O1  output pattern test
FAIL: g++.dg/asan/use-after-scope-3.C   -O2  output pattern test
FAIL: 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin20

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin20

=== g++ tests ===


Running target unix
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)

=== g++ Summary ===

# of expected passes225001
# of unexpected failures33
# of expected failures  2085
# of unsupported tests  10740
/scratch/11-sur/gcc-12/gcc/xg++  version 12.3.1 20240531 [releases/gcc-12 
revision r12-10481-gb5291b703451] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/strlenopt-73.c scan-tree-dump-times optimized "_not_eliminated_" 0
FAIL: gcc.dg/strlenopt-73.c scan-tree-dump-times optimized "strlen" 0
FAIL: gcc.dg/strlenopt-80.c scan-tree-dump-times optimized "failure_on_line 
(" 0
FAIL: gcc.dg/strlenopt-82.c scan-tree-dump-times optimized 
"call_in_true_branch_not_eliminated_" 0
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 
0" 1
FAIL: gcc-dg-lto-modref-3-01.exe scan-wpa-ipa-dump modref "parm 1 flags: 
no_direct_clobber no_direct_escape"
FAIL: gcc-dg-lto-modref-4-01.exe scan-wpa-ipa-dump modref "parm 1 flags: 
no_direct_clobber no_direct_escape"
FAIL: gcc.dg/lto/modref-3 c_lto_modref-3_0.o-c_lto_modref-3_1.o execute -O2 
-flto-partition=max -fdump-ipa-modref -fno-ipa-sra -fno-ipa-cp -flto
FAIL: gcc.dg/lto/modref-4 c_lto_modref-4_0.o-c_lto_modref-4_1.o execute -O2 
-flto-partition=max -fdump-ipa-modref -fno-ipa-sra -flto
FAIL: gcc.dg/lto/pr61526 c_lto_pr61526_0.o-c_lto_pr61526_1.o link,  -fPIC -flto 
-flto-partition=1to1 
FAIL: gcc.dg/lto/pr99849 c_lto_pr99849_0.o-c_lto_pr99849_0.o link,  -flto 
-flto-partition=1to1 -O2 -Wno-incompatible-pointer-types 
-Wno-discarded-qualifiers -fPIC 
XPASS: gcc.dg/tree-ssa/pr91091-2.c scan-tree-dump-times fre1 " = [^;]*x;" 1
XPASS: gcc.dg/tree-ssa/pr91091-2.c 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin21

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===
FAIL:   c250002

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)

=== g++ Summary ===

# of expected passes225001
# of unexpected failures33
# of expected failures  2085
# of unsupported tests  10740
/scratch/12-mon-rosetta/gcc-12/gcc/xg++  version 12.3.1 20240531 
[releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/strlenopt-73.c scan-tree-dump-times optimized "strlen" 0
FAIL: gcc.dg/strlenopt-73.c scan-tree-dump-times optimized "_not_eliminated_" 0
FAIL: gcc.dg/strlenopt-80.c scan-tree-dump-times optimized "failure_on_line 
(" 0
FAIL: gcc.dg/strlenopt-82.c scan-tree-dump-times optimized 
"call_in_true_branch_not_eliminated_" 0
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 
0" 1
FAIL: gcc-dg-lto-modref-3-01.exe scan-wpa-ipa-dump modref "parm 1 flags: 
no_direct_clobber no_direct_escape"
FAIL: gcc-dg-lto-modref-4-01.exe scan-wpa-ipa-dump modref "parm 1 flags: 
no_direct_clobber no_direct_escape"
FAIL: gcc.dg/lto/modref-3 c_lto_modref-3_0.o-c_lto_modref-3_1.o execute -O2 
-flto-partition=max -fdump-ipa-modref -fno-ipa-sra -fno-ipa-cp -flto
FAIL: gcc.dg/lto/modref-4 c_lto_modref-4_0.o-c_lto_modref-4_1.o execute -O2 
-flto-partition=max -fdump-ipa-modref -fno-ipa-sra -flto
FAIL: gcc.dg/lto/pr61526 c_lto_pr61526_0.o-c_lto_pr61526_1.o link,  -fPIC -flto 
-flto-partition=1to1 
FAIL: gcc.dg/lto/pr99849 c_lto_pr99849_0.o-c_lto_pr99849_0.o link,  -flto 
-flto-partition=1to1 -O2 -Wno-incompatible-pointer-types 
-Wno-discarded-qualifiers -fPIC 
XPASS: gcc.dg/tree-ssa/pr91091-2.c scan-tree-dump-times fre1 "x = " 1
XPASS: 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin21

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)

=== g++ Summary ===

# of expected passes225001
# of unexpected failures33
# of expected failures  2085
# of unsupported tests  10740
/scratch/12-mon/gcc-12/gcc/xg++  version 12.3.1 20240531 [releases/gcc-12 
revision r12-10481-gb5291b703451] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/graphite/scop-19.c scan-tree-dump-times graphite "number of SCoPs: 
0" 1
FAIL: gcc-dg-lto-modref-3-01.exe scan-wpa-ipa-dump modref "parm 1 flags: 
no_direct_clobber no_direct_escape"
FAIL: gcc-dg-lto-modref-4-01.exe scan-wpa-ipa-dump modref "parm 1 flags: 
no_direct_clobber no_direct_escape"
FAIL: gcc.dg/lto/modref-3 c_lto_modref-3_0.o-c_lto_modref-3_1.o execute -O2 
-flto-partition=max -fdump-ipa-modref -fno-ipa-sra -fno-ipa-cp -flto
FAIL: gcc.dg/lto/modref-4 c_lto_modref-4_0.o-c_lto_modref-4_1.o execute -O2 
-flto-partition=max -fdump-ipa-modref -fno-ipa-sra -flto
FAIL: gcc.dg/lto/pr61526 c_lto_pr61526_0.o-c_lto_pr61526_1.o link,  -fPIC -flto 
-flto-partition=1to1 
FAIL: gcc.dg/lto/pr99849 c_lto_pr99849_0.o-c_lto_pr99849_0.o link,  -flto 
-flto-partition=1to1 -O2 -Wno-incompatible-pointer-types 
-Wno-discarded-qualifiers -fPIC 
XPASS: gcc.dg/tree-ssa/pr91091-2.c scan-tree-dump-times fre1 "x = " 1
XPASS: gcc.dg/tree-ssa/pr91091-2.c scan-tree-dump-times fre1 " = [^;]*x;" 1
XPASS: gcc.dg/tree-ssa/ssa-fre-77.c scan-tree-dump fre1 "return 1;"
FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-pr104582-2.c scan-tree-dump-not 
slp2 "basic block part vectorized"
FAIL: outputs-25 exe savetmp named2-4: outputs.args.3
FAIL: outputs-25 exe savetmp named2-4: std out
FAIL: 

Results for 12.3.1 20240531 [releases/gcc-12 revision r12-10481-gb5291b703451] (GCC) testsuite on x86_64-apple-darwin23

2024-06-01 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Fri 31 May 2024 00:20:19 UTC (revision r12-10481-gb5291b703451)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin23

=== g++ tests ===


Running target unix
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:20024)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)

=== g++ Summary ===

# of expected passes220706
# of unexpected failures37
# of expected failures  1941
# of unsupported tests  10342
/scratch/14-son/gcc-12/gcc/xg++  version 12.3.1 20240531 [releases/gcc-12 
revision r12-10481-gb5291b703451] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/atomic/c11-atomic-exec-4.c   -O0  (test for excess errors)
UNRESOLVED: gcc.dg/atomic/c11-atomic-exec-4.c   -O0  compilation failed to 
produce executable
FAIL: gcc.dg/atomic/c11-atomic-exec-4.c   -O1  (test for excess errors)
UNRESOLVED: gcc.dg/atomic/c11-atomic-exec-4.c   -O1  compilation failed to 
produce executable
FAIL: gcc.dg/atomic/c11-atomic-exec-4.c   -O2  (test for excess errors)
UNRESOLVED: gcc.dg/atomic/c11-atomic-exec-4.c   -O2  compilation failed to 
produce executable
FAIL: gcc.dg/atomic/c11-atomic-exec-4.c   -O3 -fomit-frame-pointer 
-funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess 
errors)
UNRESOLVED: gcc.dg/atomic/c11-atomic-exec-4.c   -O3 -fomit-frame-pointer 
-funroll-loops -fpeel-loops -ftracer -finline-functions  compilation failed to 
produce executable
FAIL: gcc.dg/atomic/c11-atomic-exec-4.c   -O3 -g  (test for excess errors)
UNRESOLVED: gcc.dg/atomic/c11-atomic-exec-4.c   -O3 -g  compilation failed to 
produce executable
FAIL: gcc.dg/atomic/c11-atomic-exec-4.c   -Os  (test 

Results for 12.3.1 20240525 [releases/gcc-12 revision r12-10471-ge11d3dd4708e] (GCC) testsuite on x86_64-apple-darwin16

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Sat 25 May 2024 00:19:36 UTC (revision r12-10471-ge11d3dd4708e)

=== acats tests ===

=== acats Summary ===
# of expected passes2328
# of unexpected failures0
Native configuration is x86_64-apple-darwin16

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: g++.dg/coroutines/pr100127.C (test for excess errors) program timed 
out.
FAIL: g++.dg/coroutines/pr100127.C (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
WARNING: g++.dg/init/strlen.C  -std=gnu++20  (test for warnings, line 32) 
program timed out.
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test

=== g++ Summary for unix/-m32 ===

# of expected passes222674
# of unexpected failures36
# of expected failures  2077
# of unsupported tests  10638

Running target unix/-m64
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: c-c++-common/cpp/warning-directive-1.c  -std=gnu++14  (test for 
warnings, line 4) program timed out.
FAIL: g++.dg/init/array61.C  -std=c++14  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++17  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/init/array61.C  -std=c++20  scan-tree-dump-times gimple 
"item::item" 1
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
WARNING: g++.dg/gomp/sink-2.C  -std=c++14 (test for excess errors) program 
timed out.
FAIL: g++.dg/gomp/sink-2.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/lto/pr65276 cp_lto_pr65276_0.o-cp_lto_pr65276_1.o link, -flto -O0 
-std=c++11
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on i686-apple-darwin9

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   a95074d
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7201a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c34007j
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c37402a
FAIL:   c380004
FAIL:   c38202a
FAIL:   c3a1002
FAIL:   c41306b
FAIL:   c41306c
FAIL:   c41307d
FAIL:   c46051a
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74401k
FAIL:   c761007
FAIL:   c83023a
FAIL:   c85005a
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c92003a
FAIL:   c92006a
FAIL:   c930001
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93008a
FAIL:   c940001
FAIL:   c940002
FAIL:   c940004
FAIL:   c940007
FAIL:   c940013
FAIL:   c94001a
FAIL:   c94001b
FAIL:   c94001c
FAIL:   c94001g
FAIL:   c94002a
FAIL:   c94002g
FAIL:   c94006a
FAIL:   c94007a
FAIL:   c94007b
FAIL:   c94008b
FAIL:   c94008c
FAIL:   c94008d
FAIL:   c94010a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95008a
FAIL:   c95009a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95033b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95065c
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95076a
FAIL:   c95082g
FAIL:   c95085a
FAIL:   c95085c
FAIL:   c95085l
FAIL:   c95086c
FAIL:   c95087a
FAIL:   c95087c
FAIL:   c95087d
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95093a
FAIL:   c95095d
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954001
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c954026
FAIL:   c954a01
FAIL:   c97115a
FAIL:   c97116a
FAIL:   c97117a
FAIL:   c97117c
FAIL:   c97120b
FAIL:   c97201b
FAIL:   c97201d
FAIL:   c97201g
FAIL:   c97201h
FAIL:   c97203b
FAIL:   c97203c
FAIL:   c97204a
FAIL:   c97205b
FAIL:   c97301b
FAIL:   c97303a
FAIL:   c97303c
FAIL:   c97307a
FAIL:   c974008
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009f
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011b
FAIL:   cb1010a
FAIL:   cb20001
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc3019c
FAIL:   cc3207b
FAIL:   cc3601c
FAIL:   cd2a91c
FAIL:   cd2c11a
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2166
# of unexpected failures162
Native configuration is i686-apple-darwin9

=== g++ tests ===


Running target unix/-m32
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
XPASS: g++.dg/ext/sync-4.C  -std=gnu++14 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++17 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++20 execution test
XPASS: g++.dg/ext/sync-4.C  -std=gnu++98 execution test
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++14 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++17 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++20 execution test
FAIL: g++.dg/other/pr35504.C  -std=c++98 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on i686-apple-darwin17

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

Native configuration is i686-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr61747.C  -std=gnu++14  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++17  scan-assembler-times min 4
FAIL: g++.target/i386/pr61747.C  -std=gnu++20  scan-assembler-times min 4
FAIL: g++.target/i386/pr90424-1.C  -std=gnu++14  

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin10

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   a85013b
FAIL:   a87b59a
FAIL:   a95001c
FAIL:   a95074d
FAIL:   a99006a
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7201a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c250002
FAIL:   c34007j
FAIL:   c34008a
FAIL:   c35102a
FAIL:   c37402a
FAIL:   c37403a
FAIL:   c380004
FAIL:   c38102d
FAIL:   c38202a
FAIL:   c3a1002
FAIL:   c41306a
FAIL:   c41306b
FAIL:   c41306c
FAIL:   c41307d
FAIL:   c43204g
FAIL:   c45282b
FAIL:   c45291a
FAIL:   c46051a
FAIL:   c51004a
FAIL:   c59002c
FAIL:   c620002
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74004a
FAIL:   c74401k
FAIL:   c74406a
FAIL:   c761001
FAIL:   c761007
FAIL:   c83023a
FAIL:   c85004b
FAIL:   c85005a
FAIL:   c85005b
FAIL:   c85005c
FAIL:   c85005d
FAIL:   c85005e
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c85014c
FAIL:   c85018a
FAIL:   c85018b
FAIL:   c87b26b
FAIL:   c87b45c
FAIL:   c87b54a
FAIL:   c910001
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c91006a
FAIL:   c92002a
FAIL:   c92003a
FAIL:   c92005a
FAIL:   c92005b
FAIL:   c92006a
FAIL:   c930001
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93003a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005a
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93006a
FAIL:   c93008a
FAIL:   c93008b
FAIL:   c940001
FAIL:   c940002
FAIL:   c940004
FAIL:   c940005
FAIL:   c940007
FAIL:   c940010
FAIL:   c940013
FAIL:   c940014
FAIL:   c940016
FAIL:   c94001a
FAIL:   c94001b
FAIL:   c94001c
FAIL:   c94001e
FAIL:   c94001f
FAIL:   c94001g
FAIL:   c94002a
FAIL:   c94002b
FAIL:   c94002d
FAIL:   c94002e
FAIL:   c94002f
FAIL:   c94002g
FAIL:   c94004a
FAIL:   c94004b
FAIL:   c94004c
FAIL:   c94005a
FAIL:   c94005b
FAIL:   c94006a
FAIL:   c94007a
FAIL:   c94007b
FAIL:   c94008a
FAIL:   c94008b
FAIL:   c94008c
FAIL:   c94008d
FAIL:   c94010a
FAIL:   c94011a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95008a
FAIL:   c95009a
FAIL:   c95010a
FAIL:   c95012a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95033a
FAIL:   c95033b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040b
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95065a
FAIL:   c95065b
FAIL:   c95065c
FAIL:   c95065d
FAIL:   c95065e
FAIL:   c95065f
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95071a
FAIL:   c95072a
FAIL:   c95072b
FAIL:   c95073a
FAIL:   c95074c
FAIL:   c95076a
FAIL:   c95078a
FAIL:   c95080b
FAIL:   c95082g
FAIL:   c95085a
FAIL:   c95085b
FAIL:   c95085c
FAIL:   c95085d
FAIL:   c95085e
FAIL:   c95085f
FAIL:   c95085g
FAIL:   c95085h
FAIL:   c95085i
FAIL:   c95085j
FAIL:   c95085k
FAIL:   c95085l
FAIL:   c95085m
FAIL:   c95085n
FAIL:   c95085o
FAIL:   c95086a
FAIL:   c95086b
FAIL:   c95086c
FAIL:   c95086d
FAIL:   c95086e
FAIL:   c95086f
FAIL:   c95087a
FAIL:   c95087b
FAIL:   c95087c
FAIL:   c95087d
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95092a
FAIL:   c95093a
FAIL:   c95095a
FAIL:   c95095b
FAIL:   c95095c
FAIL:   c95095d
FAIL:   c95095e
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954001
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c954026
FAIL:   c954a01
FAIL:   c954a02
FAIL:   c954a03
FAIL:   c960001
FAIL:   c960002
FAIL:   c960004
FAIL:   c97112a
FAIL:   c97113a
FAIL:   c97114a
FAIL:   c97115a
FAIL:   c97116a
FAIL:   c97117a
FAIL:   c97117b
FAIL:   c97117c
FAIL:   c97118a
FAIL:   c97120a
FAIL:   c97120b
FAIL:   c97201a
FAIL:   c97201b
FAIL:   c97201c
FAIL:   c97201d
FAIL:   c97201e
FAIL:   c97201g
FAIL:   c97201h
FAIL:   c97201x
FAIL:   c97202a
FAIL:   c97203a
FAIL:   c97203b
FAIL:   c97203c
FAIL:   c97204a
FAIL:   c97204b
FAIL:   c97205a
FAIL:   c97205b
FAIL:   c97301a
FAIL:   c97301b
FAIL:   c97301c
FAIL:   c97301d
FAIL:   c97301e
FAIL:   c97302a
FAIL:   c97303a
FAIL:   c97303b
FAIL:   c97303c
FAIL:   c97304a
FAIL:   c97304b
FAIL:   c97305a
FAIL:   c97305b
FAIL:   c97305c
FAIL:   c97305d
FAIL:   c97307a
FAIL:   c974001
FAIL:   c974002
FAIL:   c974003
FAIL:   c974004
FAIL:   c974005
FAIL:   c974008
FAIL:   c974009
FAIL:   c974010
FAIL:   c974011
FAIL:   c974013
FAIL:   c974014
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009f
FAIL:   c9a009g
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011a
FAIL:   c9a011b
FAIL:   ca5004a
FAIL:   cb1010a
FAIL:   cb20001
FAIL:   cb4013a
FAIL:   cb41002
FAIL:   cb5001a
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc1104c
FAIL:   cc1207b
FAIL:   cc1225a
FAIL:   cc1310a
FAIL:   cc3019c
FAIL:   cc3106b
FAIL:   cc3120b
FAIL:   cc3207b
FAIL:   cc3225a
FAIL: 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin11

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin11

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/simulate-thread/bitfields-2.C   -O2 -g -std=c++98  thread 
simulation test
FAIL: g++.dg/simulate-thread/bitfields-2.C   -O3 -g -std=c++11  thread 
simulation test
FAIL: g++.dg/simulate-thread/bitfields.C   -O2 -g -std=c++98  thread simulation 
test
FAIL: g++.dg/simulate-thread/bitfields.C   -O3 -g -std=c++11  thread simulation 
test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin12

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin12

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++14 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++17 execution test
FAIL: g++.dg/tls/thread_local-order2.C  -std=c++20 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin13

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   c393a05
FAIL:   c45532n
FAIL:   ca11018
FAIL:   ca11019
FAIL:   ce3904b
FAIL:   cxa4001
FAIL:   la14006

=== acats Summary ===
# of expected passes2321
# of unexpected failures7
Native configuration is x86_64-apple-darwin13

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: c-c++-common/analyzer/pr99716-2.c  -std=c++98  (test for bogus 
messages, line 27) program timed out.
FAIL: c-c++-common/analyzer/pr99716-2.c  -std=c++98 (test for excess errors)
WARNING: g++.dg/abi/bitfield11.C  -std=gnu++20 (test for excess errors) program 
timed out.
FAIL: g++.dg/abi/bitfield11.C  -std=gnu++20 (test for excess errors)
WARNING: g++.dg/cpp0x/variadic156.C  -std=c++17  (test for errors, line 5) 
program timed out.
WARNING: g++.dg/cpp1z/pr81016.C  -std=c++17  (test for errors, line 4) program 
timed out.
WARNING: g++.dg/cpp2a/concepts-inherit-ctor7.C  -std=c++20 (test for excess 
errors) program timed out.
FAIL: g++.dg/cpp2a/concepts-inherit-ctor7.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
WARNING: g++.dg/other/ptrmem8.C  -std=c++14  (test for errors, line 9) program 
timed out.
WARNING: g++.dg/template/explicit9.C  -std=c++14 (test for excess errors) 
program timed out.
FAIL: g++.dg/template/explicit9.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++14 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++14 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++17 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++17 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++20 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++20 compilation failed to produce 
executable
FAIL: g++.dg/gomp/pr88182.C  -std=gnu++98 (test for excess errors)
UNRESOLVED: g++.dg/gomp/pr88182.C  -std=gnu++98 compilation failed to produce 
executable
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin14

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin14

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: c-c++-common/analyzer/loop-start-down-to-end-by-1.c  -std=c++14  (test 
for warnings, line 7) program timed out.
WARNING: g++.dg/cpp0x/vt-34754.C  -std=c++14  (test for errors, line 4) program 
timed out.
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce executable
FAIL: g++.target/i386/avx512vl-pr54700-2b.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2b.C   compilation failed to 
produce executable
FAIL: g++.target/i386/pr107563-b.C   

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin15

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin15

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: g++.dg/coroutines/torture/func-params-09-awaitable-parms.C   -Os  
(test for excess errors) program timed out.
FAIL: g++.dg/coroutines/torture/func-params-09-awaitable-parms.C   -Os  (test 
for excess errors)
WARNING: g++.dg/DRs/dr1511-1.C  -std=c++20 (test for excess errors) program 
timed out.
FAIL: g++.dg/DRs/dr1511-1.C  -std=c++20 (test for excess errors)
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
WARNING: g++.dg/ext/builtin3.C  -std=gnu++98  (test for warnings, line 8) 
program timed out.
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
WARNING: g++.dg/ext/vector6.C  -std=gnu++14  (test for errors, line 11) program 
timed out.
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
WARNING: g++.dg/semicolon-fixits.C  -std=gnu++98  (test for warnings, line 5) 
program timed out.
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
WARNING: g++.dg/modules/dep-1_b.C -std=c++2b (test for excess errors) program 
timed out.
FAIL: g++.dg/modules/dep-1_b.C -std=c++2b (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin16

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin16

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
WARNING: c-c++-common/asan/aggressive-opts.c   -O3 -fomit-frame-pointer 
-funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess 
errors) program timed out.
FAIL: c-c++-common/asan/aggressive-opts.c   -O3 -fomit-frame-pointer 
-funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
WARNING: c-c++-common/Wdangling-pointer-2.c  -std=gnu++17 pr?? (test for 
warnings, line 218) program timed out.
WARNING: g++.dg/cpp1y/lambda-generic-x.C  -std=gnu++17  (test for warnings, 
line 9) program timed out.
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
WARNING: g++.dg/parse/parse3.C  -std=c++14 (test for excess errors) program 
timed out.
FAIL: g++.dg/parse/parse3.C  -std=c++14 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
WARNING: g++.dg/gomp/attrs-14.C  -std=c++17  (test for errors, line 4) program 
timed out.
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin17

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin17

=== g++ tests ===


Running target unix/-m32
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++14 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++17 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++20 (test for excess 
errors)
FAIL: c-c++-common/analyzer/asm-x86-dyndbg-2.c  -std=c++98 (test for excess 
errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: g++.dg/asan/pr69276.C   -O0  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (internal compiler error: in 
change_stack, at reg-stack.cc:2709)
FAIL: g++.dg/ext/pr84828.C  -std=gnu++98 (test for excess errors)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/avx512vl-pr54700-2a.C   (test for excess errors)
UNRESOLVED: g++.target/i386/avx512vl-pr54700-2a.C   compilation failed to 
produce 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin18

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin18

=== g++ tests ===


Running target unix
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/stack-overflow-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
WARNING: g++.dg/modules/pr99023_b.X -std=c++2a  dg-regexp 7 was found: 
"[^\\n]*: note: include '[^\\n]*[/]initializer_list' translated to 
import\\n" program timed out.
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259878
# of 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin19

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin19

=== g++ tests ===


Running target unix
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++17 (test for 
excess errors)
XPASS: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
bogus messages, line 1212)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20  (test for 
warnings, line 883)
FAIL: c-c++-common/analyzer/flex-with-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++17 (test for 
excess errors)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20  at line 
883 (test for warnings, line 882)
FAIL: c-c++-common/analyzer/flex-without-call-summaries.c  -std=c++20 (test for 
excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++17 (test for excess errors)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
12)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
13)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
22)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20  (test for warnings, line 
23)
FAIL: c-c++-common/analyzer/strndup-1.c  -std=c++20 (test for excess errors)
FAIL: c-c++-common/asan/alloca_big_alignment.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_detect_custom_size.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_partial.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_overflow_right.c   -Os  output pattern test
FAIL: c-c++-common/asan/alloca_underflow_left.c   -Os  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O0  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O1  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -O2 -flto -flto-partition=none  output 
pattern test
FAIL: c-c++-common/asan/pr64820.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/pr64820.c   -Os  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O0  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O1  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O2 -flto -flto-partition=none  
output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -O3 -g  output pattern test
FAIL: c-c++-common/asan/use-after-return-1.c   -Os  output pattern test
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/gcov/gcov-17.C test-gcov-17.py::test_basics - AssertionError: 
assert 8 == 
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin20

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   c390006
FAIL:   ce2102s
FAIL:   ce3002b
FAIL:   ce3201a
FAIL:   ce3706f
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2322
# of unexpected failures6
Native configuration is x86_64-apple-darwin20

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259694
# of unexpected failures47
# of expected failures  2778
# of unresolved testcases   1
# of unsupported tests  11917
/scratch/11-sur/gcc-master/gcc/xg++  version 15.0.0 20240529 (experimental) 
[master revision r15-889-g241a6cc88d86] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin21

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   c250002
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2326
# of unexpected failures2
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259567
# of unexpected failures47
# of expected failures  2774
# of unresolved testcases   1
# of unsupported tests  11927
/scratch/12-mon-rosetta/gcc-master/gcc/xg++  version 15.0.0 20240529 
(experimental) [master revision r15-889-g241a6cc88d86] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin21

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin21

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes259694
# of unexpected failures47
# of expected failures  2778
# of unresolved testcases   1
# of unsupported tests  11917
/scratch/12-mon/gcc-master/gcc/xg++  version 15.0.0 20240529 (experimental) 
[master revision r15-889-g241a6cc88d86] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/pr86058.c actual at line 15 (test for warnings, line 14)
FAIL: gcc.dg/pr97172-2.c (test for excess errors)
FAIL: gcc.dg/pubtypes-2.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 
t]+Pub Info Length
FAIL: gcc.dg/pubtypes-3.c scan-assembler long+[ t]+0x14d+[ t]+[#;]+[ 

Results for 15.0.0 20240529 (experimental) [master revision r15-889-g241a6cc88d86] (GCC) testsuite on x86_64-apple-darwin23

2024-05-31 Thread Iain Sandoe via Gcc-testresults
LAST_UPDATED: Wed 29 May 2024 07:04:43 UTC (revision r15-889-g241a6cc88d86)

=== acats tests ===
FAIL:   cxa4001

=== acats Summary ===
# of expected passes2327
# of unexpected failures1
Native configuration is x86_64-apple-darwin23

=== g++ tests ===


Running target unix
FAIL: g++.dg/cpp2a/consteval-prop6.C  -std=c++20  at line 58 (test for 
warnings, line 57)
FAIL: g++.dg/ipa/pr67056.C   scan-ipa-dump cp "Speculative outer type:struct 
CompositeClass"
FAIL: g++.dg/opt/icf1.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf1.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf2.C  -std=gnu++20 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++14 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++17 execution test
FAIL: g++.dg/opt/icf3.C  -std=gnu++20 execution test
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++14 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++17 (test for excess errors)
FAIL: g++.dg/other/darwin-cfstring1.C  -std=gnu++20 (test for excess errors)
FAIL: g++.dg/tree-ssa/initlist-opt5.C  -std=c++14  scan-tree-dump-times gimple 
">::basic_string" 2
FAIL: g++.dg/lto/pr108772 cp_lto_pr108772_0.o-cp_lto_pr108772_0.o link, -flto 
-fPIC -shared -O1 -fimplicit-constexpr -g1
FAIL: g++.dg/lto/pr85405 cp_lto_pr85405_0.o-cp_lto_pr85405_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85405b cp_lto_pr85405b_0.o-cp_lto_pr85405b_1.o link, -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr85655 cp_lto_pr85655_0.o-cp_lto_pr85655_0.o link, -O2 -fPIC 
-shared -flto
FAIL: g++.dg/lto/pr86523-3 cp_lto_pr86523-3_0.o-cp_lto_pr86523-3_0.o link,  
-fPIC -flto -g -shared 
FAIL: g++.dg/lto/pr86585 cp_lto_pr86585_0.o-cp_lto_pr86585_1.o link,  -flto -g 
-nostdlib -shared -fPIC 
FAIL: g++.dg/lto/pr87295 cp_lto_pr87295_0.o assemble,  -flto -ffat-lto-objects 
-fdebug-types-section -g -std=gnu++17 
FAIL: g++.dg/lto/pr87906 cp_lto_pr87906_0.o-cp_lto_pr87906_1.o link,  -O -fPIC 
-flto 
FAIL: g++.dg/lto/pr88046 cp_lto_pr88046_0.o-cp_lto_pr88046_0.o link,  -O2 -fPIC 
-flto 
FAIL: g++.dg/lto/pr88758 cp_lto_pr88758_0.o-cp_lto_pr88758_1.o link,  -O3 -fPIC 
-flto -shared 
FAIL: g++.dg/lto/pr89330 cp_lto_pr89330_0.o-cp_lto_pr89330_1.o link,  -O3 -g 
-flto -shared -fPIC -Wno-odr 
FAIL: g++.dg/lto/pr91574 cp_lto_pr91574_0.o-cp_lto_pr91574_0.o link,  -fPIC 
-flto -O2 
FAIL: g++.dg/lto/pr92609  (test for LTO warnings, pr92609_0.C line 75)
FAIL: g++.dg/lto/pr92609 cp_lto_pr92609_0.o-cp_lto_pr92609_1.o link,  -fPIC 
-flto 
FAIL: g++.dg/lto/pr93166 cp_lto_pr93166_0.o-cp_lto_pr93166_0.o link,  -fPIC -O2 
-flto -fvisibility=hidden 
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2a (test for excess errors)
FAIL: g++.dg/modules/pr99425-2_b.X -std=c++2b (test for excess errors)
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local13.C  -std=gnu++20 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++14 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++17 execution test
FAIL: g++.dg/tls/thread_local14.C  -std=gnu++20 execution test
FAIL: g++.dg/torture/tail-padding1.C   -Os  (internal compiler error: in 
cxx_eval_call_expression, at cp/constexpr.cc:3036)
FAIL: g++.dg/torture/tail-padding1.C   -Os  (test for excess errors)
UNRESOLVED: g++.dg/torture/tail-padding1.C   -Os  compilation failed to produce 
executable
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++14 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++17 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++20 (test for excess errors)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (internal compiler error: in 
insn_default_length, at config/i386/i386.md:23818)
FAIL: g++.target/i386/pr105980.C  -std=gnu++98 (test for excess errors)
FAIL: g++.target/i386/pr107563-a.C   scan-assembler-times por 1
FAIL: g++.target/i386/pr107563-b.C   scan-assembler-times por 1

=== g++ Summary ===

# of expected passes255011
# of unexpected failures50
# of expected failures  2774
# of unresolved testcases   1
# of unsupported tests  11525
/scratch/14-son/gcc-master/gcc/xg++  version 15.0.0 20240529 (experimental) 
[master revision r15-889-g241a6cc88d86] (GCC) 

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/dwarf2/dwarf2-macro.c scan-assembler Start new file

  1   2   3   4   5   6   7   8   9   10   >