[Bug c++/101070] ICE: Error reporting routines re-entered with aligned attribute and arrays

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101070 Andrew Pinski changed: What|Removed |Added CC||mario.rodriguezb1 at um dot es --- Comm

[Bug c++/120306] Copy constructor with requires (!std::copy_constructible) is available

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120306 --- Comment #5 from Andrew Pinski --- Oh I think MSVC is the only one which rejects this for the correct reason. And I think libc++'s concept define is incorrect too: take: ``` #include struct S{ static constexpr auto t = std::copy_construc

[Bug c++/120306] Copy constructor with requires (!std::copy_constructible) is available

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120306 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > So clang accepts it also when using libstdc++. when using libc++ clang > rejects it due to the type trait __is_nothrow_destructible being used with > an incompl

[Bug c++/120312] internal compiler error: error reporting routines re-entered. in build_array_type_1 since 4.7.1 until trunk

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

[Bug fortran/103312] [11/12 Regression] ICE in gfc_find_component since r9-1098-g3cf89a7b992d483e

2025-05-16 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103312 Paul Thomas changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[Bug target/120304] SPARC lacks __float128 support

2025-05-16 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120304 --- Comment #5 from Joseph S. Myers --- I agree that it's best not to support legacy __float128 for new architectures; if there are any remaining issues with libgcobol using long double / _Float128, those should be fixed instead. float128-mul-u

[Bug c++/120314] New: internal compiler error: tree check: expected tree that contains 'decl minimal' structure, have 'error_mark' in decl_internal_context_p, at cp/tree.cc:3866 only in trunk and 15.1

2025-05-16 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
r: mario.rodriguezb1 at um dot es Target Milestone: --- ICEs on: ``` #include template struct std::integral_constant { }; ``` Stack dump ``` /opt/compiler-explorer/gcc-trunk-20250516/include/c++/16.0.0/type_traits:94:28: internal compiler error: tree check: expected tree that contains 

[Bug cobol/119810] FE: -include does not unset "included from"

2025-05-16 Thread jklowden at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119810 James K. Lowden changed: What|Removed |Added Last reconfirmed||2025-05-16 Ever confirmed|0

[Bug target/120313] nternal compiler error: in move_for_stack_reg, at reg-stack.cc:1199 since 4.7.1 using -O3

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120313 Andrew Pinski changed: What|Removed |Added Target||x86_64 Keywords|

[Bug c/120313] New: nternal compiler error: in move_for_stack_reg, at reg-stack.cc:1199 since 4.7.1 using -O3

2025-05-16 Thread mario.rodriguezb1 at um dot es via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120313 Bug ID: 120313 Summary: nternal compiler error: in move_for_stack_reg, at reg-stack.cc:1199 since 4.7.1 using -O3 Product: gcc Version: 16.0 Status: UNCONFIRMED

[Bug preprocessor/119753] gcc -E is not POSIX-compliant

2025-05-16 Thread love4boobies at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119753 --- Comment #13 from Bogdan --- (In reply to Jonathan Wakely from comment #12) > Suspending while OP's posix submission is processed: > https://www.austingroupbugs.net/bug_view_page.php?bug_id=1925 I forgot to report back here after opening tha

[Bug target/120308] New: 'TYPE_EMPTY_P' vs. code offloading

2025-05-16 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120308 Bug ID: 120308 Summary: 'TYPE_EMPTY_P' vs. code offloading Product: gcc Version: 15.0 Status: UNCONFIRMED Keywords: ABI, openacc, openmp, wrong-code Severity: normal

[Bug libstdc++/65909] check_v3_target_namedlocale blows up on targets that don't support command-line arguments

2025-05-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65909 --- Comment #15 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:c07ba5398be194cc390934ae159f7941890bd848 commit r16-682-gc07ba5398be194cc390934ae159f7941890bd848 Author: Jonathan Wakely Date:

[Bug libstdc++/120305] Cannot create a std::vector from a std::ranges::transform_view.

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120305 --- Comment #2 from Andrew Pinski --- The difference is int128_t support.

[Bug libstdc++/120259] Using Incomplete&& as argument in invoke_r/move_only_function fails to compile

2025-05-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120259 --- Comment #3 from Jonathan Wakely --- (In reply to Tomasz Kamiński from comment #2) > This seems to be regeressions from PR1579: PR71579 > r11-2759-g69f571ffc513b689fa26e4c9fceba17c2c989ab3 > r11-3442-gc1fc9f6e10e646f01194c8f150affbc1cfbc404

[Bug libstdc++/120170] [meta-bug] C++ std::locale

2025-05-16 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120170 Bug 120170 depends on bug 65909, which changed state. Bug 65909 Summary: check_v3_target_namedlocale blows up on targets that don't support command-line arguments https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65909 What|Removed

[Bug debug/120310] New: Missing location for initially addressable variable

2025-05-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120310 Bug ID: 120310 Summary: Missing location for initially addressable variable Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/120275] [12/13/14/15/16 Regression] ICE in write_type at cp/mangle.cc:2687 when using decltype(auto) with initializer list since 11.3

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120275 --- Comment #1 from Andrew Pinski --- Reduced with only one header: ``` #include int main() { decltype(auto) values = {1, 2, 3, 4}; values.size() } ```

[Bug middle-end/120290] internal compiler error: in expand_asm_stmt, at cfgexpand.cc:3720

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120290 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug preprocessor/119753] gcc -E is not POSIX-compliant

2025-05-16 Thread love4boobies at yahoo dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119753 --- Comment #15 from Bogdan --- People can still comment, it's part of the process. But in a case like this I would say that it is safe to assume this proposal will stick. It literally just allows to optionally add flags, which current already i

[Bug c++/120275] [12/13/14/15/16 Regression] ICE in write_type at cp/mangle.cc:2687 when using decltype(auto) with initializer list since 11.3

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120275 --- Comment #2 from Andrew Pinski --- Created attachment 61453 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61453&action=edit Reduced testcase

[Bug c++/120275] [12/13/14/15/16 Regression] ICE in write_type at cp/mangle.cc:2687 when using decltype(auto) with initializer list since 11.3

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120275 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|

[Bug c++/120320] New: g++ freezes forever

2025-05-16 Thread gessos.paul at yahoo dot gr via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120320 Bug ID: 120320 Summary: g++ freezes forever Product: gcc Version: 15.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: un

[Bug fortran/103312] [11/12 Regression] ICE in gfc_find_component since r9-1098-g3cf89a7b992d483e

2025-05-16 Thread pault at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103312 --- Comment #16 from Paul Thomas --- > Hi Paul, I did not realize that you were working on import. > Are you aware of > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106035 Hi Steve, No, I wasn't aware of this PR but should have been. I wa

[Bug gcov-profile/120319] New: Unexpected number of branch outcomes and line coverage for C++ programs

2025-05-16 Thread wentaoz5 at illinois dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120319 Bug ID: 120319 Summary: Unexpected number of branch outcomes and line coverage for C++ programs Product: gcc Version: 16.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/120317] Missed DCE with __attribute__((const)) bijection function

2025-05-16 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120317 Xi Ruoyao changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug c/120301] RFE: context variables

2025-05-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120301 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org

[Bug c/120303] [15/16 Regression] ICE , in groktypename at gcc/c/c-decl.cc:5442 with _Generic after an error

2025-05-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120303 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/120286] [12/13/14/15/16 regression] [OpenMP] Double free detected when using openmp

2025-05-16 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120286 Sam James changed: What|Removed |Added Summary|[OpenMP] Double free|[12/13/14/15/16 regression]

[Bug libstdc++/120259] Using Incomplete&& as argument in invoke_r/move_only_function fails to compile

2025-05-16 Thread tkaminsk at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120259 --- Comment #2 from Tomasz Kamiński --- This seems to be regeressions from PR1579: r11-2759-g69f571ffc513b689fa26e4c9fceba17c2c989ab3 r11-3442-gc1fc9f6e10e646f01194c8f150affbc1cfbc404a I think we went to eager there, and most likely should reve

[Bug target/120304] New: SPARC lacks __float128 support

2025-05-16 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120304 Bug ID: 120304 Summary: SPARC lacks __float128 support Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/120304] SPARC lacks __float128 support

2025-05-16 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120304 Eric Botcazou changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

<    1   2