[Bug d/107552] [13 regression] stage 1 d21 fails to link on Linux/x86_64

2022-11-08 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107552 Rainer Orth changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug d/104749] [12/13 regression] stage1 d21 fails to link on Solaris/x86

2022-11-08 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104749 --- Comment #10 from Rainer Orth --- *** Bug 107552 has been marked as a duplicate of this bug. ***

[Bug target/86160] Implement isinf on PowerPC

2022-11-08 Thread jens.seifert at de dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86160 --- Comment #4 from Jens Seifert --- I am looking forward to get Power9 optimization using xststdcdp etc.

[Bug target/107563] __builtin_shufflevector fails to pshufd instructions under default x86_64 compilation toggle which is the sse2 one

2022-11-08 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107563 --- Comment #10 from Hongtao.liu --- (In reply to cqwrteur from comment #9) > (In reply to cqwrteur from comment #8) > > for sse2 to do the __builtin_convertvector job yeah > > https://godbolt.org/z/dsf3WK58E > > using temp_vec_type [[__gnu__:

[Bug tree-optimization/107561] [13 Regression] g++.dg/pr17488.C regression due to -Wstringop-overflow problem

2022-11-08 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107561 --- Comment #1 from Aldy Hernandez --- Created attachment 53848 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53848&action=edit preprocessed testcase

[Bug tree-optimization/107561] [13 Regression] g++.dg/pr17488.C and [g++.dg/warn/Warray-bounds-16.C -m32] regression due to -Wstringop-overflow problem

2022-11-08 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107561 Aldy Hernandez changed: What|Removed |Added Summary|[13 Regression] |[13 Regression] |g++

[Bug target/107551] g++ 12.2 test fails

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

[Bug tree-optimization/107554] [10/11/12/13 Regression] Segmentation fault during GIMPLE pass: strlen (tree-ssa-strlen.cc:4772)

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107554 Richard Biener changed: What|Removed |Added Priority|P3 |P2 --- Comment #4 from Richard Biener

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/107557] [12/13 Regression] ICE -fsanitize=undefined and VLA as argument type to a function

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107557 --- Comment #2 from Richard Biener --- This hints at VLA gimplification not working properly, aka a missed DECL_EXPR from the frontend.

[Bug c++/107558] [10/11/12/13 Regression] ICE in fld_incomplete_type_of with -fmerge-all-constants and openmp and LTO

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107558 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.5

[Bug rtl-optimization/107482] [10/11/12/13 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0

2022-11-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107482 --- Comment #7 from CVS Commits --- The master branch has been updated by Max Filippov : https://gcc.gnu.org/g:e581490f0cfa80c58d2b648d71a44a597fbe3008 commit r13-3801-ge581490f0cfa80c58d2b648d71a44a597fbe3008 Author: Max Filippov Date: Mon

[Bug tree-optimization/107561] [13 Regression] g++.dg/pr17488.C and [g++.dg/warn/Warray-bounds-16.C -m32] regression due to -Wstringop-overflow problem

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107561 --- Comment #3 from Richard Biener --- This probably boils down to the object size machinery ignoring [0, 0] (aka not picking a convex hull of the range). The range implementation of all these passes should be using irange<> (but with wide_ints

[Bug libstdc++/107562] [13 regression] r13-3761-ga239a63f868e29 breaks build on powerpc64 BE

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107562 Richard Biener changed: What|Removed |Added Keywords||build Target Milestone|---

[Bug target/107564] Fail to recognize overflow check for addition of __uint128_t operands

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107564 Richard Biener changed: What|Removed |Added Target||x86_64-*-* i?86-*-* Last reconfirmed

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #2 from Boris Kolpackov --- There is a way to reproduce it but it requires building the actual source code rather than a minimal reproducer. It's not that difficult. Should I provide the instructions?

[Bug target/107551] g++ 12.2 test fails

2022-11-08 Thread brjd_epdjq36 at kygur dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107551 --- Comment #6 from Brjd --- glibc 2.19 on utopic 14.10 You may have already noticed it but just to make sure it may be helpful too, this is where it crashes in the main for all 4 cases: gcc/testsuite/g++.target/i386/mv30.C:45: int main(): A

[Bug ada/107309] GNAT does not apply type conversion to dependent expressions of conditional expressions

2022-11-08 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107309 Eric Botcazou changed: What|Removed |Added Resolution|--- |FIXED URL|

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #3 from Jonathan Wakely --- Just the preprocessed .ii file for the one translation unit compile-rule.cxx is all that's needed. The bug reporting instructions don't say you have to minimise it (though that's certainly preferred) but

[Bug target/107546] [10/11/12/13 Regression] simd, redundant pcmpeqb and pxor

2022-11-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107546 --- Comment #11 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:fa271afb58423014e2feef9f15c1a87428e64ddc commit r13-3803-gfa271afb58423014e2feef9f15c1a87428e64ddc Author: Jakub Jelinek Date:

[Bug ada/107536] [12/13 regression] Wrong 'not referenced' warning on renamed variable

2022-11-08 Thread simon at pushface dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107536 --- Comment #1 from simon at pushface dot org --- Also present in GCC 13-20221030.

[Bug bootstrap/107568] New: Bootstrap failure on macOS 12.6 (monterey)

2022-11-08 Thread simon at pushface dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107568 Bug ID: 107568 Summary: Bootstrap failure on macOS 12.6 (monterey) Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: boots

[Bug target/107546] [10/11/12 Regression] simd, redundant pcmpeqb and pxor

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107546 Jakub Jelinek changed: What|Removed |Added Summary|[10/11/12/13 Regression]|[10/11/12 Regression] simd,

[Bug tree-optimization/107569] New: [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 Bug ID: 107569 Summary: [13 Regression] Failure to optimize std::isfinite since r13-3596 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

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

[Bug tree-optimization/107547] [13 Regression] ICE in get_no_error_domain, at tree-call-cdce.cc:769 since r13-3568-g7f940822816917fe

2022-11-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107547 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:970dcd567449ec510477a043bbff70a0b960bd7f commit r13-3804-g970dcd567449ec510477a043bbff70a0b960bd7f Author: Jakub Jelinek Date: T

[Bug tree-optimization/107547] [13 Regression] ICE in get_no_error_domain, at tree-call-cdce.cc:769 since r13-3568-g7f940822816917fe

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

[Bug testsuite/107171] New test case gcc.target/powerpc/pr105586.c fails after its introduction in r13-2525-gbec35caafae8db

2022-11-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107171 --- Comment #4 from CVS Commits --- The master branch has been updated by Surya Kumari Jangala : https://gcc.gnu.org/g:7ca912b46e0eb45ebefeb0eda4c28afe1513d272 commit r13-3805-g7ca912b46e0eb45ebefeb0eda4c28afe1513d272 Author: Surya Kumari Jang

[Bug modula2/107235] m2/boot-bin/mc leaks file descriptors

2022-11-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107235 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Gaius Mulley --- > Now fixed. I've added a fclose to function mcflex_openSource in mc.flex. Confirmed on all of i386-pc-solaris2.11, amd64-pc-solaris2.11, and sp

[Bug rtl-optimization/105586] [11/12 Regression] -fcompare-debug failure (length) with -O2 -fno-if-conversion -mtune=power4 -fno-guess-branch-probability

2022-11-08 Thread jskumari at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105586 --- Comment #10 from Surya Kumari Jangala --- (In reply to Segher Boessenkool from comment #9) > I read > as approval to backport, fwiw :-) I read that as: Since it is *not*

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread pilarlatiesa at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 Pilar Latiesa changed: What|Removed |Added CC||pilarlatiesa at gmail dot com --- Comme

[Bug modula2/107233] gm2 build hardcodes python3

2022-11-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107233 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #1 from Gaius Mulley --- > Now fixed. configure.ac tests for python3 and Make-lang.in only invokes > python3 if it were found. Confirmed on i386-pc-solaris2.11 (Solaris

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #4 from Boris Kolpackov --- Created attachment 53849 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53849&action=edit Preprocessed translation unit

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #5 from Boris Kolpackov --- Created attachment 53850 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53850&action=edit Preprocessed translation unit with workaround

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread boris at kolpackov dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #6 from Boris Kolpackov --- I was under the impression that only something runnable would be useful, but if all that's need is a preprocessed translation unit, then that's no problem at all. I've also attached the translation unit wi

[Bug tree-optimization/107493] [13 Regression] Wrong code at -Os on x86_64-linux-gnu

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107493 --- Comment #4 from Richard Biener --- a_lsm.9_12 = PHI <-21(2), _4(3)> (set_scalar_evolution instantiated_below = 2 (scalar = a_lsm.9_12) (scalar_evolution = (int) {65515, +, 10}_1)) is definitely wrong since the initial value is off.

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Keywords|

[Bug bootstrap/107568] Bootstrap failure on macOS 12.6 (monterey)

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107568 Richard Biener changed: What|Removed |Added Keywords||build --- Comment #1 from Richard Bien

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #2 from Jakub Jelinek --- Perhaps we should in vrp1 defer removal of __builtin_unreachable (), at least the cases where we don't turn that into some useful range? That of course doesn't improve the assume attribute case.

[Bug bootstrap/107568] Bootstrap failure on macOS 12.6 (monterey)

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

[Bug tree-optimization/107561] [13 Regression] g++.dg/pr17488.C and [g++.dg/warn/Warray-bounds-16.C -m32] regression due to -Wstringop-overflow problem

2022-11-08 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107561 --- Comment #4 from Aldy Hernandez --- (In reply to Richard Biener from comment #3) > This probably boils down to the object size machinery ignoring [0, 0] (aka > not picking a convex hull of the range). The range implementation of all > these

[Bug tree-optimization/107570] New: [13 Regression] ICE: Segmentation fault (in instantiate_scev_name/gimple_bb)

2022-11-08 Thread asolokha at gmx dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107570 Bug ID: 107570 Summary: [13 Regression] ICE: Segmentation fault (in instantiate_scev_name/gimple_bb) Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: i

[Bug target/107565] [12/13 Regression] -Wanalyzer-use-of-uninitialized-value false positive with rdrand

2022-11-08 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107565 --- Comment #2 from David Malcolm --- (In reply to Andrew Pinski from comment #1) > Confirmed. > else if (!fndecl_has_gimple_body_p (callee_fndecl) >&& (!(callee_fndecl_flags & (ECF_CONST | ECF_PURE))) >&& !

[Bug ipa/107519] internal compiler error: in get_partitioning_class, at symtab.cc:2096

2022-11-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107519 Martin Liška changed: What|Removed |Added CC||nathan at gcc dot gnu.org --- Comment #1

[Bug c++/107461] [12/13 Regression] ambiguity error for friend with templated constexpr argument

2022-11-08 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107461 Patrick Palka changed: What|Removed |Added Target Milestone|--- |12.3 Summary|ambiguity error

[Bug c++/107327] internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12930

2022-11-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107327 --- Comment #12 from Martin Liška --- Can't reproduce :/

[Bug rtl-optimization/105586] [11/12 Regression] -fcompare-debug failure (length) with -O2 -fno-if-conversion -mtune=power4 -fno-guess-branch-probability

2022-11-08 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105586 --- Comment #11 from Segher Boessenkool --- Ah. It's a nasty bug, so "safe side" is to *do* fix it, in my reading. But you can also say "not doing anything" (so, staying susceptible to the bug) is safer. It happens rather infrequently after al

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #3 from Andrew Macleod --- (In reply to Jakub Jelinek from comment #2) > Perhaps we should in vrp1 defer removal of __builtin_unreachable (), at least > the cases where we don't turn that into some useful range? > That of course does

[Bug c++/107571] New: Missing fallthrough attribute diagnostics

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107571 Bug ID: 107571 Summary: Missing fallthrough attribute diagnostics Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #4 from Jakub Jelinek --- The cdce case is something I've mentioned today: https://gcc.gnu.org/pipermail/gcc-patches/2022-November/605338.html The comparisons in there are artificial and so unlike user comparisons we should (if they

[Bug tree-optimization/107570] [13 Regression] ICE: Segmentation fault (in instantiate_scev_name/gimple_bb)

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107570 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #5 from Andrew Macleod --- (In reply to Jakub Jelinek from comment #4) > The cdce case is something I've mentioned today: > https://gcc.gnu.org/pipermail/gcc-patches/2022-November/605338.html > The comparisons in there are artificial

[Bug libstdc++/107572] New: cartesian_product_view invokes the begin of input_range twice

2022-11-08 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107572 Bug ID: 107572 Summary: cartesian_product_view invokes the begin of input_range twice Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug analyzer/107566] array out of bounds not detected

2022-11-08 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107566 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #6 from Jakub Jelinek --- __builtin_isfinite (x) is implemented as ~UNGT_EXPR, DBL_MAX>. So, if we have: _3 = ABS_EXPR ; _4 = _3 u> 1.79769313486231570814527423731704356798070567525844996599e+308; _5 = ~_4; return _5; for ass

[Bug libstdc++/107572] cartesian_product_view invokes the begin of input_range twice

2022-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107572 Jonathan Wakely changed: What|Removed |Added CC||ppalka at gcc dot gnu.org Ever co

[Bug middle-end/107389] Always propagate __builtin_assume_aligned

2022-11-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107389 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:7899582a059a9d8c25bfff305cd236d219dc4f20 commit r13-3810-g7899582a059a9d8c25bfff305cd236d219dc4f20 Author: Richard Biener Date:

[Bug middle-end/107389] Always propagate __builtin_assume_aligned

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

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #7 from Andrew Macleod --- (In reply to Jakub Jelinek from comment #6) > __builtin_isfinite (x) is implemented as > ~UNGT_EXPR, DBL_MAX>. > So, if we have: > _3 = ABS_EXPR ; > _4 = _3 u> 1.7976931348623157081452742373170435679807

[Bug tree-optimization/24021] VRP does not work with floating points

2022-11-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24021 --- Comment #27 from CVS Commits --- The master branch has been updated by Aldy Hernandez : https://gcc.gnu.org/g:9d96a286992a0fd9ecdd6a58cd9a413c8c49f477 commit r13-3812-g9d96a286992a0fd9ecdd6a58cd9a413c8c49f477 Author: Aldy Hernandez Date:

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #8 from Jakub Jelinek --- Under debugger I see unordered_gt::op1_range coming up with: [frange] double [-Inf, 1.79769313486231570814527423731704356798070567525844996599e+308 (0x0.f8p+1024)] which looks right. But then fop

[Bug tree-optimization/68097] We should track ranges for floating-point values too

2022-11-08 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68097 Bug 68097 depends on bug 24021, which changed state. Bug 24021 Summary: VRP does not work with floating points https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24021 What|Removed |Added -

[Bug tree-optimization/24021] VRP does not work with floating points

2022-11-08 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24021 Aldy Hernandez changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug tree-optimization/85316] [meta-bug] VRP range propagation missed cases

2022-11-08 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85316 Bug 85316 depends on bug 24021, which changed state. Bug 24021 Summary: VRP does not work with floating points https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24021 What|Removed |Added -

[Bug target/107568] Bootstrap failure on macOS 12.6 (monterey)

2022-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107568 Andrew Pinski changed: What|Removed |Added Component|bootstrap |target --- Comment #3 from Andrew Pinsk

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #9 from Jakub Jelinek --- Before the 1281 // Then add the negative of each pair: 1282 // ABS(op1) = [5,20] would yield op1 => [-20,-5][5,20]. 1283 r.union_ (frange (type, 1284real_value_negate (

[Bug analyzer/107573] New: RFE: analyzer handling of strtok

2022-11-08 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107573 Bug ID: 107573 Summary: RFE: analyzer handling of strtok Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: analyzer

[Bug fortran/107489] Insufficiently deep allocate/copy for simple assignment of derived types with recursive components

2022-11-08 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107489 Paul Thomas changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 Andrew Pinski changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug c++/107555] Never constructed object destroyed during exception handling

2022-11-08 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107555 --- Comment #7 from Jonathan Wakely --- (In reply to Boris Kolpackov from comment #6) > I was under the impression that only something runnable would be useful, but https://gcc.gnu.org/bugs/#need > if all that's need is a preprocessed translat

[Bug tree-optimization/107569] [13 Regression] Failure to optimize std::isfinite since r13-3596

2022-11-08 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107569 --- Comment #10 from Jakub Jelinek --- So: --- gcc/range-op-float.cc.jj2022-11-06 11:56:27.138137781 +0100 +++ gcc/range-op-float.cc 2022-11-08 18:13:18.026974667 +0100 @@ -1280,9 +1280,10 @@ foperator_abs::op1_range (frange &r, tre

[Bug c++/107574] New: [10/11/12/13 Regression] ICE: tree check: expected record_type or union_type or qual_union_type, have integer_type in cp_fold_convert, at cp/cvt.cc:613

2022-11-08 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107574 Bug ID: 107574 Summary: [10/11/12/13 Regression] ICE: tree check: expected record_type or union_type or qual_union_type, have integer_type in cp_fold_convert, at cp/cvt.cc:613

[Bug c++/107575] New: ICE: tree check: expected tree that contains 'decl common' structure, have 'error_mark' in duplicate_decls, at cp/decl.cc:2605

2022-11-08 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107575 Bug ID: 107575 Summary: ICE: tree check: expected tree that contains 'decl common' structure, have 'error_mark' in duplicate_decls, at cp/decl.cc:2605 Product: gcc

[Bug fortran/107576] New: [10/11/12/13 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.cc:6193

2022-11-08 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107576 Bug ID: 107576 Summary: [10/11/12/13 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.cc:6193 Product: gcc Version: 13.0 Status: UNCONFIRMED S

[Bug fortran/107576] [10/11/12/13 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.cc:6193

2022-11-08 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107576 G. Steinmetz changed: What|Removed |Added Keywords||accepts-invalid, |

[Bug fortran/107577] New: [13 Regression] ICE in find_array_spec, at fortran/resolve.cc:5008

2022-11-08 Thread gscfq--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107577 Bug ID: 107577 Summary: [13 Regression] ICE in find_array_spec, at fortran/resolve.cc:5008 Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/107577] [13 Regression] ICE in find_array_spec, at fortran/resolve.cc:5008

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107577 Richard Biener changed: What|Removed |Added Target Milestone|--- |13.0 Priority|P3

[Bug fortran/107576] [10/11/12/13 Regression] ICE in gfc_conv_procedure_call, at fortran/trans-expr.cc:6193

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107576 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug c++/107574] [10/11/12/13 Regression] ICE: tree check: expected record_type or union_type or qual_union_type, have integer_type in cp_fold_convert, at cp/cvt.cc:613

2022-11-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107574 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Last reconfirmed|

[Bug c++/107574] [10/11/12/13 Regression] ICE: tree check in cp_fold_convert with ptr to member field cast inside a class not completed and inherent

2022-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107574 Andrew Pinski changed: What|Removed |Added Summary|[10/11/12/13 Regression]|[10/11/12/13 Regression]

[Bug libstdc++/63746] i/o fragmentation inside basic_filebuf::xsputn

2022-11-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63746 --- Comment #6 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:3f1519eef5cbdcea2f18445852f5482798e3936a commit r13-3815-g3f1519eef5cbdcea2f18445852f5482798e3936a Author: Charles-François Natali

[Bug c++/107574] [10/11/12/13 Regression] ICE: tree check in cp_fold_convert with ptr to member field cast inside a class not completed and inherent

2022-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107574 Andrew Pinski changed: What|Removed |Added Known to work||8.1.0 Known to fail|

[Bug c++/107574] [10/11/12/13 Regression] ICE: tree check in cp_fold_convert with ptr to member field cast inside a class not completed and inherent

2022-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107574 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection See Also|

[Bug libstdc++/63746] i/o fragmentation inside basic_filebuf::xsputn

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

[Bug libstdc++/63746] i/o fragmentation inside basic_filebuf::xsputn

2022-11-08 Thread pawel_sikora at zoho dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63746 --- Comment #8 from Pawel Sikora --- hi, nice to see a final gcc fix. gl&br, pawel.

[Bug other/107578] New: [13 regression] r13-3761-ga239a63f868e29 causes excess errors for g++.dg/pr71488.C

2022-11-08 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107578 Bug ID: 107578 Summary: [13 regression] r13-3761-ga239a63f868e29 causes excess errors for g++.dg/pr71488.C Product: gcc Version: 13.0 Status: UNCONFIRMED Sever

[Bug tree-optimization/55157] Missed VRP with != 0 and multiply

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

[Bug tree-optimization/107561] [13 Regression] g++.dg/pr17488.C and [g++.dg/warn/Warray-bounds-16.C -m32] regression due to -Wstringop-overflow problem

2022-11-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107561 Andrew Pinski changed: What|Removed |Added CC||seurer at gcc dot gnu.org --- Comment #

[Bug other/107578] [13 regression] r13-3761-ga239a63f868e29 causes excess errors for g++.dg/pr71488.C

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

Domain Name Inquiry (Important)

2022-11-08 Thread Mashhood Ali via Gcc-bugs
Hello G95! I hope you are doing well I am Mashood Ali The domain name (g95.org) has expired and going to be deleted soon. I want to buy this domain name from you so that I can make a programming website out of it. I am offering you USD$400(negotiable) for the domain name. If you agree with my of

[Bug middle-end/106123] ICE in walk_tree_1, at tree.cc:11243

2022-11-08 Thread qinzhao at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106123 --- Comment #2 from qinzhao at gcc dot gnu.org --- simplified testing case: [opc@qinzhao-ol8u3-x86 106123]$ cat t.C struct T { T () {}; virtual ~T () {}; int t; }; struct S : virtual public T { int a; void foo (); }; template struct U { U () {}

[Bug c/82922] Request: add -Wstrict-prototypes to -Wextra as K&R style is obsolescent

2022-11-08 Thread david at westcontrol dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82922 --- Comment #9 from David Brown --- Could -Wstrict-prototypes be added to -Wall, or even considered enabling by default? The next C standard will make "void foo()" mean the same as "void foo(void)", like in C++, which makes the scope for confusi

[Bug c/82922] Request: add -Wstrict-prototypes to -Wextra as K&R style is obsolescent

2022-11-08 Thread sam at gentoo dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82922 --- Comment #10 from Sam James --- (In reply to David Brown from comment #9) > Could -Wstrict-prototypes be added to -Wall, or even considered enabling by > default? The next C standard will make "void foo()" mean the same as "void > foo(void)",

[Bug c/82922] Request: add -Wstrict-prototypes to -Wextra as K&R style is obsolescent

2022-11-08 Thread fw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82922 --- Comment #11 from Florian Weimer --- (In reply to David Brown from comment #9) > Could -Wstrict-prototypes be added to -Wall, or even considered enabling by > default? The next C standard will make "void foo()" mean the same as "void > foo(vo

[Bug c/82922] Request: add -Wstrict-prototypes to -Wextra as K&R style is obsolescent

2022-11-08 Thread sam at gentoo dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82922 --- Comment #12 from Sam James --- GCC lacks an equivalent for Clang's -Wdeprecated-non-prototype, right?

[Bug c/82922] Request: add -Wstrict-prototypes to -Wextra as K&R style is obsolescent

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

[Bug c++/107579] New: ICE on fold-expression on .* member access operator

2022-11-08 Thread jeanmichael.celerier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107579 Bug ID: 107579 Summary: ICE on fold-expression on .* member access operator Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug libstdc++/107580] New: std::vector cannot be brace initialized with -D_GLIBCXX_USE_CXX11_ABI=0

2022-11-08 Thread vyas.ramasubramani at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107580 Bug ID: 107580 Summary: std::vector cannot be brace initialized with -D_GLIBCXX_USE_CXX11_ABI=0 Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: norm

[Bug fortran/107577] [13 Regression] ICE in find_array_spec, at fortran/resolve.cc:5008

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

[Bug c++/107579] ICE on fold-expression on .* member access operator

2022-11-08 Thread jeanmichael.celerier at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107579 --- Comment #1 from Jean-Michaël Celerier --- Created attachment 53851 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53851&action=edit bug report provided by -fbug-report

  1   2   >