Re: [PATCH v2] swap: Fix incorrect lane extraction by vec_extract() [PR106770]

2023-10-28 Thread Segher Boessenkool
Hi! Please say "rs6000/p8swap:" in the subject, not "swap:" :-) On Sun, Sep 10, 2023 at 10:58:32PM +0530, Surya Kumari Jangala wrote: > Another issue with always handling swappable instructions is that it is > incorrect to do so in webs where loads/stores on quad word aligned > addresses are

[COMMITTED] gcc: xtensa: fix salt/saltu version check

2023-10-28 Thread Max Filippov
gcc/ * config/xtensa/xtensa.h (TARGET_SALT): Change HW version from 26 (which corresponds to RF-2014.0) to 27 (which corresponds to RG-2015.0, the release where salt/saltu opcodes were introduced). --- gcc/config/xtensa/xtensa.h | 2 +- 1 file changed, 1

[PATCH] c++: fix noexcept checking for trivial operations [PR96090]

2023-10-28 Thread Nathaniel Shead
Bootstrapped and regtested on x86_64-pc-linux-gnu. -- >8 -- This patch stops eager folding of trivial operations (construction and assignment) from occurring when checking for noexceptness. This was previously done in PR c++/53025, but only for copy/move construction, and the __is_nothrow_xible

RE: [PATCH v1] RISC-V: Fix one range-loop-construct warning of avlprop

2023-10-28 Thread Li, Pan2
Committed, thanks Jeff. Pan -Original Message- From: Jeff Law Sent: Saturday, October 28, 2023 11:00 PM To: Li, Pan2 ; gcc-patches@gcc.gnu.org Cc: juzhe.zh...@rivai.ai; Wang, Yanzhang ; kito.ch...@gmail.com Subject: Re: [PATCH v1] RISC-V: Fix one range-loop-construct warning of

Re: [PATCH v3 1/2] c++: Initial support for P0847R7 (Deducing This) [PR102609]

2023-10-28 Thread waffl3x
I woke up today and figured it out in about 30 minutes, I don't know if this solution would be okay but I am running away from cp_build_addr_expr_1 for now. I think this is another place I will have the urge to refactor in the future, but if I keep looking at it right now I am just going to waste

[Bug spam/8943] spam

2023-10-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8943 Jonathan Wakely changed: What|Removed |Added Priority|P3 |P5 CC|gcc-bugs at gcc

[Bug target/111867] aarch64: Wrong code for bf16 literal load when the arch support +fp16

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111867 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|pinskia at gcc

[Bug d/112270] ICE: in verify_gimple_in_seq on powerpc-darwin9

2023-10-28 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112270 ibuclaw at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[committed] d: Fix ICE: in verify_gimple_in_seq on powerpc-darwin9 [PR112270]

2023-10-28 Thread Iain Buclaw
Hi, This patch fixes an ICE seen during stage2 on powerpc-darwin9 only. There were still some uses of GCC's boolean_type_node in the D front-end, which caused a type mismatch to trigger as D bool size is fixed to 1 byte on all targets. So two new nodes have been introduced - d_bool_false_node

[Bug d/112270] ICE: in verify_gimple_in_seq on powerpc-darwin9

2023-10-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112270 --- Comment #3 from CVS Commits --- The releases/gcc-12 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:8362293229626e608afeca8008ad23ea07cda1e7 commit r12-9949-g8362293229626e608afeca8008ad23ea07cda1e7 Author: Iain Buclaw

[Bug d/112270] ICE: in verify_gimple_in_seq on powerpc-darwin9

2023-10-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112270 --- Comment #2 from CVS Commits --- The releases/gcc-13 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:ab5c18d76497d52ade3c04c412060bc2d718d7ab commit r13-7990-gab5c18d76497d52ade3c04c412060bc2d718d7ab Author: Iain Buclaw

gcc-13-20231028 is now available

2023-10-28 Thread GCC Administrator via Gcc
Snapshot gcc-13-20231028 is now available on https://gcc.gnu.org/pub/gcc/snapshots/13-20231028/ and on various mirrors, see http://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

[Bug d/112270] ICE: in verify_gimple_in_seq on powerpc-darwin9

2023-10-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112270 --- Comment #1 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:10f1489dcb3bd9adccc88898bc12f53398fa3583 commit r14-4989-g10f1489dcb3bd9adccc88898bc12f53398fa3583 Author: Iain Buclaw Date: Sun

[Bug libstdc++/107885] H8/300: libsupc++/hash_bytes.cc fix shift-count-overflow warning

2023-10-28 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107885 Jeffrey A. Law changed: What|Removed |Added CC||law at gcc dot gnu.org

[Bug tree-optimization/112113] [14 Regression] wrong code at -O3 on x86_64-linux-gnu

2023-10-28 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112113 --- Comment #3 from Thomas Koenig --- (In reply to Thomas Koenig from comment #2) > According to bisection, f5fb9ff2396fd41fdd2e6d35a412e936d2d42f75 > is the first bad commit. Or, if anybody wants a link,

[Bug tree-optimization/112113] [14 Regression] wrong code at -O3 on x86_64-linux-gnu

2023-10-28 Thread tkoenig at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112113 Thomas Koenig changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment

[Bug tree-optimization/112271] Some `(a == CST) ? a OP b : CST` is not done in match

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112271 --- Comment #2 from Andrew Pinski --- the others: ``` int f_lshift(int a, int b) { int c = b>>a; int d; if (b == 0) d = c; else d = 0; return d; } int f_div(int a, int b) { a = 2; // Just needs to be non-negative int c = b/a; int

[Bug tree-optimization/112271] Some `(a == CST) ? a OP b : CST` is not done in match

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112271 --- Comment #1 from Andrew Pinski --- Actually this is basically moving absorbing_element_p to match.

[Bug tree-optimization/112271] Some `(a == CST) ? a OP b : CST` is not done in match

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112271 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-10-28

[Bug tree-optimization/112271] New: Some `(a == CST) ? a OP b : CST` is not done in match

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112271 Bug ID: 112271 Summary: Some `(a == CST) ? a OP b : CST` is not done in match Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: missed-optimization Severity:

[Bug c++/110075] Bogus -Wdangling-reference

2023-10-28 Thread roystgnr at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110075 Roy Stogner changed: What|Removed |Added CC||roystgnr at gmail dot com --- Comment #2

[Bug target/93877] [11/12/13/14 Regression] [SH] webkit2gtk fails to build with "internal compiler error: in extract_constrain_insn, at recog.c:2211"

2023-10-28 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93877 --- Comment #22 from John Paul Adrian Glaubitz --- (In reply to Andrew Pinski from comment #21) > (In reply to John Paul Adrian Glaubitz from comment #20) > > I don't think this is a duplicate. This one is supposed to be without -mlra. > > All

[Bug target/93877] [11/12/13/14 Regression] [SH] webkit2gtk fails to build with "internal compiler error: in extract_constrain_insn, at recog.c:2211"

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93877 --- Comment #21 from Andrew Pinski --- (In reply to John Paul Adrian Glaubitz from comment #20) > I don't think this is a duplicate. This one is supposed to be without -mlra. All of the comments here talk about -mlra and even that one all of

[Bug d/112270] New: ICE: in verify_gimple_in_seq on powerpc-darwin9

2023-10-28 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112270 Bug ID: 112270 Summary: ICE: in verify_gimple_in_seq on powerpc-darwin9 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug d/103578] d21 doesn't link on Darwin/i386

2023-10-28 Thread ibuclaw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103578 ibuclaw at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/93877] [11/12/13/14 Regression] [SH] webkit2gtk fails to build with "internal compiler error: in extract_constrain_insn, at recog.c:2211"

2023-10-28 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93877 --- Comment #20 from John Paul Adrian Glaubitz --- (In reply to Andrew Pinski from comment #19) > Dup of bug 83464. > > *** This bug has been marked as a duplicate of bug 83464 *** I don't think this is a duplicate. This one is supposed to be

[Bug c++/112269] [14 Regression] x86_64 GNU/Linux '-m32' multilib 'libstdc++-v3/include/complex:1493: internal compiler error: in tsubst_expr, at cp/pt.cc:21534'

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112269 --- Comment #1 from Andrew Pinski --- I suspect this is excess-precision related.

[Bug libstdc++/112263] [C++23] std::stacktrace does not identify symbols in shared library

2023-10-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112263 --- Comment #1 from Jonathan Wakely --- I'm not sure if this is a libstdc++ problem or should be component=libbacktrace

[Bug c++/112269] [14 Regression] x86_64 GNU/Linux '-m32' multilib 'libstdc++-v3/include/complex:1493: internal compiler error: in tsubst_expr, at cp/pt.cc:21534'

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112269 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |14.0

[Bug libstdc++/112097] _PSTL_EARLYEXIT_PRESENT macro doesn't correctly identify intel compilers.

2023-10-28 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112097 --- Comment #3 from Jonathan Wakely --- I hope the Intel devs got it right :)

[Bug c++/112269] New: [14 Regression] x86_64 GNU/Linux '-m32' multilib 'libstdc++-v3/include/complex:1493: internal compiler error: in tsubst_expr, at cp/pt.cc:21534'

2023-10-28 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112269 Bug ID: 112269 Summary: [14 Regression] x86_64 GNU/Linux '-m32' multilib 'libstdc++-v3/include/complex:1493: internal compiler error: in tsubst_expr, at cp/pt.cc:21534'

Re: [PATCH] tree-optimization/109334: Improve computation for access attribute

2023-10-28 Thread Martin Uecker
Thanks, Sid! (one comment below) Am Donnerstag, dem 26.10.2023 um 07:51 -0400 schrieb Siddhesh Poyarekar: > On 2023-10-26 04:37, Martin Uecker wrote: > > > /* ... and either PARM is void * or has a type that is complete and > > has a > > constant size... */ > > &&

[Bug rtl-optimization/112268] New: AVR-GCC generates suboptimal code for bit shifts

2023-10-28 Thread anton at tchekov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112268 Bug ID: 112268 Summary: AVR-GCC generates suboptimal code for bit shifts Product: gcc Version: 13.2.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/112267] New: "inline function constexpr used but never defined" warning in SFINAE context

2023-10-28 Thread falemagn at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112267 Bug ID: 112267 Summary: "inline function constexpr used but never defined" warning in SFINAE context Product: gcc Version: 14.0 Status: UNCONFIRMED Severity:

[Bug target/112265] [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)'

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112265 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |14.0 --- Comment #2 from Andrew Pinski

[Bug target/112265] [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)'

2023-10-28 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112265 Thomas Schwinge changed: What|Removed |Added CC||rguenth at gcc dot gnu.org ---

[PATCH,resend] hurd: Ad default-pie and static-pie support

2023-10-28 Thread Samuel Thibault
This fixes the Hurd spec in the default-pie case, and adds static-pie support. gcc/ChangeLog: * gcc/config/i386/gnu.h: Use PIE_SPEC, add static-pie case. * gcc/config/i386/gnu64.h: Use PIE_SPEC, add static-pie case. diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h

[PATCH,resend] hurd: Add multilib paths for gnu-x86_64

2023-10-28 Thread Samuel Thibault
We need the multilib paths in gcc to find e.g. glibc crt files on Debian. This is essentially based on t-linux64 version. gcc/ChangeLog: * gcc/config/i386/t-gnu64: New file. * gcc/config.gcc [x86_64-*-gnu*): Add i386/t-gnu64 to tmake_file. diff --git a/gcc/config.gcc

[RFC PATCH v1] c: Do not warn about external declaration following inline definition

2023-10-28 Thread Barnabás Pőcze
An external declaration following an inline definition is not redundant because it forces the compiler to emit an external definition for the function. That is, inline void f(void) { } [extern] void f(void); should not trigger the redundant redeclaration of ... warning. gcc/c/ChangeLog:

[Bug tree-optimization/112266] New: `constcall(a)` and `constcall(>b[0])` is not being optimized to one call

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112266 Bug ID: 112266 Summary: `constcall(a)` and `constcall(>b[0])` is not being optimized to one call Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords:

[Bug target/93877] [11/12/13/14 Regression] [SH] webkit2gtk fails to build with "internal compiler error: in extract_constrain_insn, at recog.c:2211"

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

[Bug target/83464] [SH] ICE: in final_scan_insn, at final.c:3025 with -mlra

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83464 --- Comment #7 from Andrew Pinski --- *** Bug 93877 has been marked as a duplicate of this bug. ***

[Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112115 --- Comment #7 from Andrew Pinski --- *** Bug 112114 has been marked as a duplicate of this bug. ***

[Bug target/112114] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (2NDMIX)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112114 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug tree-optimization/112123] Missed optimization of loop deletion because loop invariants are not identified

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112123 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112115 --- Comment #6 from Andrew Pinski --- *** Bug 112122 has been marked as a duplicate of this bug. ***

[Bug target/112122] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (TSUNAMI_FONT)

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

[Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112115 --- Comment #5 from Andrew Pinski --- *** Bug 112121 has been marked as a duplicate of this bug. ***

[Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112115 --- Comment #4 from Andrew Pinski --- *** Bug 112120 has been marked as a duplicate of this bug. ***

[Bug target/112121] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (FNT_TEST)

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

[Bug target/112120] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (GLTEST)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112120 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112115 --- Comment #3 from Andrew Pinski --- *** Bug 112119 has been marked as a duplicate of this bug. ***

[Bug target/112119] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (RUMBLE)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112119 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug target/112115] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (VMUBEEP)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112115 --- Comment #2 from Andrew Pinski --- *** Bug 112118 has been marked as a duplicate of this bug. ***

[Bug target/112118] SH4 ICE: in extract_constrain_insn, at recog.cc:2692 with -mlra (GHETTOPLAY)

2023-10-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112118 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[ARC PATCH] Convert (signed<<31)>>31 to -(signed&1) without barrel shifter.

2023-10-28 Thread Roger Sayle
This patch optimizes PR middle-end/101955 for the ARC backend. On ARC CPUs with a barrel shifter, using two shifts is (probably) optimal as: asl_s r0,r0,31 asr_s r0,r0,31 but without a barrel shifter, GCC -O2 -mcpu=em currently generates: and r2,r0,1

[Bug target/112265] New: [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn achieved (90)'

2023-10-28 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112265 Bug ID: 112265 Summary: [14 Regression] GCN offloading 'libgomp.c-c++-common/for-5.c': 'internal compiler error: maximum number of generated reload insns per insn

[Bug libgomp/112264] New: Occasionally (but very rare): 'FAIL: libgomp.fortran/target-nowait-array-section.f90 -O execution test'

2023-10-28 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112264 Bug ID: 112264 Summary: Occasionally (but very rare): 'FAIL: libgomp.fortran/target-nowait-array-section.f90 -O execution test' Product: gcc Version: 14.0

[Bug libstdc++/112263] New: [C++23] std::stacktrace does not identify symbols in shared library

2023-10-28 Thread vincenzo.innocente at cern dot ch via Gcc-bugs
Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: vincenzo.innocente at cern dot ch Target Milestone: --- using gcc version 14.0.0 20231028 (experimental) [master r14-4988-g5d2a360f0a5] (GCC) that contains the fix for #111936

[Bug c++/109781] [11/12/13/14 Regression] erroneous error "lambda-expression in template parameter type" for tparam lambda returning a lambda

2023-10-28 Thread johelegp at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109781 --- Comment #5 from Johel Ernesto Guerrero Peña --- Add `+` to convert it to a pointer, and it's still rejected (): ```C++ template struct C {}; ``` ```output : In lambda function: :1:32: error:

Re: [PATCH v1] RISC-V: Fix one range-loop-construct warning of avlprop

2023-10-28 Thread Jeff Law
On 10/28/23 08:51, pan2...@intel.com wrote: From: Pan Li This patch would like to fix one warning of avlprop as below. ../../gcc/config/riscv/riscv-avlprop.cc: In member function 'virtual unsigned int pass_avlprop::execute(function*)': ../../gcc/config/riscv/riscv-avlprop.cc:346:23: error:

[Bug c++/109781] [11/12/13/14 Regression] erroneous error "lambda-expression in template parameter type" for tparam lambda returning a lambda

2023-10-28 Thread johelegp at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109781 --- Comment #4 from Johel Ernesto Guerrero Peña --- This isn't valid since .

[PATCH v1] RISC-V: Fix one range-loop-construct warning of avlprop

2023-10-28 Thread pan2 . li
From: Pan Li This patch would like to fix one warning of avlprop as below. ../../gcc/config/riscv/riscv-avlprop.cc: In member function 'virtual unsigned int pass_avlprop::execute(function*)': ../../gcc/config/riscv/riscv-avlprop.cc:346:23: error: loop variable 'candidate' creates a copy from

[Bug d/112262] New: aaaaaaaaaaaaaa12

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112262 Bug ID: 112262 Summary: aa12 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee:

[Bug d/112261] New: aaaa

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112261 Bug ID: 112261 Summary: Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112260] New: azz

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112260 Bug ID: 112260 Summary: azz Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112259] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112259 Bug ID: 112259 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug debug/112258] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112258 Bug ID: 112258 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee:

[Bug d/112257] New: fg

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112257 Bug ID: 112257 Summary: fg Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112256] New: dddd

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112256 Bug ID: 112256 Summary: Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112255] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112255 Bug ID: 112255 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug debug/112254] New: ffff

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112254 Bug ID: 112254 Summary: Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at

[Bug d/112253] New: dsfsfssfsddsf

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112253 Bug ID: 112253 Summary: dsfsfssfsddsf Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112252] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112252 Bug ID: 112252 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112250] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112250 Bug ID: 112250 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112251] New: dff

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112251 Bug ID: 112251 Summary: dff Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112249] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112249 Bug ID: 112249 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112248] New: f

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112248 Bug ID: 112248 Summary: f Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112247] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112247 Bug ID: 112247 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112246] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112246 Bug ID: 112246 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112245] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112245 Bug ID: 112245 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112244] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112244 Bug ID: 112244 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112243] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112243 Bug ID: 112243 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112242] New: dsfsfssfsdds

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112242 Bug ID: 112242 Summary: dsfsfssfsdds Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112241] New: v1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112241 Bug ID: 112241 Summary: v1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw

[Bug d/112240] New: 1e1e1e1e1e11e1e1e1e1e11e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112240 Bug ID: 112240 Summary: 1e1e1e1e1e11e1e1e1e1e11e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d

[Bug d/112239] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112239 Bug ID: 112239 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112238] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112238 Bug ID: 112238 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112237] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112237 Bug ID: 112237 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112236] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112236 Bug ID: 112236 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112235] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112235 Bug ID: 112235 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112234] New: 1e1e1e1e1e11e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112234 Bug ID: 112234 Summary: 1e1e1e1e1e11e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee:

[Bug d/112233] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112233 Bug ID: 112233 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112232] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112232 Bug ID: 112232 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112231] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112231 Bug ID: 112231 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112230] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112230 Bug ID: 112230 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112229] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112229 Bug ID: 112229 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112228] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112228 Bug ID: 112228 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112224] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112224 Bug ID: 112224 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

[Bug d/112227] New: 1e1e1e1e1e1

2023-10-28 Thread xzlink63 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112227 Bug ID: 112227 Summary: 1e1e1e1e1e1 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at

  1   2   3   >