[Bug tree-optimization/116687] New: ICE: verify_flow_info failed (error: return edge does not point to exit in bb 2) with simd attribute

2024-09-11 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116687 Bug ID: 116687 Summary: ICE: verify_flow_info failed (error: return edge does not point to exit in bb 2) with simd attribute Product: gcc Version: 15.0 Status: UNCONFIRM

[Bug rtl-optimization/116680] wrong code at -O1 and above with "-ffast-math"

2024-09-11 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116680 --- Comment #2 from Anonymous --- (In reply to Andrew Pinski from comment #1) > Note even with -fno-associative-math, some simple re-association happens > with -ffast-math. Especially when it comes to always_inline too. Thank you for clarifying

[Bug rtl-optimization/116680] New: wrong code at -O1 and above with "-ffast-math"

2024-09-11 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116680 Bug ID: 116680 Summary: wrong code at -O1 and above with "-ffast-math" Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: r

[Bug c++/116659] New: ICE: in import_module, at cp/module.cc:19733 with #pragma GCC optimize("Ofast")

2024-09-10 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116659 Bug ID: 116659 Summary: ICE: in import_module, at cp/module.cc:19733 with #pragma GCC optimize("Ofast") Product: gcc Version: 15.0 Status: UNCONFIRMED Severity

[Bug c++/116612] New: ICE:compiler crashed with the aligned attribute

2024-09-05 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116612 Bug ID: 116612 Summary: ICE:compiler crashed with the aligned attribute Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c/116607] New: ICE: tree check: expected tree_list, have integer_cst in has_active_contract_condition, at cp/contracts.cc:1505 with no_sanitize attribute and -fcontracts option

2024-09-04 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116607 Bug ID: 116607 Summary: ICE: tree check: expected tree_list, have integer_cst in has_active_contract_condition, at cp/contracts.cc:1505 with no_sanitize attribute and

[Bug c++/116323] New: ICE: tree check: expected record_type or union_type or qual_union_type, have bound_template_template_parm in access_in_type, at cp/search.cc:663

2024-08-10 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116323 Bug ID: 116323 Summary: ICE: tree check: expected record_type or union_type or qual_union_type, have bound_template_template_parm in access_in_type, at cp/search.cc:663 Pro

[Bug c++/116320] New: ICE: Segmentation fault (perform_or_defer_access_check)

2024-08-09 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116320 Bug ID: 116320 Summary: ICE: Segmentation fault (perform_or_defer_access_check) Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Prior

[Bug c++/116113] ICE: Segmentation fault (maybe_convert_cond)

2024-07-26 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116113 --- Comment #1 from Anonymous --- Created attachment 58766 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58766&action=edit cpp testcase

[Bug c++/116113] New: ICE: Segmentation fault (maybe_convert_cond)

2024-07-26 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116113 Bug ID: 116113 Summary: ICE: Segmentation fault (maybe_convert_cond) Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c/116112] New: ICE: in add_dwarf_attr, at dwarf2out.cc:4515

2024-07-26 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116112 Bug ID: 116112 Summary: ICE: in add_dwarf_attr, at dwarf2out.cc:4515 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug target/116042] ICE Segmentation fault ( in ix86_finalize_stack_frame_flags and ix86_expand_prologue())

2024-07-24 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116042 --- Comment #2 from Anonymous --- # gcc helper.i -O2 -fno-omit-frame-pointer -fno-stack-protector -fno-strict-aliasing -g3 -Wall -Wextra -Werror -Wno-pointer-arith -Wno-missing-field-initializers -pedantic -DDEBUG -c -o helper.o helper.i:1:17: e

[Bug target/116042] ICE Segmentation fault ( in ix86_finalize_stack_frame_flags and ix86_expand_prologue())

2024-07-24 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116042 --- Comment #1 from Anonymous --- Here is a reduced testcase: register struct str *env asm("ebp"); extern int foo (int base) ; extern int fun (int base) { return foo (base); }

[Bug c/116042] New: ICE Segmentation fault ( in ix86_finalize_stack_frame_flags and ix86_expand_prologue())

2024-07-22 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116042 Bug ID: 116042 Summary: ICE Segmentation fault ( in ix86_finalize_stack_frame_flags and ix86_expand_prologue()) Product: gcc Version: 15.0 Status: U

[Bug c/116002] New: GCC Compiler Hang with Recursive Macros in Function

2024-07-19 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116002 Bug ID: 116002 Summary: GCC Compiler Hang with Recursive Macros in Function Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/115956] New: ICE: in change_stack, at reg-stack.cc:2732

2024-07-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115956 Bug ID: 115956 Summary: ICE: in change_stack, at reg-stack.cc:2732 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/115940] New: ICE: tree check: expected record_type or union_type or qual_union_type, have translation_unit_decl in maybe_dummy_object, at cp/tree.cc:4379

2024-07-15 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115940 Bug ID: 115940 Summary: ICE: tree check: expected record_type or union_type or qual_union_type, have translation_unit_decl in maybe_dummy_object, at cp/tree.cc:4379 Product

[Bug c++/115930] New: ICE: tree check: expected type_argument_pack or nontype_argument_pack, have integer_type in template_parm_natural_p, at cp/mangle.cc:1828

2024-07-14 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115930 Bug ID: 115930 Summary: ICE: tree check: expected type_argument_pack or nontype_argument_pack, have integer_type in template_parm_natural_p, at cp/mangle.cc:1828 Product: g

[Bug c/115920] New: ICE: in tree_to_poly_int64, at tree.cc:3319

2024-07-14 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115920 Bug ID: 115920 Summary: ICE: in tree_to_poly_int64, at tree.cc:3319 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/115919] New: ICE: in tsubst_expr, at cp/pt.cc:20300

2024-07-14 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115919 Bug ID: 115919 Summary: ICE: in tsubst_expr, at cp/pt.cc:20300 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug lto/115890] New: ICE: verify_gimple failed with -flto

2024-07-12 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115890 Bug ID: 115890 Summary: ICE: verify_gimple failed with -flto Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug c++/115861] New: ICE: tree check: expected template_decl, have overload in cplus_decl_attributes, at cp/decl2.cc:1896 with deprecated attribute

2024-07-10 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115861 Bug ID: 115861 Summary: ICE: tree check: expected template_decl, have overload in cplus_decl_attributes, at cp/decl2.cc:1896 with deprecated attribute Product: gcc

[Bug middle-end/115859] New: ICE: in lower_stmt, at gimple-low.cc:724 with -g and __attribute__((optimize(3)))

2024-07-10 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115859 Bug ID: 115859 Summary: ICE: in lower_stmt, at gimple-low.cc:724 with -g and __attribute__((optimize(3))) Product: gcc Version: 15.0 Status: UNCONFIRMED Severi

[Bug lto/115848] New: ICE: 'verify_type' failed with -flto and custom attribute

2024-07-09 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115848 Bug ID: 115848 Summary: ICE: 'verify_type' failed with -flto and custom attribute Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Pri

[Bug c/115847] New: ICE: tree check: expected none of vector_type, have vector_type in element_precision, at tree.cc:6808 with attribute simd

2024-07-09 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115847 Bug ID: 115847 Summary: ICE: tree check: expected none of vector_type, have vector_type in element_precision, at tree.cc:6808 with attribute simd Product: gcc Ve

[Bug target/115816] New: ICE: in emit_move_insn, at expr.cc:4611 with target("sse4.1,arch=core2") attribute and -mavx512f

2024-07-07 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115816 Bug ID: 115816 Summary: ICE: in emit_move_insn, at expr.cc:4611 with target("sse4.1,arch=core2") attribute and -mavx512f Product: gcc Version: 15.0 Status: UNCONFIRMED

[Bug ipa/115815] New: ICE: in purge_all_uses, at ipa-param-manipulation.cc:632 with -O2 -flto and attribute destructor

2024-07-06 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115815 Bug ID: 115815 Summary: ICE: in purge_all_uses, at ipa-param-manipulation.cc:632 with -O2 -flto and attribute destructor Product: gcc Version: 15.0 S

[Bug c/115787] New: ICE: in gimple_build_switch_nlabels, at gimple.cc:807

2024-07-04 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115787 Bug ID: 115787 Summary: ICE: in gimple_build_switch_nlabels, at gimple.cc:807 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug c/115786] New: ICE: Segmentation fault (add_stmt at ./gcc/gcc/c/c-decl.cc:689 and c_parser_declaration_or_fndef at ./gcc/gcc/c/c-parser.cc:3027)

2024-07-04 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115786 Bug ID: 115786 Summary: ICE: Segmentation fault (add_stmt at ./gcc/gcc/c/c-decl.cc:689 and c_parser_declaration_or_fndef at ./gcc/gcc/c/c-parser.cc:3027)

[Bug c++/115623] New: ICE: Segmentation fault ( in contains_struct_check and finish_for_cond for cpp)

2024-06-24 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115623 Bug ID: 115623 Summary: ICE: Segmentation fault ( in contains_struct_check and finish_for_cond for cpp) Product: gcc Version: 15.0 Status: UNCONFIRMED Severit

[Bug c++/115620] New: internal compiler error: output_operand: invalid expression as operand

2024-06-24 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115620 Bug ID: 115620 Summary: internal compiler error: output_operand: invalid expression as operand Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug c++/115599] New: ICE: qsort checking failed during GIMPLE pass: reassoc (error: qsort comparator non-negative on sorted output: 150142972)

2024-06-23 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115599 Bug ID: 115599 Summary: ICE: qsort checking failed during GIMPLE pass: reassoc (error: qsort comparator non-negative on sorted output: 150142972) Product: gcc Ve

[Bug c++/115598] ICE: in build_call_a, at cp/call.cc:370

2024-06-23 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115598 Anonymous changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/115501] [13/14/15 Regression] ICE: in build_call_a with dynamic_cast after invalid definition of __cxxabiv1::__dynamic_cast since r13-3299

2024-06-23 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115501 --- Comment #9 from Anonymous --- *** Bug 115598 has been marked as a duplicate of this bug. ***

[Bug c++/115598] New: ICE: in build_call_a, at cp/call.cc:370

2024-06-23 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115598 Bug ID: 115598 Summary: ICE: in build_call_a, at cp/call.cc:370 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug middle-end/115595] New: ICE: in expand_call_tm, at trans-mem.cc:2546 with attribute optimize and noipa

2024-06-23 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115595 Bug ID: 115595 Summary: ICE: in expand_call_tm, at trans-mem.cc:2546 with attribute optimize and noipa Product: gcc Version: 15.0 Status: UNCONFIRMED Severity:

[Bug c++/115588] New: ICE: in tsubst_stmt, at cp/pt.cc:18527

2024-06-22 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115588 Bug ID: 115588 Summary: ICE: in tsubst_stmt, at cp/pt.cc:18527 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c/115573] New: ICE: verify_flow_info failed with no_reorder attribute

2024-06-20 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115573 Bug ID: 115573 Summary: ICE: verify_flow_info failed with no_reorder attribute Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug c++/115572] internal compiler error: in dependent_type_p, at cp/pt.cc:28020

2024-06-20 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115572 --- Comment #1 from Anonymous --- *** The compiler produces an internal error in lookup_template_class when compiling the provided code with the specified options. The

[Bug c++/115572] New: internal compiler error: in dependent_type_p, at cp/pt.cc:28020

2024-06-20 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115572 Bug ID: 115572 Summary: internal compiler error: in dependent_type_p, at cp/pt.cc:28020 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug c++/115560] New: ICE: in type_dependent_expression_p, at cp/pt.cc:28576

2024-06-20 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115560 Bug ID: 115560 Summary: ICE: in type_dependent_expression_p, at cp/pt.cc:28576 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug c/115549] New: ICE: tree check: expected tree that contains ‘decl common’ structure, have ‘error_mark’ in common_handle_aligned_attribute, at c-family/c-attribs.cc:2665 with invalid aligned attri

2024-06-19 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115549 Bug ID: 115549 Summary: ICE: tree check: expected tree that contains ‘decl common’ structure, have ‘error_mark’ in common_handle_aligned_attribute, at c-family/c-a

[Bug c/115548] New: ICE: verify_cgraph_node failed with attribute malloc and simd enabled

2024-06-18 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115548 Bug ID: 115548 Summary: ICE: verify_cgraph_node failed with attribute malloc and simd enabled Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug c/115530] New: ICE: in verify_loop_structure, at cfgloop.cc:1741 with simd attribute

2024-06-17 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115530 Bug ID: 115530 Summary: ICE: in verify_loop_structure, at cfgloop.cc:1741 with simd attribute Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug c++/115510] New: ICE : Segmentation fault in build_new_method_call and finish_call_expr

2024-06-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115510 Bug ID: 115510 Summary: ICE : Segmentation fault in build_new_method_call and finish_call_expr Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug c/115509] New: ICE: in set_underlying_type, at c-family/c-common.cc:8613 with attribute aligned and sentinel

2024-06-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115509 Bug ID: 115509 Summary: ICE: in set_underlying_type, at c-family/c-common.cc:8613 with attribute aligned and sentinel Product: gcc Version: 15.0 Stat

[Bug c/115501] New: ICE: in build_call_a, at cp/call.cc:370

2024-06-14 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115501 Bug ID: 115501 Summary: ICE: in build_call_a, at cp/call.cc:370 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/115489] New: ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc:589

2024-06-14 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115489 Bug ID: 115489 Summary: ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc:589 Product: gcc Version:

[Bug c++/115472] New: ICE :tree check expected class 'type', have 'exceptional' (error_mark) in check_goto_1, at cpdecl.cc4007

2024-06-13 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115472 Bug ID: 115472 Summary: ICE :tree check expected class 'type', have 'exceptional' (error_mark) in check_goto_1, at cpdecl.cc4007 Product: gcc Version: 15.0

[Bug c++/115469] New: ICE :tree check expected class 'type', have 'exceptional' (error_mark) in poplevel_named_label_1, at cpdecl.cc579

2024-06-12 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115469 Bug ID: 115469 Summary: ICE :tree check expected class 'type', have 'exceptional' (error_mark) in poplevel_named_label_1, at cpdecl.cc579 Product: gcc Version: 1

[Bug tree-optimization/115455] New: ICE: verify_flow_info failed during GIMPLE pass: cfg

2024-06-11 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115455 Bug ID: 115455 Summary: ICE: verify_flow_info failed during GIMPLE pass: cfg Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug c++/115431] New: ICE: tree check: expected tree that contains ‘decl common’ structure, have ‘error_mark’ in decl_template_parm_check, at cp/cp-tree.h:5131

2024-06-11 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115431 Bug ID: 115431 Summary: ICE: tree check: expected tree that contains ‘decl common’ structure, have ‘error_mark’ in decl_template_parm_check, at cp/cp-tree.h:5131 Product: g

[Bug c/115426] New: ICE in execute_todo, at passes.cc:2138

2024-06-10 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115426 Bug ID: 115426 Summary: ICE in execute_todo, at passes.cc:2138 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/115412] New: ICE: canonical types differ for identical types ‘stdis_sametypename fooTtype, U’ and ‘stdis_sameT, U’

2024-06-10 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115412 Bug ID: 115412 Summary: ICE: canonical types differ for identical types ‘stdis_sametypename fooTtype, U’ and ‘stdis_sameT, U’ Product: gcc Version: 15.0 Status: UNCONFIR

[Bug c/115411] New: ICE : in expand_call, at calls.cc:3668

2024-06-10 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115411 Bug ID: 115411 Summary: ICE : in expand_call, at calls.cc:3668 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/115173] New: GCC hang and memory exhaustion issue with complex nested initializer lists in C++ std::string construction

2024-05-21 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115173 Bug ID: 115173 Summary: GCC hang and memory exhaustion issue with complex nested initializer lists in C++ std::string construction Product: gcc Version: 13.1.0

[Bug sanitizer/114956] New: Segmentation fault with -fsanitize=address -fsanitize=null -O2 when attribute no_sanitize_address is enabled

2024-05-05 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114956 Bug ID: 114956 Summary: Segmentation fault with -fsanitize=address -fsanitize=null -O2 when attribute no_sanitize_address is enabled Product: gcc Version: 15.0

[Bug analyzer/114899] New: Segmentation fault with -fsanitize=undefined and -fanalyzer since r14-2029-g0e466e978c7

2024-04-30 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114899 Bug ID: 114899 Summary: Segmentation fault with -fsanitize=undefined and -fanalyzer since r14-2029-g0e466e978c7 Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug analyzer/114897] ICE in get_or_create_widening_svalue, at analyzer/region-model-manager.cc:1336 since r13-3077-gbfca9505f6f

2024-04-30 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114897 --- Comment #1 from Anonymous --- There is another case that triggers the ICE in replay_call_summary_cluster, at analyzer/store.cc:3374 Also bisected to r13-3077-gbfca9505f6f Compiler Explorer: https://godbolt.org/z/Wh5MGf739 Program: $ cat m

[Bug analyzer/114897] New: ICE in get_or_create_widening_svalue, at analyzer/region-model-manager.cc:1336 since r13-3077-gbfca9505f6f

2024-04-30 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114897 Bug ID: 114897 Summary: ICE in get_or_create_widening_svalue, at analyzer/region-model-manager.cc:1336 since r13-3077-gbfca9505f6f Product: gcc Version: 14.0

[Bug c++/114858] New: Compilation Hang and Excessive RAM Consumption in GCC

2024-04-25 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114858 Bug ID: 114858 Summary: Compilation Hang and Excessive RAM Consumption in GCC Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug analyzer/114778] ICE: in get_region_for_local, at analyzer/region.cc:1366

2024-04-22 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114778 --- Comment #3 from Anonymous --- (In reply to David Malcolm from comment #1) > Thanks for filing this. > > It's failing this assertion in frame_region::get_region_for_local : > > 1421 case VAR_DECL: > 1422gcc_assert (!is_

[Bug analyzer/114798] New: ICE: in convert_svalue_from_summary_1, at analyzer/call-summary.cc:290

2024-04-21 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114798 Bug ID: 114798 Summary: ICE: in convert_svalue_from_summary_1, at analyzer/call-summary.cc:290 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug analyzer/114778] New: ICE: internal compiler error: in get_region_for_local, at analyzer/region.cc:1366

2024-04-18 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114778 Bug ID: 114778 Summary: ICE: internal compiler error: in get_region_for_local, at analyzer/region.cc:1366 Product: gcc Version: 14.0 Status: UNCONFIRMED Severi

[Bug sanitizer/114687] New: ICE: in edge_before_returns_twice_call, at gimple-iterator.cc:981

2024-04-10 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114687 Bug ID: 114687 Summary: ICE: in edge_before_returns_twice_call, at gimple-iterator.cc:981 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c++/114638] New: Hang and Memory Consumption Increase during Compilation with Recursive Template Instantiation

2024-04-08 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114638 Bug ID: 114638 Summary: Hang and Memory Consumption Increase during Compilation with Recursive Template Instantiation Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug c/114634] New: Crash Issue Encountered in GCC Compilation of Template Code with Aligned Attribute

2024-04-08 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114634 Bug ID: 114634 Summary: Crash Issue Encountered in GCC Compilation of Template Code with Aligned Attribute Product: gcc Version: 14.0 Status: UNCONFIRMED Sever

[Bug tree-optimization/114095] New: ICE: in build2, at tree.cc:5097

2024-02-25 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114095 Bug ID: 114095 Summary: ICE: in build2, at tree.cc:5097 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimizatio

[Bug tree-optimization/110251] [13/14 Regression] Hang at -O3 on x86_64-linux-gnu

2024-01-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110251 --- Comment #15 from Anonymous --- (In reply to Andrew Pinski from comment #10) > (In reply to Anonymous from comment #9) > > (In reply to Andrew Pinski from comment #1) > > > dom3 : > > > ``` > > > > Could you please explain on how you to reco

[Bug tree-optimization/110251] [13/14 Regression] Hang at -O3 on x86_64-linux-gnu

2024-01-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110251 Anonymous changed: What|Removed |Added CC||iamanonymous.cs at gmail dot com --- Comme

[Bug tree-optimization/113285] New: ICE: verify_flow_info failed

2024-01-08 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113285 Bug ID: 113285 Summary: ICE: verify_flow_info failed Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization

[Bug middle-end/113264] New: ICE:tree check: expected tree that contains 'common' structure, have 'integer_cst' in copy_list, at tree.cc:1427

2024-01-07 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113264 Bug ID: 113264 Summary: ICE:tree check: expected tree that contains 'common' structure, have 'integer_cst' in copy_list, at tree.cc:1427 Product: gcc Version: 14

[Bug debug/113057] New: Segmentation fault in dwarf2out.cc:941 with -O -fno-dwarf2-cfi-asm

2023-12-17 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113057 Bug ID: 113057 Summary: Segmentation fault in dwarf2out.cc:941 with -O -fno-dwarf2-cfi-asm Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug target/113043] New: ICE: in emit_move_insn, at expr.cc:4246

2023-12-15 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113043 Bug ID: 113043 Summary: ICE: in emit_move_insn, at expr.cc:4246 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug tree-optimization/112939] New: ICE: verify_ssa failed with -O -ftrivial-auto-var-init=zero

2023-12-09 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112939 Bug ID: 112939 Summary: ICE: verify_ssa failed with -O -ftrivial-auto-var-init=zero Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal P

[Bug target/112913] New: ICE: in curr_insn_transform, at lra-constraints.cc:4308

2023-12-07 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112913 Bug ID: 112913 Summary: ICE: in curr_insn_transform, at lra-constraints.cc:4308 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Prior

[Bug target/112903] New: ICE: in df_scan_verify, at df-scan.cc:4239 with -O -fdump-rtl-pro_and_epilogue

2023-12-07 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112903 Bug ID: 112903 Summary: ICE: in df_scan_verify, at df-scan.cc:4239 with -O -fdump-rtl-pro_and_epilogue Product: gcc Version: 14.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/112898] New: ICE: in make_ssa_name_fn, at tree-ssanames.cc:354 with -O2 -finstrument-functions-once

2023-12-07 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112898 Bug ID: 112898 Summary: ICE: in make_ssa_name_fn, at tree-ssanames.cc:354 with -O2 -finstrument-functions-once Product: gcc Version: 14.0 Status: UNCONFIRMED S

[Bug debug/112878] New: ICE: in ctf_add_slice, at ctfc.cc:499 with -std=c23 -gctf1

2023-12-06 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112878 Bug ID: 112878 Summary: ICE: in ctf_add_slice, at ctfc.cc:499 with -std=c23 -gctf1 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Pr

[Bug debug/112875] New: ICE: in lra_eliminate_regs_1, at lra-eliminations.cc:670 with -Oz -frounding-math -fno-dce -fno-trapping-math -fno-tree-dce -fno-tree-dse -g

2023-12-05 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112875 Bug ID: 112875 Summary: ICE: in lra_eliminate_regs_1, at lra-eliminations.cc:670 with -Oz -frounding-math -fno-dce -fno-trapping-math -fno-tree-dce -fno-tree-dse -

[Bug target/112860] New: ICE: in expand_expr_real_2, at expr.cc:10620 with -O0 -fgimple -mavx512f

2023-12-05 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112860 Bug ID: 112860 Summary: ICE: in expand_expr_real_2, at expr.cc:10620 with -O0 -fgimple -mavx512f Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: norma

[Bug target/112845] New: ICE: in extract_insn, at recog.cc:2804 with -Os -fcf-protection -c

2023-12-04 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112845 Bug ID: 112845 Summary: ICE: in extract_insn, at recog.cc:2804 with -Os -fcf-protection -c Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/112741] New: ICE: in gimplify_var_or_parm_decl, at gimplify.cc:3261

2023-11-27 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112741 Bug ID: 112741 Summary: ICE: in gimplify_var_or_parm_decl, at gimplify.cc:3261 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug c/112720] New: ICE: Segmentation fault during IPA pass: tmipa

2023-11-26 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112720 Bug ID: 112720 Summary: ICE: Segmentation fault during IPA pass: tmipa Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug tree-optimization/112709] New: ICE verify_flow_info failed during GIMPLE pass: asan0

2023-11-24 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112709 Bug ID: 112709 Summary: ICE verify_flow_info failed during GIMPLE pass: asan0 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug target/112695] New: ICE: in gen_reg_rtx, at emit-rtl.cc:1208 with -fsanitize=address -c

2023-11-23 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112695 Bug ID: 112695 Summary: ICE: in gen_reg_rtx, at emit-rtl.cc:1208 with -fsanitize=address -c Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal

[Bug c/112638] New: ICE: in add_dwarf_attr, at dwarf2out.cc:4501

2023-11-20 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112638 Bug ID: 112638 Summary: ICE: in add_dwarf_attr, at dwarf2out.cc:4501 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug debug/112582] Inconsistent Variable Values: Discrepancy between Source-Level and Instruction-Level Debugging

2023-11-20 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112582 --- Comment #6 from Anonymous --- (In reply to Sam James from comment #5) > (IIRC = if I recall correctly) Ah, that explains why my search for "IIRC GCC" on Google didn't yield any relevant results. Thank you for pointing that out. 😄

[Bug debug/112582] Inconsistent Variable Values: Discrepancy between Source-Level and Instruction-Level Debugging

2023-11-20 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112582 --- Comment #4 from Anonymous --- (In reply to Richard Biener from comment #3) > I think that's deficiencies in the debugger, IIRC GCC is providing some > extra info here that it doesn't (yet) evaluate. Thanks, Richard. I will take a look on th

[Bug debug/112582] Inconsistent Variable Values: Discrepancy between Source-Level and Instruction-Level Debugging

2023-11-20 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112582 --- Comment #2 from Anonymous --- (In reply to Andrew Pinski from comment #1) > .cfi_def_cfa_offset 32 > .loc 1 27 5 view .LVU27 > movl$-5, %eax > .loc 1 28 5 view .LVU28 > movl$-10, %edx >

[Bug c/112605] New: ICE: in gen_reg_rtx, at emit-rtl.cc:1176

2023-11-18 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112605 Bug ID: 112605 Summary: ICE: in gen_reg_rtx, at emit-rtl.cc:1176 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug debug/112582] New: Inconsistent Variable Values: Discrepancy between Source-Level and Instruction-Level Debugging

2023-11-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112582 Bug ID: 112582 Summary: Inconsistent Variable Values: Discrepancy between Source-Level and Instruction-Level Debugging Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug debug/112565] Abnormal Jump in Execution using 'stepi' Command in GDB under O2 optimization

2023-11-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112565 --- Comment #5 from Anonymous --- (In reply to Richard Biener from comment #4) > GCC can interleave instructions belonging to different source lines so > that's what you see. Since you advance assembler instructions I don't see a > way to > "im

[Bug debug/112565] Abnormal Jump in Execution using 'stepi' Command in GDB under O2 optimization

2023-11-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112565 --- Comment #3 from Anonymous --- However, I still feel that the current debugging process be somewhat misleading, and I am uncertain if there are any approaches to enhance the overall debugging experience.

[Bug debug/112565] Abnormal Jump in Execution using 'stepi' Command in GDB under O2 optimization

2023-11-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112565 --- Comment #2 from Anonymous --- (In reply to Tom de Vries from comment #1) > (In reply to Anonymous from comment #0) > > Tom de Vries suggests that this issue may be attributed to a GCC > > optimization bug. > > I do not. Thanks for the corr

[Bug debug/112565] New: Abnormal Jump in Execution using 'stepi' Command in GDB under O2 optimization

2023-11-16 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112565 Bug ID: 112565 Summary: Abnormal Jump in Execution using 'stepi' Command in GDB under O2 optimization Product: gcc Version: 14.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/111738] incorrect code when PGO is enabled

2023-10-09 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111738 --- Comment #3 from Anonymous --- (In reply to Richard Biener from comment #1) > I can't reproduce. Your git version is quite old, it translates to > r14-2634-g85da0b40538fb0 for me. It doesn't reproduce with r14-2282 either > though. > > Cur

[Bug tree-optimization/111738] incorrect code when PGO is enabled

2023-10-09 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111738 --- Comment #2 from Anonymous --- (In reply to Richard Biener from comment #1) > I can't reproduce. Your git version is quite old, it translates to > r14-2634-g85da0b40538fb0 for me. It doesn't reproduce with r14-2282 either > though. > > Cur

[Bug tree-optimization/111739] incorrect code with PGO enabled

2023-10-09 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111739 --- Comment #2 from Anonymous --- (In reply to Richard Biener from comment #1) > Confirmed with r14-4302 and also with the head of the GCC 13 branch. > > It helps if you can produce proper ISO C without implicit int and like. Thank you for con

[Bug tree-optimization/111739] New: incorrect code with PGO enabled

2023-10-09 Thread iamanonymous.cs at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111739 Bug ID: 111739 Summary: incorrect code with PGO enabled Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimizatio

  1   2   >