[Bug tree-optimization/105820] [13 Regression] ICE in invert, at value-range.cc:1971

2022-06-02 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105820 Aldy Hernandez changed: What|Removed |Added CC||aldyh at gcc dot gnu.org --- Comment

[Bug c++/105795] [11/12 Regression] Miscompilation with [[no_unique_address]]

2022-06-02 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105795 Jason Merrill changed: What|Removed |Added Known to work||11.3.1, 12.1.1

[Bug c++/105795] [11/12 Regression] Miscompilation with [[no_unique_address]]

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105795 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:340c53bc6352d223f543faac71996a3fa87d9119 commit r11-10046-g340c53bc6352d223f543faac71996a3fa87d9119 Author: Jason Merrill

[Bug fortran/105473] semicolon allowed when list-directed read integer with decimal='point'

2022-06-02 Thread jvdelisle at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105473 --- Comment #20 from Jerry DeLisle --- Please check this. Second pair of eyes needed. $ ./a.out i= 1 input="2,5," with point x =2.05.0 OK i= 1 input="2,5," with comma x = 666.0 999.0 ERR i= 2 input="2;5," with point x =

[Bug jit/105829] Allow getting the size of floating-point types

2022-06-02 Thread bouanto at zoho dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105829 --- Comment #1 from Antoni --- Created attachment 53075 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53075=edit First patch

[Bug jit/105829] New: Allow getting the size of floating-point types

2022-06-02 Thread bouanto at zoho dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105829 Bug ID: 105829 Summary: Allow getting the size of floating-point types Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/105828] New: [meta-bug] bogus/missing -Wshadow

2022-06-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105828 Bug ID: 105828 Summary: [meta-bug] bogus/missing -Wshadow Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: diagnostic, meta-bug Severity: normal

[Bug jit/105827] Infinite recursion in gt_ggc_mx_lang_tree_node

2022-06-02 Thread bouanto at zoho dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105827 --- Comment #1 from Antoni --- Created attachment 53074 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53074=edit First patch

[Bug jit/105827] New: Infinite recursion in gt_ggc_mx_lang_tree_node

2022-06-02 Thread bouanto at zoho dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105827 Bug ID: 105827 Summary: Infinite recursion in gt_ggc_mx_lang_tree_node Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck

2022-06-02 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84402 --- Comment #47 from Segher Boessenkool --- (In reply to Sam James from comment #46) > Even partially making the build less recursive would likely help a fair bit. It will help a bit, sure, but not nearly as much as you perhaps hope for. There

[Bug middle-end/105814] [12/13 Regression] 16 "=rm" use in inline-asm is rejected at -O0

2022-06-02 Thread bruce.fleming at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105814 Bruce Fleming changed: What|Removed |Added Resolution|--- |WORKSFORME

[Bug c++/105795] [11/12 Regression] Miscompilation with [[no_unique_address]]

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105795 --- Comment #4 from CVS Commits --- The releases/gcc-12 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:7a4b608b31af3824d615cd490f855e3730d217b4 commit r12-8455-g7a4b608b31af3824d615cd490f855e3730d217b4 Author: Jason Merrill

[Bug c++/98822] Rejects-valid: instantiation of class template instantiates (all) constrained non-template friend definitions (, even those) with unsatisfied constraints

2022-06-02 Thread davveston at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98822 --- Comment #3 from David Friberg --- I believe the current wording doesn't cover what should happen when instantiating a constrained non-template (hidden) friend, particularly instantiation of constrained (hidden) friends whose requires-clauses

[Bug c++/105826] New: failure to compile namespace-scope constexpr new-expression

2022-06-02 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105826 Bug ID: 105826 Summary: failure to compile namespace-scope constexpr new-expression Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug c++/105803] [13 regression] ICE at gcc/cp/pt.cc:27737 after r13-860-gff91735a5b861d

2022-06-02 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105803 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/105803] [13 regression] ICE at gcc/cp/pt.cc:27737 after r13-860-gff91735a5b861d

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105803 --- Comment #11 from CVS Commits --- The trunk branch has been updated by Marek Polacek : https://gcc.gnu.org/g:7b98910406b5000a6429c188b0c6cc14e3140637 commit r13-968-g7b98910406b5000a6429c188b0c6cc14e3140637 Author: Marek Polacek Date:

[Bug c++/69585] [C++ 11] parser errors mixing alignas, C++ 11 and GNU attributes on class declaration

2022-06-02 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69585 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org

[Bug c++/102529] ctad for aliases fails in the presence of constraints

2022-06-02 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102529 --- Comment #1 from Patrick Palka --- Hmm, it looks like this issue isn't concepts specific. Any non-trivial alias template, i.e. one that isn't just a renaming of the underlying template (in the sense of cwg1286) exhibits this bug. We still

[Bug c++/105795] [11/12/13 Regression] Miscompilation with [[no_unique_address]]

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105795 --- Comment #3 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:d19b4342c19e5a7fd84888aa06ebc106438d0c46 commit r13-963-gd19b4342c19e5a7fd84888aa06ebc106438d0c46 Author: Jason Merrill Date:

[Bug c++/105795] [11/12/13 Regression] Miscompilation with [[no_unique_address]]

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105795 --- Comment #2 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:db4243bb681f7d4e82c15674eb3bfd9b82b0cf71 commit r13-962-gdb4243bb681f7d4e82c15674eb3bfd9b82b0cf71 Author: Jason Merrill Date:

[Bug target/105825] New: [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with -mavx

2022-06-02 Thread zsojka at seznam dot cz via Gcc-bugs
sable-libstdcxx-pch --prefix=/repo/gcc-trunk//binary-trunk-r13-960-20220602111723-g72c605eea94-checking-yes-rtl-df-extra-nobootstrap-amd64 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.0.0 20220602 (experimental) (GCC)

[Bug c++/105110] NTTP type deduction fails when dependent of previous NTTPs

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

[Bug c++/99699] Type deduction failure for deducing a non-type template parameter via another deducible structural type (class template specialization) non-type template parameter

2022-06-02 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99699 Patrick Palka changed: What|Removed |Added Resolution|--- |DUPLICATE CC|

[Bug c++/98822] Rejects-valid: instantiation of class template instantiates (all) constrained non-template friend definitions (, even those) with unsatisfied constraints

2022-06-02 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98822 Patrick Palka changed: What|Removed |Added CC||jason at gcc dot gnu.org,

[Bug c++/10566] simple, but big problem

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10566 --- Comment #2 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:37e4e7f77d8f7b7e911bf611a0f8edbc3a850c7a commit r13-961-g37e4e7f77d8f7b7e911bf611a0f8edbc3a850c7a Author: Roger Sayle Date: Thu

[Bug target/105791] [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with -mxop

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105791 --- Comment #3 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:37e4e7f77d8f7b7e911bf611a0f8edbc3a850c7a commit r13-961-g37e4e7f77d8f7b7e911bf611a0f8edbc3a850c7a Author: Roger Sayle Date: Thu

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

2022-06-02 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 Keywords||patch URL|

[Bug c++/105824] New: Accepts invalid issue with implicit conversion of a scoped enumeration type

2022-06-02 Thread aaron at aaronballman dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105824 Bug ID: 105824 Summary: Accepts invalid issue with implicit conversion of a scoped enumeration type Product: gcc Version: 12.0 Status: UNCONFIRMED Severity:

[Bug c/103810] -fallow-parameterless-variadic-functions flag could use a testcase that covers its documentation better

2022-06-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103810 --- Comment #2 from Eric Gallager --- (In reply to jos...@codesourcery.com from comment #1) > Note also that there is a proposal for C23 (N2854) to allow such > functions, including changing the requirements on va_start to make it > possible

[Bug c/103812] -fcond-mismatch could use a testcase that covers its documented behavior better

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

[Bug bootstrap/103459] Make configury regenerate cleanly with `autoreconf -Wall`

2022-06-02 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103459 --- Comment #1 from Eric Gallager --- I've been working a bit on this in my autotools-tinkering branch in my userspace; it's nowhere near done yet, though... I'm also mirroring the branch on GitHub:

[Bug fortran/105813] ICE in gfc_simplify_unpack, at fortran/simplify.cc:8490

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

[Bug target/103525] wrong function entry with -fpatchable-function-entry

2022-06-02 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103525 Marek Polacek changed: What|Removed |Added Summary|[RISCV] wrong function |wrong function entry with

[Bug c++/102168] -Wnon-virtual-dtor shouldn't fire for protected dtor in a class with a friend declaration

2022-06-02 Thread pdimov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102168 Peter Dimov changed: What|Removed |Added CC||pdimov at gmail dot com --- Comment #1

[Bug target/105792] SPARC GCC 12.1.0 fails with internal compiler error: in expand_expr_real_2, at expr.cc:10160

2022-06-02 Thread sumbera at volny dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105792 --- Comment #4 from Petr Sumbera --- I can confirm that gcc (GCC) 12.1.1 20220528 doesn't have this issue.

[Bug c++/101803] CTAD fails for nested designated initializers

2022-06-02 Thread h2+bugs at fsfe dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101803 --- Comment #8 from Hannes Hauswedell --- OK, thank you anyway!

[Bug c++/105823] New: -Wrestrict / -Wstringop-overflow / -Warray-bounds warnings for uninitialized values

2022-06-02 Thread fiesh at zefix dot tv via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105823 Bug ID: 105823 Summary: -Wrestrict / -Wstringop-overflow / -Warray-bounds warnings for uninitialized values Product: gcc Version: 13.0 Status: UNCONFIRMED

[Bug c++/58993] incorrectly accept access of protected member method from derived class template

2022-06-02 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58993 Patrick Palka changed: What|Removed |Added CC||csaba_22 at yahoo dot co.uk --- Comment

[Bug c++/105752] Template function can access private member

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

[Bug c++/101803] CTAD fails for nested designated initializers

2022-06-02 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101803 --- Comment #7 from Patrick Palka --- (In reply to Hannes Hauswedell from comment #6) > Since it seems like 10.4 is around the corner... any chance this will make > it? > > Thanks a lot! Unfortunately I don't think so :/ the patch doesn't

[Bug tree-optimization/105820] [13 Regression] ICE in invert, at value-range.cc:1971

2022-06-02 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105820 --- Comment #2 from Andrew Macleod --- Lets see try to remember it can be ambiguous. The inversion of undefined is not necessarily expected to be varying in all circumstances.. Likewise, inverting varying is still varying in some

[Bug rtl-optimization/105822] ICE in maybe_record_trace_start, at dwarf2cfi.cc:2579

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105822 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Target|

[Bug tree-optimization/105820] [13 Regression] ICE in invert, at value-range.cc:1971

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105820 Richard Biener changed: What|Removed |Added Target Milestone|--- |13.0 CC|

[Bug c++/105821] ICE for illegal constexpr-if

2022-06-02 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105821 Marek Polacek changed: What|Removed |Added Keywords||error-recovery Last reconfirmed|

[Bug rtl-optimization/105822] New: ICE in maybe_record_trace_start, at dwarf2cfi.cc:2579

2022-06-02 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105822 Bug ID: 105822 Summary: ICE in maybe_record_trace_start, at dwarf2cfi.cc:2579 Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: ice-checking, ice-on-valid-code

[Bug c++/105821] New: ICE for illegal constexpr-if

2022-06-02 Thread fiesh at zefix dot tv via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105821 Bug ID: 105821 Summary: ICE for illegal constexpr-if Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug tree-optimization/105820] New: [13 Regression] ICE in invert, at value-range.cc:1971

2022-06-02 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105820 Bug ID: 105820 Summary: [13 Regression] ICE in invert, at value-range.cc:1971 Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: ice-checking, ice-on-valid-code

[Bug tree-optimization/105437] [11 Regression] ICE on GIMPLE pass slp when vectorizer is enabled since r11-1801-g9e5508c2d006f2d4

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105437 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Known to fail|11.3.1

[Bug tree-optimization/105437] [11 Regression] ICE on GIMPLE pass slp when vectorizer is enabled since r11-1801-g9e5508c2d006f2d4

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105437 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Richard Biener : https://gcc.gnu.org/g:462e7e2c6fe0bc57e03110d43a2c7e53a1ce04ea commit r11-10045-g462e7e2c6fe0bc57e03110d43a2c7e53a1ce04ea Author: Richard

[Bug tree-optimization/105739] [10 Regression] Miscompilation of Linux kernel update.c

2022-06-02 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105739 --- Comment #6 from Jakub Jelinek --- Honza, any estimate how long this could take? I'd prefer to wait with 10.4 for it if it isn't going to take too long.

[Bug tree-optimization/105786] [12 Regression] ICE in compute_distributive_range, at tree-data-ref.cc:593 since r12-4283-g6f966f06146be7689af471d152e18ff50c609d99

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105786 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/105711] [12 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-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105711 Richard Biener changed: What|Removed |Added Known to fail|12.1.1 |12.1.0 Known to work|

[Bug other/105819] GCC 12.1.0 Make failed - Compiled with GCC 4.9.4 and under Mac OS X lion - I

2022-06-02 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105819 --- Comment #4 from Jakub Jelinek --- Note, -Wl, etc. options don't have an escape mechanism, they just split the argument on any , seen.

[Bug tree-optimization/105786] [12 Regression] ICE in compute_distributive_range, at tree-data-ref.cc:593 since r12-4283-g6f966f06146be7689af471d152e18ff50c609d99

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105786 --- Comment #6 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:9f1e32c69d3f0cc04665587c18937a773616c6bd commit r12-8453-g9f1e32c69d3f0cc04665587c18937a773616c6bd Author: Richard

[Bug tree-optimization/105726] [10/11/12 Regression] spurious warning with -Warray-bounds

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105726 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:9bc27ee76d510360637c9578ffdefeab5c336e86 commit r12-8452-g9bc27ee76d510360637c9578ffdefeab5c336e86 Author: Richard

[Bug rtl-optimization/105711] [12 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-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105711 --- Comment #4 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:cdd93e5b88e6aab832509d7aabed6cfd2d014c58 commit r12-8451-gcdd93e5b88e6aab832509d7aabed6cfd2d014c58 Author: Richard

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

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105604 --- Comment #6 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:740771a620f661800b99dfc039b8896e2ddb9265 commit r12-8450-g740771a620f661800b99dfc039b8896e2ddb9265 Author: Martin Sebor

[Bug other/105819] GCC 12.1.0 Make failed - Compiled with GCC 4.9.4 and under Mac OS X lion - I

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

[Bug middle-end/30314] optimize multiply-by-constant overflow (wrap) test

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30314 --- Comment #4 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:72c605eea94065606b5ddcb5a51ef24a3d2841e9 commit r13-960-g72c605eea94065606b5ddcb5a51ef24a3d2841e9 Author: Jakub Jelinek Date:

[Bug c++/105752] Template function can access private member

2022-06-02 Thread csaba_22 at yahoo dot co.uk via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105752 --- Comment #5 from Csaba Ráduly --- The fact that GCC 11 shows an error for the code in comment #4 suggests that this was a bug which was fixed. Does it ring a bell to anyone? This bug should probably marked as a duplicate, but of which other

[Bug other/105819] GCC 12.1.0 Make failed - Compiled with GCC 4.9.4 and under Mac OS X lion - I

2022-06-02 Thread bug-reports.delphin at laposte dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105819 --- Comment #2 from bug-reports.delphin at laposte dot net --- Created attachment 53072 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53072=edit my-make.log (xz compressed)

[Bug other/105819] GCC 12.1.0 Make failed - Compiled with GCC 4.9.4 and under Mac OS X lion - I

2022-06-02 Thread bug-reports.delphin at laposte dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105819 --- Comment #1 from bug-reports.delphin at laposte dot net --- Created attachment 53071 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53071=edit my-configure.log

[Bug other/105819] New: GCC 12.1.0 Make failed - Compiled with GCC 4.9.4 and under Mac OS X lion - I

2022-06-02 Thread bug-reports.delphin at laposte dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105819 Bug ID: 105819 Summary: GCC 12.1.0 Make failed - Compiled with GCC 4.9.4 and under Mac OS X lion - I Product: gcc Version: 12.1.0 Status: UNCONFIRMED

[Bug target/105818] ICE: 'global_options' are modified in local context

2022-06-02 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105818 --- Comment #1 from Arseny Solokha --- Sorry, there's a newline missing after the first paragraph, so the testcase looks like this: #pragma GCC optimize "-fno-tree-vectorize" void foo (void) { void bar (void); }

[Bug target/105818] New: ICE: 'global_options' are modified in local context

2022-06-02 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105818 Bug ID: 105818 Summary: ICE: 'global_options' are modified in local context Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: ice-checking, ice-on-valid-code

[Bug target/105778] Shift by register --- unnecessary AND instruction

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

[Bug target/105778] Shift by register --- unnecessary AND instruction

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105778 --- Comment #7 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:dcfdd2851b297e0005a8490b7f867ca45d1ad340 commit r13-927-gdcfdd2851b297e0005a8490b7f867ca45d1ad340 Author: Jakub Jelinek Date:

[Bug sanitizer/105817] New: outline kernel-address sanitizer doesn't save callee-saved register properly on AArch64

2022-06-02 Thread tonnyl at nvidia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105817 Bug ID: 105817 Summary: outline kernel-address sanitizer doesn't save callee-saved register properly on AArch64 Product: gcc Version: 11.2.0 Status: UNCONFIRMED

[Bug tree-optimization/105769] [11/12/13 Regression] program segmentation fault with -ftree-vectorize and nested lambdas

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105769 Richard Biener changed: What|Removed |Added Target Milestone|--- |11.4 Known to work|

[Bug tree-optimization/105816] SLP vectorize permutes from different groups

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105816 Richard Biener changed: What|Removed |Added Last reconfirmed||2022-06-02

[Bug tree-optimization/105816] New: SLP vectorize permutes from different groups

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105816 Bug ID: 105816 Summary: SLP vectorize permutes from different groups Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/105815] [x86] Extend ix86_vectorize_vec_perm_const which now accept different input and output modes by r13-745

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105815 Richard Biener changed: What|Removed |Added Last reconfirmed||2022-06-02 Keywords|

[Bug target/105815] New: [x86] Extend ix86_vectorize_vec_perm_const which now accept different input and output modes by r13-745

2022-06-02 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105815 Bug ID: 105815 Summary: [x86] Extend ix86_vectorize_vec_perm_const which now accept different input and output modes by r13-745 Product: gcc Version: 13.0 Status:

[Bug rtl-optimization/105799] Miss optimization to simplify (v + A) * B + C -> B * v + ABC in rtl.

2022-06-02 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105799 --- Comment #1 from Hongtao.liu --- ((v * A) + B) * C is handled in distribute_and_simplify_rtx. -cut from combine.c--- 6090case MULT: 6091 /* If we have (mult (plus A B) C), apply the distributive law and then 6092

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 101668, which changed state. Bug 101668 Summary: BB vectorizer doesn't handle lowpart of existing vector https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101668 What|Removed |Added

[Bug tree-optimization/101668] BB vectorizer doesn't handle lowpart of existing vector

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101668 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/101668] BB vectorizer doesn't handle lowpart of existing vector

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101668 --- Comment #7 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:08afab6f8642f58f702010ec196dce3b00955627 commit r13-926-g08afab6f8642f58f702010ec196dce3b00955627 Author: Richard Biener Date:

[Bug c++/105593] avx512 math function raises uninitialized variable warning

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105593 Richard Biener changed: What|Removed |Added Target Milestone|12.2|--- Known to fail|

[Bug tree-optimization/105802] [13 Regression] ICE: in irange_intersect, at value-range.cc:1955 with -funswitch-loops

2022-06-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105802 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/105802] [13 Regression] ICE: in irange_intersect, at value-range.cc:1955 with -funswitch-loops

2022-06-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105802 --- Comment #5 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:4a6b8d9aad9f68eec223cc126d9effbf45e37271 commit r13-925-g4a6b8d9aad9f68eec223cc126d9effbf45e37271 Author: Richard Biener Date: