[Bug target/113084] aarch64: vget_low blocks tail-call

2024-11-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113084 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > Oh __builtin_aarch64_get_lowv4sf is not lowered to BIT_FIELD_REF either > which it can be now. It is now, we get: _3 = {x_2(D), x_2(D)}; _5 = f (_3); _6 =

[Bug c++/117324] [12/13/14/15 Regression] internal compiler error: Segmentation fault in break_out_target_exprs(tree_node*, bool)

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

[Bug target/80881] Implement Windows native TLS

2024-11-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80881 --- Comment #72 from Sam James --- Note that your patch doesn't include the changes to generated configure. While Eric knows that and likely decided not to include that in his, I'm pointing it out because you might not be aware for your own patch

[Bug libstdc++/117405] std::type_info::before() fails the asymmetry requirement

2024-11-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117405 Jonathan Wakely changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug libstdc++/117404] New: [C++26] Implement P2077R3 Heterogeneous erasure overloads for associative containers

2024-11-01 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117404 Bug ID: 117404 Summary: [C++26] Implement P2077R3 Heterogeneous erasure overloads for associative containers Product: gcc Version: 15.0 Status: UNCONFIRMED Sev

[Bug libstdc++/117406] New: std::ilogb should return INT_MAX when argument is infinite also for 16-bit floats

2024-11-01 Thread pkeir at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117406 Bug ID: 117406 Summary: std::ilogb should return INT_MAX when argument is infinite also for 16-bit floats Product: gcc Version: 15.0 Status: UNCONFIRMED Severi

[Bug tree-optimization/117414] New: missing predicated VN due to combining if statements

2024-11-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117414 Bug ID: 117414 Summary: missing predicated VN due to combining if statements Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: norma

[Bug fortran/115700] [12/13 regression] Bogus warning for associate with assumed-length character array

2024-11-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115700 --- Comment #13 from GCC Commits --- The master branch has been updated by Paul Thomas : https://gcc.gnu.org/g:7f93910a8b5d606ad742a3594750f0c2b20d8bda commit r15-4835-g7f93910a8b5d606ad742a3594750f0c2b20d8bda Author: Paul Thomas Date: Fri

[Bug c/114831] typeof doesn't evaluate expression when it has variably modified type in some cases

2024-11-01 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114831 uecker at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c/116728] c23 tag compatibility broken with pointers to incomplete types

2024-11-01 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116728 uecker at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |uecker at gcc dot gnu

[Bug c/117245] [13/14 Regression] ICE: verify_ssa failed (error: definition in block 2 follows the use) with VLA types in struct with a vector type rebuild and nested functions since r13-6128-g47821ba

2024-11-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117245 Sam James changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |uecker at gcc dot gnu.org

[Bug c/117145] [14 Regression] ICE: in make_ssa_name_fn, at tree-ssanames.cc:355 at -O1 and above with vector_size and VLA in struct argument since r14-1143-g42d1612eb5c3b2

2024-11-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117145 Sam James changed: What|Removed |Added Status|NEW |ASSIGNED Known to work|

[Bug c/101604] [meta-bug] bogus/missing -Wvla-parameter

2024-11-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101604 Bug 101604 depends on bug 100420, which changed state. Bug 100420 Summary: unspecified VLA bound formatted as [0] instead of [*] in -Wvla-parameter https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100420 What|Removed

[Bug c/116284] [12/13/14 Regression] incorrect classification of zero-sized array as variably modified

2024-11-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116284 Sam James changed: What|Removed |Added Known to work||15.0 Assignee|unassigned at gcc d

[Bug c/100420] unspecified VLA bound formatted as [0] instead of [*] in -Wvla-parameter

2024-11-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100420 Sam James changed: What|Removed |Added Target Milestone|--- |15.0 Assignee|unassigned at gcc d

[Bug c/114831] typeof doesn't evaluate expression when it has variably modified type in some cases

2024-11-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114831 Sam James changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |uecker at gcc dot gnu.org Target

[Bug c/117391] New: wrong composite for unspecified sizes

2024-11-01 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117391 Bug ID: 117391 Summary: wrong composite for unspecified sizes Product: gcc Version: unknown Status: UNCONFIRMED Severity: minor Priority: P3 Component: c

[Bug fortran/37336] [F03] Finish derived-type finalization

2024-11-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 Bug 37336 depends on bug 112459, which changed state. Bug 112459 Summary: gfortran -w option causes derived-type finalization at creation time https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112459 What|Removed |A

[Bug c/117391] wrong composite for unspecified sizes

2024-11-01 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117391 uecker at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassig

[Bug fortran/112459] gfortran -w option causes derived-type finalization at creation time

2024-11-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112459 --- Comment #7 from GCC Commits --- The releases/gcc-13 branch has been updated by Paul Thomas : https://gcc.gnu.org/g:e4276844d09f648ba010a890ce7a5bdce17abc41 commit r13-9160-ge4276844d09f648ba010a890ce7a5bdce17abc41 Author: Paul Thomas Date

[Bug c++/117392] New: template argument deduction problem with CNTTP

2024-11-01 Thread hanicka at hanicka dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117392 Bug ID: 117392 Summary: template argument deduction problem with CNTTP Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/117392] template argument deduction problem with CNTTP

2024-11-01 Thread hanicka at hanicka dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117392 --- Comment #1 from Hana Dusíková --- Also it seems same error is there since GCC 11. In GCC 10 it segfaults.

[Bug rtl-optimization/117393] New: Consider inlining memcmp(a, b, small constant)==0 on -Os

2024-11-01 Thread blubban at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117393 Bug ID: 117393 Summary: Consider inlining memcmp(a, b, small constant)==0 on -Os Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Pr

[Bug fortran/112459] gfortran -w option causes derived-type finalization at creation time

2024-11-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112459 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libstdc++/117394] New: evil regex causes a stack overflow and a crash

2024-11-01 Thread vincent.lebourlot at starqube dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117394 Bug ID: 117394 Summary: evil regex causes a stack overflow and a crash Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: l

[Bug fortran/79685] [12/13/14 Regression] ICE on valid code in gfc_match_structure_constructor

2024-11-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79685 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/79685] [12/13/14 Regression] ICE on valid code in gfc_match_structure_constructor

2024-11-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79685 --- Comment #20 from GCC Commits --- The releases/gcc-14 branch has been updated by Paul Thomas : https://gcc.gnu.org/g:9a5ee8da09b705fc2a4197453789db0749387db3 commit r14-10863-g9a5ee8da09b705fc2a4197453789db0749387db3 Author: Paul Thomas Dat

[Bug fortran/79685] [12/13/14 Regression] ICE on valid code in gfc_match_structure_constructor

2024-11-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79685 --- Comment #21 from GCC Commits --- The releases/gcc-13 branch has been updated by Paul Thomas : https://gcc.gnu.org/g:5904017a5e2887ca094b0bb8eb9761435d2a53d1 commit r13-9161-g5904017a5e2887ca094b0bb8eb9761435d2a53d1 Author: Paul Thomas Date

[Bug fortran/79685] [12/13/14 Regression] ICE on valid code in gfc_match_structure_constructor

2024-11-01 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79685 --- Comment #22 from GCC Commits --- The releases/gcc-12 branch has been updated by Paul Thomas : https://gcc.gnu.org/g:5210bf4d494d6ea60722193c7eb97827e73f5295 commit r12-10796-g5210bf4d494d6ea60722193c7eb97827e73f5295 Author: Paul Thomas Dat

[Bug fortran/33056] [Meta-bug] Data - statement related bugs

2024-11-01 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33056 Bug 33056 depends on bug 79685, which changed state. Bug 79685 Summary: [12/13/14 Regression] ICE on valid code in gfc_match_structure_constructor https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79685 What|Removed

[Bug c/116284] [12/13/14/15 Regression] incorrect classification of zero-sized array as variably modified

2024-11-01 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116284 uecker at gcc dot gnu.org changed: What|Removed |Added CC||uecker at gcc dot gnu.org --

[Bug target/114801] [14/15 Regression] arm: ICE in find_cached_value, at rtx-vector-builder.cc:100 with MVE intrinsics

2024-11-01 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114801 --- Comment #37 from Jakub Jelinek --- B2I and B4I modes shouldn't exist, they aren't really boolean, they are really partial integer modes.

[Bug fortran/116668] A very strange error when trying to copy substrings from a select type generic

2024-11-01 Thread 8e3g6jay6 at mozmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116668 Jordan <8e3g6jay6 at mozmail dot com> changed: What|Removed |Added Status|RESOLVED|WAITING

[Bug fortran/117381] -fmax-identifier-length= is completely ignored

2024-11-01 Thread 8e3g6jay6 at mozmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117381 --- Comment #18 from Jordan <8e3g6jay6 at mozmail dot com> --- (In reply to Jordan from comment #17) > (In reply to kargls from comment #16) > > (In reply to Jordan from comment #15) > > > I do not mean to burst your bubble, but Vulkan 1.1 releas

[Bug tree-optimization/117395] New: missed SRA opportunity with extracting subpart of type

2024-11-01 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117395 Bug ID: 117395 Summary: missed SRA opportunity with extracting subpart of type Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: nor

<    1   2