[Bug middle-end/100595] ICE: output_operand with static const int of address of label + difference of label

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100595 Andrew Pinski changed: What|Removed |Added CC||141242068 at smail dot nju.edu.cn ---

[Bug middle-end/112499] [11/12/13/14 Regression] ICE in output_operand: invalid expression as operand with addition of 2 differences of address of labels

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112499 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[Bug middle-end/100595] ICE: output_operand with static const int of address of label + difference of label

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100595 --- Comment #4 from Andrew Pinski --- Updated testcase: ``` typedef __UINTPTR_TYPE__ uintptr_t; int test2() { static uintptr_t a = (uintptr_t)(& + ((char *)& - (char *)&)); l1: l2: return (int)a; } ```

[Bug middle-end/94208] missing warning on passing unterminated local array to string functions

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94208 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug middle-end/32581] make profiledbootstrap - stageprofile - gcc/ada/a-except.adb:1301: error: control flow in the middle of basic block 20

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32581 Andrew Pinski changed: What|Removed |Added CC||terminatorul at gmail dot com ---

[Bug middle-end/39398] verify_flow_info failed

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39398 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug libquadmath/114623] sqrtq and std::numeric_limits<__float128>::max()

2024-04-06 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114623 --- Comment #4 from g.peterh...@t-online.de --- That is precisely the design error of C/C++/etc. There should be no float/double/long double/__float128/etc, but *only* floatN_t. Then there wouldn't be these discrepancies (if necessary you have

Regressions on master at commit r14-9821 vs commit r14-9810 on Linux/x86_64

2024-04-06 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9821 vs commit r14-9810 on Linux/x86_64 New failures: FAIL: gcc.dg/torture/convert-dfp-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) FAIL: gcc.dg/torture/convert-dfp.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects

Results for 14.0.1 20240405 (experimental) [master r14-9821-g09992f8b881] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H.J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 13:30:08 UTC 2024 (revision r14-9821-g09992f8b881) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -Og -DPREVENT_OPTIMIZATION

[Bug gcov-profile/114601] ICE: SIGSEGV in hash_table_mod1 (hash-table.h:344) with -fcondition-coverage -finstrument-functions-once

2024-04-06 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114601 --- Comment #1 from Zdenek Sojka --- This is still failing as of r14-9822 (after the second PR114599#c7 fix).

Results for 14.0.1 20240405 (experimental) [master revision gcc-14-9823-g4e3c8257304] (GCC) testsuite on arm-unknown-eabi

2024-04-06 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_v8a_hard_eabi-build/402/: LAST_UPDATED: 2024-04-07T04:43:03+00:00 (master revision gcc-14-9823-g4e3c8257304) arm-eabi {-mthumb/-march=armv8-a+simd/-mfpu=auto/-mfloat-abi=hard} Target is arm-unknown-eabi Host is

[Bug middle-end/82014] worse code emitted for a valid memove than for undefined memcpy

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82014 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Andrew

[Bug middle-end/81916] expansion of rint/nearbyint can simplified under -fno-signed-zeros

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81916 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement CC|

[Bug libquadmath/114623] sqrtq and std::numeric_limits<__float128>::max()

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114623 --- Comment #3 from Andrew Pinski --- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83800#c4 Basically libquadmath should be using sqrt128f if it exist for sqrtq instead of doing a version itself ... But libquadmath is normally only used for

[Bug libquadmath/114623] sqrtq and std::numeric_limits<__float128>::max()

2024-04-06 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114623 --- Comment #2 from g.peterh...@t-online.de --- #include #include #include #include #include #include #include void print_hex(const std::float128_t value) { std::array buffer{}; const std::to_chars_result

[Bug libquadmath/114623] sqrt

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114623 --- Comment #1 from Andrew Pinski --- Please don't just link against godbolt and attach the preprocessed source.

Results for 14.0.1 20240405 (experimental) [master r14-9822-g93adf88cc67] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H.J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 17:30:06 UTC 2024 (revision r14-9822-g93adf88cc67) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -Og -DPREVENT_OPTIMIZATION

[Bug libquadmath/114623] New: sqrt

2024-04-06 Thread g.peterhoff--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114623 Bug ID: 114623 Summary: sqrt Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libquadmath Assignee:

Results for 14.0.1 20240405 (experimental) [master r14-9822-g93adf88cc67] (GCC) testsuite on s390x-ibm-linux-gnu arch14

2024-04-06 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Sat Apr 6 17:05:16 UTC 2024 (revision r14-9822-g93adf88cc67) === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ibm-linux-gnu arch14

Results for 14.0.1 20240405 (experimental) [remotes/origin/master r14-9823-g4e3c8257304] (GCC) testsuite on pru-unknown-elf

2024-04-06 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: Sun Apr 7 02:36:30 UTC 2024 (revision r14-9823-g4e3c8257304) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: c-c++-common/analyzer/out-of-bounds-diagram-11.c (test for excess errors) FAIL:

Results for 14.0.1 20240405 (experimental) [master r14-9822-g93adf88cc67] (GCC) testsuite on i686-pc-linux-gnu

2024-04-06 Thread H.J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 20:30:17 UTC 2024 (revision r14-9822-g93adf88cc67) Native configuration is i686-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 -DPREVENT_OPTIMIZATION

Results for 14.0.1 20240405 (experimental) [master-ia32 r14-9822-g93adf88cc67] (GCC) testsuite on i686-pc-linux-gnu

2024-04-06 Thread H.J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 20:30:05 UTC 2024 (revision r14-9822-g93adf88cc67) Native configuration is i686-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 -DPREVENT_OPTIMIZATION

Results for 13.2.1 20240405 [remotes/origin/releases/gcc-13 r13-8591-g045de0ab586] (GCC) testsuite on pru-unknown-elf

2024-04-06 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: Sun Apr 7 02:14:09 UTC 2024 (revision r13-8591-g045de0ab586) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: c-c++-common/pr103798-2.c -Wc++-compat scan-assembler-not memchr FAIL: c-c++-common/pr103798-3.c

Results for 12.3.1 20240405 [remotes/origin/releases/gcc-12 r12-10313-g0611f480013] (GCC) testsuite on pru-unknown-elf

2024-04-06 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: Sun Apr 7 01:52:05 UTC 2024 (revision r12-10313-g0611f480013) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: gcc.c-torture/compile/attr-complex-method-2.c -O0 scan-tree-dump optimized "__divdc3" FAIL:

Results for 11.4.1 20240405 [remotes/origin/releases/gcc-11 revision f203ded5492:9eb6572ada4:b755a7af1f2ef1f5348d04db20f751e898abcd9d] (GCC) testsuite on pru-unknown-elf

2024-04-06 Thread The GnuPru BuildBot via Gcc-testresults
LAST_UPDATED: Sun Apr 7 01:31:08 UTC 2024 (revision f203ded5492:9eb6572ada4:b755a7af1f2ef1f5348d04db20f751e898abcd9d) Target is pru-unknown-elf Host is x86_64-pc-linux-gnu === gcc tests === Running target pru-sim FAIL: gcc.dg/analyzer/torture/pr51628-30.c -O0 (test for

C/C++ results under Intel SDE for 14.0.1 20240405 (experimental) [native/master r14-9823-g4e3c8257304] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 23:40:05 UTC 2024 (revision r14-9823-g4e3c8257304) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target sde FAIL: gcc.target/i386/apx-ndd-tls-1b.c scan-assembler-times addq[ \\t]+%r[a-z0-9]+, a@gottpoff(%rip),

Results for 14.0.1 20240405 (experimental) [native/master r14-9823-g4e3c8257304] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 23:40:05 UTC 2024 (revision r14-9823-g4e3c8257304) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 (test for warnings, line 72) XPASS: gcc.dg/Wstringop-overflow-47.c pr97027

Results for 14.0.1 20240405 (experimental) [master revision gcc-14-9823-g4e3c8257304] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-04-06 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1814/: LAST_UPDATED: 2024-04-07T00:51:12+00:00 (master revision gcc-14-9823-g4e3c8257304) aarch64-unknown-linux-gnu Native configuration is aarch64-unknown-linux-gnu === libatomic tests === Running target

Results for 14.0.1 20240405 (experimental) [remotes/origin/master r14-9823-g4e3c8257304] (GCC) testsuite on avr-unknown-none

2024-04-06 Thread The GnuPru BuildBot via Gcc-testresults
WARNING: Many C++ failures have been omitted due to lack of libstdc++ on AVR! Only G++ regressions are reported below. LAST_UPDATED: Sun Apr 7 01:08:08 UTC 2024 (revision r14-9823-g4e3c8257304) Target is avr-unknown-none Host is x86_64-pc-linux-gnu === gcc tests ===

Results for 13.2.1 20240405 [remotes/origin/releases/gcc-13 r13-8591-g045de0ab586] (GCC) testsuite on avr-unknown-none

2024-04-06 Thread The GnuPru BuildBot via Gcc-testresults
WARNING: Many C++ failures have been omitted due to lack of libstdc++ on AVR! Only G++ regressions are reported below. LAST_UPDATED: Sun Apr 7 00:45:26 UTC 2024 (revision r13-8591-g045de0ab586) Target is avr-unknown-none Host is x86_64-pc-linux-gnu === gcc tests ===

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9823-g4e3c825730] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-06 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:4e3c8257304c55f2ebfb24bd6de3236bda0f054e gcc-descr r14-9823-g4e3c8257304c55 power8 Linux 5.4.0-174-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Apr 6 22:51:46 UTC 2024

Results for 12.3.1 20240405 [remotes/origin/releases/gcc-12 r12-10313-g0611f480013] (GCC) testsuite on avr-unknown-none

2024-04-06 Thread The GnuPru BuildBot via Gcc-testresults
WARNING: Many C++ failures have been omitted due to lack of libstdc++ on AVR! Only G++ regressions are reported below. LAST_UPDATED: Sun Apr 7 00:22:52 UTC 2024 (revision r12-10313-g0611f480013) Target is avr-unknown-none Host is x86_64-pc-linux-gnu === gcc tests ===

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9823-g4e3c8257304] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-06 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:4e3c8257304c55f2ebfb24bd6de3236bda0f054e gcc-descr r14-9823-g4e3c8257304c55 power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Apr 6 22:54:32 UTC 2024

Results for 14.0.1 20240405 (experimental) [master r14-9823-g4e3c825730] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-06 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:4e3c8257304c55f2ebfb24bd6de3236bda0f054e gcc-descr r14-9823-g4e3c8257304c55 power9 BE Linux 6.7.9-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Apr 6 22:51:18 UTC 2024

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9823-g4e3c825730] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-06 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:4e3c8257304c55f2ebfb24bd6de3236bda0f054e gcc-descr r14-9823-g4e3c8257304c55 power9 IEEE128 Linux 6.9.0-0.rc2.20240402git026e680b0a08.24.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

Results for 11.4.1 20240405 [remotes/origin/releases/gcc-11 revision f203ded5492:9eb6572ada4:b755a7af1f2ef1f5348d04db20f751e898abcd9d] (GCC) testsuite on avr-unknown-none

2024-04-06 Thread The GnuPru BuildBot via Gcc-testresults
WARNING: Many C++ failures have been omitted due to lack of libstdc++ on AVR! Only G++ regressions are reported below. LAST_UPDATED: Sun Apr 7 00:00:16 UTC 2024 (revision f203ded5492:9eb6572ada4:b755a7af1f2ef1f5348d04db20f751e898abcd9d) Target is avr-unknown-none Host is x86_64-pc-linux-gnu

Results for 14.0.1 20240405 (experimental) [master revision gcc-14-9819-gc6892a430a9] (GCC) testsuite on aarch64-unknown-linux-gnu

2024-04-06 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-aarch64-build/1048/: LAST_UPDATED: 2024-04-06T22:59:42+00:00 (master revision gcc-14-9819-gc6892a430a9) aarch64-unknown-linux-gnu Native configuration is aarch64-unknown-linux-gnu === libatomic tests ===

Results for 20240406 master r14-9823-g4e3c8257304c55 (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread Gaius Mulley via Gcc-testresults
$ ../configure --prefix=/home/gaius/opt --libexecdir=/home/gaius/opt/lib --enable-host-shared --enable-threads=posix --enable-clocale=gnu --enable-checking --enable-long-longx --enable-languages=m2 --enable-multilib --disable-plugin --enable-bootstrap gcc-branch: master git commit

[Bug c++/80670] Member specialization of alias declaration from different namespace

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80670 Andrew Pinski changed: What|Removed |Added Keywords||rejects-valid

[Bug c++/88371] Gratuitous (?) warning regarding an implicit conversion in pointer arithmetic

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88371 Andrew Pinski changed: What|Removed |Added CC||ian at geometrian dot com --- Comment

[Bug c++/87129] -Wsign-conversion Erroneously Triggered When Dereferencing Pointer From Implicit User Conversion

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87129 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

Results for 14.0.1 20240405 (experimental) [src r14-9808-ga844095e17c] (GCC) testsuite on powerpc-ibm-aix7.2.5.0

2024-04-06 Thread David Edelsohn via Gcc-testresults
LAST_UPDATED: Fri Apr 5 13:12:53 UTC 2024 (revision r14-9808-ga844095e17c) Native configuration is powerpc-ibm-aix7.2.5.0 === g++ tests === Running target unix FAIL: g++.dg/compat/eh/new1 cp_compat_x_tst.o-cp_compat_y_tst.o execute XPASS: g++.dg/debug/pr46583.C -gdwarf-2 -g1

[Bug c++/66586] Template backtrace is truncated/absent after 'template argument deduction/substitution failed:'

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66586 --- Comment #5 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > Dup. > > *** This bug has been marked as a duplicate of bug 56842 *** I should dup and fixed in GCC 9.1.0.

[Bug c++/56842] Argument deduction failure note is empty for alias template

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56842 Andrew Pinski changed: What|Removed |Added CC||lucdanton at free dot fr --- Comment #3

[Bug c++/66586] Template backtrace is truncated/absent after 'template argument deduction/substitution failed:'

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66586 Andrew Pinski changed: What|Removed |Added Known to work||9.1.0 Status|NEW

[Bug c++/84358] error message (missing call to class contructor): misleading source code location

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84358 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2018-02-13 00:00:00 |2024-4-6 --- Comment #2 from Andrew

[Bug c++/87063] Const subobject with const assignment operator, but operator anyway deleted

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87063 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/87063] Const subobject with const assignment operator, but operator anyway deleted

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87063 --- Comment #1 from Andrew Pinski --- EDG also rejects this: ``` "", line 21: error: function "foo::operator=(const foo &)" (declared implicitly) cannot be referenced -- it is a deleted function a = foo(); ^ ``` I remember there

[Bug c++/87791] Unnecessary zero-initialization of constexpr unions in arrays

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87791 --- Comment #1 from Andrew Pinski --- Hmm, GCC is acting treating `Arr a;` like `Arr a{};`. I have not looked into why though.

[Bug modula2/114617] gm2 is unable to resolve const expression using relative operators ICE

2024-04-06 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114617 Gaius Mulley changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/53251] template keyword ignored between -> and member under name collision with non-member

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53251 Andrew Pinski changed: What|Removed |Added CC||ramon.garcia.f+gcc at gmail dot co

[Bug c++/81526] In structure defined inside template function, template arguments inside the structure are not accepted to have template members.

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81526 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[gcc r14-9823] PR modula2/114617 gm2 unable to resolve const expressions using relop ICE

2024-04-06 Thread Gaius Mulley via Gcc-cvs
https://gcc.gnu.org/g:4e3c8257304c55f2ebfb24bd6de3236bda0f054e commit r14-9823-g4e3c8257304c55f2ebfb24bd6de3236bda0f054e Author: Gaius Mulley Date: Sat Apr 6 23:45:35 2024 +0100 PR modula2/114617 gm2 unable to resolve const expressions using relop ICE This patch allows cc1gm2 to

[Bug modula2/114617] gm2 is unable to resolve const expression using relative operators ICE

2024-04-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114617 --- Comment #4 from GCC Commits --- The master branch has been updated by Gaius Mulley : https://gcc.gnu.org/g:4e3c8257304c55f2ebfb24bd6de3236bda0f054e commit r14-9823-g4e3c8257304c55f2ebfb24bd6de3236bda0f054e Author: Gaius Mulley Date:

gcc-13-20240406 is now available

2024-04-06 Thread GCC Administrator via Gcc
Snapshot gcc-13-20240406 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20240406/ and on various mirrors, see https://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 13 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Results for 20240406 master r14-9822-g93adf88cc6744a (GCC) testsuite on aarch64-unknown-linux-gnu

2024-04-06 Thread Gaius Mulley via Gcc-testresults
$ ../configure --prefix=/home/gaius/opt --libexecdir=/home/gaius/opt/lib --enable-host-shared --enable-threads=posix --enable-clocale=gnu --enable-checking --enable-long-longx --enable-languages=m2 --disable-multilib --enable-plugin --enable-bootstrap gcc-branch: master git commit

[Bug c++/80594] error: ‘SDL_Window’ does not name a type

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80594 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/77887] -Wimplicit-fallthrough fails to trigger in unused inline functions

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77887 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-04-06 Ever confirmed|0

Results for 14.0.1 20240405 (experimental) [master r14-9822-g93adf88cc67] (GCC) testsuite on s390x-ibm-linux-gnu default

2024-04-06 Thread stefansf--- via Gcc-testresults
LAST_UPDATED: Sat Apr 6 17:05:16 UTC 2024 (revision r14-9822-g93adf88cc67) === acats tests === FAIL: cb1010a === acats Summary === # of expected passes2327 # of unexpected failures1 Native configuration is s390x-ibm-linux-gnu default

[Bug c++/53341] overloaded operator delete(void *) appear in object file even when not directly used

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53341 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Target Milestone|---

[Bug target/114004] GCC emits a superfluous instruction for simple test case on ppc

2024-04-06 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114004 --- Comment #2 from Segher Boessenkool --- So, the rlwinm keeps all the top 32 bits intact, but those are all zero to begin with. Somehow we don't see that, or don't take that into account anyway.

[Bug c/114622] New: memcmp -Wstringop-overread false positive

2024-04-06 Thread arnaud.lb at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114622 Bug ID: 114622 Summary: memcmp -Wstringop-overread false positive Product: gcc Version: 13.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/105520] Ignores constraint in auto declaration with braced-init-list

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105520 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Blocks|

[Bug c++/99925] Missing 'inconsistent deduction for ‘auto’' error when using type-constraint placeholder

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99925 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug c++/81270] [concepts] ill-formed code with a constrained variable declaration with multiple declarators with different deduced types not rejected

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81270 Andrew Pinski changed: What|Removed |Added CC||hewillk at gmail dot com --- Comment #3

[Bug c++/81270] [concepts] ill-formed code with a constrained variable declaration with multiple declarators with different deduced types not rejected

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81270 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2019-10-15 00:00:00 |2024-4-6 --- Comment #2 from Andrew

[Bug c++/80438] Variadic template class argument deduction failure from variadic constructor deduction guide

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80438 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Results for 12.3.1 20240405 [releases/gcc-12 0611f480013fe998b9657a6b51d645c4b1489bbe] (GCC) testsuite on sparc-sun-solaris2.11

2024-04-06 Thread Rainer Orth
LAST_UPDATED: Fri Apr 5 09:11:12 UTC 2024 (revision 0611f480013fe998b9657a6b51d645c4b1489bbe) === acats tests === === acats Summary === # of expected passes2328 # of unexpected failures0 Native configuration is sparc-sun-solaris2.11

Re: [PATCH 0/2] Condition coverage fixes

2024-04-06 Thread Jørgen Kvalsvik
On 06/04/2024 13:15, Jørgen Kvalsvik wrote: On 06/04/2024 07:50, Richard Biener wrote: Am 05.04.2024 um 21:59 schrieb Jørgen Kvalsvik : Hi, I propose these fixes for the current issues with the condition coverage. Rainer, I propose to simply delete the test with __sigsetjmp. I don't

[Bug c++/90137] Using declaration (constructor inheritance) prevents overriding

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90137 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

Results for 14.0.1 20240405 (experimental) [master r14-9821-g09992f8b881] (GCC) testsuite on i686-pc-linux-gnu

2024-04-06 Thread H.J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 13:30:36 UTC 2024 (revision r14-9821-g09992f8b881) Native configuration is i686-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 -DPREVENT_OPTIMIZATION

[Bug target/114621] [11/12/13/14 Regression] ICE: in extract_insn, at recog.cc:2812 (unrecognizable insn) with -O -fpie and _Thread_local with large offset

2024-04-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114621 Andrew Pinski changed: What|Removed |Added Known to fail||4.6.4 Summary|ICE: in

Results for 14.0.1 20240405 (experimental) [master-ia32 r14-9821-g09992f8b881] (GCC) testsuite on i686-pc-linux-gnu

2024-04-06 Thread H.J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 13:30:30 UTC 2024 (revision r14-9821-g09992f8b881) Native configuration is i686-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -O1 -DPREVENT_OPTIMIZATION

[Bug target/114621] New: ICE: in extract_insn, at recog.cc:2812 (unrecognizable insn) with -O -fpie and _Thread_local with large offset

2024-04-06 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114621 Bug ID: 114621 Summary: ICE: in extract_insn, at recog.cc:2812 (unrecognizable insn) with -O -fpie and _Thread_local with large offset Product: gcc Version:

Results for 14.0.1 20240405 (experimental) [master r14-9817-g4b02dd48f531ea] (GCC) testsuite on m68k-unknown-linux-gnu

2024-04-06 Thread Andreas Schwab
t;__atomic_fetch_add" 1 FAIL: c-c++-common/gomp/atomic-9.c -std=gnu++14 scan-tree-dump-times ompexp "__atomic_fetch_add" 1 FAIL: c-c++-common/gomp/atomic-9.c -std=gnu++17 scan-tree-dump-times ompexp "__atomic_fetch_add" 1 FAIL: c-c++-common/gomp/atomic-9.c -std=gnu++20 s

C/C++ results under Intel SDE for 14.0.1 20240405 (experimental) [native/master r14-9822-g93adf88cc67] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 16:40:05 UTC 2024 (revision r14-9822-g93adf88cc67) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target sde FAIL: gcc.target/i386/apx-ndd-tls-1b.c scan-assembler-times addq[ \\t]+%r[a-z0-9]+, a@gottpoff(%rip),

Results for 14.0.1 20240405 (experimental) [native/master r14-9822-g93adf88cc67] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 16:40:05 UTC 2024 (revision r14-9822-g93adf88cc67) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 (test for warnings, line 72) XPASS: gcc.dg/Wstringop-overflow-47.c pr97027

[ia64] HP Sim: gcc-14-20240331 w/LRA enabled

2024-04-06 Thread Frank Scheiner via Gcc-testresults
root@dl380-g7:~/ski-test# time ./run_ski_test.bash /usr/src/ski/ski-bootloader/ski-bootloader /boot/vmlinux-6.9.0-rc2-53f733c9-ia64-ski-00023-g53f733c9-dirty loading /boot/vmlinux-6.9.0-rc2-53f733c9-ia64-ski-00023-g53f733c9-dirty... probing initramfs ... initramfs not passed

[ia64] rx2800 i2: gcc-14-20240331 w/LRA enabled

2024-04-06 Thread Frank Scheiner via Gcc-testresults
ELILO v3.16 for EFI/IA-64 .. Uncompressing Linux... done Loading file AC10027B.initrd.img...done [0.00] Linux version 6.9.0-rc2-53f733c9-ia64-w-gcc-14-20240331-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240331 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Tue Apr 2

[ia64] rx6600: gcc-14-20240331 w/LRA enabled

2024-04-06 Thread Frank Scheiner via Gcc-testresults
ELILO v3.16 for EFI/IA-64 .. Uncompressing Linux... done Loading file AC100287.initrd.img...done [0.00] Linux version 6.9.0-rc2-53f733c9-ia64-w-gcc-14-20240331-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240331 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Tue Apr 2

[ia64] rx2660: gcc-14-20240331 w/LRA enabled

2024-04-06 Thread Frank Scheiner via Gcc-testresults
Booting `T2 (diskless)' Loading Linux kernel ... Loading initial ramdisk ... [0.00] Linux version 6.9.0-rc2-53f733c9-ia64-w-gcc-14-20240331-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240331 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Tue Apr 2 12:00:27 CEST 2024 [

[ia64] rx2620: gcc-14-20240331 w/LRA enabled

2024-04-06 Thread Frank Scheiner via Gcc-testresults
ELILO v3.16 for EFI/IA-64 .. Uncompressing Linux... done Loading file AC100221.initrd.img...done [0.00] Linux version 6.9.0-rc2-53f733c9-ia64-w-gcc-14-20240331-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240331 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Tue Apr 2

[ia64] rx4640: gcc-14-20240331 w/LRA enabled

2024-04-06 Thread Frank Scheiner via Gcc-testresults
ELILO v3.16 for EFI/IA-64 .. Uncompressing Linux... done Loading file AC10025C.initrd.img...done [0.00] Linux version 6.9.0-rc2-53f733c9-ia64-w-gcc-14-20240331-lra (root@dl380-g7) (ia64-linux-gcc (GCC) 14.0.1 20240331 (experimental), GNU ld (GNU Binutils) 2.42) #1 SMP Tue Apr 2

[ia64] Combined gcc(-14) snapshot and Linux mainline testing cont.

2024-04-06 Thread Frank Scheiner via Gcc-testresults
Hi all, Please note that the results following this message can differ to some degree from the results from last week, due to: * New minor Linux kernel version: v6.9-rc1 => v6.9-rc2 * New binutils version: 2.41 => 2.42 * including support for zram in the kernel configuration In the following

Regressions on releases/gcc-13 at commit r13-8591 vs commit r13-8578 on Linux/x86_64

2024-04-06 Thread H.J. Lu via Gcc-regression
Regressions on releases/gcc-13 at commit r13-8591 vs commit r13-8578 on Linux/x86_64 New failures: FAIL: gcc.dg/vect/vect-bic-bitmask-11.c -flto -ffat-lto-objects (test for excess errors) FAIL: gcc.dg/vect/vect-bic-bitmask-11.c -flto -ffat-lto-objects (test for excess errors) FAIL:

Results for 13.2.1 20240405 [releases/gcc-13 r13-8591-g045de0ab586] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H.J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 04:30:05 UTC 2024 (revision r13-8591-g045de0ab586) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix FAIL: gcc.dg/analyzer/data-model-4.c (test for excess errors) FAIL: gcc.dg/analyzer/torture/conftest-1.c -O0 (test

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9822-g93adf88cc6] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-06 Thread Bill Seurer (POWER8) via Gcc-testresults
git commit g:93adf88cc6744aa2c732b765e1e3b96e66cb3300 gcc-descr r14-9822-g93adf88cc6744a power8 Linux 5.4.0-174-generic ppc64le GNU Make 4.2.1 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Apr 6 15:47:15 UTC 2024

[Bug rtl-optimization/114415] [13 Regression] wrong code with -Oz -fno-dce -fno-forward-propagate -flive-range-shrinkage -fweb since r13-1826

2024-04-06 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114415 --- Comment #9 from Jeffrey A. Law --- Yea. I think my first one in this space was in the mid 90s on the PA. Sigh.

[PATCH] s390: Fix s390_const_int_pool_entry_p and movdi peephole2 [PR114605]

2024-04-06 Thread Jakub Jelinek
Hi! The following testcase is miscompiled, because we have initially a movti which loads the 0x3f803f80ULL TImode constant from constant pool. Later on we split it into a pair of DImode loads. Now, for the first load (why just that?, though not stage4 material) we trigger the peephole2

Regressions on master at commit r14-9817 vs commit r14-9810 on Linux/x86_64

2024-04-06 Thread H.J. Lu via Gcc-regression
Regressions on master at commit r14-9817 vs commit r14-9810 on Linux/x86_64 New failures: New passes: FAIL: gcc.dg/lto/save-temps c_lto_save-temps_0.o-c_lto_save-temps_0.o link, -O -flto -save-temps FAIL: gcc.dg/torture/convert-dfp-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects

Results for 14.0.1 20240405 (experimental) [master r14-9817-g4b02dd48f53] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H.J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 00:30:05 UTC 2024 (revision r14-9817-g4b02dd48f53) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/guality/example.c -O0 execution test XPASS: gcc.dg/guality/example.c -Og -DPREVENT_OPTIMIZATION

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9822-g93adf88cc6] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-06 Thread Bill Seurer (POWER9 IEEE128) via Gcc-testresults
git commit g:93adf88cc6744aa2c732b765e1e3b96e66cb3300 gcc-descr r14-9822-g93adf88cc6744a power9 IEEE128 Linux 6.9.0-0.rc2.20240402git026e680b0a08.24.fc41.ppc64le ppc64le GNU Make 4.4.1 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit

Re: Patches submission policy change

2024-04-06 Thread Mark Wielaard
Hi, On Fri, 2024-04-05 at 09:17 +0200, Christophe Lyon wrote: > On 4/4/24 23:35, Mark Wielaard wrote: > > wrt to the mailinglists maybe getting larger patches, I think most > > will still be under 400K and I wouldn't raise the limit (because most > > such larger emails are really just spam). But

Results for 14.0.1 20240405 (experimental) [remotes/origin/HEAD r14-9822-g93adf88cc67] (GCC) testsuite on powerpc64le-unknown-linux-gnu

2024-04-06 Thread Bill Seurer (POWER9) via Gcc-testresults
git commit g:93adf88cc6744aa2c732b765e1e3b96e66cb3300 gcc-descr r14-9822-g93adf88cc6744a power9 Linux 5.15.0-97-generic ppc64le GNU Make 4.3 DejaGnu: DejaGnu version 1.6.2 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Apr 6 14:49:28 UTC 2024

Results for 14.0.1 20240405 (experimental) [master r14-9822-g93adf88cc6] (GCC) testsuite on powerpc64-unknown-linux-gnu

2024-04-06 Thread Bill Seurer (POWER9 BE) via Gcc-testresults
git commit g:93adf88cc6744aa2c732b765e1e3b96e66cb3300 gcc-descr r14-9822-g93adf88cc6744a power9 BE Linux 6.7.9-powerpc64 ppc64 GNU Make 4.3 DejaGnu: DejaGnu version 1.6.3 Expect version 5.45.4 Tcl version 8.6 64-bit LAST_UPDATED: Sat Apr 6 14:34:00 UTC 2024

[Bug ada/114593] [11/12/13/14 regression] bogus error on type conversion in instantiation of child unit inside generic child unit

2024-04-06 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114593 Eric Botcazou changed: What|Removed |Added Last reconfirmed||2024-04-06 CC|

Re: Sourceware mitigating and preventing the next xz-backdoor

2024-04-06 Thread Martin Uecker via Gcc
Am Samstag, dem 06.04.2024 um 15:00 +0200 schrieb Richard Biener: > On Fri, Apr 5, 2024 at 11:18 PM Andrew Sutton via Gcc wrote: > > > > > > > > > > > > > > > I think the key difference here is that Autotools allows arbitrarily > > > generated code to be executed at any time. More modern

Results for 14.0.1 20240405 (experimental) [master revision gcc-14-9822-g93adf88cc67] (GCC) testsuite on arm-unknown-eabi

2024-04-06 Thread ci_notify--- via Gcc-testresults
# From https://ci.linaro.org/job/tcwg_gnu_embed_check_gcc--master-thumb_m33_eabi-build/404/: LAST_UPDATED: 2024-04-06T15:41:19+00:00 (master revision gcc-14-9822-g93adf88cc67) arm-eabi {-mthumb/-march=armv8-m.main+dsp+fp/-mtune=cortex-m33/-mfloat-abi=hard/-mfpu=auto} Target is arm-unknown-eabi

C/C++ results under Intel SDE for 14.0.1 20240405 (experimental) [native/master r14-9821-g09992f8b881] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 13:40:06 UTC 2024 (revision r14-9821-g09992f8b881) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target sde FAIL: gcc.target/i386/apx-ndd-tls-1b.c scan-assembler-times addq[ \\t]+%r[a-z0-9]+, a@gottpoff(%rip),

Results for 14.0.1 20240405 (experimental) [native/master r14-9821-g09992f8b881] (GCC) testsuite on x86_64-pc-linux-gnu

2024-04-06 Thread H. J. Lu via Gcc-testresults
LAST_UPDATED: Sat Apr 6 13:40:06 UTC 2024 (revision r14-9821-g09992f8b881) Native configuration is x86_64-pc-linux-gnu === gcc tests === Running target unix XPASS: gcc.dg/Wstringop-overflow-47.c pr97027 (test for warnings, line 72) XPASS: gcc.dg/Wstringop-overflow-47.c pr97027

  1   2   >