[Bug modula2/108153] New: Profiled lto bootstrap failure with modula2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108153 Bug ID: 108153 Summary: Profiled lto bootstrap failure with modula2 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modu

[Bug testsuite/108152] gcc.dg/pr71558.c fails for LLP64

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108152 --- Comment #1 from Andrew Pinski --- { dg-options "" }

[Bug testsuite/108152] New: gcc.dg/pr71558.c fails for LLP64

2022-12-16 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108152 Bug ID: 108152 Summary: gcc.dg/pr71558.c fails for LLP64 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: testsuite

[Bug testsuite/108151] gcc.dg/pr64536.c stores pointers in a long, broken for llp64

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108151 Andrew Pinski changed: What|Removed |Added Target||*-*-mingw* --- Comment #1 from Andrew P

[Bug testsuite/108151] New: gcc.dg/pr64536.c stores pointers in a long, broken for llp64

2022-12-16 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108151 Bug ID: 108151 Summary: gcc.dg/pr64536.c stores pointers in a long, broken for llp64 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug c/108150] New: gcc.dg/attr-aligned.c fails with incorrect max alignment

2022-12-16 Thread nightstrike at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108150 Bug ID: 108150 Summary: gcc.dg/attr-aligned.c fails with incorrect max alignment Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal P

[Bug modula2/107612] plugin/m2rte doesn't build on Mac OS X 10.7

2022-12-16 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107612 --- Comment #9 from Iain Sandoe --- mystery solved. The symbols are also undefined on Linux, but the linux linker silently allows this. To do this on Darwin, we have to add -Wl,-undefined,dynamic_lookup However, this mode is looking like it's

[Bug c++/102780] Checking constraints using large fold expression is slow

2022-12-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102780 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug libgcc/107675] [13 Regression] GCC-13 is significantly slower to startup on C++ statically linked programs

2022-12-16 Thread tneumann at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107675 --- Comment #16 from Thomas Neumann --- I have committed a fix: commit 6e56633daae79f514b0e71f4d9849bcd8d9ce71f Author: Thomas Neumann Date: Fri Dec 9 18:23:44 2022 +0100 initialize fde objects lazily When registering an unwind fram

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #12 from Gaius Mulley --- The patch LGTM.

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 Gaius Mulley changed: What|Removed |Added CC||gaius at gcc dot gnu.org --- Comment #11

[Bug target/108149] rs6000: e500mc64 was never released

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108149 --- Comment #2 from Andrew Pinski --- https://gcc.gnu.org/pipermail/gcc-patches/2009-November/273251.html was when it was added. See also https://patchwork.ozlabs.org/project/linuxppc-dev/patch/1384936551-8494-1-git-send-email-tiejun.c...@windr

[Bug target/108149] rs6000: e500mc64 was never released

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

[Bug target/108149] rs6000: e500mc64 was never released

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108149 Segher Boessenkool changed: What|Removed |Added Target||powerpc* Severity|normal

[Bug target/108149] New: rs6000: e500mc64 was never released

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108149 Bug ID: 108149 Summary: rs6000: e500mc64 was never released Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 Patrick Palka changed: What|Removed |Added Target Milestone|12.0|10.5 Resolution|---

[Bug c++/102780] Checking constraints using large fold expression is slow

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102780 --- Comment #6 from CVS Commits --- The releases/gcc-10 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:16605ad9b1e1a6c5aab2c98b5b0f995285584f81 commit r10-11124-g16605ad9b1e1a6c5aab2c98b5b0f995285584f81 Author: Patrick Palka

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 --- Comment #11 from CVS Commits --- The releases/gcc-10 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:16605ad9b1e1a6c5aab2c98b5b0f995285584f81 commit r10-11124-g16605ad9b1e1a6c5aab2c98b5b0f995285584f81 Author: Patrick Palka

[Bug c++/102780] Checking constraints using large fold expression is slow

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102780 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:71d2567a678b01a3a59064d22e0f9165be9e93c3 commit r11-10424-g71d2567a678b01a3a59064d22e0f9165be9e93c3 Author: Patrick Palka

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:71d2567a678b01a3a59064d22e0f9165be9e93c3 commit r11-10424-g71d2567a678b01a3a59064d22e0f9165be9e93c3 Author: Patrick Palka

[Bug libstdc++/72792] [6/7 Regression] allocator_traits is too strict about rebinding

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72792 --- Comment #12 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:64c986b49558a7c356b85bda85195216936c29a3 commit r13-4752-g64c986b49558a7c356b85bda85195216936c29a3 Author: Jonathan Wakely Date:

[Bug c++/107768] Bogus -Wzero-as-null-pointer-constant in coroutine

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107768 --- Comment #9 from CVS Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:0b1d66658ecdcc3d9251641a0b902b4c73ace303 commit r13-4751-g0b1d66658ecdcc3d9251641a0b902b4c73ace303 Author: Andrew Pinski Date: T

[Bug tree-optimization/108139] [13 Regression] wrong code with "-O1 -ftree-vrp" on x86_64-linux-gnu since r13-1938-g87dd4c8c83768aaf

2022-12-16 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108139 --- Comment #4 from Andrew Macleod --- 9->6 edge, not 6->9...

[Bug tree-optimization/108139] [13 Regression] wrong code with "-O1 -ftree-vrp" on x86_64-linux-gnu since r13-1938-g87dd4c8c83768aaf

2022-12-16 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108139 --- Comment #3 from Andrew Macleod --- (In reply to Andrew Pinski from comment #2) > Folding statement: if (a.3_5 != 0) > Folding predicate a.3_5 != 0 to 1 > Folded into: if (1 != 0) > > I don't see how that could be possible. There is some iss

[Bug analyzer/106479] FAIL: gcc.dg/analyzer/pr104308.c (test for warnings, line 9)

2022-12-16 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106479 --- Comment #3 from David Malcolm --- (In reply to David Malcolm from comment #2) > Thanks; should be fixed by the above patch (lightly tested with > hppa-linux-gnu and riscv32-unknown-linux-gnu). ...referring to the FAIL at line 9. I believe

[Bug analyzer/106479] FAIL: gcc.dg/analyzer/pr104308.c (test for warnings, line 9)

2022-12-16 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106479 David Malcolm changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug middle-end/99579] gmon.out not created with -O0 but otherwise is

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99579 Andrew Pinski changed: What|Removed |Added CC||Sid.Touati at inria dot fr --- Comment #

[Bug other/108146] gcc -pg does not produce gmon.out

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

[Bug middle-end/99579] gmon.out not created with -O0 but otherwise is

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99579 Andrew Pinski changed: What|Removed |Added Resolution|WORKSFORME |MOVED --- Comment #4 from Andrew Pinski

[Bug analyzer/106479] FAIL: gcc.dg/analyzer/pr104308.c (test for warnings, line 9)

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106479 --- Comment #1 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:2fdc8546b5c6cb1fe254e40b5bdd19ed6fbb44da commit r13-4750-g2fdc8546b5c6cb1fe254e40b5bdd19ed6fbb44da Author: David Malcolm Date: F

[Bug other/108146] gcc -pg does not produce gmon.out

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108146 --- Comment #3 from Andrew Pinski --- (In reply to Sid.Touati from comment #2) > Hi, > this bug has been reported to the gcov-profile component [Bug > gcov-profile/108146], Martin Liška found that it is more appropriate to > submit it to glibC g

[Bug tree-optimization/108139] [13 Regression] wrong code with "-O1 -ftree-vrp" on x86_64-linux-gnu since r13-1938-g87dd4c8c83768aaf

2022-12-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108139 --- Comment #2 from Andrew Pinski --- Folding statement: if (a.3_5 != 0) Folding predicate a.3_5 != 0 to 1 Folded into: if (1 != 0) I don't see how that could be possible. There is some issue coming from the (not used on this path) uninitialize

[Bug rust/108113] Rust and --enable-link-serialization=1

2022-12-16 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108113 Thomas Schwinge changed: What|Removed |Added CC||tschwinge at gcc dot gnu.org --- Comm

[Bug rtl-optimization/90706] [10/11/12/13 Regression] Useless code generated for stack / register operations on AVR

2022-12-16 Thread vmakarov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90706 --- Comment #17 from Vladimir Makarov --- I've reverted my patch as it resulted in two new PRs. I'll do more work on this PR and I'll start this job in Jan.

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #10 from Jakub Jelinek --- (In reply to Segher Boessenkool from comment #9) > This is because of crtl->outgoing_args_size for varargs functions. It is not > specific to ELFv2 afaics? Not sure why it seems to be easier to hit proble

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #9 from Segher Boessenkool --- (In reply to Jakub Jelinek from comment #8) > Short test that shows that on powerpc64le-linux: > void foo (int, ...); > void bar (int); > int baz (void) { foo (1); return 0; } > int qux (void) { bar (1)

[Bug sanitizer/108106] [13 Regression] /usr/bin/ld: .libs/hwasan_setjmp_x86_64.o: relocation R_X86_64_PC32 against symbol `__interceptor_sigsetjmp' can not be used when making a shared object; recompi

2022-12-16 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108106 --- Comment #9 from Thomas Schwinge --- Comment on attachment 54114 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54114 Add __interceptor_sigsetjmp_internal Voilà: $ size build-gcc/x86_64-pc-linux-gnu/libsanitizer/hwasan/.libs/libhw

[Bug target/108145] [13 regression] ICE in from_reg_br_prob_base, at profile-count.h:259

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108145 --- Comment #3 from CVS Commits --- The master branch has been updated by Vladimir Makarov : https://gcc.gnu.org/g:b50fe16a3b2214c418ecc5febc0bb21bc17912b7 commit r13-4749-gb50fe16a3b2214c418ecc5febc0bb21bc17912b7 Author: Vladimir N. Makarov

[Bug testsuite/108141] [13 Regression] gcc.target/i386/pr64110.c FAIL since r13-4727 on ia32

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108141 --- Comment #5 from CVS Commits --- The master branch has been updated by Vladimir Makarov : https://gcc.gnu.org/g:b50fe16a3b2214c418ecc5febc0bb21bc17912b7 commit r13-4749-gb50fe16a3b2214c418ecc5febc0bb21bc17912b7 Author: Vladimir N. Makarov

[Bug rtl-optimization/108086] [11/12/13 Regression] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449

2022-12-16 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108086 rsandifo at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rsandifo at gcc dot

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #8 from Jakub Jelinek --- Short test that shows that on powerpc64le-linux: void foo (int, ...); void bar (int); int baz (void) { foo (1); return 0; } int qux (void) { bar (1); return 0; } one gets at -O2 96 byte sized frame in baz ca

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 Jakub Jelinek changed: What|Removed |Added Ever confirmed|0 |1 Assignee|gaius at gcc dot g

[Bug rtl-optimization/108148] New: ICE on valid code with "-O3 -fno-inline-functions-called-once -fno-inline-small-functions -fno-tree-ccp -fno-tree-dce -fno-tree-vrp" on x86_64-linux-gnu: maximum num

2022-12-16 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
--disable-werror --enable-multilib --with-system-zlib Thread model: posix Supported LTO compression algorithms: zlib gcc version 13.0.0 20221216 (experimental) [master r13-4745-g92eb0adc14a] (GCC) [593] % [593] % gcctk -O3 -fno-inline-functions-called-once -fno-inline-small-functions -fno-tree-ccp -fn

[Bug target/108145] [13 regression] ICE in from_reg_br_prob_base, at profile-count.h:259

2022-12-16 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108145 Rainer Orth changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Comment #

[Bug c++/97720] Sometimes std::current_exception does not work properly in the terminate handler

2022-12-16 Thread m101010a at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97720 --- Comment #3 from m101010a at gmail dot com --- After looking into this more, I have confirmed that this is definitely the cause of bug 97339, and found a simpler reproduction in bug 55918 comment #4: #include class Foo { public: Foo() { s

[Bug sanitizer/108106] [13 Regression] /usr/bin/ld: .libs/hwasan_setjmp_x86_64.o: relocation R_X86_64_PC32 against symbol `__interceptor_sigsetjmp' can not be used when making a shared object; recompi

2022-12-16 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108106 H.J. Lu changed: What|Removed |Added Attachment #54106|0 |1 is obsolete|

[Bug sanitizer/108106] [13 Regression] /usr/bin/ld: .libs/hwasan_setjmp_x86_64.o: relocation R_X86_64_PC32 against symbol `__interceptor_sigsetjmp' can not be used when making a shared object; recompi

2022-12-16 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108106 --- Comment #7 from H.J. Lu --- It is about -mshared: [hjl@gnu-cfl-3 tmp]$ cat foo.s jmp __interceptor_sigsetjmp .globl __interceptor_sigsetjmp __interceptor_sigsetjmp: nop [hjl@gnu-cfl-3 tmp]$ as -o foo.o foo.s [hjl@

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #6 from Jakub Jelinek --- Actually, I see: grep WarningAtf /tmp/*.ii /tmp/M2Emit.ii:extern void m2linemap_WarningAtf (m2linemap_location_t location, void * message); /tmp/M2Emit.ii: m2linemap_WarningAtf (M2LexBuf_TokenToLocation

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 Segher Boessenkool changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #4 from Jakub Jelinek --- => 0xbac0 : std r0,16(r1) (gdb) p/x $r0 $46 = 0x1102fb0c (gdb) p/x $r1 $47 = 0x7fffe600 so lr stored to 0x7fffe610, then 0xbac4 : stdur1,-48(r1) On entry to m2l

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #3 from Segher Boessenkool --- >0x10ffc2e0 <+0>: lis r2,4563 >0x10ffc2e4 <+4>: addir2,r2,29696 >0x10ffc2e8 <+8>: mflrr0 >0x10ffc2ec <+12>: std r30,-16(r1) >0x

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #2 from Jakub Jelinek --- M2Emit_EmitError is: 71 extern "C" void M2Emit_EmitError (unsigned int error, unsigned int note, unsigned int token, DynamicStrings_String message) 72 { 73if (error) 74 { 75

[Bug modula2/108147] Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 --- Comment #1 from Jakub Jelinek --- The ICE seems to be during #0 0x10ffc2e8 in m2linemap_WarningAtf (location=456515, message=0x11f57210 "In procedure 'RegisterModule': unused parameter 'name' in procedure 'RegisterModule'") at .

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2022-12-16 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #4 from Segher Boessenkool --- (In reply to Richard Biener from comment #1) > Since the frontend is "new" we might want to say m2 only supports IEEE long > double on powerpc? No, the vast majority of powerpc*-* targets only supports

[Bug modula2/108147] New: Bootstrap failure on powerpc64le-linux with m2

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108147 Bug ID: 108147 Summary: Bootstrap failure on powerpc64le-linux with m2 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: m

[Bug c++/55918] Stack partially unwound when noexcept causes call to std::terminate

2022-12-16 Thread m101010a at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55918 m101010a at gmail dot com changed: What|Removed |Added CC||m101010a at gmail dot com ---

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2022-12-16 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #3 from Gaius Mulley --- > find gcc/m2 -type f | xargs grep long.double | wc -l > 222 its not perhaps quite as bad as 222, I think 100 cases as the directories pge-boot and mc-boot contain machine generated source code. find gcc/m

[Bug libgomp/108098] OpenMP/nvptx reverse offload execution test FAILs

2022-12-16 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098 --- Comment #4 from Tobias Burnus --- Indeed, the following seems to also help with an older CUDA / JIT compiler. Motivated by Thomas' work. If we are sure that CUDA 11.0 fixes it, we could generate that code only for: if (version2[0] < 7 ||

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 Patrick Palka changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ppalka at gcc dot gnu.org

[Bug libstdc++/108118] std::weak_ptr lacks a self-usurp check on move

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108118 --- Comment #6 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:92eb0adc14a5f84acce7e5bc780b81b1544b24aa commit r13-4745-g92eb0adc14a5f84acce7e5bc780b81b1544b24aa Author: Jonathan Wakely Date:

[Bug libgcc/108146] gcc -pg does not produce gmon.out

2022-12-16 Thread Sid.Touati at inria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108146 Sid.Touati at inria dot fr changed: What|Removed |Added Component|gcov-profile|libgcc --- Comment #2 from

[Bug middle-end/108127] FP due to combination of -Warray-bounds and UBSAN

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108127 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org Resolu

[Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56456 Bug 56456 depends on bug 108127, which changed state. Bug 108127 Summary: FP due to combination of -Warray-bounds and UBSAN https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108127 What|Removed |Added ---

[Bug gcov-profile/108146] gcc -pg does not produce gmon.out

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108146 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/90706] [10/11/12/13 Regression] Useless code generated for stack / register operations on AVR

2022-12-16 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90706 Georg-Johann Lay changed: What|Removed |Added CC||gjl at gcc dot gnu.org --- Comment #1

[Bug sanitizer/108106] [13 Regression] /usr/bin/ld: .libs/hwasan_setjmp_x86_64.o: relocation R_X86_64_PC32 against symbol `__interceptor_sigsetjmp' can not be used when making a shared object; recompi

2022-12-16 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108106 --- Comment #6 from Thomas Schwinge --- Comment on attachment 54106 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54106 An updated patch Yes, that does resolve the the libsanitizer/HWASan build failure.

[Bug tree-optimization/107608] [13 Regression] Failure on fold-overflow-1.c and pr95115.c

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107608 --- Comment #11 from Richard Biener --- (In reply to Jakub Jelinek from comment #10) > Some extra food for thought: > void bar (void); > > void > foo (double x) > { > if (x >= -16.0 && x <= 16.0) > { > double y = x + 32.0; > d

[Bug tree-optimization/107608] [13 Regression] Failure on fold-overflow-1.c and pr95115.c

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107608 --- Comment #10 from Jakub Jelinek --- Some extra food for thought: void bar (void); void foo (double x) { if (x >= -16.0 && x <= 16.0) { double y = x + 32.0; double z = y * 42.5; if (z < 600.0 || z > 3000.0) bar

[Bug libgomp/108098] OpenMP/nvptx reverse offload execution test FAILs

2022-12-16 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098 --- Comment #3 from Tobias Burnus --- The problem - at least when testing on a system with: NVIDIA-SMI 440.118.02 Driver Version: 440.118.02 CUDA Version: 10.2 seems to be that libgomp/plugin/plugin-nvptx.c's GOMP_OFFLOAD_load_image has:

[Bug gcov-profile/108146] New: gcc -pg does not produce gmon.out

2022-12-16 Thread Sid.Touati at inria dot fr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108146 Bug ID: 108146 Summary: gcc -pg does not produce gmon.out Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: gcov-profile

[Bug target/108145] [13 regression] ICE in from_reg_br_prob_base, at profile-count.h:259

2022-12-16 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108145 Rainer Orth changed: What|Removed |Added Target Milestone|--- |13.0

[Bug target/108145] [13 regression] ICE in from_reg_br_prob_base, at profile-count.h:259

2022-12-16 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108145 --- Comment #1 from Rainer Orth --- Created attachment 54111 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54111&action=edit preprocessed input

[Bug target/108145] New: [13 regression] ICE in from_reg_br_prob_base, at profile-count.h:259

2022-12-16 Thread ro at gcc dot gnu.org via Gcc-bugs
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org Target Milestone: --- Target: i386-pc-solaris2.11 Between 20221214 (330b9a8d87dd73e10539da618496ad4964fee26d) and 20221216

[Bug tree-optimization/108137] [12/13 Regression] ICE: segfault during GIMPLE pass: warn-printf since r12-523-g2254b3233b5bfa69

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108137 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug tree-optimization/108137] [12/13 Regression] ICE: segfault during GIMPLE pass: warn-printf since r12-523-g2254b3233b5bfa69

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108137 Martin Liška changed: What|Removed |Added Summary|[12/13 Regression] ICE: |[12/13 Regression] ICE:

[Bug c/108043] [13 Regression] ICE: in fold_convert_loc, at fold-const.cc:2618 on invalid function braced initializer since r13-2205-g14cfa01755a66afb

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108043 Jakub Jelinek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 --- Comment #8 from Martin Liška --- (In reply to Andrew Pinski from comment #4) > I think it was fixed by the patch which fixed/improved PR 102780: > r12-4769-g9927ecbb42d5b I can confirm this!

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-12-16 Ever confirmed|0

[Bug modula2/108144] m2 does not respect --enable-version-specific-runtime-libs

2022-12-16 Thread gaius at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108144 --- Comment #3 from Gaius Mulley --- Awesome - thanks for the pointer - will examine the subdirs problem simultaneously

[Bug tree-optimization/108139] [13 Regression] wrong code with "-O1 -ftree-vrp" on x86_64-linux-gnu since r13-1938-g87dd4c8c83768aaf

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108139 Martin Liška changed: What|Removed |Added Summary|[13 Regression] wrong code |[13 Regression] wrong code

[Bug rtl-optimization/108086] [11/12/13 Regression] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449

2022-12-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108086 --- Comment #14 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:da85bfc75024a92b97e60e4436863dd5789786ec commit r13-4743-gda85bfc75024a92b97e60e4436863dd5789786ec Author: Richard Biener Date:

[Bug ipa/108130] [13 Regression] LTO compile time hog seen on bootstrap-lto config since r13-4684-g7450b25566b7a7

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108130 --- Comment #1 from Richard Biener --- We probably have all the "external" summaries multiple times now?

[Bug modula2/108144] m2 does not respect --enable-version-specific-runtime-libs

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108144 --- Comment #2 from Richard Biener --- but the code is there, maybe it's confused by the subdirs?

[Bug middle-end/108140] ICE expanding __rbit

2022-12-16 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108140 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |12.3 CC|

[Bug modula2/108144] m2 does not respect --enable-version-specific-runtime-libs

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108144 --- Comment #1 from Richard Biener --- I think libatomic configure.ac / Makefile.am has the bits to copy here.

[Bug testsuite/108141] [13 Regression] gcc.target/i386/pr64110.c FAIL since r13-4727 on ia32

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108141 --- Comment #4 from Richard Biener --- (In reply to Jakub Jelinek from comment #3) [...] ... From this POV I think r13-4727 is actually a step backwards > because previously we were at least loading it into GPR, moving to SSE and > broadcasting

[Bug sanitizer/108072] [13 Regression] gcc/libbacktrace/elf.c:5144: multiple definition of `backtrace_uncompress_zstd' with --with-build-config=bootstrap-asan since r13-4547-g9df1ba9a35b86e

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108072 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/108141] [13 Regression] gcc.target/i386/pr64110.c FAIL since r13-4727 on ia32

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108141 --- Comment #3 from Jakub Jelinek --- Yeah. For the PR64110: typedef short V __attribute__((vector_size (32))); V foo (short x) { return (V) { x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x }; } we emit with -m64 -O2 -mavx2 vmovd %ed

[Bug modula2/108144] m2 does not respect --enable-version-specific-runtime-libs

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108144 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug modula2/108144] New: m2 does not respect --enable-version-specific-runtime-libs

2022-12-16 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108144 Bug ID: 108144 Summary: m2 does not respect --enable-version-specific-runtime-libs Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Pr

[Bug rtl-optimization/108086] [11/12/13 Regression] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108086 --- Comment #13 from Richard Biener --- (In reply to Richard Biener from comment #12) > A regression from GCC 10 which compiles this in 90s at -O1. > > Richard? Can you please look at this special-case of BB0 insn_info? The following might be

[Bug rtl-optimization/108086] [11/12/13 Regression] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108086 Richard Biener changed: What|Removed |Added Summary|internal compiler error: in |[11/12/13 Regression]

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment

[Bug testsuite/108141] [13 Regression] gcc.target/i386/pr64110.c FAIL since r13-4727 on ia32

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108141 Richard Biener changed: What|Removed |Added CC||crazylht at gmail dot com

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #2 from Jakub Jelinek --- For powerpc64le-linux, yes, sure. The question is if Modula has any C (etc.) interoperability and what would such a change mean to it. And, long double uses in the library find gcc/m2 -type f | xargs grep l

[Bug modula2/108143] LONGREAL and powerpc64le-linux

2022-12-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 --- Comment #1 from Richard Biener --- Since the frontend is "new" we might want to say m2 only supports IEEE long double on powerpc?

[Bug modula2/108143] New: LONGREAL and powerpc64le-linux

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143 Bug ID: 108143 Summary: LONGREAL and powerpc64le-linux Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: modula2

[Bug modula2/108142] New: Many empty directories created in the build directory

2022-12-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108142 Bug ID: 108142 Summary: Many empty directories created in the build directory Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug libgomp/108098] OpenMP/nvptx reverse offload execution test FAILs

2022-12-16 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108098 Thomas Schwinge changed: What|Removed |Added Last reconfirmed||2022-12-16 --- Comment #2 from Thomas

[Bug c++/108138] g++ 9+ takes 7-10x longer compiling constexpr

2022-12-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108138 --- Comment #6 from Jonathan Wakely --- Just for the record, since nobody seems to have said it yet, the slowdown is independent of the -std option. GCC 8 is fast even with -std=gnu++17 (instead of the default gnu++14) and GCC 11 is slow even wi

  1   2   >