[Bug middle-end/109707] naked attribute should imply the no_instrument_function attribute

2023-05-02 Thread i at maskray dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109707 --- Comment #4 from Fangrui Song --- (In reply to Andrew Pinski from comment #2) > As a workaround, you could add the attribute no_instrument_function. Yes. I thought of this possibility, but pcc's reply on

[Bug middle-end/109707] naked attribute should imply the no_instrument_function attribute

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109707 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > As a workaround, you could add the attribute no_instrument_function. Which is documented here:

[Bug middle-end/109707] naked attribute should imply the no_instrument_function attribute

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109707 Andrew Pinski changed: What|Removed |Added Component|target |middle-end Summary|Skip

[Bug c/109707] Skip __attribute__((naked)) functions for -pg and -finstrument-functions

2023-05-02 Thread i at maskray dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109707 --- Comment #1 from Fangrui Song --- I came here from a PR for Clang: https://github.com/llvm/llvm-project/issues/62504

[Bug c/109707] New: Skip __attribute__((naked)) functions for -pg and -finstrument-functions

2023-05-02 Thread i at maskray dot me via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109707 Bug ID: 109707 Summary: Skip __attribute__((naked)) functions for -pg and -finstrument-functions Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug c++/69836] compilation error with constexpr in template types with redeclared methods

2023-05-02 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69836 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/109692] [12/13/14 Regression] ICE on concept as default template parameter to iife lambda in fold expression in static member template function since r12-8110-ge2c7070ac77405

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109692 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.4

[Bug tree-optimization/109691] Takes until forwprop2 to remove !a sometimes

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109691 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > Still working on this but I ran into an issue where we now remove a dead > load but that load has an exception edge (due to -fnon-call-exceptions) and > we

[Bug libstdc++/109703] [12/13/14 Regression] __builtin_unreachable() reached since r13-6915-gbf78b43873b0b7

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109703 Andrew Pinski changed: What|Removed |Added CC||tchaikov at gmail dot com --- Comment

[Bug libstdc++/109706] basic_string runs into __builtin_unreachable() when constructing from istringstream

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109706 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/109706] New: basic_string runs into __builtin_unreachable() when constructing from istringstream

2023-05-02 Thread tchaikov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109706 Bug ID: 109706 Summary: basic_string runs into __builtin_unreachable() when constructing from istringstream Product: gcc Version: 13.1.1 Status: UNCONFIRMED

[Bug testsuite/109705] New: [14 regression] gcc.dg/vect/pr25413a.c fails after r14-333-g6d4b59a9356ac4

2023-05-02 Thread seurer at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109705 Bug ID: 109705 Summary: [14 regression] gcc.dg/vect/pr25413a.c fails after r14-333-g6d4b59a9356ac4 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/109691] Takes until forwprop2 to remove !a sometimes

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109691 --- Comment #2 from Andrew Pinski --- Still working on this but I ran into an issue where we now remove a dead load but that load has an exception edge (due to -fnon-call-exceptions) and we don't cleanup the eh edge and get an ICE due to that.

[Bug tree-optimization/109702] [14 Regression] Wrong code with if and __builtin_bswap and others

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109702 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/109702] [14 Regression] Wrong code with if and __builtin_bswap and others

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109702 --- Comment #2 from CVS Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:8702ab1456eee07d07ac1a8bc005c690cf6dbcf0 commit r14-413-g8702ab1456eee07d07ac1a8bc005c690cf6dbcf0 Author: Andrew Pinski Date:

[Bug preprocessor/109704] #pragma {push,pop}_macro broken for identifiers that contain dollar signs at nonfirst positions

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109704 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > Well $ is an extension and MSVC does not support $, push_macro/pop_macro > were for compatibility for MSVC too. Well they don't support $ in their C front-end

[Bug preprocessor/109704] #pragma {push,pop}_macro broken for identifiers that contain dollar signs at nonfirst positions

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109704 --- Comment #1 from Andrew Pinski --- Well $ is an extension and MSVC does not support $, push_macro/pop_macro were for compatibility for MSVC too.

[Bug target/109657] (a ? -1 : 0) | b could be optimized better for aarch64

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109657 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug preprocessor/109704] New: #pragma {push,pop}_macro broken for identifiers that contain dollar signs at nonfirst positions

2023-05-02 Thread pskocik at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109704 Bug ID: 109704 Summary: #pragma {push,pop}_macro broken for identifiers that contain dollar signs at nonfirst positions Product: gcc Version: unknown Status:

[Bug target/109657] (a ? -1 : 0) | b could be optimized better for aarch64

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109657 --- Comment #3 from CVS Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:7cc33d12dca84befde69259a17fab8224e2e4025 commit r14-412-g7cc33d12dca84befde69259a17fab8224e2e4025 Author: Andrew Pinski Date:

[Bug preprocessor/105608] [11/12/13/14 Regression] ICE: in linemap_add with a really long defined macro on the command line r11-338-g2a0225e47868fbfc

2023-05-02 Thread lhyatt at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105608 --- Comment #2 from Lewis Hyatt --- When a PCH file is restored, the global line_maps instance is replaced with the one that was stored in the PCH file. Hence any locations that were generated prior to restoring the PCH file need to be added

[Bug tree-optimization/109695] [14 Regression] crash in gimple_ranger::range_of_expr

2023-05-02 Thread amacleod at redhat dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109695 --- Comment #7 from Andrew Macleod --- Created attachment 54973 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54973=edit Patch to fix the issue The problem was exposed by the newly increased size of int_range_max. (We may want to

[Bug libstdc++/109703] [12/13/14 Regression] __builtin_unreachable() reached since r13-6915-gbf78b43873b0b7

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

[Bug c++/109678] [13/14 Regression] exponential time behavior on std::variant

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109678 --- Comment #5 from CVS Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:a43f3616c0069541b1f465eea67285eeeff36785 commit r14-410-ga43f3616c0069541b1f465eea67285eeeff36785 Author: Jason Merrill Date:

[Bug c++/109678] [13/14 Regression] exponential time behavior on std::variant

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109678 --- Comment #4 from CVS Commits --- The trunk branch has been updated by Jason Merrill : https://gcc.gnu.org/g:4b8d0d4d7fd245ef85c7801e7838845502a5a61d commit r14-409-g4b8d0d4d7fd245ef85c7801e7838845502a5a61d Author: Jason Merrill Date:

[Bug c++/108099] [12/13 Regression] ICE with type alias with `signed __int128_t`

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108099 --- Comment #27 from CVS Commits --- The releases/gcc-13 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:a713aa4f47ac1efbfe2338790b0b5e94a233fb99 commit r13-7277-ga713aa4f47ac1efbfe2338790b0b5e94a233fb99 Author: Jason Merrill

[Bug c++/109678] [13/14 Regression] exponential time behavior on std::variant

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109678 --- Comment #3 from CVS Commits --- The releases/gcc-13 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:275e059dd7542f0d45adba74de18296134ac0d15 commit r13-7279-g275e059dd7542f0d45adba74de18296134ac0d15 Author: Jason Merrill

[Bug c++/109666] [13/14 Regression] Segmentation fault with std::array using gcc 13 since r13-6788

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109666 --- Comment #6 from CVS Commits --- The releases/gcc-13 branch has been updated by Jason Merrill : https://gcc.gnu.org/g:0a2c771910e888c9a26db319122230144789b9bf commit r13-7278-g0a2c771910e888c9a26db319122230144789b9bf Author: Jason Merrill

[Bug other/109306] The strstr implementation in libiberty might have undefined behavior (out of bounds mem access)

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109306 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:83fe692a373f6e6738f4bdc6661d1d58e4bf95c6 commit r11-10733-g83fe692a373f6e6738f4bdc6661d1d58e4bf95c6 Author: Jakub

[Bug tree-optimization/109410] [13/14 Regression] ICE: verify_flow_info failed

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109410 --- Comment #16 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e61e70fbfdcc99cbd23a02a1c789d3290b58d5a8 commit r11-10735-ge61e70fbfdcc99cbd23a02a1c789d3290b58d5a8 Author: Jakub

[Bug target/109276] [11 Regression] ICE: in assign_stack_local_1, at function.cc:429 with -mpreferred-stack-boundary=2

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109276 --- Comment #22 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:623245bc3f4eed25db80dd5f5650c18cd7314b39 commit r11-10731-g623245bc3f4eed25db80dd5f5650c18cd7314b39 Author: Jakub

[Bug tree-optimization/109176] [11 Regression] internal compiler error: in to_constant, at poly-int.h:504

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109176 --- Comment #21 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:3384fb5024e05cfd429e2fb619ae8d51eba69661 commit r11-10729-g3384fb5024e05cfd429e2fb619ae8d51eba69661 Author: Jakub

[Bug target/105554] [10/11 Regression] ICE: in emit_block_move_hints, at expr.cc:1829 since r9-5509-g5928bc2ec06dd4e7

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105554 --- Comment #25 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:40a9f3d335da7e1977beff2357afac39c500650f commit r11-10727-g40a9f3d335da7e1977beff2357afac39c500650f Author: Jakub

[Bug c/109151] UBsan misses a divide-by-zero

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109151 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7d9f6140f0fdd59be002a2efb1d61939b29b450f commit r11-10726-g7d9f6140f0fdd59be002a2efb1d61939b29b450f Author: Jakub Jelinek

[Bug c++/109164] wrong code with thread_local reference, loops and -ftree-pre

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109164 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:6a4942ac236ce46499073daed7ebb8fa272aa7fa commit r11-10728-g6a4942ac236ce46499073daed7ebb8fa272aa7fa Author: Jakub Jelinek

[Bug middle-end/108685] [10/11 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 since r13-2388-ga651e6d59188da

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108685 --- Comment #11 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:38812e9e87c4d42f1d9916788c92f17273d772dc commit r11-10725-g38812e9e87c4d42f1d9916788c92f17273d772dc Author: Jakub

[Bug c++/16965] [3.4/4.0 regression] Confusing mismatch in error messages

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16965 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9d98f84ca37a154a24f3f2b2950bfb450cbe6316 commit r11-10719-g9d98f84ca37a154a24f3f2b2950bfb450cbe6316 Author: Jakub Jelinek

[Bug target/18247] [4.0 regression] ada runtime bootstrap failure on powerpc-linux

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18247 --- Comment #4 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9d98f84ca37a154a24f3f2b2950bfb450cbe6316 commit r11-10719-g9d98f84ca37a154a24f3f2b2950bfb450cbe6316 Author: Jakub Jelinek

[Bug c++/109096] __has_unique_object_representations does not account for unnamed bitfield

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109096 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:66d35a0cb88f83f085b2ba4c46d0429ba0cfe574 commit r11-10724-g66d35a0cb88f83f085b2ba4c46d0429ba0cfe574 Author: Jakub Jelinek

[Bug libquadmath/94756] strtoflt128 assigns some subnormals incorrectly on MS Windows

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94756 --- Comment #21 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9d98f84ca37a154a24f3f2b2950bfb450cbe6316 commit r11-10719-g9d98f84ca37a154a24f3f2b2950bfb450cbe6316 Author: Jakub Jelinek

[Bug c++/16151] Poor diagnostics

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16151 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9d98f84ca37a154a24f3f2b2950bfb450cbe6316 commit r11-10719-g9d98f84ca37a154a24f3f2b2950bfb450cbe6316 Author: Jakub Jelinek

[Bug middle-end/106190] [10/11 Regression] ICE in expand_builtin_eh_common with -fnon-call-exceptions -fsanitize=address,undefined -fno-sanitize-recover=all

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106190 --- Comment #13 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:b6d67e397215fbfc408d0282be4522895717bf74 commit r11-10732-gb6d67e397215fbfc408d0282be4522895717bf74 Author: Jakub

[Bug c++/107558] [10/11 Regression] ICE in fld_incomplete_type_of with -fmerge-all-constants and openmp and LTO since r11-16-ga2f32550a085984f

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107558 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:17125f2f898828bd21e6215d9063dbca094c7a04 commit r11-10723-g17125f2f898828bd21e6215d9063dbca094c7a04 Author: Jakub Jelinek

[Bug libquadmath/87204] strtoflt128 produces different results for subnormals with -m32 and -m64

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87204 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9d98f84ca37a154a24f3f2b2950bfb450cbe6316 commit r11-10719-g9d98f84ca37a154a24f3f2b2950bfb450cbe6316 Author: Jakub Jelinek

[Bug ipa/105685] [10/11 Regression] Bogus `-Wsuggest-attribute=cold` on function already marked as `__attribute__((cold))`

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105685 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c448f0d85c778eade1d8ae597744f6455285346f commit r11-10730-gc448f0d85c778eade1d8ae597744f6455285346f Author: Jakub Jelinek

[Bug c/107465] [10/11 Regression] Bogus warning: promoted bitwise complement of an unsigned value is always nonzero

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107465 --- Comment #15 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:043793b1c11c51975d80454e99f0f3842e8ab2db commit r11-10721-g043793b1c11c51975d80454e99f0f3842e8ab2db Author: Jakub

[Bug target/100758] __builtin_cpu_supports does not (always) detect "sse2"

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100758 --- Comment #26 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:7fce881241b4f6492d8d321322fcb3412dea2137 commit r11-10713-g7fce881241b4f6492d8d321322fcb3412dea2137 Author: Jakub

[Bug debug/108716] [10/11 Regression] Incorrect DW_AT_decl_{line,column} in DW_TAG_imported_decl

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108716 --- Comment #6 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:2a6b112404837a3119985b58b886f63a88ec2cab commit r11-10718-g2a6b112404837a3119985b58b886f63a88ec2cab Author: Jakub Jelinek

[Bug c++/108474] static structured binding undefined reference

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108474 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:bc75dd303c8f8aa6191670ce3725d26e8011f5ac commit r11-10712-gbc75dd303c8f8aa6191670ce3725d26e8011f5ac Author: Jakub Jelinek

[Bug target/108881] "__builtin_ia32_cvtne2ps2bf16_v16hi" compiled only with option -mavx512bf16 report ICE.

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108881 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:37c61035d754f4e4c074a8fd5cc996ffee34 commit r11-10715-g37c61035d754f4e4c074a8fd5cc996ffee34 Author: Jakub Jelinek

[Bug debug/108967] [11 Regression] internal compiler error: in expand_debug_expr, at cfgexpand.cc:5450

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108967 --- Comment #11 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:54b240621d372e63d8fcacae591e39b36634ac18 commit r11-10717-g54b240621d372e63d8fcacae591e39b36634ac18 Author: Jakub

[Bug libstdc++/109703] [12/13/14 Regression] __builtin_unreachable() reached

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109703 Andrew Pinski changed: What|Removed |Added Priority|P3 |P1

[Bug middle-end/108854] [10/11 Regression] tbb-2021.8.0 fails on i686-linux (32-bit), internal compiler error: in expand_expr_real_1, at expr.c:10281 since r10-4511-g6cf67b62c8cda035dccac

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108854 --- Comment #17 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:cc83670c07ff3e0b55e04b64975eb6d4dbfeff5f commit r11-10716-gcc83670c07ff3e0b55e04b64975eb6d4dbfeff5f Author: Jakub

[Bug c/107465] [10/11 Regression] Bogus warning: promoted bitwise complement of an unsigned value is always nonzero

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107465 --- Comment #16 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c61635e87903797b7e5b71683be93534290118e2 commit r11-10722-gc61635e87903797b7e5b71683be93534290118e2 Author: Jakub

[Bug middle-end/108435] [13 Regression] ICE in as_a, at is-a.h:242 since r13-142-g705bcedf6eae2d7c

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108435 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8dbd2cd0729f928cbb0d71d0cebcc8891185d771 commit r11-10707-g8dbd2cd0729f928cbb0d71d0cebcc8891185d771 Author: Jakub Jelinek

[Bug testsuite/108973] [10/11 Regression] Sufficiently narrow terminal window causes selftest failure

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108973 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8b564ac2db506189c87b2871d9fc0fb994b809a5 commit r11-10720-g8b564ac2db506189c87b2871d9fc0fb994b809a5 Author: Jakub

[Bug tree-optimization/108692] [11 Regression] Miscompilation of orc_test.c since r11-5160

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108692 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:eadc8fd8d7fd509b001fcdbe160e2d6862c745a4 commit r11-10709-geadc8fd8d7fd509b001fcdbe160e2d6862c745a4 Author: Jakub Jelinek

[Bug other/108560] builtin_va_arg_pack_len is documented to return size_t, but actually returns int

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108560 --- Comment #6 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4dd44d0c899897da041d2dcc088bed6e11abd80a commit r11-10703-g4dd44d0c899897da041d2dcc088bed6e11abd80a Author: Jakub Jelinek

[Bug tree-optimization/108688] [13 Regression] error: ‘bit_field_ref’ of non-mode-precision operand

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108688 --- Comment #14 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d87adfe1a6455025eb3ae787a6da245a62cdb446 commit r11-10710-gd87adfe1a6455025eb3ae787a6da245a62cdb446 Author: Andrew

[Bug target/26137] Cannot connect to target board h8 using GDB

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26137 --- Comment #4 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9d98f84ca37a154a24f3f2b2950bfb450cbe6316 commit r11-10719-g9d98f84ca37a154a24f3f2b2950bfb450cbe6316 Author: Jakub Jelinek

[Bug fortran/108451] [13 Regression] ICE in check_complete_insertion, at hash-table.h:578

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108451 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:658156714de37163d570ace3a868f23900b0efe9 commit r11-10708-g658156714de37163d570ace3a868f23900b0efe9 Author: Jakub Jelinek

[Bug tree-optimization/88739] [7 Regression] Big-endian union bug

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88739 --- Comment #66 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d87adfe1a6455025eb3ae787a6da245a62cdb446 commit r11-10710-gd87adfe1a6455025eb3ae787a6da245a62cdb446 Author: Andrew Pinski

[Bug tree-optimization/108498] [11 Regression] ppc64 big endian generates uninitialized reads with -fstore-merging

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108498 --- Comment #29 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ac66ee8147cc1501ce71324aea1c71f9498134af commit r11-10702-gac66ee8147cc1501ce71324aea1c71f9498134af Author: Jakub

[Bug c++/108607] [12 Regression] ICE in potential_constant_expression_1, at cp/constexpr.cc:10003

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108607 --- Comment #6 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c5956b8cea7bf9b383a31af83e71f7cfc1a56bf1 commit r11-10705-gc5956b8cea7bf9b383a31af83e71f7cfc1a56bf1 Author: Jakub Jelinek

[Bug c++/108365] [10/11 Regression] Wrong code with -O0

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108365 --- Comment #11 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:77df8c7fc78b4ea7dc340f9f0fc239032ce0f9dd commit r11-10711-g77df8c7fc78b4ea7dc340f9f0fc239032ce0f9dd Author: Jakub

[Bug rtl-optimization/108596] [10/11 Regression] error: EDGE_CROSSING missing across section boundary

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108596 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9a2302a2d268c5cd0b1016d916493d7cf78f495d commit r11-10704-g9a2302a2d268c5cd0b1016d916493d7cf78f495d Author: Jakub

[Bug middle-end/108237] [13 Regression] ICE: in gimple_expand_vec_cond_expr, at gimple-isel.cc:281 at -O since r13-1085-g90467f0ad649d081

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108237 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:e7496d6571624547b52264b80469bd071217ae02 commit r11-10697-ge7496d6571624547b52264b80469bd071217ae02 Author: Jakub

[Bug debug/108573] [13 Regression] '-fcompare-debug' failure (length) at -O2

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108573 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:c8aee6e44b5829ce3baafd358d2ff9f30ee7e88b commit r11-10706-gc8aee6e44b5829ce3baafd358d2ff9f30ee7e88b Author: Jakub Jelinek

[Bug middle-end/108264] [11 Regression] ICE compiling guacamole-server on s390x-linux

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108264 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:4e41fedf81fb08aa2204e16f2341c74711e022ae commit r11-10696-g4e41fedf81fb08aa2204e16f2341c74711e022ae Author: Jakub Jelinek

[Bug bootstrap/90543] Build failure on MINGW for gcc-9.1.0

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90543 --- Comment #17 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:549331a55f88e338cb84890b2252c554b07c59ce commit r11-10701-g549331a55f88e338cb84890b2252c554b07c59ce Author: Eric Biggers

[Bug middle-end/108459] [OpenMP] ICE during GIMPLE pass: ompexp (segfault) in expand_omp_for_init_counts

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108459 --- Comment #9 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:23d16b36eb41366841af052c35f335f35ee203cc commit r11-10699-g23d16b36eb41366841af052c35f335f35ee203cc Author: Jakub Jelinek

[Bug c++/53932] [10/11 Regression] C++ reference variable to member of anonymous union in global is error

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53932 --- Comment #15 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:bd34d694f4c060c92aee0e09edf4c7e1d83807e5 commit r11-10700-gbd34d694f4c060c92aee0e09edf4c7e1d83807e5 Author: Jakub Jelinek

[Bug rtl-optimization/108193] [13 Regression] ICE in do_SUBST, at combine.cc:700

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108193 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:eaf236a4ca097727f721443b082d620b1503e61c commit r11-10694-geaf236a4ca097727f721443b082d620b1503e61c Author: Jakub Jelinek

[Bug fortran/108349] LTO mismatch for __builtin_realloc between glibc and gfortran frontend

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108349 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d67efd5a4ff7ef0992c641b04b009195d872f7bd commit r11-10698-gd67efd5a4ff7ef0992c641b04b009195d872f7bd Author: Jakub Jelinek

[Bug testsuite/108151] gcc.dg/pr64536.c stores pointers in a long, broken for llp64

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108151 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1de8310dd2c276eb9546a831b392a896e0ef5d89 commit r11-10691-g1de8310dd2c276eb9546a831b392a896e0ef5d89 Author: Jakub Jelinek

[Bug c++/108180] [OpenMP] Passing a class member variable to firstprivate() erroneously calls its dtor

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108180 --- Comment #5 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9eed31b91ce73a9499297bf8ef2c2b7ce4c8d79b commit r11-10693-g9eed31b91ce73a9499297bf8ef2c2b7ce4c8d79b Author: Jakub Jelinek

[Bug c++/107065] GCC treats rvalue as an lvalue

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107065 --- Comment #17 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:200854895c55ec999f38fce9086e711173a4a01a commit r11-10689-g200854895c55ec999f38fce9086e711173a4a01a Author: Jakub

[Bug tree-optimization/108068] [10/11 Regression] decimal floating point signed zero is not honored

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108068 --- Comment #15 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:d8f95474581843c605bb97ba83d482d642da3a1b commit r11-10695-gd8f95474581843c605bb97ba83d482d642da3a1b Author: Jakub

[Bug testsuite/108151] gcc.dg/pr64536.c stores pointers in a long, broken for llp64

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108151 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:ab03e6bdc590393a36d62cf14fe0280529c933ae commit r11-10692-gab03e6bdc590393a36d62cf14fe0280529c933ae Author: Jakub Jelinek

[Bug tree-optimization/107997] [10/11/12/13 Regression] r13-4389-gfd8dd6c0384969 probably uncovered an issue building the Linux kernel

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107997 --- Comment #15 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:5a0fd69bb3aa1709f0bea5d6b91fb30ca226c1ed commit r11-10687-g5a0fd69bb3aa1709f0bea5d6b91fb30ca226c1ed Author: Jakub

[Bug tree-optimization/108095] powerpc-linux / powerpc64-linux: ICEs when building Linux's arch/powerpc/kernel/align.c (asm goto)

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108095 --- Comment #11 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:9b580f5d7cb3c23866cdbd19e3c1bfc407e9e9c5 commit r11-10688-g9b580f5d7cb3c23866cdbd19e3c1bfc407e9e9c5 Author: Jakub

[Bug rtl-optimization/106751] [10/11 Regression] internal compiler error: in purge_dead_edges with inline-asm goto

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106751 --- Comment #16 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:945edfa2d24e310bf3549a16f2ea4c881a9a138a commit r11-10690-g945edfa2d24e310bf3549a16f2ea4c881a9a138a Author: Jakub

[Bug target/106875] [11 Regression] ICE in ix86_emit_outlined_ms2sysv_save with -mabi=ms -mcall-ms2sysv-xlogues and "#pragma GCC target" since r11-3183-gba948b37768c99cd

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106875 --- Comment #7 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:511b878b6a808c3d46dccf806223a851e63ad562 commit r11-10685-g511b878b6a808c3d46dccf806223a851e63ad562 Author: Jakub Jelinek

[Bug debug/106719] [10/11 Regression] '-fcompare-debug' failure w/ -O2 since r10-6038-ge5e07b68187b9a

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106719 --- Comment #8 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:f187d4c17546df91c3b6b9c0912403d14c6eb3c8 commit r11-10686-gf187d4c17546df91c3b6b9c0912403d14c6eb3c8 Author: Jakub Jelinek

[Bug middle-end/107317] [10/11 Regression] ICE in emit_redzone_byte, at asan.cc:1508

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107317 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:07b397d7720c062d91669d49fbfb644fb3eb81d8 commit r11-10684-g07b397d7720c062d91669d49fbfb644fb3eb81d8 Author: Jakub

[Bug c/107127] [11 Regression] Long compile times on code with C complex since r11-3299-gcba079f354a55363

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127 --- Comment #13 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:21ffe7bc50422bbf2fc844f4e69a16d7e8d35698 commit r11-10683-g21ffe7bc50422bbf2fc844f4e69a16d7e8d35698 Author: Jakub

[Bug c/107127] [11 Regression] Long compile times on code with C complex since r11-3299-gcba079f354a55363

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107127 --- Comment #12 from CVS Commits --- The releases/gcc-11 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:21d09955d2b7755db7d5ba3cd4a314930b470da7 commit r11-10682-g21d09955d2b7755db7d5ba3cd4a314930b470da7 Author: Jakub

[Bug libstdc++/109703] [12/13/14 Regression] __builtin_unreachable() reached

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109703 Andrew Pinski changed: What|Removed |Added Target Milestone|13.2|12.3 Summary|[13/14

[Bug libstdc++/109703] [13/14 Regression] __builtin_unreachable() reached

2023-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109703 Andrew Pinski changed: What|Removed |Added Summary|__builtin_unreachable() |[13/14 Regression]

[Bug target/89835] The RISC-V target uses amoswap.w for relaxed stores

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89835 --- Comment #3 from CVS Commits --- The master branch has been updated by Patrick O'Neill : https://gcc.gnu.org/g:6a2383f47ae70c31f91775142b9fb03f697741c2 commit r14-403-g6a2383f47ae70c31f91775142b9fb03f697741c2 Author: Patrick O'Neill Date:

[Bug c++/109671] Spurious dangling reference warning in GCC 13

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109671 --- Comment #4 from CVS Commits --- The releases/gcc-13 branch has been updated by Marek Polacek : https://gcc.gnu.org/g:6b927b1297e66e26e62e722bf15c921dcbbd25b9 commit r13-7276-g6b927b1297e66e26e62e722bf15c921dcbbd25b9 Author: Marek Polacek

[Bug c++/109642] False Positive -Wdangling-reference with std::span-like classes

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109642 --- Comment #7 from CVS Commits --- The releases/gcc-13 branch has been updated by Marek Polacek : https://gcc.gnu.org/g:6b927b1297e66e26e62e722bf15c921dcbbd25b9 commit r13-7276-g6b927b1297e66e26e62e722bf15c921dcbbd25b9 Author: Marek Polacek

[Bug c++/109640] Spurious Wdangling-reference for argument to temporary lambda cast to rvalue reference

2023-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109640 --- Comment #4 from CVS Commits --- The releases/gcc-13 branch has been updated by Marek Polacek : https://gcc.gnu.org/g:6b927b1297e66e26e62e722bf15c921dcbbd25b9 commit r13-7276-g6b927b1297e66e26e62e722bf15c921dcbbd25b9 Author: Marek Polacek

[Bug fortran/109701] I have a MWE where an omp reduction breaks if I add the option for GPU offloading (even if it isn't used).

2023-05-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109701 --- Comment #3 from anlauf at gcc dot gnu.org --- (In reply to Thomas Meltzer from comment #1) > Could be related to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99928 but I > am not sure. In my case the GPU offloading should be ignored.

[Bug c++/109680] [13/14 Regression] is_convertible incorrectly true

2023-05-02 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109680 --- Comment #7 from Marek Polacek --- Ah, I think I see what's going on here. Once again, the problem is that this assert no longer passes: #include static_assert (!std::is_convertible_v , ""); std::is_convertible does To test() { return

[Bug fortran/107000] ICE in gfc_real2complex, at fortran/arith.cc:2243

2023-05-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107000 anlauf at gcc dot gnu.org changed: What|Removed |Added Known to work||13.1.0

[Bug sanitizer/109700] ICE with address sanitizer after declaring __builtin_alloca

2023-05-02 Thread jlegg at feralinteractive dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109700 --- Comment #6 from James Legg --- Yes, declaring bulitin functions is bad, but I didn't expect the ICE. It wasn't done intentionally. glibc's alloca.h defines a alloca(s) macro as __builtin_alloca(s). I had some code defining _alloca as

[Bug libstdc++/109703] New: __builtin_unreachable() reached

2023-05-02 Thread christian.morales.vega at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109703 Bug ID: 109703 Summary: __builtin_unreachable() reached Product: gcc Version: 13.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug fortran/109701] I have a MWE where an omp reduction breaks if I add the option for GPU offloading (even if it isn't used).

2023-05-02 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109701 anlauf at gcc dot gnu.org changed: What|Removed |Added Keywords||openmp --- Comment #2 from

[Bug sanitizer/109700] ICE with address sanitizer after declaring __builtin_alloca

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

  1   2   >