[Bug c++/107897] [13 Regression] ICE in verify_curr_properties, at passes.cc:2201

2022-11-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107897 --- Comment #1 from Richard Biener --- (gdb) p fn->curr_properties $4 = 92431 that looks like garbage. We likely cut off processing one of the functions because of the error (and failed to initialize ->curr_properties when allocating struct fu

[Bug c++/107906] New: Function template specialization given weak rather than local symbol

2022-11-28 Thread herring at lanl dot gov via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107906 Bug ID: 107906 Summary: Function template specialization given weak rather than local symbol Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal

[Bug c++/66671] Failure to create a new family of templates for template alias

2022-11-28 Thread herring at lanl dot gov via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66671 S. Davis Herring changed: What|Removed |Added CC||herring at lanl dot gov --- Comment #

[Bug target/107863] [10/11/12/13 Regression] ICE with unrecognizable insn when using -funsigned-char with some SSE/AVX builtins

2022-11-28 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107863 --- Comment #10 from Hongtao.liu --- I notice there's TARGET_PROMOTE_PROTOTYPES which can prevent unsigend char 255 be extended to int 255 which is a more perfect solution to this problem. But we can only get fntype in this hook, ideally we shou

[Bug middle-end/107905] 2x slowdown versus CLANG and ICL

2022-11-28 Thread sanmayce at sanmayce dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107905 --- Comment #2 from Georgi --- > I don't see that causing a 2x slow down though. Same here, yet, the results prove that not only on Zen2, on top of that on i5-7200U @2.5GHz and Windows 10, this function takes 203s, cannot figure it out, could y

[Bug rtl-optimization/107482] [10/11/12 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0

2022-11-28 Thread jcmvbkbc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107482 jcmvbkbc at gcc dot gnu.org changed: What|Removed |Added Resolution|--- |FIXED Status|N

[Bug other/86656] [meta-bug] Issues found with -fsanitize=address

2022-11-28 Thread jcmvbkbc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86656 Bug 86656 depends on bug 107482, which changed state. Bug 107482 Summary: [10/11/12 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107482 What|Removed

[Bug rtl-optimization/107482] [10/11/12 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0

2022-11-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107482 --- Comment #11 from CVS Commits --- The releases/gcc-10 branch has been updated by Max Filippov : https://gcc.gnu.org/g:bd6963543042ce713d290c23e098de84865a287f commit r10-11100-gbd6963543042ce713d290c23e098de84865a287f Author: Max Filippov

[Bug rtl-optimization/107482] [10/11/12 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0

2022-11-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107482 --- Comment #10 from CVS Commits --- The releases/gcc-11 branch has been updated by Max Filippov : https://gcc.gnu.org/g:01df02a881a0b6d7c5746e717a9d0355ee4e747a commit r11-10399-g01df02a881a0b6d7c5746e717a9d0355ee4e747a Author: Max Filippov

[Bug rtl-optimization/107482] [10/11/12 Regression] out-of-bounds heap access in IRA since r6-3496-g86f0bef37378a0

2022-11-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107482 --- Comment #9 from CVS Commits --- The releases/gcc-12 branch has been updated by Max Filippov : https://gcc.gnu.org/g:1fb5287dfcf3bef8adea98a4bded441c95e43914 commit r12-8947-g1fb5287dfcf3bef8adea98a4bded441c95e43914 Author: Max Filippov Da

[Bug c++/107904] __func__ is not properly treated as an array variable

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107904 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug middle-end/107905] 2x slowdown versus CLANG and ICL

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107905 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization, ra Compon

[Bug c/107905] New: 2x slowdown versus CLANG and ICL

2022-11-28 Thread sanmayce at sanmayce dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107905 Bug ID: 107905 Summary: 2x slowdown versus CLANG and ICL Product: gcc Version: 11.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c A

[Bug c++/107904] New: __func__ is not properly treated as an array variable

2022-11-28 Thread de34 at live dot cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107904 Bug ID: 107904 Summary: __func__ is not properly treated as an array variable Product: gcc Version: 12.2.1 Status: UNCONFIRMED Keywords: accepts-invalid, rejects-valid S

[Bug middle-end/105125] Bogus and Misleading Warning: Packed attribute is unnecessary.

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105125 --- Comment #3 from Andrew Pinski --- The code has been wrong since the warning was added back in 1999: r0-25196-g3c12fcc27809a2

[Bug middle-end/105125] Bogus and Misleading Warning: Packed attribute is unnecessary.

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105125 Andrew Pinski changed: What|Removed |Added Component|c++ |middle-end --- Comment #2 from Andrew P

[Bug target/106773] libbpf: failed to find BTF info for global/extern symbol 'bpf_link_fops'

2022-11-28 Thread david.faust at oracle dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106773 --- Comment #3 from David Faust --- There are two remaining issues: 1. We are missing support for 'linkage=extern' encoding for variables, so 'bpf_link_fops' and others are incorrectly marked with 'linkage=global' instead. 2. 'bpf_link_f

[Bug libstdc++/107850] [12 Regression] std::erase_if (map) forces predicate to takes a const value_type

2022-11-28 Thread chgros at synopsys dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107850 --- Comment #4 from Charles-Henri Gros --- Looking into it further, there may be an implicit requirement that the predicate does not modify its argument. https://eel.is/c++draft/algorithms.requirements#6 "When not otherwise constrained, the Pred

[Bug tree-optimization/104547] std::vector::resize(v.size() - n) produces poor code

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104547 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug other/19089] Environment variable TMP may yield gcc: abort with internal error

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19089 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug testsuite/103469] [12 regression] c-c++-common/attr-retain-9.c fails after r12-5483

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103469 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug middle-end/103262] [12 Regression] Random FAIL: gcc.c-torture/execute/20061220-1.c by r12-5244

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103262 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug bootstrap/103160] [12 regression] typo in r12-5060 breaks bootstrap

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103160 Andrew Pinski changed: What|Removed |Added Keywords||build Target Milestone|---

[Bug middle-end/102669] [12 Regression] FAIL: gnat.dg/unroll1.adb scan-rtl-dump-times loop2_unroll

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102669 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug testsuite/100412] [11/12 regression] PASS & FAIL for same test aarch64-qemu: gcc.dg/Wvla-parameter-[23].c pr?????

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100412 Andrew Pinski changed: What|Removed |Added Keywords||testsuite-fail Target Milestone|---

[Bug tree-optimization/101741] [12 Regression] ICE in fold_stmt, at gimple-range-fold.cc:541 since r12-2517-g1ce0b26e6e1e6c34

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101741 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug testsuite/101520] [12 regression] gcc.target/powerpc/pr93658.c has excess errors after r12-2338

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101520 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0 Keywords|

[Bug fortran/100642] [12 Regression] ICE in omp_code_to_statement, at fortran/openmp.c:6907 since r12-20-ga61c4964cd714462

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100642 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug testsuite/100569] [12 regression] gcc.dg/atomic/c11-atomic-exec-2.c has lto warnings after r12-742

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100569 Andrew Pinski changed: What|Removed |Added Keywords||testsuite-fail Target Milestone|---

[Bug tree-optimization/100521] [12 Regression] ICE at -O2 and above: in verify_range, at value-range.cc:384 since r12-127-g694c956b6b877e48

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100521 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0 Keywords|

[Bug analyzer/106473] [12/13 Regression] -Wanalyzer-malloc-leak false positive regression when returning heap-allocation through nested pointers

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106473 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 Keywords|

[Bug target/107506] [regression] cross-xtensa-esp32s2-elf/gcc-13.0.0_pre20221023: stack smashing detected during RTL pass: expand in function __absvdi2 (gen_movdi)

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107506 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107384] [13 Regression] ICE tree check: expected non_lvalue_expr or static_cast_expr, have error_mark in set_implicit_rvalue_p, at cp/cp-tree.h:8689

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107384 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/107879] [13 Regression] ffmpeg-4 test suite fails on FPU arithmetics

2022-11-28 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107879 --- Comment #7 from Sergei Trofimovich --- (In reply to Jakub Jelinek from comment #6) > Created attachment 53978 [details] > gcc13-pr107879.patch > > Untested fix. The patch fixed real ffmpeg-4 tests for me (before the change there were about

[Bug c/90885] GCC should warn about 2^16 and 2^32 and 2^64 [-Wxor-used-as-pow]

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90885 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug target/107316] [aarch64] Init big const value should be improved compare to llvm

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107316 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/96681] Failure to optimize xor of comparisons with specific constants to comparison of xor-ed of compared variables

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96681 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0

[Bug tree-optimization/102872] If statement is always false but not figured out at gimple level

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102872 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug driver/106897] driver: support -gz=zstd

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106897 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/81159] New warning idea: -Wself-move

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81159 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/107826] [13 Regression] ice during GIMPLE pass: slp

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107826 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 Summary|ice during GIMP

[Bug c++/107781] [13 Regression] strchrnul' was not declared in this scope; did you mean 'strchr'? For contracts for canadian compilation

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107781 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 Summary|strchrnul' was

[Bug target/107604] FAIL: gcc.target/aarch64/aapcs64/test_dfp_17.c execution, -O0 fails on aarch64_be

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107604 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 --- Comment #6 from Andrew Pinski

[Bug tree-optimization/106754] compute_control_dep_chain over-estimates domain

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106754 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug analyzer/107777] [13 Regression] ICE in get_representative_path_var_1, at analyzer/region-model.cc:4750 since r13-3770-g3d2d04cda493fb55

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=10 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/101770] -Wmaybe-uninitialized false alarm with only locals in GNU diffutils

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101770 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/85301] bitfield check causes maybe-uninitialized warning

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85301 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug middle-end/84078] false positive for -Wmaybe-uninitialized with __asm__

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84078 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug testsuite/83454] FAIL: gcc.dg/tree-ssa/cswtch-4.c and cswtch-5.c

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83454 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0

[Bug target/87010] FAIL: gcc.dg/torture/20180712-1.c -O1 (test for excess errors)

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87010 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |9.0

[Bug tree-optimization/91625] FAIL: gcc.dg/strlenopt-68.c execution test

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91625 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0 --- Comment #4 from Andrew Pinski

[Bug other/104044] Useless empty statements (across projects)

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104044 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug libstdc++/107649] New std::complex specializations are never used

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107649 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107684] [C++23] P2589 - static operator[]

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107684 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/106654] [C++23] P1774 - Portable assumptions

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106654 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/106652] [C++23] P1467 - Extended floating-point types and standard names

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106652 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107685] [C++23] P2647 - Permitting static constexpr variables in constexpr functions

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107685 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug target/107628] ICE: SIGSEGV in commutative_operand_precedence (rtlanal.cc:3770) with -fsignaling-nans

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107628 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug debug/99090] gsplit-dwarf broken on riscv64-linux

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99090 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug rtl-optimization/103296] Select satisfied register for deleting noop move instruction.

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103296 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0 --- Comment #3 from Andrew Pinski

[Bug fortran/107680] ICE in arith_power, at fortran/arith.cc:989 and :1006

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107680 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/94147] mangling of lambdas in initializers is wrong

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94147 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0

[Bug c++/89585] GCC 8.3: asm volatile no longer accepted at file scope

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89585 Andrew Pinski changed: What|Removed |Added Known to fail||7.4.0, 8.3.0 Target Milestone|---

[Bug c++/107732] [13 Regreession] ICE in lower_bound, at value-range.h:350

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107732 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code Summary|IC

[Bug analyzer/107711] [13 Regression] ICE with "-fanalyzer -Wunused-macros" since r13-4073-gd8aba860b34203

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107711 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug libstdc++/107712] std::format does not work for clang

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107712 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/68097] We should track ranges for floating-point values too

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68097 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/106649] [C++23] P2448 - Relaxing some constexpr restrictions

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106649 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug fortran/107444] ICE on character, value, optional dummy argument

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107444 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107624] [c++23] Wrong code with static operator ()

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107624 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug target/107676] Nonsensical docs for -mrelax-cmpxchg-loop

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107676 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug target/107645] internal compiler error: RTL check: expected elt 0 type 'e' or 'u', have 'E' (rtx unspec) in symbolic_operand_1, at config/m68k/predicates.md:144

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107645 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/107206] Bogus -Wuninitialized in std::optional

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107206 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.3 Known to work|

[Bug c++/107492] Unhelpful -Wignored-qualifiers warning in template specialization

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107492 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c/107305] ICE: 'verify_gimple' failed

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107305 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

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

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100525 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug analyzer/106140] RFE: analyzer could complain about misuses of socket APIs

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106140 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug analyzer/106302] RFE: provide a way for -fanalyzer to use target flags

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106302 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug fortran/100972] Missing error with "implicit none (external)"

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100972 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug analyzer/106235] RFE: -fanalyzer could complain about tainted data triggering assertion failure

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106235 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/107618] Incorrect diagnostics when using -Og, builtin_expect(), and function attribute "warning" or "error"

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107618 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug tree-optimization/89430] A missing ifcvt optimization to generate csel

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89430 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0

[Bug analyzer/99671] RFE: analyzer could complain about ptr derefs that occur before the ptr is checked

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99671 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug target/107581] ICE on sparc-leon-uclibc during go build

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107581 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107599] [13 regression] c-c++-common/diagnostic-format-json-4.c fails after r13-3853-g9c3bc557995463

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107599 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107363] Wrong caret location for "redundant move in return statement" and nvo

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107363 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107584] internal compiler error: in finish_member_declaration, at cp/semantics.c:3023

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107584 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug c/53562] Add -Werror= support for -D_FORTIFY_SOURCE / __builtin___memcpy_chk

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53562 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |7.0 Keywords|

[Bug tree-optimization/24021] VRP does not work with floating points

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24021 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug middle-end/107389] Always propagate __builtin_assume_aligned

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107389 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/106644] [C++23] P2468R2 - The Equality Operator You Are Looking For

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106644 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug c++/107550] incorrect templated lambda mangling

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107550 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 Keywords|

[Bug c++/102614] [C++23] P2314R4 - Character sets and encodings

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102614 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0

[Bug libgomp/32193] libgomp does not honor --disable-werror

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32193 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.0

[Bug tree-optimization/107342] Optimization opportunity where integer '/' corresponds to '>>'

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107342 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug target/106721] Error: invalid character '<' in mnemonic since r13-2122-g86c0d98620ee3a

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106721 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |12.3 Known to fail|

[Bug libgomp/106045] Incorrect testcase in libgomp.c/target-31.c at -O0

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106045 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.4 Known to work|

[Bug tree-optimization/99966] Bounds check not eliminated by assert

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99966 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0 Keywords|

[Bug tree-optimization/93917] VRP forgets range of value read from memory

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93917 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug analyzer/107486] [13 Regression] ICE when pipe's argument is not a pointer type

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107486 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

  1   2   3   >