[Bug target/105485] ICE: Segmentation fault in pcrel-opt.md:get_insn_name()

2022-05-06 Thread linkw at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105485 Kewen Lin changed: What|Removed |Added Ever confirmed|0 |1 Assignee|unassigned at gcc dot

[Bug fortran/105501] New: The statement TYPE IS without a space is accepted

2022-05-06 Thread chilikin.k at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105501 Bug ID: 105501 Summary: The statement TYPE IS without a space is accepted Product: gcc Version: 11.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug middle-end/105495] `__atomic_compare_exchange` prevents tail-call optimization

2022-05-06 Thread lh_mouse at 126 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105495 --- Comment #5 from LIU Hao --- This does not trigger the issue: ```c #define __atomic_compare_exchange(p,c,n,w,ms,mf) \ ({ int __temp; \ __builtin_memcpy(&__temp, c, sizeof(*c)); \ _Bool __r = __atomic_compare_exchange(p, (__typ

[Bug target/105292] [10/11/12/13 regression] ICE in expand_expr_real_2 when compiling with -mcpu=niagara4 -mvis2

2022-05-06 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105292 Eric Botcazou changed: What|Removed |Added Last reconfirmed||2022-05-06 CC|

[Bug target/105292] [10/11/12/13 regression] ICE in expand_expr_real_2 when compiling with -mcpu=niagara4 -mvis2

2022-05-06 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105292 --- Comment #4 from Eric Botcazou --- Created attachment 52931 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52931&action=edit Reduced testcase

[Bug libstdc++/105502] New: std::normal_distribution deserialization issue

2022-05-06 Thread frank.marschner at cognitec dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105502 Bug ID: 105502 Summary: std::normal_distribution deserialization issue Product: gcc Version: 9.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/40635] [12/13 Regression] bogus name and location in 'may be used uninitialized' warning

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40635 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #23 from Jakub Jelinek

[Bug libstdc++/66742] abort on sorting list with custom allocator that is not stateless

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66742 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #20 from Jakub Jelinek

[Bug middle-end/78391] g++ (any version) at O0 (for O1, O2, O3 is ok) doesn't warn when class members are used uninitialized.

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78391 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #10 from Jakub Jelinek

[Bug libstdc++/79700] std::fabsf and std::fabsl missing from

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79700 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #20 from Jakub Jelinek

[Bug libstdc++/82178] bootstrap fails on ppc64 for --enable-symvers=gnu-versioned-namespace

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82178 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #1 from Jakub Jelinek

[Bug middle-end/82601] missing uninitialized warning for INTENT(OUT) argument with -O0 / -Og

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82601 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #7 from Jakub Jelinek

[Bug fortran/82968] gfortran.dg/ieee/ieee_6.f90 fails at -O0

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82968 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #7 from Jakub Jelinek

[Bug middle-end/87489] [9/10/11/12/13 Regression] Spurious -Wnonnull warning

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87489 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #17 from Jakub Jelinek

[Bug rtl-optimization/87763] [9/10/11/12/13 Regression] aarch64 target testcases fail after r265398

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87763 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #71 from Jakub Jelinek

[Bug c/90036] [9/10/11/12/13 Regression] false positive: directive argument is null [-Werror=format-overflow=]

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90036 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #12 from Jakub Jelinek

[Bug libstdc++/90857] stl::forward_list::erase_after crashes if __pos == __last

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90857 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug libstdc++/92546] Large increase in preprocessed file sizes in C++2a mode

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92546 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #32 from Jakub Jelinek

[Bug fortran/95644] [F2018] IEEE_FMA is missing from the IEEE_ARITHMETIC module

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95644 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #16 from Jakub Jelinek

[Bug target/96339] [SVE] Optimise svlast[ab]

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96339 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug testsuite/97680] [12/13 Regression] new test case c-c++-common/zero-scratch-regs-10.c in r11-4578 has excess errors

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97680 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #16 from Jakub Jelinek

[Bug libstdc++/97949] Recursive calls of std::call_once together with cout leads to deadlock under mingw64

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97949 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug target/98218] [TARGET_MMX_WITH_SSE] Implement 64bit vector compares (AVX512 masked compares missing)

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98218 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #17 from Jakub Jelinek

[Bug target/99037] Invalid representation of vector zero in aarch64-simd.md

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99037 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #9 from Jakub Jelinek

[Bug sanitizer/99179] asan failures with -Os on x86_64-apple-darwin

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99179 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #4 from Jakub Jelinek

[Bug libstdc++/99277] C++2a synchronisation is inefficient in GCC 11

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99277 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #10 from Jakub Jelinek

[Bug libstdc++/99333] std::filesystem::path().is_absolute() thinks UNC paths aren't absolute

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99333 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug libstdc++/99871] #includes inside push visibility scope

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99871 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug libstdc++/99995] [11/12/13 Regression] should not include in c++20 mode

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #4 from Jakub Jelinek

[Bug c/100532] ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in useless_type_conversion_p, at gimple-expr.c:259

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100532 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #4 from Jakub Jelinek

[Bug fortran/100948] [12/13 Regression] ICE in gfc_conv_expr_val, at fortran/trans-expr.c:9069

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100948 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #7 from Jakub Jelinek

[Bug target/100952] [12/13 regression] several test case failures after r12-1202

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100952 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #17 from Jakub Jelinek

[Bug testsuite/101444] [12/13 regression] gcc.target/powerpc/pr86731-fwrapv-longlong.c fails after r12-2266

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101444 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #1 from Jakub Jelinek

[Bug target/101456] Unnecessary vzeroupper when upper bits of YMM registers already zero

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101456 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #10 from Jakub Jelinek

[Bug testsuite/101461] [12/13 regression] gcc.target/powerpc/fold-vec-load-builtin_vec_xl test cases fail after r12-2266

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101461 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #1 from Jakub Jelinek

[Bug libstdc++/101527] The implementation of std::common_iterator and std::counted_iterator's operator== seems to be wrong

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101527 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug c++/101790] [12/13 Regression] ICE on invalid in trunk: tree check: expected class 'type', have 'exceptional' (error_mark)

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101790 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #2 from Jakub Jelinek

[Bug c++/101853] [12/13 Regression] g++.dg/modules/xtreme-header-5_b.C ICE

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101853 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #11 from Jakub Jelinek

[Bug tree-optimization/101909] [12/13 Regression] 73% regression on tfft benchmark for -O2 -ftree-loop-vectorize compared to -O2 on zen hardware

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101909 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug c++/101990] [12/13 Regression] ICE after parse error with concepts

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101990 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug libstdc++/102048] __gnu_cxx::rope.erase(size_t __p) implementation seems to be wrong

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102048 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #11 from Jakub Jelinek

[Bug tree-optimization/102058] [12/13 regression] 450.soplex regressed on x86_64 with -Ofast -march=generic (by 8-15%)

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102058 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug c++/102261] [12/13 Regression] ICE: Segmentation fault (in build_this_conversion) since r12-3346-g47543e5f9d1fc502

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102261 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug fortran/102312] [9/10/11 Regression] ICE in gfc_get_dtype_rank_type, at fortran/trans-types.c:1558 since r9-5424-g92f3a180aaf6f3cd

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102312 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug fortran/102314] [12/13 Regression] ICE in verify_ssa, at tree-ssa.c:1076 since r12-1319-gd4d38135b3137f1d

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102314 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug fortran/102334] [12/13 Regression] ICE in trans_associate_var, at fortran/trans-stmt.c:1794 since r12-1482-g1de31913d20a467b

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102334 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #2 from Jakub Jelinek

[Bug c++/102378] missing -Waddress in template code at definition time rather than instantiation

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102378 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug c/102416] ICE in gimplify_expr, at gimplify.c:15570 since r12-1108-g9a5de4d5af1c10a8

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102416 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #2 from Jakub Jelinek

[Bug c++/102454] coroutines: ICE in gimplify_var_or_parm_decl, at gimplify.c:2958

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102454 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #8 from Jakub Jelinek

[Bug fortran/102459] [12/13 Regression] ICE in gfc_conv_scalarized_array_ref, at fortran/trans-array.c:3549 since r12-1108-g9a5de4d5af1c10a8

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102459 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #2 from Jakub Jelinek

[Bug target/102473] [12/13 Regression] 521.wrf_r 5% slower at -Ofast and generic x86_64 tuning after r12-3426-g8f323c712ea76c

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102473 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #17 from Jakub Jelinek

[Bug tree-optimization/102516] [12/13 regression] pr65947-13.c and vect-alias-check-18.c fail on armeb since r12-3893

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102516 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug objc/102537] Objective-C: can't use >= USE_FIXUP_BEFORE paths on non-Darwin

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102537 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/102540] [12/13 Regression] Dead Code Elimination Regression at -O3 since r12-476-gd846f225c25c5885

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102540 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #11 from Jakub Jelinek

[Bug tree-optimization/102587] ICE in tree_to_uhwi, at tree.h:4668

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102587 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #10 from Jakub Jelinek

[Bug fortran/102620] [12/13 Regression] ICE in gfc_get_array_span, at fortran/trans-array.c:865 since r12-1233-gd514626ee2566c68

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102620 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #4 from Jakub Jelinek

[Bug middle-end/102697] [12/13 Regression] overflow warning missing after -O2 vectorization

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102697 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug tree-optimization/102705] [12/13 Regression] Dead Code Elimination Regression at -O3 since r12-2637-g145bc41dae7c7bfa093d61e77346f98e6a595a0e

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102705 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/102756] [12/13 Regression] Complete unrolling is too senative to PRE; c-c++-common/torture/vector-compare-2.c

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102756 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #7 from Jakub Jelinek

[Bug target/102758] [12/13 Regression] Failure to use registers optimally with return values (2 operands related and subreg)

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102758 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug target/102772] [12/13 regression] g++.dg/torture/pr80334.C FAILs

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102772 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #50 from Jakub Jelinek

[Bug tree-optimization/102879] [12/13 Regression] Dead Code Elimination Regression at -O3

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102879 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug tree-optimization/102892] [12/13 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0)

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102892 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #15 from Jakub Jelinek

[Bug testsuite/102954] [12/13 regression] gcc.dg/vect/pr33804.c XPASSes

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102954 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/102981] [12/13 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0)

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102981 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #8 from Jakub Jelinek

[Bug ipa/102982] [12/13 Regression] Dead Code Elimination Regression at -O3 (trunk vs 11.2.0)

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102982 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #7 from Jakub Jelinek

[Bug libfortran/102992] fortran: redirecting standard out to a file does not work on macOS 12.0

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102992 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #39 from Jakub Jelinek

[Bug target/103069] cmpxchg isn't optimized

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103069 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #22 from Jakub Jelinek

[Bug fortran/103115] [12/13 Regression] reallocation of character array fails when appending a constant size 4 array

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103115 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #8 from Jakub Jelinek

[Bug fortran/103137] [12/13 Regression] ICE in gfc_simplify_transpose, at fortran/simplify.c:8181 since r12-4967-gbcf3728abe848888

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103137 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #8 from Jakub Jelinek

[Bug fortran/103138] [12/13 Regression] ICE in gfc_simplify_cshift, at fortran/simplify.c:2139 since r12-4967-gbcf3728abe848888

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103138 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #7 from Jakub Jelinek

[Bug fortran/103139] [12/13 Regression] ICE in fold_convert_loc, at fold-const.c:2573 since r12-4464-g017665f63047ce47

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103139 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/103195] [12/13 Regression] tfft2 text grows by 70% with -Ofast since r12-5113-gd70ef65692fced7a

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103195 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #8 from Jakub Jelinek

[Bug ipa/103223] [12/13 regression] Access attribute dropped when ipa-sra is applied

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103223 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #12 from Jakub Jelinek

[Bug tree-optimization/103253] Unused COND_MUL isn't removed by DCE even with -fno-trapping-math

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103253 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #14 from Jakub Jelinek

[Bug testsuite/103298] [12 regressions] regressions on arm after r12-5301

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103298 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug target/103370] [12/13 Regression] Assembler error building glibc for ColdFire soft-float

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103370 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug libstdc++/103387] powerpc64le: segmentation fault on std::cout with ieee128 long double variable

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103387 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/103388] [12/13 Regression] missed optimization for dead code elimination at -O3 (trunk vs 11.2.0)

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103388 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug fortran/103416] [OpenMP] Double mapping via firstprivate(n) map(to:n [len: 4][implicit]) of loop bounds

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103416 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #7 from Jakub Jelinek

[Bug middle-end/103483] [12/13 regression] context-sensitive ranges change triggers stringop-overread

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103483 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #24 from Jakub Jelinek

[Bug d/103528] [12/13 regression] d21 doesn't build on Solaris

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103528 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #16 from Jakub Jelinek

[Bug target/103548] Identical MMA assemble quads are incorrectly combined

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103548 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #4 from Jakub Jelinek

[Bug middle-end/103637] [12/13 Regression] missing warning writing past the end of one of multiple elements of the same array

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103637 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #1 from Jakub Jelinek

[Bug fortran/103693] [12/13 Regression] ICE in gfc_array_dimen_size(): Bad EXPR_ARRAY expr since r12-4967-gbcf3728abe848888

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103693 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug fortran/103694] [12/13 Regression] ICE in gfc_conv_expr_op, at fortran/trans-expr.c:3882 since r12-3993-gb19bbfb148250536

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103694 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #4 from Jakub Jelinek

[Bug target/103722] [12/13 Regression] ICE in extract_constrain_insn building glibc for SH4

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103722 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug ipa/103819] [10/11/12/13 Regression] ICE in redirect_callee, at cgraph.c:1389 with __attribute__((flatten)) and -O2 since r11-7940-ge7fd3b783238d034

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103819 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug d/103944] [12/13 Regression] Testsuite hang due to libphobos/testsuite/libphobos.gc/forkgc2.d

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103944 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #8 from Jakub Jelinek

[Bug libstdc++/104019] Testsuite 17_intro/headers/c++2020/stdc++_multiple_inclusion.cc failures

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104019 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #13 from Jakub Jelinek

[Bug debug/104050] '-fcompare-debug' failure w/ -std=c++20 -O1

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104050 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug middle-end/104088] [12/13 Regression] '-O2' (or higher) GCN offloading (only) 'libgomp.oacc-c-c++-common/vprop.c' excess errors: 'warning: writing 1 byte into a region of size 0 [-Wstringop-overf

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104088 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #2 from Jakub Jelinek

[Bug fortran/104130] [12/13 Regression] ICE in gfc_add_class_array_ref, at fortran/class.c:274 since r12-4467-g64f9623765da3306

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104130 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #2 from Jakub Jelinek

[Bug middle-end/104151] [9/10/11/12/13 Regression] x86: excessive code generated for 128-bit byteswap

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104151 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #13 from Jakub Jelinek

[Bug tree-optimization/104165] [12/13 Regression] -Warray-bounds for unreachable code inlined from std::sort()

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104165 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #3 from Jakub Jelinek

[Bug tree-optimization/104178] [12 Regreession] -fcompare-debug failure at -O3 -m32

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104178 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #5 from Jakub Jelinek

[Bug tree-optimization/104200] [12/13 Regression] FAIL: gcc.target/aarch64/atomic-inst-cas.c (test for excess errors) fails

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104200 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #6 from Jakub Jelinek

[Bug target/104271] [12/13 Regression] 538.imagick_r run-time at -Ofast -march=native regressed by 26% on Intel Cascade Lake server CPU

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104271 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #10 from Jakub Jelinek

[Bug go/104290] [12/13 Regression] trunk 20220214 fails to build libgo on i686-gnu

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104290 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #28 from Jakub Jelinek

[Bug tree-optimization/104368] [12/13 Regression] Failure to vectorise conditional grouped accesses after PR102659

2022-05-06 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104368 Jakub Jelinek changed: What|Removed |Added Target Milestone|12.0|12.2 --- Comment #2 from Jakub Jelinek

  1   2   3   >