[Bug sanitizer/105235] [12 Regression] ICE: in redirect_eh_edge_1, at tree-eh.cc:2323 with custom flags

2022-04-11 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105235 --- Comment #1 from Zdenek Sojka --- A slightly different testcase fails elsewhere: $ cat testcase.c int i, j; void foo (double d) { i = __builtin_ilogbl (d); j = __builtin_sinl (d); } $ x86_64-pc-linux-gnu-gcc -O

[Bug sanitizer/105235] New: [12 Regression] ICE: in redirect_eh_edge_1, at tree-eh.cc:2323 with custom flags

2022-04-11 Thread zsojka at seznam dot cz via Gcc-bugs
linux-gnu-as --disable-libstdcxx-pch --prefix=/repo/gcc-trunk//binary-trunk-r12-8090-20220411190659-g1774ab84863-checking-yes-rtl-df-extra-pr105211-pr105214-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.0.1 20220411 (experimental) (GCC)

[Bug c++/105223] [12 Regression] filter_memfn_lookup internal compiler error

2022-04-11 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105223 Jason Merrill changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug c++/104142] [9/10/11/12 Regression] Spurios warning unused-variable on const static variable and defaulted constructor

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104142 --- Comment #5 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:0899b22d9329c1e8fc12d6f0deee0f87dcc0163a commit r12-8099-g0899b22d9329c1e8fc12d6f0deee0f87dcc0163a Author: Jason Merrill Date:

[Bug c++/92918] [9/10 Regression] Does not do name lookup when using from base class

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92918 --- Comment #10 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:4195fced8a13422db94e179404588d9d887a036a commit r12-8098-g4195fced8a13422db94e179404588d9d887a036a Author: Jason Merrill Date:

[Bug c++/105223] [12 Regression] filter_memfn_lookup internal compiler error

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105223 --- Comment #4 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:4195fced8a13422db94e179404588d9d887a036a commit r12-8098-g4195fced8a13422db94e179404588d9d887a036a Author: Jason Merrill Date:

[Bug tree-optimization/105216] [12 regression] 8% regression for m-queens compared to gcc11 O2 on CLX.

2022-04-11 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105216 --- Comment #10 from Hongtao.liu --- Probably related to below 3 cancelled jump thread which affects pre. 2076Threading through latch before loop opts would create non-empty latch: 2077 Cancelling jump thread: (15, 16) incoming edge; (16,

[Bug c++/105234] inlining failed in call to 'always_inline' 'memset': target specific option mismatch

2022-04-11 Thread raj.khem at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105234 --- Comment #3 from Khem Raj --- Second sample works when I do not use _FORTIFY_SOURCES=2, so perhaps gcc-12 needs to adjust some glibc headers ?

[Bug c++/105234] inlining failed in call to 'always_inline' 'fmt::v8::basic_format_string::basic_format_string(const S&)

2022-04-11 Thread raj.khem at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105234 --- Comment #2 from Khem Raj --- Created attachment 52787 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52787=edit test case 2

[Bug c++/105234] inlining failed in call to 'always_inline' 'fmt::v8::basic_format_string::basic_format_string(const S&)

2022-04-11 Thread raj.khem at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105234 --- Comment #1 from Khem Raj --- here is another testcase from gnupg on mips with gcc12 failing $ mips-yoe-linux-gcc dirmngr.i In file included from

[Bug c++/105234] New: nlining failed in call to 'always_inline' 'fmt::v8::basic_format_string::basic_format_string(const S&)

2022-04-11 Thread raj.khem at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105234 Bug ID: 105234 Summary: nlining failed in call to 'always_inline' 'fmt::v8::basic_format_string::basic_format_string(const S&) Product: gcc Version: 12.0 Status:

[Bug target/103623] [12 Regression] error: unable to generate reloads (ICE in curr_insn_transform, at lra-constraints.c:4132), or error: insn does not satisfy its constraints (ICE in extract_constrain

2022-04-11 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103623 Kewen Lin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/102146] [11 regression] several test cases fails after r11-8940

2022-04-11 Thread aoliva at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102146 Alexandre Oliva changed: What|Removed |Added CC||aoliva at gcc dot gnu.org ---

[Bug c++/105233] New: Incorrect "alignment not an integer constant" error in alignas with template parameter dependent argument

2022-04-11 Thread Jonathan.Strobl at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105233 Bug ID: 105233 Summary: Incorrect "alignment not an integer constant" error in alignas with template parameter dependent argument Product: gcc Version: 11.2.0 Status:

[Bug preprocessor/105207] Translation phase 2: splicing physical source lines to form logical source lines may not work

2022-04-11 Thread pavel.morozkin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105207 --- Comment #4 from Pavel M --- To: Andrew Pinski At the 1st glance I expected to see that -E produces the output after splicing is done (i.e. xxx #error). However, the "preprocessing only" is out of scope of the C11. As stackoverflow.com user

[Bug target/104894] [11/12 Regression] ICE with -fno-plt -mcpu=power10 on PowerPC64 LE Linux

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104894 --- Comment #9 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:d74c4c6a1b4956b5cd9b2a770bb7261836fa1289 commit r12-8095-gd74c4c6a1b4956b5cd9b2a770bb7261836fa1289 Author: Peter Bergner Date:

[Bug c++/105223] [12 Regression] filter_memfn_lookup internal compiler error

2022-04-11 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105223 Jason Merrill changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug c++/98249] [9/10/11/12 Regression] Improper ADL on the `arg` in `new (arg) T`

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98249 --- Comment #3 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:d087b59527a658a4de13febbb593edbf03339e93 commit r12-8093-gd087b59527a658a4de13febbb593edbf03339e93 Author: Jason Merrill Date:

[Bug target/105213] Extend __builtin_{un,}pack_{longdouble,ibm128} valid for soft-float

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105213 --- Comment #1 from CVS Commits --- The master branch has been updated by Segher Boessenkool : https://gcc.gnu.org/g:0508f0b810985f4a8543ce44701ec7330ef29796 commit r12-8091-g0508f0b810985f4a8543ce44701ec7330ef29796 Author: Segher Boessenkool

[Bug target/103623] [12 Regression] error: unable to generate reloads (ICE in curr_insn_transform, at lra-constraints.c:4132), or error: insn does not satisfy its constraints (ICE in extract_constrain

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103623 --- Comment #32 from CVS Commits --- The master branch has been updated by Segher Boessenkool : https://gcc.gnu.org/g:0508f0b810985f4a8543ce44701ec7330ef29796 commit r12-8091-g0508f0b810985f4a8543ce44701ec7330ef29796 Author: Segher

[Bug tree-optimization/105232] [11/12 Regression] ICE in tree_to_poly_int64 via check_builtin

2022-04-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105232 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.3 Summary|ICE in

[Bug c/105232] New: ICE in tree_to_poly_int64, at tree.cc:3224

2022-04-11 Thread k.even-mendoza at imperial dot ac.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105232 Bug ID: 105232 Summary: ICE in tree_to_poly_int64, at tree.cc:3224 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug tree-optimization/105226] [10/11/12 Regression] ICE in gimple_split_edge with -Ofast and setjmp (returns twice)

2022-04-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105226 Andrew Pinski changed: What|Removed |Added Component|c |tree-optimization

[Bug target/89125] Misoptimization of converting sin(x) and cos(x) into sincos(x,,)

2022-04-11 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89125 kargl at gcc dot gnu.org changed: What|Removed |Added Attachment #45592|0 |1 is obsolete|

[Bug target/105231] [12 Regression] ICE: in rtl_verify_bb_insns, at cfgrtl.cc:2797 (flow control insn inside a basic block) with custom flags

2022-04-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105231 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|target Target Milestone|---

[Bug target/105206] mis-optimization with -ffast-math and __builtin_powf

2022-04-11 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 kargl at gcc dot gnu.org changed: What|Removed |Added Component|middle-end |target Depends on|

[Bug middle-end/105206] mis-optimization with -ffast-math and __builtin_powf

2022-04-11 Thread sgk at troutmask dot apl.washington.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 --- Comment #4 from Steve Kargl --- On Mon, Apr 11, 2022 at 02:45:22PM +, kargl at gcc dot gnu.org wrote: > > This might be related to PR89125. The patch I attached to that PR has never > found its way into the repository. I'll do some

[Bug rtl-optimization/105231] New: [12 Regression] ICE: in rtl_verify_bb_insns, at cfgrtl.cc:2797 (flow control insn inside a basic block) with custom flags

2022-04-11 Thread zsojka at seznam dot cz via Gcc-bugs
ng-yes-rtl-df-extra-nobootstrap-pr105211-pr105214-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.0.1 20220411 (experimental) (GCC) Both vanilla gcc r12-8090 and with pr105211 and pr105214 patches applies ICE the same way.

[Bug c++/104142] [9/10/11/12 Regression] Spurios warning unused-variable on const static variable and defaulted constructor

2022-04-11 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104142 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org

[Bug ipa/105227] [12 Regression] ICE in type_in_anonymous_namespace_p, at ipa-utils.h:233

2022-04-11 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105227 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug fortran/105230] [9/10/11/12 Regression] ICE in find_array_section, at fortran/expr.cc:1634

2022-04-11 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105230 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4

[Bug tree-optimization/105227] [12 Regression] ICE in type_in_anonymous_namespace_p, at ipa-utils.h:233

2022-04-11 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105227 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c++/105223] [12 Regression] filter_memfn_lookup internal compiler error

2022-04-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105223 --- Comment #3 from Patrick Palka --- FWIW, the problematic hunk from r12-7714 appears to be: --- a/gcc/cp/class.cc +++ b/gcc/cp/class.cc ... @@ -7700,14 +7723,17 @@ finish_struct (tree t, tree attributes) lookup not to fail or

[Bug target/104253] libgcc missing __floatdiif

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104253 --- Comment #24 from CVS Commits --- The releases/gcc-10 branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:3ebf64eaf264e1dcb4e72b77f67308fe58d993f8 commit r10-10530-g3ebf64eaf264e1dcb4e72b77f67308fe58d993f8 Author: Alexandre

[Bug c++/105223] [12 Regression] filter_memfn_lookup internal compiler error

2022-04-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105223 --- Comment #2 from Patrick Palka --- The implicitly declared ServiceReference::operator= members lack a TEMPLATE_INFO, but filter_memfn_lookup expects it (along with all other non-template member functions from the instantiated class) to have

[Bug target/104253] libgcc missing __floatdiif

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104253 --- Comment #23 from CVS Commits --- The releases/gcc-11 branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:20bde90da2ac415d4a06e7a8b2ba770d50385208 commit r11-9810-g20bde90da2ac415d4a06e7a8b2ba770d50385208 Author: Alexandre

[Bug c++/105229] [11/12 Regression] ICE in lookup_template_class_1, at cp/pt.cc:10111

2022-04-11 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105229 Marek Polacek changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug bootstrap/105218] [12 regression] bootstrap build error in mpc in stage3

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

[Bug bootstrap/105218] [12 regression] bootstrap build error in mpc in stage3

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105218 --- Comment #5 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1774ab84863202f5db694914b67e3aef8c6dd807 commit r12-8090-g1774ab84863202f5db694914b67e3aef8c6dd807 Author: Jakub Jelinek Date:

[Bug c++/98249] [9/10/11/12 Regression] Improper ADL on the `arg` in `new (arg) T`

2022-04-11 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98249 Jason Merrill changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug libstdc++/105031] wrong constexpr if statement in basic_stacktrace::operator=(basic_stacktrace&&)

2022-04-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105031 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/105031] wrong constexpr if statement in basic_stacktrace::operator=(basic_stacktrace&&)

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105031 --- Comment #2 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:73da9ec55609efa532b9ac85ac2dbe121c134e18 commit r12-8089-g73da9ec55609efa532b9ac85ac2dbe121c134e18 Author: Jonathan Wakely

[Bug fortran/105230] New: [9/10/11/12 Regression] ICE in find_array_section, at fortran/expr.cc:1634

2022-04-11 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105230 Bug ID: 105230 Summary: [9/10/11/12 Regression] ICE in find_array_section, at fortran/expr.cc:1634 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug c++/105228] [9/10/11/12 Regression] ICE tree check: expected tree that contains 'decl minimal' structure, have 'error_mark' in decl_anon_ns_mem_p, at cp/tree.cc:3826

2022-04-11 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105228 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/105229] New: [11/12 Regression] ICE in lookup_template_class_1, at cp/pt.cc:10111

2022-04-11 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105229 Bug ID: 105229 Summary: [11/12 Regression] ICE in lookup_template_class_1, at cp/pt.cc:10111 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug c++/105228] New: [9/10/11/12 Regression] ICE tree check: expected tree that contains 'decl minimal' structure, have 'error_mark' in decl_anon_ns_mem_p, at cp/tree.cc:3826

2022-04-11 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105228 Bug ID: 105228 Summary: [9/10/11/12 Regression] ICE tree check: expected tree that contains 'decl minimal' structure, have 'error_mark' in decl_anon_ns_mem_p, at cp/tree.cc:3826

[Bug c++/105227] New: [12 Regression] ICE in type_in_anonymous_namespace_p, at ipa-utils.h:233

2022-04-11 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105227 Bug ID: 105227 Summary: [12 Regression] ICE in type_in_anonymous_namespace_p, at ipa-utils.h:233 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug c/105226] New: [10/11/12 Regression] ICE in gimple_split_edge, at tree-cfg.cc:2960

2022-04-11 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105226 Bug ID: 105226 Summary: [10/11/12 Regression] ICE in gimple_split_edge, at tree-cfg.cc:2960 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug go/105225] New: build failure with musl libc 1.2.3 due to sysinfo.go error: redefinition of 'SYS_SECCOMP'

2022-04-11 Thread ncopa at alpinelinux dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105225 Bug ID: 105225 Summary: build failure with musl libc 1.2.3 due to sysinfo.go error: redefinition of 'SYS_SECCOMP' Product: gcc Version: 11.2.1 Status: UNCONFIRMED

[Bug c++/105223] [12 Regression] filter_memfn_lookup internal compiler error

2022-04-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105223 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment

[Bug c++/105222] gcc totally broken with ternary operator for lambda in requires clause

2022-04-11 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105222 --- Comment #4 from 康桓瑋 --- maybe dup of PR99546.

[Bug c++/105224] New: [modules] g++.dg/modules/virt-2_a.C: inline key methods: c++ modules and arm aapcs clash

2022-04-11 Thread aoliva at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105224 Bug ID: 105224 Summary: [modules] g++.dg/modules/virt-2_a.C: inline key methods: c++ modules and arm aapcs clash Product: gcc Version: unknown URL:

[Bug target/105219] [12 Regression] SVE: Wrong code with -O3 -msve-vector-bits=128 -mtune=thunderx

2022-04-11 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105219 --- Comment #4 from Tamar Christina --- (In reply to Alex Coplan from comment #3) > (In reply to Tamar Christina from comment #1) > > Smaller reproducer getting rid of the loop nest and simplify the inner > > condition. > > Hmm, I can't

[Bug c++/105223] [12 Regression] filter_memfn_lookup internal compiler error

2022-04-11 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105223 Marek Polacek changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug c++/105223] New: [12 Regression] filter_memfn_lookup internal compiler error

2022-04-11 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105223 Bug ID: 105223 Summary: [12 Regression] filter_memfn_lookup internal compiler error Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/105219] [12 Regression] SVE: Wrong code with -O3 -msve-vector-bits=128 -mtune=thunderx

2022-04-11 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105219 --- Comment #3 from Alex Coplan --- (In reply to Tamar Christina from comment #1) > Smaller reproducer getting rid of the loop nest and simplify the inner > condition. Hmm, I can't reproduce the issue with this locally (with or without the

[Bug target/104853] [RISC-V] -march=rv64g not including extension Zifencei

2022-04-11 Thread kito at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104853 --- Comment #13 from Kito Cheng --- Hi rvalue: Pushed the fix to trunk and GCC 11 branch for fixing both arch-canonicalize and multilib-generator script. Tested GCC 11/trunk with --with-isa-spec=2.2/20191213. Could you try that to make sure

[Bug target/104853] [RISC-V] -march=rv64g not including extension Zifencei

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104853 --- Comment #12 from CVS Commits --- The releases/gcc-11 branch has been updated by Kito Cheng : https://gcc.gnu.org/g:fa21fcfb67587837c1704703a710496999393c1d commit r11-9809-gfa21fcfb67587837c1704703a710496999393c1d Author: Kito Cheng

[Bug target/105219] [12 Regression] SVE: Wrong code with -O3 -msve-vector-bits=128 -mtune=thunderx

2022-04-11 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105219 ktkachov at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|0 |1

[Bug ipa/103818] [12 Regression] ICE: in insert, at ipa-modref-tree.c:591 since r12-3202-gf5ff3a8ed4ca9173

2022-04-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103818 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug tree-optimization/105217] Likely wrong code with -D_FORTIFY_SOURCE=3 since r12-6482-g06bc1b0c539e3a60

2022-04-11 Thread siddhesh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105217 --- Comment #2 from Siddhesh Poyarekar --- OK, taking a closer look, it looks like clang simply fails to fortify fread (probably due to https://reviews.llvm.org/D109967 or something similar). Modifying the code to use __fread_chk directly:

[Bug target/105219] [12 Regression] SVE: Wrong code with -O3 -msve-vector-bits=128 -mtune=thunderx

2022-04-11 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105219 Tamar Christina changed: What|Removed |Added CC||tnfchris at gcc dot gnu.org Last

[Bug target/102772] [12 regression] g++.dg/torture/pr80334.C FAILs

2022-04-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102772 --- Comment #48 from Jakub Jelinek --- (In reply to r...@cebitec.uni-bielefeld.de from comment #47) > Sorry for the delay: I haven't been well lately. I'm sorry to hear that. Anyway, I'm out of ideas and unfortunately Solaris/x86 is not on

[Bug target/104253] libgcc missing __floatdiif

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104253 --- Comment #22 from CVS Commits --- The master branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:ab0f04e4df1b7b312a4c9fa9b4d675778a0bae86 commit r12-8087-gab0f04e4df1b7b312a4c9fa9b4d675778a0bae86 Author: Alexandre Oliva

[Bug c++/105220] Incorrect concept evaluation when friend class is involved

2022-04-11 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105220 Patrick Palka changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/104853] [RISC-V] -march=rv64g not including extension Zifencei

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104853 --- Comment #11 from CVS Commits --- The master branch has been updated by Kito Cheng : https://gcc.gnu.org/g:4132f6ba9583e128a00d55961ae8c8e7245b2223 commit r12-8084-g4132f6ba9583e128a00d55961ae8c8e7245b2223 Author: Kito Cheng Date: Mon

[Bug c++/105222] gcc rejects valid syntax of ternary operator for lambda in requires clause

2022-04-11 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105222 --- Comment #3 from 康桓瑋 --- (In reply to 康桓瑋 from comment #2) > And gcc accepts the following invalid syntax: > > int main() { > auto b = requires { true ? [] : [] {}; }; > } > > https://godbolt.org/z/xeE1oYs1Y It seems like the single []

[Bug middle-end/105206] mis-optimization with -ffast-math and __builtin_powf

2022-04-11 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105206 --- Comment #3 from kargl at gcc dot gnu.org --- (In reply to Richard Biener from comment #2) > Hm, it works for me on linux with glibc, can you be more specific as to what > OS/libc (version) you are using? > > foof: > .LFB0: >

[Bug c++/105222] gcc rejects valid syntax of ternary operator for lambda in requires clause

2022-04-11 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105222 --- Comment #2 from 康桓瑋 --- And gcc accepts the following invalid syntax: int main() { auto b = requires { true ? [] : [] {}; }; } https://godbolt.org/z/xeE1oYs1Y

[Bug c++/105222] gcc rejects valid syntax of ternary operator for lambda in requires clause

2022-04-11 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105222 --- Comment #1 from 康桓瑋 --- gcc rejects this valid syntax with source>:2:32: error: expected ':' before '{' token 2 | auto b = requires { true ? [] {} : [] {}; }; |^~ |

[Bug c++/105222] New: gcc rejects valid syntax of ternary operator for lambda in requires clause

2022-04-11 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105222 Bug ID: 105222 Summary: gcc rejects valid syntax of ternary operator for lambda in requires clause Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug bootstrap/105218] [12 regression] bootstrap build error in mpc in stage3

2022-04-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105218 --- Comment #4 from Jakub Jelinek --- Created attachment 52783 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52783=edit gcc12-pr105218.patch Untested fix.

[Bug c++/105221] New: gcc rejects true ? [](auto) noexcept {} : [](int) {}

2022-04-11 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105221 Bug ID: 105221 Summary: gcc rejects true ? [](auto) noexcept {} : [](int) {} Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/105197] [12 Regression] SVE: wrong code with -O -ftree-vectorize

2022-04-11 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105197 Tamar Christina changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gcov-profile/105210] gcc/auto-profile.cc:391:11: warning: variable 'level' set but not used

2022-04-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105210 Martin Liška changed: What|Removed |Added Target Milestone|--- |13.0

[Bug analyzer/105103] RFE: detect bogus use of varargs in analyzer

2022-04-11 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105103 David Malcolm changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/102772] [12 regression] g++.dg/torture/pr80334.C FAILs

2022-04-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102772 --- Comment #47 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #45 from Jakub Jelinek --- > I'd like to ping the #c44 question. Thanks. Sorry for the delay: I haven't been well lately.

[Bug target/102772] [12 regression] g++.dg/torture/pr80334.C FAILs

2022-04-11 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102772 --- Comment #46 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #44 from Jakub Jelinek --- > Rainer, for pr80334.C, have you been able to test the #c43 patch? I did: the test FAILs (SEGV) at -m32 -O0 only, same as for unmodified

[Bug target/105197] [12 Regression] SVE: wrong code with -O -ftree-vectorize

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105197 --- Comment #5 from CVS Commits --- The master branch has been updated by Tamar Christina : https://gcc.gnu.org/g:78c718490bc2843d4dadcef8a0ae14aed1d15a32 commit r12-8080-g78c718490bc2843d4dadcef8a0ae14aed1d15a32 Author: Tamar Christina

[Bug bootstrap/105218] [12 regression] bootstrap build error in mpc in stage3

2022-04-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105218 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug c++/105220] New: Incorrect concept evaluation when friend class is involved

2022-04-11 Thread martin.koch at bachmann dot info via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105220 Bug ID: 105220 Summary: Incorrect concept evaluation when friend class is involved Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/105218] [12 regression] bootstrap build error in mpc in stage3

2022-04-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105218 --- Comment #2 from Jakub Jelinek --- Actually, I've managed to reproduce even on x86_64-linux.

[Bug tree-optimization/105217] Likely wrong code with -D_FORTIFY_SOURCE=3 since r12-6482-g06bc1b0c539e3a60

2022-04-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105217 Martin Liška changed: What|Removed |Added Summary|Likely wrong code with |Likely wrong code with

[Bug bootstrap/105218] [12 regression] bootstrap build error in mpc in stage3

2022-04-11 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105218 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment

[Bug target/105219] New: [12 Regression] SVE: Wrong code with -O3 -msve-vector-bits=128 -mtune=thunderx

2022-04-11 Thread acoplan at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105219 Bug ID: 105219 Summary: [12 Regression] SVE: Wrong code with -O3 -msve-vector-bits=128 -mtune=thunderx Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug target/105214] [12 Regression] ICE: in connect_traces, at dwarf2cfi.cc:3074 with custom flags

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

[Bug tree-optimization/105217] Likely wrong code with -D_FORTIFY_SOURCE=3

2022-04-11 Thread siddhesh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105217 Siddhesh Poyarekar changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |siddhesh at gcc dot

[Bug bootstrap/105218] New: [12 regression] bootstrap build error in mpc in stage3

2022-04-11 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105218 Bug ID: 105218 Summary: [12 regression] bootstrap build error in mpc in stage3 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/102178] [12 Regression] SPECFP 2006 470.lbm regressions on AMD Zen CPUs after r12-897-gde56f95afaaa22

2022-04-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102178 Richard Biener changed: What|Removed |Added Last reconfirmed|2021-09-03 00:00:00 |2022-4-11 --- Comment #31 from

[Bug tree-optimization/105217] Likely wrong code with -D_FORTIFY_SOURCE=3

2022-04-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105217 Martin Liška changed: What|Removed |Added Last reconfirmed||2022-04-11 Target Milestone|---

[Bug tree-optimization/105217] New: Likely wrong code with -D_FORTIFY_SOURCE=3

2022-04-11 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105217 Bug ID: 105217 Summary: Likely wrong code with -D_FORTIFY_SOURCE=3 Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: wrong-code Severity: normal

[Bug c/50486] No warning at signed -> unsigned casting

2022-04-11 Thread manu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50486 --- Comment #3 from Manuel López-Ibáñez --- Clang warns: :16:18: warning: implicit conversion changes signedness: 'int' to 'enum e' [-Wsign-conversion] return a(-1); ~ ^~ Not sure why gcc doesn't but it should.

[Bug c++/100370] [11/12 Regression] Incorrect -Wplacement-new with union

2022-04-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100370 --- Comment #4 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:790b02af6a1fcfa07dba6129909b3578a55a51fa commit r12-8079-g790b02af6a1fcfa07dba6129909b3578a55a51fa Author: Jason Merrill Date:

[Bug libstdc++/104301] --enable-cstdio=stdio_pure not passed down to libstdc++-v3

2022-04-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104301 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/97841] [C++17] is_invocable handling of incomplete return type is wrong

2022-04-11 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97841 Jonathan Wakely changed: What|Removed |Added Target Milestone|11.3|11.4

[Bug tree-optimization/105216] [12 regression] 8% regression for m-queens compared to gcc11 O2 on CLX.

2022-04-11 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105216 --- Comment #9 from Hongtao.liu --- (In reply to Hongtao.liu from comment #8) > (In reply to rguent...@suse.de from comment #7) > > On Mon, 11 Apr 2022, crazylht at gmail dot com wrote: > > > > >

[Bug target/105214] [12 Regression] ICE: in connect_traces, at dwarf2cfi.cc:3074 with custom flags

2022-04-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105214 Richard Biener changed: What|Removed |Added Component|sanitizer |target --- Comment #4 from Richard

[Bug sanitizer/105214] [12 Regression] ICE: in connect_traces, at dwarf2cfi.cc:3074 with custom flags

2022-04-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105214 --- Comment #3 from Richard Biener --- possibly started earlier if you also add -fexceptions

[Bug sanitizer/105214] [12 Regression] ICE: in connect_traces, at dwarf2cfi.cc:3074 with custom flags

2022-04-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105214 Richard Biener changed: What|Removed |Added CC||dodji at gcc dot gnu.org,

[Bug tree-optimization/105216] [12 regression] 8% regression for m-queens compared to gcc11 O2 on CLX.

2022-04-11 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105216 --- Comment #8 from Hongtao.liu --- (In reply to rguent...@suse.de from comment #7) > On Mon, 11 Apr 2022, crazylht at gmail dot com wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105216 > > > > --- Comment #5 from Hongtao.liu ---

  1   2   >