[Bug c/117198] Why are there differences using -Wredundant-decls, is bug or not?

2024-10-17 Thread hanwei62 at huawei dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117198 --- Comment #2 from hanwei (K) --- However, if only the weak attribute is declared, warning of redundant redeclaration is generated regardless of the order, and the link:https://godbolt.org/z/e5aY7zYMh

[Bug target/117185] Bootstrap fails with ICE: in operator[], at vec.h:910 with LRA on non-BWX alpha

2024-10-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117185 --- Comment #5 from Richard Biener --- (In reply to John Paul Adrian Glaubitz from comment #4) > (In reply to John Paul Adrian Glaubitz from comment #3) > > (In reply to Richard Biener from comment #2) > > > I would suggest to change reload_in_p

[Bug c/117190] [15 Regression] ICE on linux-6.11.3: in size_binop_loc, at fold-const.cc:2085

2024-10-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117190 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/117192] [15 Regression] wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu since r15-4397-g70f59d2a1c51bd

2024-10-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117192 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug target/117182] [SH] fldi0/1 generated in the wrong fp mode

2024-10-17 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117182 --- Comment #6 from Oleg Endo --- Thanks! I've added the patch to the stash https://github.com/olegendo/gcc/tree/devel/sh-lra

[Bug rtl-optimization/115879] ICE: verify_flow_info failed: missing REG_EH_REGION note at the end of bb 6 with -O -fnon-call-exceptions -finstrument-functions and invalid memory access

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115879 Andrew Pinski changed: What|Removed |Added Known to fail||6.1.0 --- Comment #7 from Andrew Pinski

[Bug target/117200] New: [15 Regression] wrong code with vector compare / mask / shift at -O1

2024-10-17 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117200 Bug ID: 117200 Summary: [15 Regression] wrong code with vector compare / mask / shift at -O1 Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: wrong-cod

[Bug target/117199] [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text')

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117199 --- Comment #4 from Andrew Pinski --- Worked with r15-4331-g8c56d697b35d3d .

[Bug target/117199] [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text')

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117199 --- Comment #5 from Andrew Pinski --- Also looked like it worked with r15-4403-ge020116db05635 unless I am doing something wrong. I had to remove the -lgpg-error library from the link commend though.

[Bug target/117200] [15 Regression] wrong code with vector compare / mask / shift at -O1

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

[Bug target/117192] [15 Regression] wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu since r15-4397-g70f59d2a1c51bd

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117192 Andrew Pinski changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #15

[Bug target/117199] [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text')

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117199 --- Comment #6 from Andrew Pinski --- (In reply to Andrew Pinski from comment #5) > Also looked like it worked with r15-4403-ge020116db05635 unless I am doing > something wrong. I had to remove the -lgpg-error library from the link > commend tho

[Bug c/117197] ICE: 'verify_gimple' failed with vector_size

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117197 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Ever confirmed|0

[Bug target/117199] [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text')

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117199 --- Comment #7 from Andrew Pinski --- The function which seems to go wrong is butterflies_tr .

[Bug target/117192] [15 Regression] wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu since r15-4397-g70f59d2a1c51bd

2024-10-17 Thread lili.cui at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117192 --- Comment #14 from cuilili --- (In reply to Uroš Bizjak from comment #12) > Created attachment 59373 [details] > Proposed patch > > Patch in testing. Sorry, I made a mistake here, thanks!

[Bug target/55212] [SH] Switch to LRA

2024-10-17 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212 --- Comment #403 from Oleg Endo --- (In reply to Kazumoto Kojima from comment #402) > I've opened PR 117182 for a wrong fldi0/1 issue. Looks target + RA issue. > > FYI, with the patches in PR 116932, PR 117111 and PR 117182 on top of > devel/sh

[Bug libgcc/115242] libgcc unwinder does not handle vector registers, even if the target machine supports them.

2024-10-17 Thread me at purplesyringa dot moe via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115242 Alisa Sireneva changed: What|Removed |Added CC||me at purplesyringa dot moe --- Commen

[Bug c/117198] New: Why are there differences using -Wredundant-decls, is bug or not?

2024-10-17 Thread hanwei62 at huawei dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117198 Bug ID: 117198 Summary: Why are there differences using -Wredundant-decls, is bug or not? Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/115879] ICE: verify_flow_info failed: missing REG_EH_REGION note at the end of bb 6 with -O -fnon-call-exceptions -finstrument-functions and invalid memory access

2024-10-17 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115879 --- Comment #5 from Zdenek Sojka --- Created attachment 59375 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59375&action=edit testcase using memcpy $ x86_64-pc-linux-gnu-gcc -O -fharden-control-flow-redundancy -fnon-call-exceptions testc

[Bug c/117198] Why are there differences using -Wredundant-decls, is bug or not?

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117198 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug rtl-optimization/115879] ICE: verify_flow_info failed: missing REG_EH_REGION note at the end of bb 6 with -O -fnon-call-exceptions -finstrument-functions and invalid memory access

2024-10-17 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115879 --- Comment #4 from Zdenek Sojka --- Created attachment 59374 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59374&action=edit testcase using memset $ x86_64-pc-linux-gnu-gcc -O -finstrument-functions -fnon-call-exceptions testcase2.c te

[Bug lto/117199] New: [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text')

2024-10-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117199 Bug ID: 117199 Summary: [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text') Product: gcc Version: 1

[Bug rtl-optimization/115879] ICE: verify_flow_info failed: missing REG_EH_REGION note at the end of bb 6 with -O -fnon-call-exceptions -finstrument-functions and invalid memory access

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115879 --- Comment #6 from Andrew Pinski --- Created attachment 59376 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59376&action=edit Reduced c++ testcase ` -O -fnon-call-exceptions`

[Bug target/117199] [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text')

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117199 --- Comment #1 from Andrew Pinski --- I have not seen an undefined local symbol in a long time.

[Bug target/117199] [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text')

2024-10-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117199 --- Comment #3 from Sam James --- 'x86_64-pc-linux-gnu-gcc-15 -O3 -shared -fPIC libgcrypt_la-visibility.i libgcrypt_la-misc.i libgcrypt_la-global.i libgcrypt_la-sexp.i libgcrypt_la-hwfeatures.i libgcrypt_la-stdmem.i libgcrypt_la-secmem.i libgcry

[Bug target/117199] [15 regression] libgcrypt-1.11.0 fails to link (warning: relocation against `.LC11' in read-only section `.text')

2024-10-17 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117199 Sam James changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 fro

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:9a32bdc9b5ca1aa6a78940da0c1bcd5cf32a402d commit r13-9121-g9a32bdc9b5ca1aa6a78940da0c1bcd5cf32a402d Author: Jonathan Wake

[Bug libstdc++/114387] Explicitly declared destructor makes basic_format_context sometimes not movable

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114387 --- Comment #5 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:bdf15cc4ac451e75a7e2b037fcf39cf8ac8f4a6b commit r13-9129-gbdf15cc4ac451e75a7e2b037fcf39cf8ac8f4a6b Author: Jonathan Wake

[Bug libstdc++/81967] No overload std::basic_string::erase(__const_iterator, __const_iterator) for old ABI

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81967 --- Comment #5 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:68e267ea80ec5ad3044959f1eae51254579b34c8 commit r13-9134-g68e267ea80ec5ad3044959f1eae51254579b34c8 Author: Jonathan Wakel

[Bug libstdc++/117135] 22_locale/time_get/get/wchar_t/5.cc fails on arm since gcc-15-4016-gc534e37facc

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117135 --- Comment #15 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:074bea39b01b41b2eab33de051a85107aa43323b commit r13-9136-g074bea39b01b41b2eab33de051a85107aa43323b Author: Jonathan Wak

[Bug libstdc++/115854] Copy-initialization or implicit conversion is used when creating an allocator whose type is obtained by rebind

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115854 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:d166c3ecf633a939777d02bc5c9ad4e2449e6d98 commit r13-9128-gd166c3ecf633a939777d02bc5c9ad4e2449e6d98 Author: Jonathan Wake

[Bug target/117186] [12/13/14/15 Regression] aarch64 wrong code for (a < b) < (b < a)

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117186 Andrew Pinski changed: What|Removed |Added Summary|aarch64 wrong code for (a < |[12/13/14/15 Regression]

[Bug c++/117054] [14/15 Regression] checking ICE on generic lambda inside a template containing constexpr-if containing instantiation of template with a NTTP defaulted to a lambda

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117054 --- Comment #4 from GCC Commits --- The releases/gcc-14 branch has been updated by Patrick Palka : https://gcc.gnu.org/g:c468a0051a5ff3f91498d955edb8f684d27afe0d commit r14-10801-gc468a0051a5ff3f91498d955edb8f684d27afe0d Author: Patrick Palka

[Bug c++/117054] [14/15 Regression] checking ICE on generic lambda inside a template containing constexpr-if containing instantiation of template with a NTTP defaulted to a lambda

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

[Bug rtl-optimization/117186] [12/13/14/15 Regression] aarch64 wrong code for (a < b) < (b < a)

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117186 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-10-17 Ever confirmed|0

[Bug rtl-optimization/117186] [12/13/14/15 Regression] aarch64 wrong code for (a < b) < (b < a)

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117186 --- Comment #2 from Andrew Pinski --- x86_64 works on this combine: ``` Trying 10, 8 -> 11: 10: r106:QI=flags:CCGC>0 REG_DEAD flags:CCGC 8: r104:QI=flags:CCGC<0 11: flags:CC=cmp(r104:QI,r106:QI) REG_DEAD r106:QI REG_D

[Bug rtl-optimization/117191] New: [avr][dse2][lra] wrong dead store elimination

2024-10-17 Thread denisc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117191 Bug ID: 117191 Summary: [avr][dse2][lra] wrong dead store elimination Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: testsuite-fail, wrong-code Severity: norma

[Bug rtl-optimization/117191] [avr][dse2][lra] wrong dead store elimination

2024-10-17 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117191 Georg-Johann Lay changed: What|Removed |Added CC||gjl at gcc dot gnu.org --- Comment #

[Bug rtl-optimization/117189] [avr][lra] DSE removing instruction that is not dead

2024-10-17 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117189 Georg-Johann Lay changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/113934] Switch avr to LRA

2024-10-17 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113934 Bug 113934 depends on bug 117189, which changed state. Bug 117189 Summary: [avr][lra] DSE removing instruction that is not dead https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117189 What|Removed |Added --

[Bug rtl-optimization/117186] [12/13/14/15 Regression] aarch64 wrong code for (a < b) < (b < a)

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117186 Andrew Pinski changed: What|Removed |Added Known to work|9.5.0 | --- Comment #3 from Andrew Pinski ---

[Bug rtl-optimization/117191] [avr][dse2][lra] wrong dead store elimination

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117191 --- Comment #2 from GCC Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:71386491ff601fba3566376d90dfdc0530df2680 commit r15-4418-g71386491ff601fba3566376d90dfdc0530df2680 Author: Georg-Johann Lay Dat

[Bug libstdc++/116549] std::disable_sized_sentinel_for is missing specialisation for std::move_iterator

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116549 --- Comment #9 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:a71a9d25db19dddcb07972af3b568708b6dcbca1 commit r13-9127-ga71a9d25db19dddcb07972af3b568708b6dcbca1 Author: Jonathan Wake

[Bug libstdc++/113663] [MinGW] std::filesystem::hard_link_count always returns 1

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113663 --- Comment #10 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:2356f1d088bcc6506bba54aff5dcc62b733e830b commit r13-9131-g2356f1d088bcc6506bba54aff5dcc62b733e830b Author: Lennox Shou

[Bug c++/116369] [12/13/14 Regression] temporary variable bounded to const reference with mutable field incorrectly marked as rodata since r9-869-g5603790dbf233c

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116369 --- Comment #15 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:aa0bee77b6d3f82b8c76703515767e79adac2738 commit r13-9125-gaa0bee77b6d3f82b8c76703515767e79adac2738 Author: Jonathan Wak

[Bug libstdc++/117094] ranges::fill misses std::move for output_iterator

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117094 --- Comment #3 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:360db9ef594e7acaef5e9a19ad4208e8c122d822 commit r13-9123-g360db9ef594e7acaef5e9a19ad4208e8c122d822 Author: Jonathan Wake

[Bug middle-end/77608] missing protection on trivially detectable runtime buffer overflow

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77608 --- Comment #9 from GCC Commits --- The master branch has been updated by Siddhesh Poyarekar : https://gcc.gnu.org/g:51b85dfeb19652bf3e0aaec08828ba7cee1e641c commit r15-4414-g51b85dfeb19652bf3e0aaec08828ba7cee1e641c Author: Siddhesh Poyarekar

[Bug tree-optimization/117190] New: [15 Regression] ICE on linux-6.11.3: in size_binop_loc, at fold-const.cc:2085

2024-10-17 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117190 Bug ID: 117190 Summary: [15 Regression] ICE on linux-6.11.3: in size_binop_loc, at fold-const.cc:2085 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity:

[Bug libstdc++/116754] libstdc++ std::ranges::copy performance issue

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116754 --- Comment #6 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:3c8142bd8677ac2fc4355a3e94ec7f2c421be13a commit r13-9122-g3c8142bd8677ac2fc4355a3e94ec7f2c421be13a Author: Jonathan Wake

[Bug libstdc++/116777] error: 'current_zone' is not a member of 'std::chrono' with -D_GLIBCXX_USE_CXX11_ABI=0

2024-10-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116777 --- Comment #11 from GCC Commits --- The releases/gcc-13 branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:68e267ea80ec5ad3044959f1eae51254579b34c8 commit r13-9134-g68e267ea80ec5ad3044959f1eae51254579b34c8 Author: Jonathan Wak

[Bug c/117190] [15 Regression] ICE on linux-6.11.3: in size_binop_loc, at fold-const.cc:2085

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117190 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0 Keywords|

[Bug libstdc++/117085] chrono formatting: %c does not honor locale after expansion

2024-10-17 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117085 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to fail|

[Bug fortran/117188] New: ICE when OUT variable dimension is defined by a IN variable member

2024-10-17 Thread aluaces at udc dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117188 Bug ID: 117188 Summary: ICE when OUT variable dimension is defined by a IN variable member Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/117189] New: [avr] DSE removing instruction that is not dead

2024-10-17 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117189 Bug ID: 117189 Summary: [avr] DSE removing instruction that is not dead Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug rtl-optimization/116550] [lra][avr] internal compiler error: in final_scan_insn_1, at final.cc:2807

2024-10-17 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116550 --- Comment #26 from Georg-Johann Lay --- (In reply to denisc from comment #24) > Johann do you think that it is better to open a new bug for lra-pr116550-2.c ? Filed as PR117189.

[Bug c/117190] [15 Regression] ICE on linux-6.11.3: in size_binop_loc, at fold-const.cc:2085

2024-10-17 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117190 --- Comment #1 from Sergei Trofimovich --- In case the minimal example is too mangled original code looks this way: - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/linux/font.h#n74 - https://git.kernel.org/pub/

[Bug libstdc++/115854] Copy-initialization or implicit conversion is used when creating an allocator whose type is obtained by rebind

2024-10-17 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115854 Jonathan Wakely changed: What|Removed |Added Target Milestone|14.3|13.4 --- Comment #8 from Jonathan Wak

[Bug libstdc++/117094] ranges::fill misses std::move for output_iterator

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

[Bug middle-end/77608] missing protection on trivially detectable runtime buffer overflow

2024-10-17 Thread siddhesh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77608 Siddhesh Poyarekar changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #10 from Siddhe

[Bug libstdc++/116549] std::disable_sized_sentinel_for is missing specialisation for std::move_iterator

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

[Bug rtl-optimization/117189] [avr] DSE removing instruction that is not dead

2024-10-17 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117189 --- Comment #1 from Georg-Johann Lay --- For example, run the following command in $builddir/gcc (using AVRtest): $ make -k check-gcc RUNTESTFLAGS="--target_board=atmega128-sim --tool_opts='-mlra' avr-torture.exp=pr117189.c" [...] Target is avr

[Bug target/116725] operand size mismatch for vfpclasssd and vfpclassss when using -masm=intel for AVX512 builtins

2024-10-17 Thread bouanto at zoho dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116725 Antoni changed: What|Removed |Added Attachment #59199|0 |1 is obsolete|

[Bug tree-optimization/117192] New: wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu

2024-10-17 Thread zhendong.su at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117192 Bug ID: 117192 Summary: wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/117192] [15 Regression] wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117192 Andrew Pinski changed: What|Removed |Added Summary|wrong code at -O3 with |[15 Regression] wrong code

[Bug target/117192] [15 Regression] wrong code at -O3 with "-fno-unswitch-loops" on x86_64-linux-gnu

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117192 --- Comment #1 from Andrew Pinski --- I am thinking r15-4397-g70f59d2a1c51bd .

[Bug testsuite/117183] gcc.dg/c23-constexpr-2a.c: comment mismatch with dg-do

2024-10-17 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117183 Joseph S. Myers changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug fortran/117188] ICE when OUT variable dimension is defined by a IN variable member

2024-10-17 Thread kargls at comcast dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117188 kargls at comcast dot net changed: What|Removed |Added CC||kargls at comcast dot net --

[Bug tree-optimization/117193] New: Missing (a < b) < (b < a) transformation at gimple level

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117193 Bug ID: 117193 Summary: Missing (a < b) < (b < a) transformation at gimple level Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: missed-optimization

[Bug tree-optimization/117193] Missing (a < b) < (b < a) transformation at gimple level

2024-10-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117193 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2024-10-17 Ever confirmed|0

<    1   2