[Bug c++/105726] New: spurious warning with -Warray-bounds

2022-05-24 Thread cuzdav at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105726 Bug ID: 105726 Summary: spurious warning with -Warray-bounds Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/105725] New: [ICE] segfault with `-Wmismatched-tags`

2022-05-24 Thread tim at klingt dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105725 Bug ID: 105725 Summary: [ICE] segfault with `-Wmismatched-tags` Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/34422] Bootstrap error with --enable-fixed-point (configure should reject --enable-fixed-point on platforms that don't support it)

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34422 --- Comment #10 from Eric Gallager --- Current code is like this: # Enable C extension for fixed-point arithmetic. AC_ARG_ENABLE(fixed-point, [AS_HELP_STRING([--enable-fixed-point], [enable fixed-point arithmetic extension to

[Bug target/34422] Bootstrap error with --enable-fixed-point (configure should reject --enable-fixed-point on platforms that don't support it)

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34422 Eric Gallager changed: What|Removed |Added Last reconfirmed|2008-01-22 00:58:46 |2022-5-24 CC|

[Bug other/37036] fixincludes does not understand sysroot!

2022-05-24 Thread jayk123 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036 --- Comment #6 from jayk123 at hotmail dot com --- I'm sorry the Python is surely very long gone. It was so many years ago. It was a wrapper around a series of configure + make to build several gcc toolsets, i.e. native, cross, etc. At the time

[Bug other/37036] fixincludes does not understand sysroot!

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37036 --- Comment #5 from Eric Gallager --- (In reply to Jay from comment #4) > Here is a lame workaround that works, from my Python wrapper: > > if (Host == Target) and (Host != Build): > ExtraConfig += " -with-sysroot=/" >

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 --- Comment #32 from Eric Gallager --- (In reply to r...@cebitec.uni-bielefeld.de from comment #26) > That's one option, certainly easier for the users. At the least, the > issue should be documented in install.texi so they can add >

[Bug c++/53281] poor error message for calling a non-const method from a const object

2022-05-24 Thread barry.revzin at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53281 Barry Revzin changed: What|Removed |Added CC||barry.revzin at gmail dot com ---

[Bug testsuite/105724] New: [11 regression] gcc.dg/pr105140.c fails after r11-10012-g740d64815c6c8a

2022-05-24 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105724 Bug ID: 105724 Summary: [11 regression] gcc.dg/pr105140.c fails after r11-10012-g740d64815c6c8a Product: gcc Version: 11.3.1 Status: UNCONFIRMED Severity:

[Bug middle-end/105604] [10/11/12 Regression] ICE: in tree_to_shwi with vla in struct and sprintf

2022-05-24 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105604 Martin Sebor changed: What|Removed |Added Summary|[10/11/12/13 Regression]|[10/11/12 Regression] ICE:

[Bug middle-end/105604] [10/11/12/13 Regression] ICE: in tree_to_shwi with vla in struct and sprintf

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105604 --- Comment #4 from CVS Commits --- The master branch has been updated by Martin Sebor : https://gcc.gnu.org/g:10d1986aee47c592f903527bb68546efc557735d commit r13-750-g10d1986aee47c592f903527bb68546efc557735d Author: Martin Sebor Date: Tue

[Bug c++/105723] New: Optimization false positive warning

2022-05-24 Thread jeffrey.reynolds at ticketmaster dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105723 Bug ID: 105723 Summary: Optimization false positive warning Product: gcc Version: 12.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/105623] [12/13 regression][rejects valid] invalid use of auto when deducing return type of base class template

2022-05-24 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105623 Jason Merrill changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |jason at gcc dot gnu.org

[Bug c++/105622] [13 Regression] ICE in cxx_eval_store_expression with [[no_unique_address]] since r13-160-g967cdbe6629653

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

[Bug c++/105622] [13 Regression] ICE in cxx_eval_store_expression with [[no_unique_address]] since r13-160-g967cdbe6629653

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105622 --- Comment #2 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:2540e2c604142889308857657d3510874955336a commit r13-746-g2540e2c604142889308857657d3510874955336a Author: Jason Merrill Date:

[Bug fortran/104630] module subroutine not accessible from submodule

2022-05-24 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104630 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug target/105719] RFE: fixincludes should handle Frameworks

2022-05-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105719 Iain Sandoe changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #3

[Bug target/101891] Adjust -fzero-call-used-regs to always use XOR

2022-05-24 Thread arjan at linux dot intel.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101891 --- Comment #9 from Arjan van de Ven --- I don't have recent measurements since we did this work quite some time ago. basically on the CPU level (speaking for Intel style cpus at least), a CPU can eliminate (meaning: no execution resources

[Bug tree-optimization/104964] Wrong *** buffer overflow detected ***: terminated - acl

2022-05-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104964 --- Comment #19 from Martin Liška --- (In reply to Sam James from comment #18) > Thanks. I reported the Qt issue upstream at > https://bugreports.qt.io/browse/QTBUG-103782. Note the Qt6 code is fine (uses reinterpret_cast(this)) and it's what

[Bug target/101891] Adjust -fzero-call-used-regs to always use XOR

2022-05-24 Thread qing.zhao at oracle dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101891 --- Comment #8 from Qing Zhao --- > On May 24, 2022, at 11:42 AM, arjan at linux dot intel.com > wrote: > > --- Comment #7 from Arjan van de Ven --- > from a performance angle, the xor-only sequence is not so great at all; modern > CPUs are

[Bug fortran/103608] ICE in do_intent, at fortran/frontend-passes.c:3035

2022-05-24 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103608 kargl at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2022-05-24

[Bug libstdc++/105722] New: [10 regression] std/ranges/adaptors/elements.cc fails after r10-10724-g93ec7bf2253061

2022-05-24 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105722 Bug ID: 105722 Summary: [10 regression] std/ranges/adaptors/elements.cc fails after r10-10724-g93ec7bf2253061 Product: gcc Version: 10.3.1 Status: UNCONFIRMED

[Bug target/104816] -fcf-protection=branch should generate endbr instead of notrack jumps

2022-05-24 Thread peterz at infradead dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104816 --- Comment #12 from peterz at infradead dot org --- On Tue, May 24, 2022 at 04:06:08PM +, cvs-commit at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104816 > > --- Comment #11 from CVS Commits --- > The master

[Bug tree-optimization/105651] bogus "may overlap" memcpy warning with std::string

2022-05-24 Thread mckelvey at maskull dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105651 --- Comment #4 from James McKelvey --- Still fails with gcc-12-20220521 and gcc-13-20220522, but not gcc-11-20220520.

[Bug other/82383] Some new toplevel directories are not documented

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82383 Eric Gallager changed: What|Removed |Added Keywords||patch URL|

[Bug libobjc/48626] --enable-objc-gc should be automatic

2022-05-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48626 --- Comment #6 from Iain Sandoe --- (In reply to Iain Sandoe from comment #5) > (In reply to Eric Gallager from comment #4) > > (In reply to Eric Gallager from comment #3) > > detecting things > > automatically instead of requiring

[Bug tree-optimization/104964] Wrong *** buffer overflow detected ***: terminated - acl

2022-05-24 Thread sam at gentoo dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104964 --- Comment #18 from Sam James --- Thanks. I reported the Qt issue upstream at https://bugreports.qt.io/browse/QTBUG-103782. I've hit the ACL issue independently in Gentoo and will forward that upstream too (https://bugs.gentoo.org/847280).

[Bug c++/96363] bogus error with constrained partial specialization

2022-05-24 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96363 Patrick Palka changed: What|Removed |Added CC||johelegp at gmail dot com --- Comment

[Bug c++/99501] Can't forward declare partial specialization of template with NTTP previously partially specialized

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

[Bug c++/96363] bogus error with constrained partial specialization

2022-05-24 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96363 Patrick Palka changed: What|Removed |Added CC||mate.kelemen.12 at gmail dot com ---

[Bug c++/105718] Forward Declarations of Constrained Partially Specialized Class Templates Rejected

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

[Bug libstdc++/105720] std::views::split_view wrong behaviour in case of partial match

2022-05-24 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105720 Patrick Palka changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug target/101891] Adjust -fzero-call-used-regs to always use XOR

2022-05-24 Thread arjan at linux dot intel.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101891 Arjan van de Ven changed: What|Removed |Added CC||arjan at linux dot intel.com ---

[Bug libbacktrace/105721] New: libbacktrace: update README

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105721 Bug ID: 105721 Summary: libbacktrace: update README Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: documentation, easyhack Severity: trivial

[Bug bootstrap/102665] ELF-specific configure flags should be rejected on non-ELF platforms

2022-05-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102665 --- Comment #5 from Iain Sandoe --- (In reply to Eric Gallager from comment #4) > Hm, looking in gcc/configure.ac (where these are defined), it looks like > there's a bunch of other flags that this bug could apply to, too... Note that I would

[Bug bootstrap/44425] configure should probe prefix for gmp/mpfr/mpc

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44425 --- Comment #3 from Eric Gallager --- This would be done in the top-level configure script... where it looks like it already does this for FreeBSD targets?

[Bug bootstrap/102665] ELF-specific configure flags should be rejected on non-ELF platforms

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102665 --- Comment #4 from Eric Gallager --- Hm, looking in gcc/configure.ac (where these are defined), it looks like there's a bunch of other flags that this bug could apply to, too...

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

2022-05-24 Thread vineet.gupta at linux dot dev via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 105666, which changed state. Bug 105666 Summary: RISC-V 507.cactuBSSN_r build has costly FMV instructions https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105666 What|Removed |Added

[Bug target/105666] RISC-V 507.cactuBSSN_r build has costly FMV instructions

2022-05-24 Thread vineet.gupta at linux dot dev via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105666 Vineet Gupta changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/104816] -fcf-protection=branch should generate endbr instead of notrack jumps

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104816 --- Comment #11 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:2f4f7de787e5844515d27b2269fc472f95a9916a commit r13-744-g2f4f7de787e5844515d27b2269fc472f95a9916a Author: H.J. Lu Date: Fri Mar 11

[Bug target/101891] Adjust -fzero-call-used-regs to always use XOR

2022-05-24 Thread qinzhao at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101891 qinzhao at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/101891] Adjust -fzero-call-used-regs to always use XOR

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101891 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Qing Zhao : https://gcc.gnu.org/g:c8d636cbe38b6a369528f58227c96b2b77b1fd3a commit r11-10029-gc8d636cbe38b6a369528f58227c96b2b77b1fd3a Author: Qing Zhao Date:

[Bug libobjc/48626] --enable-objc-gc should be automatic

2022-05-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48626 --- Comment #5 from Iain Sandoe --- (In reply to Eric Gallager from comment #4) > (In reply to Eric Gallager from comment #3) > > I'll probably keep --enable-objc-gc in my configure flags anyways even if it > > becomes automatic, but becoming

[Bug target/80782] Configure options to use llvm/clang assembler on Mac

2022-05-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80782 --- Comment #16 from Iain Sandoe --- (In reply to Eric Gallager from comment #15) > (In reply to Iain Sandoe from comment #12) > > please could you be more specific about exactly what's not working? > > - i.e if you're on an older version of

[Bug libstdc++/105720] New: std::views::split_view wrong behaviour in case of partial match

2022-05-24 Thread andij.cr at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105720 Bug ID: 105720 Summary: std::views::split_view wrong behaviour in case of partial match Product: gcc Version: 10.3.1 Status: UNCONFIRMED Severity: normal

[Bug target/34422] Bootstrap error with --enable-fixed-point (configure should reject --enable-fixed-point on platforms that don't support it)

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34422 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug target/93082] macOS Authorization.h needs fixinclude

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082 --- Comment #13 from Eric Gallager --- (In reply to Eric Gallager from comment #12) > OK I'll open a separate bug for that and self-assign (that's bug 105719 now, for reference)

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libobjc/48626] --enable-objc-gc should be automatic

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48626 Eric Gallager changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #4

[Bug target/34422] Bootstrap error with --enable-fixed-point (configure should reject --enable-fixed-point on platforms that don't support it)

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34422 Eric Gallager changed: What|Removed |Added Summary|Bootstrap error with|Bootstrap error with

[Bug target/80782] Configure options to use llvm/clang assembler on Mac

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80782 --- Comment #15 from Eric Gallager --- (In reply to Iain Sandoe from comment #12) > please could you be more specific about exactly what's not working? > - i.e if you're on an older version of the OS. > - version of Xcode. So I'm assuming

[Bug target/101891] Adjust -fzero-call-used-regs to always use XOR

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101891 --- Comment #4 from CVS Commits --- The releases/gcc-12 branch has been updated by Qing Zhao : https://gcc.gnu.org/g:79ae75cc252154cf4ad75d28c3c909ff90f0cc76 commit r12-8413-g79ae75cc252154cf4ad75d28c3c909ff90f0cc76 Author: Qing Zhao Date:

[Bug bootstrap/43301] top-level configure script ignores ---with-build-time-tools

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43301 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug other/82383] Some new toplevel directories are not documented

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82383 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED Keywords|

[Bug other/58312] libssp configure check for "usable vsnprintf" is broken on cross-compilers.

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58312 Eric Gallager changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |egallager at gcc dot gnu.org

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2022-05-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 --- Comment #30 from Iain Sandoe --- (In reply to Eric Gallager from comment #29) > (In reply to Eric Gallager from comment #28) > > (I recently got a new laptop and am now on Catalina and ran into this bug, > > so that's why I'm coming back to

[Bug libstdc++/21549] Configure options are poorly documented

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21549 Eric Gallager changed: What|Removed |Added Summary|Configure options hard to |Configure options are

[Bug bootstrap/44425] configure should probe prefix for gmp/mpfr/mpc

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44425 Eric Gallager changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/18469] configure incorrectly defines gid_t

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18469 Eric Gallager changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug bootstrap/102665] ELF-specific configure flags should be rejected on non-ELF platforms

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102665 Eric Gallager changed: What|Removed |Added Last reconfirmed||2022-05-24

[Bug target/105719] RFE: fixincludes should handle Frameworks

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105719 Eric Gallager changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug target/105719] RFE: fixincludes should handle Frameworks

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105719 Eric Gallager changed: What|Removed |Added Last reconfirmed||2022-05-24

[Bug target/105719] New: RFE: fixincludes should handle Frameworks

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105719 Bug ID: 105719 Summary: RFE: fixincludes should handle Frameworks Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 Eric Gallager changed: What|Removed |Added Status|WAITING |NEW --- Comment #29 from Eric Gallager

[Bug preprocessor/51776] fixincludes hacks around a C++ deficiency

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51776 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug bootstrap/44252] fixincludes fork vs. vms

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44252 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug other/12300] gcc fails looking for "home frameworks" under MacOS X

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=12300 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug target/93082] macOS Authorization.h needs fixinclude

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082 --- Comment #12 from Eric Gallager --- (In reply to Iain Sandoe from comment #10) > I do not currently have a plan to try and build a second fix includes tree > for Frameworks, but happy to review patches if someone else does :) OK I'll open a

[Bug tree-optimization/105668] [13 Regression] ICE: in gimple_expand_vec_cond_expr, at gimple-isel.cc:281 with -O -ftracer -fno-tree-fre since r13-458-gd75d4293dcc029a7

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105668 --- Comment #6 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:793f847ba7dbe7638f1c27178868edbefd3a8108 commit r13-739-g793f847ba7dbe7638f1c27178868edbefd3a8108 Author: Roger Sayle Date: Tue

[Bug target/105710] ICE on powerpc darwin with TLS enabled

2022-05-24 Thread vital.had at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105710 --- Comment #9 from Sergey Fedorov --- (In reply to Iain Sandoe from comment #8) > If we try to do this for every irrelevant configure option, that's going to > be quite a lot of work. > > Really [IMO, at least], configure options are not

[Bug middle-end/105629] [13 Regression] g++.dg/opt/pr94589-2.C for cris, m68k, s390x

2022-05-24 Thread hp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105629 --- Comment #10 from Hans-Peter Nilsson --- (In reply to Richard Biener from comment #9) > Shoudl be fixed. Confirmed, thanks!

[Bug target/105710] ICE on powerpc darwin with TLS enabled

2022-05-24 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105710 --- Comment #8 from Iain Sandoe --- (In reply to Eric Gallager from comment #7) > > (as I have said several times, the idea of configure is to choose the > > correct settings for the target _automatically_ - extra config options > > should

[Bug libgcc/105708] libgcc: aarch64: init_lse_atomics can race with user-defined constructors

2022-05-24 Thread wilco at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105708 Wilco changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED

[Bug target/105710] ICE on powerpc darwin with TLS enabled

2022-05-24 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105710 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/105718] New: Forward Declarations of Constrained Partially Specialized Class Templates Rejected

2022-05-24 Thread mate.kelemen.12 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105718 Bug ID: 105718 Summary: Forward Declarations of Constrained Partially Specialized Class Templates Rejected Product: gcc Version: 11.2.0 Status: UNCONFIRMED

[Bug c++/105716] [12/13 Regression] CTAD failure with member function returning auto as template argument

2022-05-24 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105716 Patrick Palka changed: What|Removed |Added Last reconfirmed||2022-05-24

[Bug tree-optimization/52171] memcmp/strcmp/strncmp can be optimized when the result is tested for [in]equality with 0

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52171 --- Comment #17 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:9e7a0e42a15eb53850496e91f2e484ed74ac3617 commit r13-738-g9e7a0e42a15eb53850496e91f2e484ed74ac3617 Author: Roger Sayle Date: Tue

[Bug libstdc++/105717] [9/10/11/12/13 Regression] cannot create unordered_map from range of types convertible to value_type

2022-05-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105717 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.4

[Bug other/105527] configure option --with-zstd is not documented

2022-05-24 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105527 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug other/105527] configure option --with-zstd is not documented

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105527 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Martin Liska : https://gcc.gnu.org/g:394ff2fbfc84eb6d6cfc56b04e28ee9b42a5ab57 commit r12-8412-g394ff2fbfc84eb6d6cfc56b04e28ee9b42a5ab57 Author: Bruno Haible

[Bug other/105527] configure option --with-zstd is not documented

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105527 --- Comment #6 from CVS Commits --- The releases/gcc-12 branch has been updated by Martin Liska : https://gcc.gnu.org/g:f4c0f9257ef2615add8ecb30e7a568755b692473 commit r12-8411-gf4c0f9257ef2615add8ecb30e7a568755b692473 Author: Martin Liska

[Bug other/105527] configure option --with-zstd is not documented

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105527 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:3677eb80b683cead7db972bc206fd2e75d997bd2 commit r13-728-g3677eb80b683cead7db972bc206fd2e75d997bd2 Author: Bruno Haible Date: Wed

[Bug libgcc/105708] libgcc: aarch64: init_lse_atomics can race with user-defined constructors

2022-05-24 Thread wilco at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105708 --- Comment #12 from Wilco --- (In reply to Jakub Jelinek from comment #11) > How can changing the constructor priority in libgcc affect anything? > Constructor priorities are within the same shared library or within the same > executable, not

[Bug rtl-optimization/105715] [13 Regression] missed RTL if-conversion with COND_EXPR change

2022-05-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105715 --- Comment #3 from Richard Biener --- So I guess the trick might be to notice that ... ;; _2 = a_1(D) < b_10(D); (insn 12 11 13 (set (reg:CCGC 17 flags) (compare:CCGC (reg/v:DI 86 [ a ]) (reg/v:DI 87 [ b ]))) -1

[Bug rtl-optimization/105715] [13 Regression] missed RTL if-conversion with COND_EXPR change

2022-05-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105715 Richard Biener changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug libstdc++/105717] [9/10/11/12/13 Regression] cannot create unordered_map from range of types convertible to value_type

2022-05-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105717 Jonathan Wakely changed: What|Removed |Added CC|unassigned at gcc dot gnu.org |

[Bug libstdc++/105717] New: [9/10/11/12/13 Regression] cannot create unordered_map from range of types convertible to value_type

2022-05-24 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105717 Bug ID: 105717 Summary: [9/10/11/12/13 Regression] cannot create unordered_map from range of types convertible to value_type Product: gcc Version: 13.0 Status:

[Bug rtl-optimization/105715] [13 Regression] missed RTL if-conversion with COND_EXPR change

2022-05-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105715 Richard Biener changed: What|Removed |Added Target Milestone|--- |13.0 --- Comment #1 from Richard

[Bug libgcc/105708] libgcc: aarch64: init_lse_atomics can race with user-defined constructors

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

[Bug c++/105716] [12/13 Regression] CTAD failure with member function returning auto as template argument

2022-05-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105716 Richard Biener changed: What|Removed |Added Summary|CTAD failure with member|[12/13 Regression] CTAD

[Bug rtl-optimization/105711] [12/13 Regression] ICE: in simplify_subreg, at simplify-rtx.cc:7346 with -O2 --param=sccvn-max-alias-queries-per-access=0 since r12-6173-g9ff206d3865df5cb

2022-05-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105711 --- Comment #3 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:91c7c5edd2c1d31bf379be1d077b39644391cc31 commit r13-727-g91c7c5edd2c1d31bf379be1d077b39644391cc31 Author: Richard Biener Date:

[Bug libgcc/105708] libgcc: aarch64: init_lse_atomics can race with user-defined constructors

2022-05-24 Thread wilco at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105708 Wilco changed: What|Removed |Added CC||wilco at gcc dot gnu.org --- Comment #10 from

[Bug sanitizer/105714] [12/13 Regression] ASan in gcc trunk missed a buffer-overflow at -Os since r12-5138-ge82c382971664d6f

2022-05-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105714 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/105705] [12/13 Regression] std::equal triggers incorrect -Wnonnull warning

2022-05-24 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105705 --- Comment #7 from rguenther at suse dot de --- On Tue, 24 May 2022, redi at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105705 > > --- Comment #5 from Jonathan Wakely --- > The warning started to be given without

[Bug c++/105716] New: CTAD failure with member function returning auto as template argument

2022-05-24 Thread j-l.wynen at hotmail dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105716 Bug ID: 105716 Summary: CTAD failure with member function returning auto as template argument Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity:

[Bug sanitizer/105714] [12/13 Regression] ASan in gcc trunk missed a buffer-overflow at -Os since r12-5138-ge82c382971664d6f

2022-05-24 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105714 --- Comment #3 from Jakub Jelinek --- The problem is we have: [local count: 354334800]: # h_21 = PHI *c.3_5 = *d.2_4; h_15 = h_21 + 1; if (h_15 != 3) goto ; [75.00%] else goto ; [25.00%] [local count: 118111600]:

[Bug rtl-optimization/105715] New: [13 Regression] missed RTL if-conversion with COND_EXPR change

2022-05-24 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105715 Bug ID: 105715 Summary: [13 Regression] missed RTL if-conversion with COND_EXPR change Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/105688] Cannot build GCC 11.3 on Fedora 36

2022-05-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105688 --- Comment #20 from Andrew Pinski --- Note gcc sources have its own local copy of libtool so it does not matter what the distros have.

[Bug bootstrap/105688] Cannot build GCC 11.3 on Fedora 36

2022-05-24 Thread aros at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105688 --- Comment #19 from Artem S. Tashkinov --- I'm curious: Fedora 36 takes probably half an hour to be downloaded and installed in a VM/chroot/etc., so you could probably debug the issue in a few minutes ;-)

[Bug bootstrap/105688] Cannot build GCC 11.3 on Fedora 36

2022-05-24 Thread aros at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105688 --- Comment #18 from Artem S. Tashkinov --- (In reply to Sam James from comment #17) > libtool recently got a new maintainer and had a new release (2.4.7). It's > possible 2.4.7 is related. Fedora 36 still features an old version:

  1   2   >