public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/107138] New: [12 regression] std::variant<std::string, ...> triggers false-positive 'may be used uninitialized' warning
 2022-11-17 11:47 UTC  (2+ messages)
` [Bug c++/107138] [12/13 "

[Bug c/107734] New: valgrind error for gcc/testsuite/cc.target/i386/pr46051.c
 2022-11-17 11:45 UTC 

[Bug sanitizer/103930] New: asan intercepts fail if target library is only loaded (indirectly) through dlopen (e.g. plugin)
 2022-11-17 11:27 UTC  (3+ messages)
` [Bug sanitizer/103930] "

[Bug libstdc++/107675] New: [13 Regression] GCC-13 is significantly slower to startup on C++ programs
 2022-11-17 11:24 UTC  (4+ messages)
` [Bug libstdc++/107675] "

[Bug c++/101747] New: Two-argument version of attribute malloc does not perform overload resolution
 2022-11-17 10:23 UTC  (2+ messages)
` [Bug c++/101747] "

[Bug rust/107633] New: [13 regression] Bootstrap failure due to -Werror=unused-parameter and -Werror=dangling-reference
 2022-11-17 10:18 UTC  (2+ messages)
` [Bug rust/107633] "

[Bug tree-optimization/107647] New: GCC 12.2.0 may produce FMAs even with -ffp-contract=off
 2022-11-17  9:21 UTC  (7+ messages)
` [Bug tree-optimization/107647] [12/13 Regression] "

[Bug analyzer/107733] New: GCC - -Wanayzer-null-dereference false positive with wrong path note "(3) 'e' is NULL" and inconsistent behaviors
 2022-11-17  9:19 UTC 

[Bug tree-optimization/107451] New: Segmentation fault with vectorized code
 2022-11-17  9:06 UTC  (2+ messages)
` [Bug tree-optimization/107451] [11/12/13 Regression] Segmentation fault with vectorized code since r11-6434

[Bug tree-optimization/85316] [meta-bug] VRP range propagation missed cases
 2022-11-17  8:54 UTC 

[Bug tree-optimization/68097] New: We should track ranges for floating-point values too
 2022-11-17  8:54 UTC  (3+ messages)
` [Bug tree-optimization/68097] "

[Bug c++/107732] New: ICE in lower_bound, at value-range.h:350
 2022-11-17  8:36 UTC 

[Bug tree-optimization/107717] New: [13 Regression] ICEs expanding permutes after g:dc95e1e9702f2f6367bbc108c8d01169be1b66d2
 2022-11-17  8:29 UTC  (5+ messages)
` [Bug tree-optimization/107717] "

[Bug middle-end/107718] New: clang optimizes TSVC s317 a lot better
 2022-11-17  8:13 UTC  (2+ messages)
` [Bug middle-end/107718] "

[Bug target/107731] New: error: invalid 'asm': invalid use of '%c'
 2022-11-17  7:54 UTC  (8+ messages)
` [Bug target/107731] loongarch Operand Modifiers are not documented

[Bug tree-optimization/107686] New: [12/13 Regression] ICE: verify_gimple failed (invalid types in nop conversion) with _Decimal64 vector
 2022-11-17  7:50 UTC  (5+ messages)
` [Bug tree-optimization/107686] "
` [Bug tree-optimization/107686] [12 "

[Bug fortran/107679] New: [13 Regression] ICE in maybe_register_def, at tree-into-ssa.cc:1914
 2022-11-17  7:50 UTC  (4+ messages)
` [Bug middle-end/107679] "

[Bug c++/78655] gcc doesn't exploit the fact that the result of pointer addition can not be nullptr
 2022-11-17  7:47 UTC  (2+ messages)

[Bug analyzer/107711] New: internal compiler error: Segmentation fault
 2022-11-17  3:07 UTC  (11+ messages)
` [Bug analyzer/107711] "
` [Bug analyzer/107711] ICE with -fanalyzer with -Wunused-macros since r13-4073-gd8aba860b34203
` [Bug analyzer/107711] [13 Regression] ICE with "-fanalyzer -Wunused-macros" "

[Bug rtl-optimization/90259] ICE: verify_flow_info failed (error: missing REG_EH_REGION note at the end of bb 4)
 2022-11-17  2:28 UTC  (2+ messages)

[Bug c/107730] New: Trivial -Wreturn-type false positive when function marked static
 2022-11-17  2:27 UTC  (4+ messages)
` [Bug c/107730] "

[Bug target/107704] New: [13 Regression] Testsuite regression after recent DCE changes
 2022-11-17  1:55 UTC  (3+ messages)
` [Bug target/107704] "

[Bug libstdc++/107649] New: New std::complex specializations are never used
 2022-11-17  0:36 UTC  (3+ messages)
` [Bug libstdc++/107649] "

[Bug libstdc++/107720] New: [13 regression] New C++ library test cases (and many others) in r13-3936-g1d9454aba615ea fail
 2022-11-17  0:35 UTC  (6+ messages)
` [Bug libstdc++/107720] "

[Bug fortran/104630] New: module subroutine not accessible from submodule
 2022-11-16 23:48 UTC  (2+ messages)
` [Bug fortran/104630] "

[Bug c++/105278] New: no warning for precise literals compared with floats
 2022-11-16 22:54 UTC  (3+ messages)
` [Bug c++/105278] "
` [Bug c++/105278] -Wliteral-range vs -Wfloat-equal

[Bug bootstrap/107728] New: with -O0, libgcc in the first stage compiler has reference to libc functions
 2022-11-16 22:51 UTC  (4+ messages)
` [Bug bootstrap/107728] "

[Bug c++/107729] New: unhelpful handling for PMF on Itanium ABI for inline asm
 2022-11-16 22:33 UTC  (5+ messages)
` [Bug c++/107729] "

[Bug analyzer/107725] New: Spurious warning: use of uninitialized value with std::any
 2022-11-16 22:16 UTC  (6+ messages)
` [Bug analyzer/107725] "

[Bug libstdc++/107712] New: std::format does not work for clang
 2022-11-16 22:15 UTC  (4+ messages)
` [Bug libstdc++/107712] "

[Bug fortran/107707] New: ICE in gfc_compare_actual_formal, at fortran/interface.cc:3284
 2022-11-16 22:03 UTC  (5+ messages)
` [Bug fortran/107707] "

[Bug c++/107148] New: [10/11/12/13 Regression] ICE in bot_manip, at cp/tree.cc:3252
 2022-11-16 22:00 UTC  (2+ messages)
` [Bug c++/107148] "

[Bug target/107727] New: error: multiversioning needs 'ifunc' which is not supported on this target (x86_64-w64-mingw32 target)
 2022-11-16 21:51 UTC  (6+ messages)
` [Bug target/107727] "
` [Bug middle-end/107727] "

[Bug c++/107726] New: Multiple bugs related to __gnu__::__target__
 2022-11-16 21:44 UTC  (6+ messages)
` [Bug c++/107726] "
` [Bug target/107726] "

[Bug c++/98940] New: Implement C++23 language features
 2022-11-16 21:36 UTC  (2+ messages)
` [Bug c++/98940] "

[Bug c++/106649] New: [C++23] P2448 - Relaxing some constexpr restrictions
 2022-11-16 21:36 UTC  (3+ messages)
` [Bug c++/106649] "

[Bug rtl-optimization/107455] New: Suboptimal codegen for some branch-on-zero cases
 2022-11-16 21:30 UTC  (2+ messages)
` [Bug rtl-optimization/107455] "

[Bug fortran/107444] New: ICE on character, value, optional dummy argument
 2022-11-16 20:54 UTC  (2+ messages)
` [Bug fortran/107444] "

[Bug fortran/107659] New: C procedure with no global scope is seen as global
 2022-11-16 20:53 UTC  (2+ messages)
` [Bug fortran/107659] "

[Bug fortran/107681] New: [13 Regression] ICE in gfc_type_is_extensible, at fortran/resolve.cc:9018
 2022-11-16 20:51 UTC  (3+ messages)
` [Bug fortran/107681] "

[Bug target/107723] New: RISC-V lround/ceil/floor with -fno-fp-int-builtin-inexact
 2022-11-16 20:45 UTC  (4+ messages)
` [Bug middle-end/107723] "

[Bug fortran/107680] New: ICE in arith_power, at fortran/arith.cc:989 and :1006
 2022-11-16 20:17 UTC  (2+ messages)
` [Bug fortran/107680] "

[Bug rtl-optimization/105192] New: ICE: in gen_reg_rtx, at emit-rtl.cc:1167 (during RTL pass: ce3) with -O -fno-if-conversion -fharden-compares
 2022-11-16 20:09 UTC  (2+ messages)
` [Bug target/105192] "

[Bug bootstrap/107722] New: Boostrap failure for some locales starting with r13-4070
 2022-11-16 20:09 UTC  (4+ messages)
` [Bug bootstrap/107722] Bootstrap "
` [Bug bootstrap/107722] [13 Regression] "

[Bug middle-end/107724] New: __builtin_{l,ll}floor* and __builtin_{l,ll}ceil* are not documented
 2022-11-16 19:58 UTC 

[Bug fortran/107721] New: Lost typespec with constant expressions using array constructors and parentheses
 2022-11-16 19:06 UTC 

[Bug target/106602] New: riscv: suboptimal codegen for shift left, right, left
 2022-11-16 18:47 UTC  (3+ messages)
` [Bug target/106602] riscv: suboptimal codegen for zero_extendsidi2_shifted w/o bitmanip

[Bug middle-end/107719] New: 14% regression on TSVC s3113 on znve4 compared to GCC 7.5
 2022-11-16 17:42 UTC  (2+ messages)
` [Bug middle-end/107719] "

[Bug tree-optimization/107715] New: TSVC s161 for double runs at zen4 30 times slower when vectorization is enabled
 2022-11-16 17:20 UTC  (5+ messages)
` [Bug tree-optimization/107715] "
` [Bug tree-optimization/107715] TSVC s161 and s277 "

[Bug middle-end/99411] New: s311 benchmark of TSVC is vectorized by clang better than by gcc
 2022-11-16 17:16 UTC  (2+ messages)
` [Bug tree-optimization/99411] s311, s312, s31111, s31111, s3110, vsumr "

[Bug target/87832] AMD pipeline models are very costly size-wise
 2022-11-16 17:15 UTC  (8+ messages)

[Bug middle-end/99408] New: s3251 benchmark of TSVC vectorized by clang runs about 7 times faster compared to gcc
 2022-11-16 17:03 UTC  (2+ messages)
` [Bug tree-optimization/99408] "

[Bug c++/107310] New: "warning: control reaches end of non-void function" with a throw under a trivially-true conditional
 2022-11-16 16:35 UTC  (2+ messages)
` [Bug c++/107310] [12/13 Regression] "warning: control reaches end of non-void function" with a throw under a trivially-true conditional since r12-5638-ga3e75c1491cd2d50

[Bug target/107515] New: MVE: Generic functions do not accept _Float16 scalars
 2022-11-16 16:35 UTC  (2+ messages)
` [Bug target/107515] "

[Bug middle-end/107709] New: IVOPTs is introducing a non-zero assumption
 2022-11-16 16:14 UTC  (4+ messages)
` [Bug middle-end/107709] "

[Bug fortran/107716] New: Getting negative values with NINT when using doubleprecision values in range on i386
 2022-11-16 16:12 UTC  (3+ messages)
` [Bug fortran/107716] "

[Bug jit/101491] New: [11 regression] /usr/local/include/libgccjit++.h conflicts between different GCC installations
 2022-11-16 16:06 UTC  (2+ messages)
` [Bug jit/101491] "

[Bug target/107714] New: MVE: Invalid addressing mode generated for VLD2
 2022-11-16 16:00 UTC  (3+ messages)
` [Bug target/107714] "

[Bug c++/107699] New: False positive -Warray-bounds, non-existent offset reported by GCC
 2022-11-16 14:54 UTC  (4+ messages)
` [Bug tree-optimization/107699] "
` [Bug tree-optimization/107699] 12/13 Regression] "
` [Bug tree-optimization/107699] [12/13 "

[Bug middle-end/107703] New: Some integral to __bf16 conversions and __bf16 to integral conversions are implemented incorrectly
 2022-11-16 14:32 UTC  (2+ messages)
` [Bug target/107703] TImode to __bf16 conversions and __bf16 to TImode conversions aren't implemented in libgcc

[Bug c/107705] New: [12/13 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in ix86_function_type_abi, at config/i386/i386.cc:1529
 2022-11-16 14:31 UTC  (2+ messages)
` [Bug c/107705] "

[Bug libstdc++/107701] New: [13 Regression] static linking broken when using iostream
 2022-11-16 14:29 UTC  (4+ messages)
` [Bug libstdc++/107701] "

[Bug c++/107598] New: implicitly-defined copy/move assignment op not constexpr
 2022-11-16 14:09 UTC  (3+ messages)
` [Bug c++/107598] "

[Bug c++/107624] New: Wrong code with static operator ()
 2022-11-16 14:01 UTC  (3+ messages)
` [Bug c++/107624] [c++23] "

[Bug target/107676] New: Nonsensical docs for -mrelax-cmpxchg-loop
 2022-11-16 13:43 UTC  (3+ messages)
` [Bug target/107676] "

[Bug target/107692] New: [13 regression] r13-3950-g071e428c24ee8c breaks many test cases
 2022-11-16 13:19 UTC  (2+ messages)
` [Bug target/107692] "

[Bug rtl-optimization/107690] New: Regression in ranges::transform vectorization
 2022-11-16 13:17 UTC  (2+ messages)
` [Bug tree-optimization/107690] [12/13 Regression] vectorization fails for std::ranges::transform due to IR changes

[Bug fortran/107689] New: [13 regression] r13-3979-g9d29dd2fcf2922 causes failures in diagnostic-format-json-2.c and others
 2022-11-16 13:16 UTC  (2+ messages)
` [Bug testsuite/107689] "

[Bug c/107683] New: [13 Regression] ICE in int_fits_type_p, at tree.cc:8044
 2022-11-16 12:43 UTC  (2+ messages)
` [Bug c/107683] "

[Bug c/107682] New: [13 Regression] ICE in c_parser_braced_init, at c/c-parser.cc:5619
 2022-11-16 12:43 UTC  (2+ messages)
` [Bug c/107682] "

[Bug libgcc/107678] New: [13 Regression] Segfault in aarch64_fallback_frame_state
 2022-11-16 12:42 UTC  (2+ messages)
` [Bug target/107678] [13 Regression] Segfault in aarch64_fallback_frame_state when running SVE code

[Bug target/107645] New: 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-16 12:38 UTC  (3+ messages)
` [Bug target/107645] "

[Bug c++/107660] New: Running binaries compiled with g++11 or later produces different results than g++ version 10 or earlier
 2022-11-16 12:33 UTC  (3+ messages)
` [Bug libstdc++/107660] "

[Bug c++/107206] New: Bogus -Wuninitialized in std::optional
 2022-11-16 12:14 UTC  (3+ messages)
` [Bug tree-optimization/107206] "

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues
 2022-11-16 12:14 UTC 

[Bug tree-optimization/92706] SRA confuses FRE
 2022-11-16 12:13 UTC 

[Bug target/107713] New: Wrong implementation atomic_exchange<short> on LoongArch
 2022-11-16 11:48 UTC  (5+ messages)
` [Bug target/107713] "

[Bug tree-optimization/80635] [10 regression] std::optional and bogus -Wmaybe-uninitialized warning
 2022-11-16 10:30 UTC 

[Bug sanitizer/107698] New: ASAN misses a global-buffer-overflow
 2022-11-16  9:32 UTC  (2+ messages)
` [Bug sanitizer/107698] "

[Bug tree-optimization/107668] New: [13 Regression] ICE: in clear_nan, at value-range.h:1167 with -fsanitize=float-cast-overflow and _Complex int
 2022-11-16  8:23 UTC  (3+ messages)
` [Bug tree-optimization/107668] "

[Bug fortran/107669] New: [13 Regression] commit r13-3931-59a63247992eb13153b82c4902aadf111460eac2 causes lots of testcase failure
 2022-11-16  2:36 UTC  (2+ messages)
` [Bug fortran/107669] [13 Regression] commit r13-3931 "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).