[Bug c++/103909] coroutines: co_yield of aggregate-initialized temporaries leads to segmentation faults.

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103909 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug c++/102709] [11/12/13/14 Regression] ICE: in build_function_type with parameter packs not expanded in constructor while doing auto deduction since r11-2748-gb871301f09be7061

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102709 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug c++/104623] [11 Regression] ICE in cp_parser_skip_to_pragma_eol, at cp/parser.cc:4107

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104623 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #7 from Jakub Jelinek

[Bug middle-end/103770] [11 Regression] ICE related to VLA

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103770 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug driver/102437] [11/12/13/14 Regression] gcc-11 and later started recognising -R option

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102437 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug middle-end/102810] [11/12/13/14 Regression] Bogus Wstringop-overread passing a smaller array to an array parameter without a bound

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102810 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug fortran/104826] [11/12/13/14 Regression] ICE in gimple_range_global, at value-query.cc:424 – with deferred-length character variable

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104826 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug fortran/102596] [11/12/13/14 Regression] ICE in gfc_omp_clause_default_ctor, at fortran/trans-openmp.c:713 since r11-4883-ge929ef532ad52cde

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102596 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug middle-end/104965] [11/12/13/14 Regression] Yet another -Warray-bounds false positive

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104965 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug tree-optimization/103037] [11 Regression] Wrong code with -O2 since r11-6100-gd41b097350d3c5d0

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103037 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #12 from Jakub Jelinek

[Bug target/105136] [11/12/13/14 regression] Missed optimization regression with 32-bit adds and shifts

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105136 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #6 from Jakub Jelinek

[Bug d/102765] [11 Regression] GDC11 stopped inlining library functions and lambdas used by a binary search one-liner code

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102765 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug target/105980] [11 Regression] ICE in final_scan_insn_1, at final.cc:2811

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105980 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #12 from Jakub Jelinek

[Bug target/103074] [11 Regression] ICE in lra_assign, at lra-assigns.c:1649 since r11-5066-gbe39636d9f68c437

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103074 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug middle-end/105346] [11/12/13/14 Regression] -Wno-free-nonheap-object false positive (on Bison-generated grammar code)

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105346 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #18 from Jakub Jelinek

[Bug target/103100] [11/12/13/14 Regression] unaligned access generated with memset or {} and -O2 -mstrict-align

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103100 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #23 from Jakub Jelinek

[Bug c++/106389] [11/12/13/14 Regression] IPA modref breaks Safe Bitfields in C++

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106389 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #7 from Jakub Jelinek

[Bug libstdc++/103629] [11/12/13/14 Regression] wrong-code when mixing mutex with visibility=hidden

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103629 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #28 from Jakub Jelinek

[Bug libstdc++/105417] [11 Regression] powerpc64le-linux abilist changes based on --with-long-double-format=

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105417 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #11 from Jakub Jelinek

[Bug tree-optimization/106878] [11/12 Regression] ICE: verify_gimple failed at -O2 with pointers and bitwise calculation

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106878 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #17 from Jakub Jelinek

[Bug fortran/103368] [11/12/13/14 Regression] ICE in gimplify_expr, at gimplify.c:15668 since r12-4464-g017665f63047ce47

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103368 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug c++/104111] [DR2589] Concept evaluation depends on context where it was first checked

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104111 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug tree-optimization/105532] [11 Regression] UBSAN: gcc/hwint.h:293:61: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int'

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105532 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #12 from Jakub Jelinek

[Bug tree-optimization/104060] [11/12/13/14 Regression] -Wmaybe-uninitialized false alarm on address of local array

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104060 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug c++/107056] [11/12/13/14 Regression] ICE: unexpected expression '(unsigned int)((const char*)"")' of kind implicit_conv_expr

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107056 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #2 from Jakub Jelinek

[Bug tree-optimization/104515] [11/12/13/14 Regression] trivially-destructible destructors interfere with loop optimization - maybe related to lifetime-dse.

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104515 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug c++/105760] [11/12/13/14 Regression] ICE: in build_function_type, at tree.cc:7365

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105760 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #2 from Jakub Jelinek

[Bug target/104396] [11/12/13/14 Regression] Invalid SIMD intriniscs accepted at -O1 and above after r11-6794-g04b472ad0e1dc93aba

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104396 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug preprocessor/107448] [11/12/13/14 Regression] GCC no longer diagnoses missing input file with -MG since r11-6855-g4804de453e7f5f90

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107448 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/104582] [11 Regression] Unoptimal code for __negdi2 (and others) from libgcc2 due to unwanted vectorization

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104582 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #25 from Jakub Jelinek

[Bug c++/105797] [11/12 Regression] Internal compiler error: Segmentation fault ( fn_type_unification -> satisfaction_cache::satisfaction_cache -> iterative_hash_template_arg )

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105797 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug fortran/105054] [11/12/13/14 Regression] Using one kind of pointer functions causes the compiler to hang since r11-3029-g2b0df0a6ac79b34f

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105054 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug target/107812] [11/12/13/14 Regression] RTL SSA forwprop introduced regression since r11-6188

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107812 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #2 from Jakub Jelinek

[Bug fortran/104908] [11/12/13/14 Regression] incorrect Fortran out-of-bound runtime error.

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104908 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug tree-optimization/105135] [11/12/13/14 Regression] Optimization regression for handrolled branchless assignment since r11-4717-g3e190757fa332d32

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105135 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug middle-end/106008] [11/12/13/14 Regression] warning: ‘(((char *)loadcmds.113_68 + _933 + 16))[329406144173384849].mapend’ may be used uninitialized [-Wmaybe-uninitialized]

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106008 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug rtl-optimization/108086] [11 Regression] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108086 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #20 from Jakub Jelinek

[Bug libstdc++/105178] [11 Regression] g++ incorrectly reports invalid use of incomplete type

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105178 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug c++/106026] [11/12/13 Regression] ICE: error reporting routines re-entered.

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106026 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug target/105247] [11 Regression] IA64: ICE on sqlite-3.38.2: in decompose, at rtl.h:2288 since r11-5271-g4866b2f5db117f

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105247 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug target/108977] [11 regression] gcc.target/powerpc/pr96373.c fails after r11-10549-gcf3d95cce379f3 on power 10

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108977 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug c++/105229] [11/12/13/14 Regression] ICE in lookup_template_class_1, at cp/pt.cc:10111

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105229 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug c++/106207] [11/12/13/14 Regression] ICE in apply_fixit, at edit-context.cc:769

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106207 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug rtl-optimization/105383] [11/12/13/14 Regression] ICE: in change_insns, at rtl-ssa/changes.cc:674 with -Os -m32 since r11-6188-g0b76990a9d75d97b

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105383 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug c++/109480] [11/12/13 Regression] non-depedent access goes wrong in a template method sometimes since r11-1350-g92bed036098928

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109480 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #7 from Jakub Jelinek

[Bug c++/105301] [11 Regression] ICE: tree check: expected tree that contains 'decl minimal' structure, have 'overload' in coro_promise_type_found_p, at cp/coroutines.cc:516

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105301 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #6 from Jakub Jelinek

[Bug c/106702] [11 Regression] ICE with LTO: internal compiler error: tree code ‘c_maybe_const_expr’ is not supported in LTO streams

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106702 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug c++/105406] [11 Regression] coroutines: since 11.3 co_await attempts to copy a move-only value when await_transform(T &) exists

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105406 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #6 from Jakub Jelinek

[Bug c++/109490] [11/12/13/14 Regression] ICE when declaring custom OpenMP reduction in generic Lambda in Template Function since r11-3236-g8155316c6fc230

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109490 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug c/105430] [11/12/13/14 Regression] [DR 413] Change in value for "Partial overriding of constant struct/union initializers with designated initializers"

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105430 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug c++/106775] [10/11/12/13/14 regression] Subscipt operator with array rvalue inside brackets returns lvalue

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106775 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[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-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105608 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug c++/109677] [11/12/13/14 Regression] Access control bypass for function template default argument brace initialization of private default constructor

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109677 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug ipa/105438] [11/12/13/14 Regression] Incorrect array-bounds warning with array size carried over from a previous template instantiation since r11-4987-g602c6cfc79ce4ae6

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105438 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #12 from Jakub Jelinek

[Bug ipa/106921] [11/12/13/14 Regression] -O1 and -fipa-icf -fpartial-inlining causes wrong code since r11-4987-g602c6cfc79ce4ae6

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106921 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #7 from Jakub Jelinek

[Bug tree-optimization/105769] [11/12/13/14 Regression] program segmentation fault with -ftree-vectorize and nested lambdas

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105769 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #16 from Jakub Jelinek

[Bug target/105546] [11/12/13/14 Regression] ifconversion introduces many compares with loads

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105546 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #7 from Jakub Jelinek

[Bug debug/107058] [11/12/13/14 Regression] ICE in dwarf2out_die_ref_for_decl, at dwarf2out.cc:6038 since r11-5003-gd50310408f54e380

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107058 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug c++/106233] [11 Regression] Designated initializers targeting inherited fields breaks reshape_init_class, at cp/decl.c:6456

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106233 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #2 from Jakub Jelinek

[Bug tree-optimization/106192] [11/12/13/14 Regression] ICE in vect_loop_versioning, at tree-vect-loop-manip.cc:3522 since r11-1650-g1dfa89b0355520ca

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106192 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug c++/108179] [11/12 regression] ICE related to template template parameters in tsubst, at cp/pt.cc:15782

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108179 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug fortran/106999] [11/12/13/14 Regression] ICE tree check: expected record_type or union_type or qual_union_type, have function_type in gfc_class_data_get, at fortran/trans-expr.cc:233

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106999 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #4 from Jakub Jelinek

[Bug target/106902] [11/12/13/14 Regression] Program compiled with -O3 -mfma produces different result

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #28 from Jakub Jelinek

[Bug c++/109790] [11/12/13/14 Regression] internal compiler error in write_member_name, at cp/mangle.cc:2992

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109790 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #7 from Jakub Jelinek

[Bug middle-end/108036] [11/12/13/14 Regression] Spurious warning for zero-sized array parameters to a function

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108036 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #7 from Jakub Jelinek

[Bug target/107131] [11/12 Regression] wrong code with -Os -fno-ipa-vrp -fno-tree-bit-ccp

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107131 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #13 from Jakub Jelinek

[Bug target/109800] [11/12/13/14 Regression] arm: ICE (segfault) loading double with -mpure-code -mbig-endian

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109800 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #2 from Jakub Jelinek

[Bug c++/108517] [11/12/13/14 Regression] std::sort of empty range yield "warning: 'this' pointer is null"

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108517 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #9 from Jakub Jelinek

[Bug tree-optimization/107751] [11/12/13/14 regression] False positive -Wmaybe-uninitialized at -O0

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107751 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug tree-optimization/109804] [11/12/13/14 Regression] internal compiler error in gimple-ssa-warn-access.cc

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109804 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #10 from Jakub Jelinek

[Bug c++/108833] [11/12 Regression] internal compiler error: Segmentation fault (GCC 12.1.1)

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108833 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #10 from Jakub Jelinek

[Bug analyzer/107943] [11/12/13/14 Regression] gcc -fanalyzer hangs in openssl curve25519.c since r11-3840-gaf66094d03779377

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107943 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #9 from Jakub Jelinek

[Bug c++/109065] [11/12/13/14 Regression] Type alias combination erroneously fails with "incomplete type"

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109065 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #6 from Jakub Jelinek

[Bug c++/108158] [11/12 Regression] modification of '...' is not a constant expression since r12-2304

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108158 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #8 from Jakub Jelinek

[Bug c++/109781] [11/12/13/14 Regression] erroneous error "lambda-expression in template parameter type" for tparam lambda returning a lambda

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109781 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #3 from Jakub Jelinek

[Bug c++/108468] [11 Regression] ICE in most_specialized_partial_spec/builtin_guide_p in C++20 mode

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108468 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #6 from Jakub Jelinek

[Bug libstdc++/109822] Converting std::experimental::simd masks yields an error

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109822 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #1 from Jakub Jelinek

[Bug c++/108566] [11 Regression] ICE: tree check: expected tree that contains 'decl with visibility' structure, have 'field_decl' in write_unqualified_name with anonymous struct inside an anonymous un

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108566 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #9 from Jakub Jelinek

[Bug target/108724] [11 Regression] Poor codegen when summing two arrays without AVX or SSE

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108724 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #11 from Jakub Jelinek

[Bug target/109073] __builtin_vsx_lxvp() doesn't allow a const __vector_pair * operand in GCC 11 & 10

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109073 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #1 from Jakub Jelinek

[Bug middle-end/109449] [11/12/13/14 Regression] false positive stringop-overflow

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109449 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #6 from Jakub Jelinek

[Bug c++/109521] [11/12/13/14 Regression] Checking ICE with canonical types differ for identical types ‘UBYTE [7]’ {aka ‘unsigned char [7]’} and ‘unsigned char [7]’ since r11-6508-gabb1b6058c09a7

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109521 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #5 from Jakub Jelinek

[Bug tree-optimization/109573] [11 regression] ICE in vectorizable_live_operation, at tree-vect-loop.cc:9060 with -march=ivybridge since r11-3025-g095d42feed09f8

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109573 Jakub Jelinek changed: What|Removed |Added Target Milestone|11.4|11.5 --- Comment #14 from Jakub Jelinek

[Bug target/109547] [13] RISC-V: Multiple vsetvli for load/store loop

2023-05-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109547 --- Comment #4 from CVS Commits --- The releases/gcc-13 branch has been updated by Kito Cheng : https://gcc.gnu.org/g:98fc9d38db95b3396a8540accc1bc45e71080650 commit r13-7386-g98fc9d38db95b3396a8540accc1bc45e71080650 Author: Juzhe-Zhong Date:

[Bug sanitizer/98623] sanitizer does not diagnose when passing pointers to arrays of incorrect run-time length

2023-05-29 Thread muecker at gwdg dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98623 --- Comment #2 from Martin Uecker --- PATCH: https://gcc.gnu.org/pipermail/gcc-patches/2023-May/619943.html

[Bug target/109435] overaligned structs are not passed correctly for mips64

2023-05-29 Thread jovan.dmitrovic at syrmia dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109435 --- Comment #3 from Jovan Dmitrović --- Tentative patch posted on the mailing list: https://gcc.gnu.org/pipermail/gcc-patches/2023-May/619949.html

[Bug libstdc++/100667] [11/12/13/14 Regression] std::tuple cannot be constructed from A&&, if A not defined (only forward declared)

2023-05-29 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100667 --- Comment #5 from Piotr Nycz --- It also fails on gcc12, gcc13 and trunk pon., 29 maj 2023 o 12:09 jakub at gcc dot gnu.org napisał(a): > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100667 > > Jakub Jelinek changed: > >What

[Bug modula2/110019] New: Reported line numbers ar off-by-1 when preprocessing source files

2023-05-29 Thread admin--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110019 Bug ID: 110019 Summary: Reported line numbers ar off-by-1 when preprocessing source files Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/110020] New: [13/14 Regression] SHA2 misscompilation at -O3

2023-05-29 Thread chfast at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110020 Bug ID: 110020 Summary: [13/14 Regression] SHA2 misscompilation at -O3 Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/110020] [13/14 Regression] SHA2 misscompilation at -O3

2023-05-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110020 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Resolu

[Bug target/110021] New: [14 Regression] ICE in extract_insn, at recog.cc:2791 on x86_64 with -mavx512vl since r14-1253-g0368fc54bc11f1

2023-05-29 Thread jamborm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110021 Bug ID: 110021 Summary: [14 Regression] ICE in extract_insn, at recog.cc:2791 on x86_64 with -mavx512vl since r14-1253-g0368fc54bc11f1 Product: gcc Version: 14.0

[Bug tree-optimization/110020] [13/14 Regression] SHA2 misscompilation at -O3

2023-05-29 Thread chfast at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110020 --- Comment #2 from Paweł Bylica --- Yes, you are right. Sorry for taking your time.

[Bug target/109547] [13] RISC-V: Multiple vsetvli for load/store loop

2023-05-29 Thread kito at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109547 Kito Cheng changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/110021] [14 Regression] ICE in extract_insn, at recog.cc:2791 on x86_64 with -mavx512vl since r14-1253-g0368fc54bc11f1

2023-05-29 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110021 Uroš Bizjak changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ubizjak at gmail dot com

[Bug libstdc++/110016] Possible miscodegen when inlining std::condition_variable::wait predicate causes deadlock

2023-05-29 Thread rachel at rachelmant dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110016 Rachel Mant changed: What|Removed |Added CC||rachel at rachelmant dot com --- Comment

[Bug c++/110022] New: -Wsuggest-override incorrectly warns on missing override

2023-05-29 Thread marcus.leivo at gccbugzilla dot mail.kapsi.fi via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110022 Bug ID: 110022 Summary: -Wsuggest-override incorrectly warns on missing override Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Pr

[Bug target/110021] [14 Regression] ICE in extract_insn, at recog.cc:2791 on x86_64 with -mavx512vl since r14-1253-g0368fc54bc11f1

2023-05-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110021 --- Comment #2 from CVS Commits --- The master branch has been updated by Uros Bizjak : https://gcc.gnu.org/g:3c1e2b76e0f44a3a149dae8d803b03214025fd5e commit r14-1364-g3c1e2b76e0f44a3a149dae8d803b03214025fd5e Author: Uros Bizjak Date: Mon M

[Bug tree-optimization/110023] New: [10.3 Regression] 10% performance drop on important benchmark after r247544.

2023-05-29 Thread d_vampile at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110023 Bug ID: 110023 Summary: [10.3 Regression] 10% performance drop on important benchmark after r247544. Product: gcc Version: 10.3.0 Status: UNCONFIRMED Severity:

[Bug libstdc++/110016] Possible miscodegen when inlining std::condition_variable::wait predicate causes deadlock

2023-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110016 --- Comment #12 from Andrew Pinski --- Let me try again to show the exact events of why I think this is not a libstdc++/GCC bug here. time thread/core 1 thread/core N -1gra

[Bug target/110023] 10% performance drop on important benchmark after r247544.

2023-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110023 Andrew Pinski changed: What|Removed |Added Summary|[10.3 Regression] 10% |10% performance drop on

<    1   2   3   >