[Bug target/105504] Fails to break dependency for vcvtss2sd xmm, xmm, mem

2022-05-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105504 --- Comment #4 from Hongtao.liu --- Another possible solution is add a little bit dislike for "m" alternative(like ?m) to avoid potential spill.

[Bug target/105504] Fails to break dependency for vcvtss2sd xmm, xmm, mem

2022-05-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105504 Hongtao.liu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment

[Bug target/105504] Fails to break dependency for vcvtss2sd xmm, xmm, mem

2022-05-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105504 --- Comment #2 from Hongtao.liu --- After set remove_partial_avx_dependency to true for register alternative, we get vxorps %xmm3, %xmm3, %xmm3 vmovsd .LC16(%rip), %xmm6 vmovsd .LC14(%rip), %xmm5 vcvtss2sd

[Bug target/105504] Fails to break dependency for vcvtss2sd xmm, xmm, mem

2022-05-06 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105504 --- Comment #1 from Hongtao.liu --- Pass remove_partial_avx_dependency is before RA, which we have (insn 128 127 129 22 (set (reg/v:DF 99 [ z ]) (float_extend:DF (reg/v:SF 117 [ x ]))) "test.c":43:10 163 {*extendsfdf2} and attr

[Bug c++/105511] New: Spurious warning: "expected 'template' keyword..." when lt and gt compare over ternary

2022-05-06 Thread cuzdav at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105511 Bug ID: 105511 Summary: Spurious warning: "expected 'template' keyword..." when lt and gt compare over ternary Product: gcc Version: 11.2.0 Status: UNCONFIRMED

[Bug target/105331] [11 Regression] -Wmaybe-uninitialized warning on va_arg with double _Complex on va_list pointer

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105331 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:65c1c480b33ea36e9505ed444eed09a0cc1c9256 commit r11-9964-g65c1c480b33ea36e9505ed444eed09a0cc1c9256 Author: Jakub Jelinek

[Bug sanitizer/105396] [9/10/11 Regression] missed stack-buffer-overflow by -O0

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105396 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:79265f689bd831809d7d9a86f756d5dd3254d347 commit r11-9963-g79265f689bd831809d7d9a86f756d5dd3254d347 Author: Jakub Jelinek

[Bug rtl-optimization/105333] [10/11 Regression] ICE: in simplify_subreg, at simplify-rtx.cc:7346 with -Og -fno-tree-coalesce-vars -fno-tree-fre since r10-1094-g9919f5fe87a3def1

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105333 --- Comment #6 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:70d8bd6edae08bfc520dfb4b455b4592e3e2afe9 commit r11-9962-g70d8bd6edae08bfc520dfb4b455b4592e3e2afe9 Author: Jakub Jelinek

[Bug libstdc++/105502] [9/10/11 Regression] std::normal_distribution deserialization issue

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105502 Jonathan Wakely changed: What|Removed |Added Summary|[9/10/11/12/13 Regression] |[9/10/11 Regression]

[Bug libstdc++/105502] [9/10/11/12/13 Regression] std::normal_distribution deserialization issue

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105502 --- Comment #4 from CVS Commits --- The releases/gcc-12 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:03257e7ee31385a364b711898c8f1510fd638efe commit r12-8354-g03257e7ee31385a364b711898c8f1510fd638efe Author: Jonathan

[Bug libstdc++/105502] [9/10/11/12/13 Regression] std::normal_distribution deserialization issue

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105502 --- Comment #3 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:909ef4e2727ddc50a32d6ad379a1f1ccc1043c6a commit r13-163-g909ef4e2727ddc50a32d6ad379a1f1ccc1043c6a Author: Jonathan Wakely Date:

[Bug ipa/102059] Incorrect always_inline diagnostic in LTO mode with #pragma GCC target("cpu=power10")

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 --- Comment #40 from CVS Commits --- The releases/gcc-12 branch has been updated by Peter Bergner : https://gcc.gnu.org/g:e6b1ac334ac61f72536f3479f735ea3514f1309d commit r12-8353-ge6b1ac334ac61f72536f3479f735ea3514f1309d Author: Michael

[Bug libstdc++/105502] [9/10/11/12/13 Regression] std::normal_distribution deserialization issue

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105502 --- Comment #2 from Jonathan Wakely --- Or: --- a/libstdc++-v3/include/bits/random.tcc +++ b/libstdc++-v3/include/bits/random.tcc @@ -1961,7 +1961,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION bool __saved_avail; if (__is >> __mean >>

[Bug fortran/105501] The statement TYPE IS without a space is accepted

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

[Bug libstdc++/80196] fenv_t not declared

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 --- Comment #17 from Jonathan Wakely --- The problem for canadian crosses (comment 10 onwards) was PR 100017 and is fixed now.

[Bug libstdc++/80196] fenv_t not declared

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 --- Comment #16 from Jonathan Wakely --- (In reply to Eddy L O Jansson from comment #15) > For reasons that I'll skip, between the successful build of 12.0.1 and now I > had added: > > export >

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

2022-05-06 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105473 --- Comment #5 from anlauf at gcc dot gnu.org --- (In reply to Jerry DeLisle from comment #4) > I see I no longer have change status on PRs. Evidently some of the address > and login changes I have had to do in the process of changing my email >

[Bug fortran/105501] The statement TYPE IS without a space is accepted

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

[Bug c++/100111] [10 Regression] `-fno-elide-constructors` with `constexpr` ctors causes ICE in GCC 10.3

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100111 --- Comment #12 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:967cdbe66296535fa496b88406a1125c8acaf6e2 commit r13-160-g967cdbe66296535fa496b88406a1125c8acaf6e2 Author: Jason Merrill Date:

[Bug c++/105245] [10/11 Regression] ICE in clear_no_implicit_zero, in cp/constexpr.cc:1892

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105245 --- Comment #4 from CVS Commits --- The master branch has been updated by Jason Merrill : https://gcc.gnu.org/g:967cdbe66296535fa496b88406a1125c8acaf6e2 commit r13-160-g967cdbe66296535fa496b88406a1125c8acaf6e2 Author: Jason Merrill Date:

[Bug ipa/102059] Incorrect always_inline diagnostic in LTO mode with #pragma GCC target("cpu=power10")

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 --- Comment #39 from CVS Commits --- The releases/gcc-10 branch has been updated by Peter Bergner : https://gcc.gnu.org/g:aa33a2d866c0f3f2f9b3cb26f8ff2074bcd169b4 commit r10-10596-gaa33a2d866c0f3f2f9b3cb26f8ff2074bcd169b4 Author: Michael

[Bug libstdc++/80196] fenv_t not declared

2022-05-06 Thread eddy at klopper dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 Eddy L O Jansson changed: What|Removed |Added CC||eddy at klopper dot net --- Comment

[Bug c/105510] New: [12] error: initializer element is not constant

2022-05-06 Thread 570070308 at qq dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105510 Bug ID: 105510 Summary: [12] error: initializer element is not constant Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/105472] [13 regression] .note.GNU-stack breaks many Solaris/x86 tests

2022-05-06 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105472 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING

[Bug target/105472] [13 regression] .note.GNU-stack breaks many Solaris/x86 tests

2022-05-06 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105472 --- Comment #3 from H.J. Lu --- Created attachment 52935 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52935=edit A patch

[Bug c++/105509] [compatibility] f16 suffix not supported in C++ mode - unable to find numeric literal operator ‘operator""f16’

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105509 --- Comment #2 from Jonathan Wakely --- (In reply to Thiago Macieira from comment #0) > See also https://wg21.link/p1467, notably section 5.10 Literal suffixes That isn't supported yet *at all*. And it's not in the C++ draft yet. The current

[Bug c++/105509] [compatibility] f16 suffix not supported in C++ mode - unable to find numeric literal operator ‘operator""f16’

2022-05-06 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105509 --- Comment #1 from H.J. Lu --- _Float16 was added for AVX512FP16 as a C++ extention. The fN suffixes were added by https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=c65699efcce48d68ef57ab3ce7fc5420fac5cbf9 which has C++ note: no support for

[Bug target/105472] [13 regression] .note.GNU-stack breaks many Solaris/x86 tests

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

[Bug target/105472] [13 regression] .note.GNU-stack breaks many Solaris/x86 tests

2022-05-06 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105472 --- Comment #1 from H.J. Lu --- (In reply to Rainer Orth from comment #0) > > The usual way throughout the code base is to guard .note.GNU-stack with > __ELF__ && __linux__ to avoid all this. Isn't checking __linux__ sufficient?

[Bug libstdc++/105505] P1951R1 (Default Arguments for pair's Forwarding Constructor) is unimplemented

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105505 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/102059] Incorrect always_inline diagnostic in LTO mode with #pragma GCC target("cpu=power10")

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 --- Comment #38 from CVS Commits --- The master branch has been updated by Peter Bergner : https://gcc.gnu.org/g:2fb654f77d5292864ef57040f7bc01d7a975f6d9 commit r13-157-g2fb654f77d5292864ef57040f7bc01d7a975f6d9 Author: Michael Meissner Date:

[Bug c++/105509] New: [compatibility] f16 suffix not supported in C++ mode - unable to find numeric literal operator ‘operator""f16’

2022-05-06 Thread thiago at kde dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105509 Bug ID: 105509 Summary: [compatibility] f16 suffix not supported in C++ mode - unable to find numeric literal operator ‘operator""f16’ Product: gcc Version:

[Bug c++/105508] declaration of 'const bool b' shadows template parameter when defining concept using lambda

2022-05-06 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105508 --- Comment #1 from 康桓瑋 --- Reduced. In fact, I don't know if gcc is right here. template struct S { int x = [b=1] { return b; }(); }; https://godbolt.org/z/fjqvePn5h

[Bug c++/105508] New: declaration of 'const bool b' shadows template parameter when defining concept using lambda

2022-05-06 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105508 Bug ID: 105508 Summary: declaration of 'const bool b' shadows template parameter when defining concept using lambda Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug ada/105507] New: Ada build fails for 32bit Windows

2022-05-06 Thread reiter.christoph at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105507 Bug ID: 105507 Summary: Ada build fails for 32bit Windows Product: gcc Version: 12.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug c/105506] New: Error building GCC 12.1.0 against MinGW-w64: fatal error: cannot execute 'cc1': CreateProcess: No such file or directory

2022-05-06 Thread brechtsanders at users dot sourceforge.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105506 Bug ID: 105506 Summary: Error building GCC 12.1.0 against MinGW-w64: fatal error: cannot execute 'cc1': CreateProcess: No such file or directory Product: gcc

[Bug libstdc++/105505] New: P1951R1 (Default Arguments for pair's Forwarding Constructor) is unimplemented

2022-05-06 Thread ensadc at mailnesia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105505 Bug ID: 105505 Summary: P1951R1 (Default Arguments for pair's Forwarding Constructor) is unimplemented Product: gcc Version: 12.0 Status: UNCONFIRMED

[Bug testsuite/105433] FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c

2022-05-06 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105433 H.J. Lu changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug testsuite/105433] FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105433 --- Comment #3 from CVS Commits --- The releases/gcc-11 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:d38212762549d12b9c6428b1ff9fecbc05db2b99 commit r11-9961-gd38212762549d12b9c6428b1ff9fecbc05db2b99 Author: H.J. Lu Date: Fri

[Bug testsuite/105433] FAIL: gcc.target/i386/iamcu/test_3_element_struct_and_unions.c

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105433 --- Comment #2 from CVS Commits --- The releases/gcc-12 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:e38194f5ad3074927aba811f7a71d19ea388e9bb commit r12-8352-ge38194f5ad3074927aba811f7a71d19ea388e9bb Author: H.J. Lu Date: Fri

[Bug libstdc++/105502] [9/12/11/12/13 Regression] std::normal_distribution deserialization issue

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

[Bug middle-end/102380] [meta-bug] visibility (fvisibility=* and attributes) issues

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102380 Bug 102380 depends on bug 99871, which changed state. Bug 99871 Summary: #includes inside push visibility scope https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99871 What|Removed |Added

[Bug libstdc++/99871] #includes inside push visibility scope

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

[Bug libstdc++/104731] 27_io/filesystem/iterators/error_reporting.cc FAILs

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731 --- Comment #5 from Jonathan Wakely --- This should be fixed on trunk, but I'm unable to test on Solaris right now: ld.so.1: g++: fatal: relocation error: file /export/home/jwakely/gcc/12/bin/g++: symbol stpcpy: referenced symbol not found

[Bug libstdc++/104731] 27_io/filesystem/iterators/error_reporting.cc FAILs

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104731 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:aa8bdfee1db818b9a56908ab0197ff02c54bf281 commit r13-154-gaa8bdfee1db818b9a56908ab0197ff02c54bf281 Author: Jonathan Wakely Date:

[Bug c++/105491] [10/11/12/13 Regression] Usage of __constinit with -std=c++11 does is rejected

2022-05-06 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105491 Patrick Palka changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug libstdc++/99871] #includes inside push visibility scope

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99871 --- Comment #4 from CVS Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:488d268728bf701ac76a1392eaed202c80be3843 commit r13-152-g488d268728bf701ac76a1392eaed202c80be3843 Author: Jonathan Wakely Date:

[Bug c++/105476] ICE in build_deduction_guide since r10-4719-g9b41ebbcdf9e3328

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

[Bug c++/105476] ICE in build_deduction_guide since r10-4719-g9b41ebbcdf9e3328

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105476 --- Comment #9 from CVS Commits --- The releases/gcc-12 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:8f2b7c13567250d86367c0274859f6c2fe162082 commit r12-8350-g8f2b7c13567250d86367c0274859f6c2fe162082 Author: Patrick Palka

[Bug libstdc++/103911] std::from_chars shouldn't call isdigit

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103911 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:eed2cd48cd5e8d94ceb15c5fd86cdd27926b54b5 commit r12-8349-geed2cd48cd5e8d94ceb15c5fd86cdd27926b54b5 Author: Patrick Palka

[Bug c++/105446] [modules] Partitions: Segfault

2022-05-06 Thread deco33000 at yandex dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105446 KL changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/105198] [9/10 Regression] Wrong code for C loop (GCC 12 -O2, GCC 11 -O3)

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105198 --- Comment #12 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Biener : https://gcc.gnu.org/g:29e8fe04e707910b1bcf15cbc2b582ee0e0e93d6 commit r10-10595-g29e8fe04e707910b1bcf15cbc2b582ee0e0e93d6 Author: Richard

[Bug middle-end/104402] [9/10 Regression] ICE on valid code caused by not lowering complex int compare inside a COND_EXPR

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104402 --- Comment #8 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Biener : https://gcc.gnu.org/g:fa26d65dfb41e527bd0db3af3ec2a6ac052019f4 commit r10-10594-gfa26d65dfb41e527bd0db3af3ec2a6ac052019f4 Author: Richard

[Bug libstdc++/102048] __gnu_cxx::rope.erase(size_t __p) implementation seems to be wrong

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

[Bug libstdc++/99333] std::filesystem::path().is_absolute() thinks UNC paths aren't absolute

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99333 Jonathan Wakely changed: What|Removed |Added Target Milestone|12.2|---

[Bug libstdc++/97949] Recursive calls of std::call_once together with cout leads to deadlock under mingw64

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97949 Jonathan Wakely changed: What|Removed |Added Target Milestone|12.2|--- --- Comment #4 from Jonathan

[Bug libstdc++/90857] stl::forward_list::erase_after crashes if __pos == __last

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90857 Jonathan Wakely changed: What|Removed |Added Severity|normal |enhancement

[Bug libstdc++/90857] stl::forward_list::erase_after crashes if __pos == __last

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90857 Jonathan Wakely changed: What|Removed |Added Target Milestone|12.2|13.0 --- Comment #7 from Jonathan

[Bug libstdc++/66792] Document sort template in bits/list.tcc

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66792 Bug 66792 depends on bug 66742, which changed state. Bug 66742 Summary: abort on sorting list with custom allocator that is not stateless https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 What|Removed |Added

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

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

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

2022-05-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 104466, which changed state. Bug 104466 Summary: Inlining functions with restrict parameters can inhibit lim (e.g. in 554.roms_r) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104466 What|Removed

[Bug tree-optimization/104466] Inlining functions with restrict parameters can inhibit lim (e.g. in 554.roms_r)

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

[Bug c++/105373] miscompile involving lambda coroutines and an object bitwise copied instead of via the copy constructor

2022-05-06 Thread avi at scylladb dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105373 --- Comment #15 from Avi Kivity --- I see that both sides of the assignment are created in flatten_await_stmt, case case TARGET_EXPR.

[Bug middle-end/100786] [9 Regression] ICE: in fold_convert_loc with alias attribute and different types and different sizes

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

[Bug debug/98656] [9/10 Regression] switchlower_O0 drops line number of switch

2022-05-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98656 Richard Biener changed: What|Removed |Added Known to work||10.2.1, 9.4.1 Known to fail|

[Bug debug/105070] [9 Regression] Missing debug info for switch statement

2022-05-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105070 Richard Biener changed: What|Removed |Added Known to fail||9.4.0 Status|ASSIGNED

[Bug middle-end/104786] [9 Regression] ICE with VLA type and "=X" constraint on inline-asm

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

[Bug tree-optimization/103035] [meta-bug] YARPGen bugs

2022-05-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103035 Bug 103035 depends on bug 103361, which changed state. Bug 103361 Summary: [9 Regression] ICE in adjust_unroll_factor, at gimple-loop-jam.c:407 since r12-3677-gf92901a508305f29 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103361

[Bug tree-optimization/103361] [9 Regression] ICE in adjust_unroll_factor, at gimple-loop-jam.c:407 since r12-3677-gf92901a508305f29

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

[Bug debug/105070] [9 Regression] Missing debug info for switch statement

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105070 --- Comment #6 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Biener : https://gcc.gnu.org/g:4be43dbbed4b217201cb395449a7682cd98301ce commit r9-10045-g4be43dbbed4b217201cb395449a7682cd98301ce Author: Richard Biener

[Bug debug/98656] [9/10 Regression] switchlower_O0 drops line number of switch

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98656 --- Comment #9 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Biener : https://gcc.gnu.org/g:05639c8bcc33d2d9a0b5ff787311b4d8fa904f06 commit r9-10044-g05639c8bcc33d2d9a0b5ff787311b4d8fa904f06 Author: Tom de Vries

[Bug middle-end/104786] [9 Regression] ICE with VLA type and "=X" constraint on inline-asm

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104786 --- Comment #9 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Biener : https://gcc.gnu.org/g:4ebdbc7660e6ce6dd2184b9ab6c61f0a47e3a3ab commit r9-10043-g4ebdbc7660e6ce6dd2184b9ab6c61f0a47e3a3ab Author: Richard Biener

[Bug tree-optimization/103361] [9 Regression] ICE in adjust_unroll_factor, at gimple-loop-jam.c:407 since r12-3677-gf92901a508305f29

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103361 --- Comment #9 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Biener : https://gcc.gnu.org/g:d55db847de865ec3a4d7a89c30295924508e1833 commit r9-10042-gd55db847de865ec3a4d7a89c30295924508e1833 Author: Richard Biener

[Bug middle-end/100786] [9 Regression] ICE: in fold_convert_loc with alias attribute and different types and different sizes

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100786 --- Comment #8 from CVS Commits --- The releases/gcc-9 branch has been updated by Richard Biener : https://gcc.gnu.org/g:fba3068ec155e4d9a3074d55d3c3bc0bcb84 commit r9-10041-gfba3068ec155e4d9a3074d55d3c3bc0bcb84 Author: Richard Biener

[Bug c++/105324] std::from_chars() assertion at floating_from_chars.cc:78 when parsing 1.11111111....

2022-05-06 Thread aoliva at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105324 Alexandre Oliva changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug libstdc++/105324] std::from_chars() assertion at floating_from_chars.cc:78 when parsing 1.11111111....

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105324 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:799ff8e3e38f62632a98f8931ca291d191e677d5 commit r11-9960-g799ff8e3e38f62632a98f8931ca291d191e677d5 Author: Alexandre

[Bug rtl-optimization/105376] ICE: in decimal_to_decnumber, at dfp.cc:134 with _Decimal128 at -O -g

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105376 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:39c56695c70a2052fc6bdcfca606dfff9c2fa975 commit r12-8348-g39c56695c70a2052fc6bdcfca606dfff9c2fa975 Author: Richard

[Bug libstdc++/105324] std::from_chars() assertion at floating_from_chars.cc:78 when parsing 1.11111111....

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105324 --- Comment #8 from CVS Commits --- The releases/gcc-12 branch has been updated by Alexandre Oliva : https://gcc.gnu.org/g:e8cd7d0066e0ba2a082b0e7de35e883837546583 commit r12-8347-ge8cd7d0066e0ba2a082b0e7de35e883837546583 Author: Alexandre

[Bug target/105292] [10/11/12/13 regression] ICE in expand_expr_real_2 when compiling with -mcpu=niagara4 -mvis2

2022-05-06 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105292 Eric Botcazou changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ebotcazou at gcc dot gnu.org

[Bug fortran/105503] vptr and data are uninitialised error for intent(out) argument of abstract type

2022-05-06 Thread mscfd at gmx dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105503 --- Comment #1 from martin --- Created attachment 52934 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52934=edit reduced uninit_vptr Testcase further reduced.

[Bug tree-optimization/105461] [12 Regression] ICE: Segmentation fault (in verify_use) since r12-4608-gb4702276615ff8d4

2022-05-06 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105461 Richard Biener changed: What|Removed |Added Known to work||12.1.1 Resolution|---

[Bug target/105394] [12 Regression] ICE: verify_gimple failed with MVE during GIMPLE pass: veclower2

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

[Bug target/105484] [11/12 Regression] ICE: verify_flow_info failed: BB 2 cannot throw but has an EH edge with -Os -march=cannonlake -fnon-call-exceptions -fno-tree-dce -fno-tree-forwprop since r11-50

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105484 --- Comment #8 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:f2c2ebb9eed4fa38a3e56dad4a2339a989b11e87 commit r12-8345-gf2c2ebb9eed4fa38a3e56dad4a2339a989b11e87 Author: Richard

[Bug tree-optimization/105461] [12 Regression] ICE: Segmentation fault (in verify_use) since r12-4608-gb4702276615ff8d4

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105461 --- Comment #7 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:1b13a6e0dc2f61fc26ebfd33ee8549da45286f34 commit r12-8344-g1b13a6e0dc2f61fc26ebfd33ee8549da45286f34 Author: Richard

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

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105437 --- Comment #4 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:30b5b785abfff334bb50d7fd2051e991324f051f commit r12-8342-g30b5b785abfff334bb50d7fd2051e991324f051f Author: Richard

[Bug target/105394] [12 Regression] ICE: verify_gimple failed with MVE during GIMPLE pass: veclower2

2022-05-06 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105394 --- Comment #14 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:e229f9b8f5d060056883ddb379b191c451e20139 commit r12-8341-ge229f9b8f5d060056883ddb379b191c451e20139 Author: Richard

[Bug c++/105499] inconsistency between -Werror=c++-compat and g++ in __extension__ block

2022-05-06 Thread vincent-gcc at vinc17 dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105499 --- Comment #2 from Vincent Lefèvre --- (In reply to Eric Gallager from comment #1) > This is probably another one of those issues with how the preprocessor works > in C++ mode in general; see for example bug 71003 and bug 87274 Note, however,

[Bug target/105504] New: Fails to break dependency for vcvtss2sd xmm, xmm, mem

2022-05-06 Thread amonakov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105504 Bug ID: 105504 Summary: Fails to break dependency for vcvtss2sd xmm, xmm, mem Product: gcc Version: unknown Status: UNCONFIRMED Keywords: missed-optimization Severity:

[Bug target/105257] [9/10 regression] ICE in final_scan_insn_1, at final.cc:2811

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105257 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.2|9.5 Summary|[8/9/10

[Bug libstdc++/99871] #includes inside push visibility scope

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99871 Jonathan Wakely changed: What|Removed |Added Target Milestone|12.2|13.0

[Bug libstdc++/79700] std::fabsf and std::fabsl missing from

2022-05-06 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79700 Jonathan Wakely changed: What|Removed |Added Target Milestone|12.2|13.0

[Bug target/99037] Invalid representation of vector zero in aarch64-simd.md

2022-05-06 Thread ktkachov at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99037 ktkachov at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED

[Bug target/105493] [12/13 Regression] x86_64 538.imagick_r 6% regressions and 2% 525.x264_r regressions on Alder Lake after r12-7319-g90d693bdc9d718

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105493 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/105461] [12 Regression] ICE: Segmentation fault (in verify_use) since r12-4608-gb4702276615ff8d4

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105461 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug rtl-optimization/105459] [12/13 Regression] ICE: Segmentation fault (in record_operand_costs) since r12-3721-g63c6446f77b9001d

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105459 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug tree-optimization/105458] [12/13 Regression] ICE in set_relation, at value-relation.cc:609 since r12-4790-g4b3a325f07acebf4

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105458 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug testsuite/105427] [12/13 regression] gcc.target/powerpc/pr92398.p9-.c fails after r12-8265-gad56a60f58c1ed

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105427 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug target/105394] [12 Regression] ICE: verify_gimple failed with MVE during GIMPLE pass: veclower2

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105394 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #13 from Jakub

[Bug tree-optimization/105329] [12/13 Regression] Bogus restrict warning when assigning 1-char string literal to std::string since r12-3347-g8af8abfbbace49e6

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #19 from Jakub

[Bug libstdc++/105284] missing syncstream and spanstream forward decl. in

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105284 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #1 from Jakub Jelinek

  1   2   3   >