public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug target/69374] install.texi is bit-rotten
 2024-06-15  7:45 UTC  (2+ messages)

[Bug rtl-optimization/111376] New: missed optimization of one bit test on MIPS32r1
 2024-06-15  7:18 UTC  (6+ messages)
` [Bug target/111376] "

[Bug c++/115503] New: Explicit deduction guide - Capture parameter pack in lambda - Compiler segfaults
 2024-06-15  7:10 UTC 

[Bug c++/115485] New: CASEServer.cpp:203:1: internal compiler error: in require_pic_register, at config/arm/arm.c:7855
 2024-06-15  6:30 UTC  (9+ messages)
` [Bug c++/115485] "
` [Bug target/115485] "

[Bug libcc1/105695] New: GCC 10.3.1 (20220519) build failure with GCC 12
 2024-06-15  6:09 UTC  (2+ messages)
` [Bug libcc1/105695] "

[Bug c/115502] New: [15 regression] ICE when building Valgrind with -std=c23 (comptypes_same_p, at c/c-typeck.cc:1227)
 2024-06-15  5:59 UTC  (7+ messages)
` [Bug c/115502] "
` [Bug c/115502] [15 regression] ICE when building Valgrind with -std=c23 (comptypes_same_p, at c/c-typeck.cc:1227) since r15-934-gd2cfe8a73b3c41

[Bug c/115501] New: ICE: in build_call_a, at cp/call.cc:370
 2024-06-15  5:00 UTC  (5+ messages)
` [Bug c++/115501] "
` [Bug c++/115501] [13/14/15 Regression] ICE: in build_call_a with dynamic_cast after invalid definition of __cxxabiv1::__dynamic_cast

[Bug target/115500] New: RISC-V: Performance regression on 1bit test
 2024-06-15  3:46 UTC  (4+ messages)
` [Bug target/115500] "

[Bug c++/115499] New: Missed optimization: Fold (a ^ (b || c)) && c to (a ^ 1) && c
 2024-06-15  3:10 UTC  (2+ messages)
` [Bug tree-optimization/115499] "

[Bug c++/94162] New: ICE [neg] bad return type in defaulted <=>
 2024-06-15  2:23 UTC  (2+ messages)
` [Bug c++/94162] "

[Bug c/114430] New: False positive for -Wformat
 2024-06-15  2:20 UTC  (2+ messages)
` [Bug tree-optimization/114430] [11/12/13/14/15 regression] False positive for -Wformat-overflow

[Bug tree-optimization/114253] New: False positive maybe-uninitialized with std::optional and ternary
 2024-06-15  2:18 UTC  (2+ messages)
` [Bug tree-optimization/114253] [11/12/13/14/15 regression] "

[Bug c/115496] New: RFE: new warning to detect suspicious multline string literals
 2024-06-15  2:17 UTC  (9+ messages)
` [Bug c/115496] "
` [Bug c/115496] RFE: new warning to detect suspicious multiline "

[Bug c++/112296] New: __builtin_constant_p doesn't propagate through member functions
 2024-06-15  2:15 UTC  (2+ messages)
` [Bug tree-optimization/112296] __builtin_constant_p is always false for an argument with possible side-effects

[Bug c++/108860] New: New (since gcc 12) false positive null-dereference in vector.resize
 2024-06-15  2:10 UTC  (2+ messages)
` [Bug tree-optimization/108860] [12/13/14/15 regression] "

[Bug tree-optimization/108467] New: false positive -Wmaybe-uninitialized warning at -O1 or higher
 2024-06-15  2:07 UTC  (2+ messages)
` [Bug tree-optimization/108467] "

[Bug c/115498] New: Missing warning for comparing distinct (char*) pointers
 2024-06-15  2:07 UTC  (2+ messages)
` [Bug middle-end/115498] Missing warning for comparing distinct (char*) pointers in much complex code path

[Bug other/96447] New: False positive -Wstringop-overflow with -O3
 2024-06-15  1:52 UTC  (2+ messages)
` [Bug tree-optimization/96447] [11/12 regression] False positive -Wstringop-overflow with -O3 due to loop unrolling

[Bug middle-end/106661] New: possible uninitialized variable usage in store_bit_field_1
 2024-06-15  1:46 UTC  (3+ messages)
` [Bug middle-end/106661] [11/12 regression] "

[Bug c++/115125] New: [-Wstringop-overflow=] with O2/O3 - false positive?
 2024-06-15  1:45 UTC  (2+ messages)
` [Bug tree-optimization/115125] "

[Bug tree-optimization/115492] New: [15 Regression] wrong code at -O2/O3 when compiled with -fPIC
 2024-06-15  1:14 UTC  (5+ messages)
` [Bug tree-optimization/115492] [15 Regression] wrong code at -O2/O3
` [Bug tree-optimization/115492] [15 Regression] wrong code at -O2/O3 since r15-204-g7c469a9fc78550

[Bug tree-optimization/115484] New: AVX vectorization is limited to 3 comparisons
 2024-06-15  1:07 UTC  (7+ messages)
` [Bug tree-optimization/115484] if-to-switch prevents AVX vectorization
` [Bug tree-optimization/115484] [11/12/13/14/15 regression] "
` [Bug tree-optimization/115484] [13/14/15 "

[Bug c/115489] New: ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc:589
 2024-06-15  0:45 UTC  (3+ messages)
` [Bug c/115489] "

[Bug c++/115053] New: gcc crashed without back trace
 2024-06-15  0:17 UTC  (4+ messages)
` [Bug c++/115053] "

[Bug fortran/115491] New: Internal compiler error: in resolve_typebound_procedure, at fortran/resolve.cc:14913
 2024-06-15  0:05 UTC  (4+ messages)
` [Bug fortran/115491] "

[Bug middle-end/115495] New: [15 Regression] ICE in smallest_mode_for_size, at stor-layout.cc:356 during combine on RISC-V rv64gcv_zvl256b at -O3
 2024-06-14 23:48 UTC  (4+ messages)
` [Bug rtl-optimization/115495] "

[Bug target/115393] New: MIPS: implemented _BitInt of C23
 2024-06-14 23:34 UTC  (2+ messages)
` [Bug target/115393] MIPS: implement "

[Bug libstdc++/115497] New: __is_pointer doesn't compile with clang since 014879ea4c86b3b8ab6b61a1226ee5b31e816c8b
 2024-06-14 21:33 UTC  (8+ messages)
` [Bug libstdc++/115497] "
` [Bug libstdc++/115497] [15 Regression] "

[Bug target/113341] New: Using GCC as the bootstrap compiler breaks LLVM on 32-bit PowerPC
 2024-06-14 20:29 UTC  (2+ messages)
` [Bug target/113341] "

[Bug tree-optimization/115494] New: wrong code at -O{2,3} with "-fno-ssa-phiopt" on x86_64-linux-gnu (the generated code hangs)
 2024-06-14 20:04 UTC  (7+ messages)
` [Bug tree-optimization/115494] wrong code at -O{2,3} with "-fno-ssa-phiopt" on x86_64-linux-gnu
` [Bug tree-optimization/115494] [14/15 Regression] wrong code at -O{2,3} "
` [Bug tree-optimization/115494] [14/15 Regression] wrong code at -O{2,3} on x86_64-linux-gnu since r14-3485

[Bug c/105863] New: RFE: __attribute__((incbin("file"))) or __builtin_incbin("file")
 2024-06-14 19:35 UTC  (3+ messages)
` [Bug c/105863] RFE: C23 #embed

[Bug c/108753] New: '-Wduplicated-cond' doesn't diagnose duplicated subexpressions
 2024-06-14 17:55 UTC  (2+ messages)
` [Bug c/108753] "

[Bug c/67819] New: -Wduplicated-cond should take macros into account
 2024-06-14 17:52 UTC  (2+ messages)
` [Bug c/67819] "

[Bug target/115458] New: [15 regression] [RISC-V] ICE in lra_split_hard_reg_for, at lra-assigns.cc:1868 unable to find a register to spill
 2024-06-14 17:40 UTC  (5+ messages)
` [Bug target/115458] "
` [Bug target/115458] [15 regression] [RISC-V] ICE in lra_split_hard_reg_for, at lra-assigns.cc:1868 unable to find a register to spill since r15-518-g99b1daae18c095

[Bug tree-optimization/115385] New: Peeling for gaps can be optimized more or needs to peel more than one iteration
 2024-06-14 17:31 UTC  (3+ messages)
` [Bug tree-optimization/115385] "

[Bug target/115419] New: [avr] IEEE double round-to-nearest should go to even
 2024-06-14 16:35 UTC  (3+ messages)
` [Bug target/115419] "

[Bug libstdc++/110572] New: ld.lld: error: duplicate symbol: std::type_info::operator==(std::type_info const&) const
 2024-06-14 16:33 UTC  (4+ messages)
` [Bug libstdc++/110572] "

[Bug testsuite/115443] New: aarch64: Test gcc.dg/vect/pr99102.c FAIL
 2024-06-14 16:20 UTC  (2+ messages)
` [Bug testsuite/115443] "

[Bug c/115488] New: __has_include with empty filename
 2024-06-14 15:47 UTC  (2+ messages)
` [Bug c/115488] "

[Bug libstdc++/115481] New: HAVE_* for long double math functions wrong for avrlibc (target AVR)
 2024-06-14 15:37 UTC  (4+ messages)
` [Bug libstdc++/115481] "

[Bug libstdc++/115480] New: Difference between trivial copyability of std::pair under Clang in C++23
 2024-06-14 15:35 UTC  (7+ messages)
` [Bug c++/115480] "

[Bug target/115493] New: gcc.c-torture/execute/pr94734.c fails on MVE after gcc-15-1054-g202a9c8fe7d
 2024-06-14 15:29 UTC  (4+ messages)
` [Bug target/115493] "
` [Bug target/115493] gcc.c-torture/execute/pr94734.c fails on MVE after r15-1054-g202a9c8fe7d

[Bug middle-end/111775] New: -Wstrict-flex-arrays missing diagnostics with unions
 2024-06-14 15:08 UTC  (3+ messages)
` [Bug middle-end/111775] "

[Bug fortran/96992] New: Class arrays of different ranks are rejected as storage association argument
 2024-06-14 15:06 UTC  (4+ messages)
` [Bug fortran/96992] "

[Bug c++/115239] New: ICE: internal compiler error: Segmentation fault
 2024-06-14 14:50 UTC  (2+ messages)
` [Bug c++/115239] [14 Regression] ICE: Segmentation fault with ambiguous function call in some cases (`const char*` vs `char` with `long` vs `unsigned`) since r14-6522

[Bug gcov-profile/113646] New: PGO hurts run-time of 538.imagick_r as much as 68% at -Ofast -march=native
 2024-06-14 14:39 UTC  (2+ messages)
` [Bug gcov-profile/113646] "

[Bug c/115478] New: [15 Regression] gcc.target/aarch64/bitint-args.c fails
 2024-06-14 14:32 UTC  (3+ messages)
` [Bug target/115478] "

[Bug libstdc++/115454] New: std::experimental::find_last_set is buggy on x86-64-v4
 2024-06-14 13:48 UTC  (3+ messages)
` [Bug libstdc++/115454] "

[Bug tree-optimization/111793] New: OpenMP SIMD inbranch clones for AVX are highly sub-optimal
 2024-06-14 13:26 UTC  (2+ messages)
` [Bug tree-optimization/111793] OpenMP SIMD inbranch clones for AVX512 "

[Bug libstdc++/115402] New: std::atomic_ref<volatile T> compile-error in compare_exchange_[weak/strong]() and wait()
 2024-06-14 12:52 UTC  (2+ messages)
` [Bug libstdc++/115402] "

[Bug target/115490] New: Fallout from removing vcond{,u,eq} patterns
 2024-06-14 12:04 UTC 

[Bug libstdc++/115482] New: print.cc fails with avrlibc
 2024-06-14 11:21 UTC  (4+ messages)
` [Bug libstdc++/115482] "
` [Bug libstdc++/115482] [14/15 Regression] "

[Bug libstdc++/28103] std::operator<<(ostream&, string) sets badbit instead of failbit on failure
 2024-06-14 11:15 UTC  (3+ messages)

[Bug target/114189] New: Target implements obsolete vcond{,u,eq} expanders
 2024-06-14 10:24 UTC  (2+ messages)
` [Bug target/114189] "

[Bug target/115487] New: -march=cascadelake causes spilling
 2024-06-14  9:59 UTC  (3+ messages)
` [Bug target/115487] "

[Bug ada/109817] New: -O2 and ./gnat.dg/sync_iface_call_pkg2.adb don't mix
 2024-06-14  8:39 UTC  (3+ messages)
` [Bug ipa/109817] internal error in ICF pass on Ada interfaces

[Bug tree-optimization/87332] [meta-bug] Issues related to Identical Code Folding (ICF) and Tail Merging (-ftree-tail-merge)
 2024-06-14  8:39 UTC 

[Bug debug/78685] -Og generates too many "<optimized out>"s
 2024-06-14  8:09 UTC 

[Bug c++/104081] New: Variable optimized out despite -Og
 2024-06-14  8:09 UTC  (3+ messages)
` [Bug middle-end/104081] "

[Bug c/115456] New: ICE: unrecognizable insn with march=rv64gcv_zvfhmin
 2024-06-14  7:56 UTC  (2+ messages)
` [Bug target/115456] RISC-V: "

[Bug debug/105239] New: Presence of unrelated function call makes a variable optimized out only at -Og
 2024-06-14  7:41 UTC  (2+ messages)
` [Bug rtl-optimization/105239] "

[Bug c++/115486] New: ICE: Segfault while compiling partial template specialization with expanded parameter pack of function pointers
 2024-06-14  7:12 UTC  (2+ messages)
` [Bug c++/115486] "

[Bug target/115464] New: ICE when building libaom on arm64
 2024-06-14  6:45 UTC  (3+ messages)
` [Bug target/115464] [14 Backport] ICE when building libaom on arm64 (neon sve bridge usage with tbl/perm)

[Bug c/114789] New: False positive -Wmaybe-uninitialized at -O2
 2024-06-14  6:06 UTC  (2+ messages)
` [Bug tree-optimization/114789] [12/13/14 regression] "

[Bug tree-optimization/115483] New: Missed optimization for loop invariant code
 2024-06-14  5:48 UTC  (3+ messages)
` [Bug tree-optimization/115483] "

[Bug middle-end/113212] New: expand_expr_real_2 first argument can be constified
 2024-06-14  3:11 UTC  (4+ messages)
` [Bug middle-end/113212] "

[Bug c++/115362] New: fixed_size_simd dot product recognition not working for stdx::reduce
 2024-06-14  2:07 UTC  (2+ messages)
` [Bug target/115362] fixed_size_simd dot product recognition and sign of determinant "

about "rename"
 2024-06-14  0:16 UTC  (3+ messages)

[Bug c++/115469] New: ICE :tree check expected class 'type', have 'exceptional' (error_mark) in poplevel_named_label_1, at cpdecl.cc579
 2024-06-14  0:14 UTC  (3+ messages)
` [Bug c++/115469] [14/15 Regression] "

[Bug c++/115472] New: ICE :tree check expected class 'type', have 'exceptional' (error_mark) in check_goto_1, at cpdecl.cc4007
 2024-06-14  0:14 UTC  (2+ messages)
` [Bug c++/115472] "

[Bug c++/115425] New: ICE: tree check: expected type_pack_expansion or expr_pack_expansion, have error_mark in tsubst_pack_expansion, at cp/pt.cc:13778
 2024-06-14  0:01 UTC  (3+ messages)
` [Bug c++/115425] [13/14/15 regression] "

[Bug libstdc++/114359] New: std::binomial_distribution hangs in infinite loop
 2024-06-13 23:30 UTC  (2+ messages)
` [Bug libstdc++/114359] "

about "remove"
 2024-06-13 22:54 UTC 

[Bug c++/114600] New: [modules] redefinition errors when using certain std headers in GMF
 2024-06-13 21:28 UTC  (2+ messages)
` [Bug c++/114600] [14 Regression] "

[Bug target/115466] New: rs6000 vec_ld built-in works on BE but not LE
 2024-06-13 18:44 UTC  (3+ messages)
` [Bug target/115466] "

[Bug c++/115476] New: __has_unique_object_representation ICE with array of uninstantiated type of unknown bound
 2024-06-13 18:14 UTC  (3+ messages)
` [Bug c++/115476] [13/14/15 Regression] "

[Bug ada/114710] New: Temporary object finalized too late
 2024-06-13 17:27 UTC  (2+ messages)
` [Bug ada/114710] too late finalization of temporary object

[Bug target/114004] New: GCC emits a superfluous instruction for simple test case on ppc
 2024-06-13 17:06 UTC  (2+ messages)
` [Bug target/114004] "

Switchgear and Transformer/Rockwill Electric Group
 2024-06-13 16:59 UTC 

[Bug target/113723] New: -freorder-blocks-and-partition emits bogus asm directives on aarch64
 2024-06-13 16:39 UTC  (2+ messages)
` [Bug rtl-optimization/113723] switch (jump) tables don't get along with -freorder-blocks-and-partition on non-x86

[Bug c++/115479] New: undefined reference to [abi:cxx11] with variadic template of constexpr template structs
 2024-06-13 16:31 UTC  (3+ messages)
` [Bug c++/115479] "

[Bug c++/69621] extern std::string used as reference template-argument does not have [abi:cxx11] tag applied
 2024-06-13 16:31 UTC 

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).