public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug libstdc++/105505] New: P1951R1 (Default Arguments for pair's Forwarding Constructor) is unimplemented
 2024-01-11 22:51 UTC  (2+ messages)
` [Bug libstdc++/105505] "

[Bug libstdc++/113320] New: libstdc++ accepts std::format(std::move(runtime_fmt), 42);
 2024-01-11 22:50 UTC  (3+ messages)
` [Bug libstdc++/113320] "

[Bug libstdc++/110512] New: C++20 random access iterators run sequentially with PSTL
 2024-01-11 22:50 UTC  (2+ messages)
` [Bug libstdc++/110512] "

[Bug target/113341] New: Using GCC as the bootstrap compiler breaks LLVM on 32-bit PowerPC
 2024-01-11 22:42 UTC  (9+ messages)
` [Bug target/113341] "

[Bug fortran/113313] New: execute_command_line hangs at run time
 2024-01-11 22:40 UTC  (7+ messages)
` [Bug libfortran/113313] "

[Bug c++/113124] New: g++ should relax designated initialiser rules for trivial classes (read: C structures) and C arrays
 2024-01-11 22:22 UTC  (2+ messages)
` [Bug c++/113124] "

[Bug c++/113191] New: [10.1/11/12/13/14 Regression] Incorrect overload resolution when base class function introduced with a using declaration is more constrained than a function declared in the derived class
 2024-01-11 22:02 UTC  (2+ messages)
` [Bug c++/113191] [11/12/13/14 "

[Bug c++/102609] New: [C++23] P0847R7 - Deducing this
 2024-01-11 22:01 UTC  (5+ messages)
` [Bug c++/102609] "

[Bug c++/113308] New: derived class doesn't currently allow inherited explicit object member function post increment operator
 2024-01-11 21:46 UTC  (2+ messages)
` [Bug c++/113308] "

[Bug c++/113340] New: ICE when an explicit object parameter is attempted to be used in a destructor
 2024-01-11 21:45 UTC  (3+ messages)
` [Bug c++/113340] "

[Bug tree-optimization/113339] New: `-a/-b` is not simplified to `a/b` if done in seperate statements
 2024-01-11 21:23 UTC  (4+ messages)
` [Bug tree-optimization/113339] "

[Bug c++/112477] New: Assignment of value-initialized iterators differs from value-initialization
 2024-01-11 20:55 UTC  (4+ messages)
` [Bug libstdc++/112477] [13/14 Regression] "

[Bug target/113324] New: internal compiler error: in reload_combine_note_use, at postreload.c:1534
 2024-01-11 19:59 UTC  (4+ messages)
` [Bug target/113324] "

[Bug fortran/113338] New: Valid Code Rejected, bind(C) procedure with pointer argument
 2024-01-11 19:56 UTC  (2+ messages)
` [Bug fortran/113338] "

[Bug analyzer/113333] New: analyzer: False positives with calloc()
 2024-01-11 19:43 UTC  (2+ messages)
` [Bug analyzer/113333] "

[Bug other/113182] New: [14 Regression] FAIL: g++.dg/cpp0x/udlit-namespace.C -std=c++14 execution test
 2024-01-11 19:21 UTC  (9+ messages)
` [Bug middle-end/113182] "

[Bug libstdc++/111550] New: The range adaptor closure object generated by adaptor(args...) is not a perfect forwarding call wrapper
 2024-01-11 18:16 UTC  (2+ messages)
` [Bug libstdc++/111550] "

[Bug middle-end/113322] New: [14 Regression] internal compiler error: tree check: expected none of vector_type, have vector_type in expand_single_bit_test, at expr.cc:13375
 2024-01-11 18:03 UTC  (7+ messages)
` [Bug middle-end/113322] "

[Bug tree-optimization/113301] New: [12/13/14 Regression] Missed optimization: (1/(x+1))/2 => 0 since gcc-12
 2024-01-11 18:03 UTC  (6+ messages)
` [Bug tree-optimization/113301] "

[Bug libstdc++/113258] New: Pre-C++17 code that supplies operator new/delete crashes when mixed with post-C+17 code that uses the align_val_t variants of new/delete
 2024-01-11 17:55 UTC  (2+ messages)
` [Bug libstdc++/113258] Pre-C++17 code that replaces malloc/free crashes when mixed with post-C++17 "

[Bug middle-end/113012] New: [14 regression] ICE when building xorg-server with -fsanitize=undefined
 2024-01-11 17:14 UTC  (3+ messages)
` [Bug tree-optimization/113012] [13 "

[Bug libgcc/113337] New: Rethrown uncaught exceptions don't invoke std::terminate if SEH-based unwinding is used
 2024-01-11 17:00 UTC 

[Bug tree-optimization/113334] New: wrong code with _BitInt() shift at -O0
 2024-01-11 16:53 UTC  (2+ messages)
` [Bug tree-optimization/113334] "

[Bug target/112817] New: RISC-V: RVV: provide a preprocessor macro for VLS codegen
 2024-01-11 16:15 UTC  (2+ messages)
` [Bug target/112817] RISC-V: RVV: provide attribute riscv_rvv_vector_bits "

[Bug target/113312] New: Update __attribute__((interrupt)) for Intel FRED
 2024-01-11 15:55 UTC  (14+ messages)
` [Bug target/113312] "

[Bug other/113336] New: libatomic (testsuite) regressions on armv6-linux-gnueabihf
 2024-01-11 15:42 UTC 

[Bug libstdc++/113335] New: [C++23] Implement LWG3617 function/packaged_task deduction guides and deducing this
 2024-01-11 15:36 UTC 

[Bug other/113038] New: [14 regression] Excess errors for g++.dg/modules/hello-1_b.C after r14-6569-gfe54b57728c09a
 2024-01-11 15:10 UTC  (2+ messages)
` [Bug c++/113038] "

[Bug c++/113332] New: [12/13/14 regression] ICE when building fcitx-5.1.6
 2024-01-11 14:50 UTC  (4+ messages)
` [Bug c++/113332] "

[Bug c++/86689] [11/12/13/14 Regression] Some combination of SFINAE, overloading, and type deduction showing version inconsistency
 2024-01-11 14:49 UTC 

[Bug lto/113319] New: Random LTO test failures
 2024-01-11 14:47 UTC  (7+ messages)
` [Bug testsuite/113319] "

[Bug target/112918] New: [m68k] [LRA] ICE: maximum number of generated reload insns per insn achieved (90)
 2024-01-11 14:30 UTC  (2+ messages)
` [Bug rtl-optimization/112918] "

[Bug tree-optimization/113330] New: ICE: verify_gimple failed: conversion of register to a different size in 'view_convert_expr' with -O -fstack-check=generic and _BitInt()
 2024-01-11 14:22 UTC  (3+ messages)
` [Bug tree-optimization/113330] "

[Bug tree-optimization/113126] New: [14 Regression] ICE: in gimple_expand_vec_cond_expr, at gimple-isel.cc:325 at -O1
 2024-01-11 14:14 UTC  (4+ messages)
` [Bug tree-optimization/113126] "

[Bug c/112505] New: GCC: 14: internal compiler error: in build_vector_from_val, at tree.cc:2104
 2024-01-11 14:13 UTC  (3+ messages)
` [Bug tree-optimization/112505] [11/12/13/14 Regression] internal compiler error: in build_vector_from_val, at tree.cc:2104 since r10-4076

[Bug target/112280] New: ICE building libgcrypt-1.10.2 on s390 (during GIMPLE pass: ccp)
 2024-01-11 14:00 UTC  (2+ messages)
` [Bug target/112280] [14 regression] "

[Bug c/110769] New: ICE in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1023
 2024-01-11 13:53 UTC  (3+ messages)
` [Bug tree-optimization/110769] [14 Regression] ICE in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1023 since r14-2675-gef28aadad6e

[Bug c/110641] New: ICE in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1023
 2024-01-11 13:53 UTC  (2+ messages)
` [Bug tree-optimization/110641] [14 Regression] ICE in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1023 since r14-2230-g7e904d6c7f2

[Bug other/113317] New: New test case libgomp.c++/ind-base-2.C fails with ICE
 2024-01-11 13:53 UTC  (3+ messages)
` [Bug other/113317] "

[Bug c/111043] New: ICE in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1068
 2024-01-11 13:52 UTC  (2+ messages)
` [Bug tree-optimization/111043] [14 regression] ICE in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1068 since r14-2675-gef28aadad6e5cf

[Bug tree-optimization/112636] New: ICE on valid code at -O1 (but not at -O{0,s,2,3}) with "-ftree-vectorize": in adjust_loop_info_after_peeling, at tree-ssa-loop-ivcanon.cc:1069
 2024-01-11 13:50 UTC  (4+ messages)
` [Bug tree-optimization/112636] [14 Regression] "

[Bug tree-optimization/113323] New: ICE: tree check: expected none of vector_type, have vector_type in bitint_precision_kind, at gimple-lower-bitint.cc:131 with _BitInt()
 2024-01-11 13:43 UTC  (2+ messages)
` [Bug tree-optimization/113323] "

[Bug c++/107466] New: [12 Regression] invalid -Wnarrowing error
 2024-01-11 13:34 UTC  (2+ messages)
` [Bug libstdc++/107466] [12 Regression] invalid -Wnarrowing error with std::subtract_with_carry_engine

[Bug tree-optimization/113316] New: during GIMPLE pass: bitintlower ICE: SIGSEGV in var_to_partition (tree-ssa-live.h:163) at -O with uninitialized _BitInt() function argument
 2024-01-11 13:05 UTC  (2+ messages)
` [Bug tree-optimization/113316] "

[Bug c++/109753] New: pragma GCC target stops std::vector from compiling
 2024-01-11 12:59 UTC  (3+ messages)
` [Bug c++/109753] [13/14 Regression] pragma GCC target causes std::vector not to compile (always_inline on constructor)

[Bug libstdc++/113250] New: std::filesystem::equivalent("", "/") should throw
 2024-01-11 12:31 UTC  (8+ messages)
` [Bug libstdc++/113250] "

[Bug tree-optimization/113315] New: during GIMPLE pass: bitintlower0 ICE: in lower_mergeable_stmt, at gimple-lower-bitint.cc:2310 with _BitInt() used as array index
 2024-01-11 12:15 UTC  (3+ messages)
` [Bug tree-optimization/113315] "
` [Bug c/113315] "

[Bug ipa/113291] New: [14 Regression] compilation never (?) finishes with recursive always_inline functions at -O and above
 2024-01-11 12:14 UTC  (2+ messages)
` [Bug ipa/113291] [14 Regression] compilation never (?) finishes with recursive always_inline functions at -O and above since r14-2172

[Bug libstdc++/109162] New: C++23 improvements to std::format
 2024-01-11 11:47 UTC  (4+ messages)
` [Bug libstdc++/109162] "

[Bug target/113233] New: LoongArch: target options from LTO objects not respected during linking
 2024-01-11 11:04 UTC  (2+ messages)
` [Bug target/113233] "

[Bug target/113331] New: AMDGCN: Compilation failure due to duplicate .LEHB<n>/.LEHE<n> symbols
 2024-01-11 10:42 UTC  (2+ messages)
` [Bug target/113331] "

[Bug middle-end/113077] New: [14 Regression] ICE in dwarf2out_frame_debug_cfa_offset with `-O2 -fstack-protector-strong -fstack-clash-protection`
 2024-01-11 10:19 UTC  (4+ messages)
` [Bug target/113077] "

[Bug tree-optimization/113326] New: Optimize vector shift with constant delta on shifting-count operand
 2024-01-11  9:58 UTC  (8+ messages)
` [Bug target/113326] "

[Bug libstdc++/106308] New: Consider using statx(2) for std::filesystem
 2024-01-11  9:12 UTC  (2+ messages)
` [Bug libstdc++/106308] "

[Bug analyzer/113329] New: analyzer: False positive analyzer-fd-use-without-check with dup2()
 2024-01-11  8:33 UTC 

[Bug analyzer/109839] New: -Wanalyzer-fd-leak false positive with routine dup2
 2024-01-11  8:18 UTC  (2+ messages)
` [Bug analyzer/109839] "

[Bug middle-end/88670] [meta-bug] generic vector extension issues
 2024-01-11  8:15 UTC 

[Bug target/112740] New: [14 Regression] wrong code with vector compare on riscv64 at -O0
 2024-01-11  8:15 UTC  (3+ messages)
` [Bug middle-end/112740] "

[Bug tree-optimization/111003] New: [14 Regression] Dead Code Elimination Regression at -O3 since r14-2161-g237e83e2158
 2024-01-11  8:15 UTC  (3+ messages)
` [Bug tree-optimization/111003] "

[Bug lto/113197] New: [14 Regressiion] ICE in in handle_call_arg, at tree-ssa-structalias.cc:4119
 2024-01-11  8:13 UTC  (3+ messages)
` [Bug ipa/113197] [12/13/14 Regression] "

[Bug target/113328] New: Some fixed length vector constants can be generated using SVE index instruction
 2024-01-11  7:36 UTC 

[Bug libstdc++/113327] New: std::sleep_for(std::chrono::hours::max()) returns immediately
 2024-01-11  7:24 UTC 

[Bug target/113325] New: unnecessary byte swap for memory clear
 2024-01-11  6:34 UTC 

[Bug c/105576] New: x86: Support a machine constraint to get raw symbol name
 2024-01-11  4:00 UTC  (2+ messages)
` [Bug target/105576] "

[Bug target/103503] New: RFE: no save registers attribute
 2024-01-11  3:44 UTC  (2+ messages)
` [Bug target/103503] "

[Bug target/113010] New: [RISCV] sign-extension lost in comparison with constant embedded in comma-op expression
 2024-01-11  2:50 UTC  (3+ messages)
` [Bug target/113010] "

[Bug target/113321] New: x86-64: Make __attribute__((interrupt)) more robust
 2024-01-11  2:14 UTC  (3+ messages)
` [Bug target/113321] "

[Bug c/113247] New: RISC-V: Performance bug in SHA256
 2024-01-11  1:37 UTC  (2+ messages)
` [Bug target/113247] RISC-V: Performance bug in SHA256 after enabling RVV vectorization

[Bug target/104401] New: [x86] Failure to recognize min/max pattern using pcmp+pblendv
 2024-01-11  1:21 UTC  (3+ messages)
` [Bug target/104401] "

[Bug target/113087] New: [14] RISC-V rv64gcv vector: Runtime mismatch with rv64gc
 2024-01-11  1:14 UTC  (7+ messages)
` [Bug target/113087] "

[Bug tree-optimization/110841] New: [14 Regression] Dead Code Elimination Regression since r14-2675-gef28aadad6e
 2024-01-11  1:12 UTC  (2+ messages)
` [Bug tree-optimization/110841] "

[Bug tree-optimization/110941] New: [14 Regression] Dead Code Elimination Regression at -O3 since r14-2379-gc496d15954c
 2024-01-11  1:08 UTC  (2+ messages)
` [Bug tree-optimization/110941] "

[Bug tree-optimization/108007] New: wrong code at -Os and above with "-fno-dce -fno-tree-dce" on x86_64-linux-gnu
 2024-01-11  1:05 UTC  (2+ messages)
` [Bug ipa/108007] [11/12/13/14 Regression] wrong code at -Os and above with "-fno-dce -fno-tree-dce" on x86_64-linux-gnu since r10-3311-gff6686d2e5f797

[Bug c/110294] New: Segmentation fault with '-O3 -fno-dce -fno-toplevel-reorder -fno-tree-dce -fno-tree-pta -fno-tree-sink -ftoplevel-reorder'
 2024-01-11  1:05 UTC  (2+ messages)
` [Bug middle-end/110294] [11 Regression] "

[Bug tree-optimization/110705] New: ICE at -O2 and above: in gimplify_modify_expr, at gimplify.cc:6255 (on GCC-12.x)
 2024-01-11  1:03 UTC  (2+ messages)
` [Bug ipa/110705] [11/12 Regression] "

[Bug tree-optimization/110768] New: [14 Regression] Dead Code Elimination Regression since r14-2623-gc11a3aedec2
 2024-01-11  1:01 UTC  (2+ messages)
` [Bug tree-optimization/110768] "

[Bug tree-optimization/110450] New: [14 Regression] Dead Code Elimination Regression at -O2 since r14-261-g0ef3756adf0
 2024-01-11  0:56 UTC  (2+ messages)
` [Bug tree-optimization/110450] "

[Bug modula2/112946] New: Assignment of string to enumeration or set crashes
 2024-01-11  0:56 UTC  (3+ messages)
` [Bug modula2/112946] "

[Bug tree-optimization/107823] New: Dead Code Elimination Regression at -Os (trunk vs. 12.2.0)
 2024-01-11  0:44 UTC  (2+ messages)
` [Bug tree-optimization/107823] [13/14 Regression] Dead Code Elimination Regression at -Os (trunk vs. 12.2.0) since r13-1934-g353fd1ec3df92f

[Bug target/113156] New: AVR build broken due to ICE while compiling libgcc, started with r14-6201-gf0a90c7d7333fc
 2024-01-11  0:13 UTC  (2+ messages)
` [Bug target/113156] [11/12/13/14 Regression] "

[Bug libstdc++/108760] New: ranges::iota is not included in <numeric>
 2024-01-11  0:12 UTC  (2+ messages)
` [Bug libstdc++/108760] "

[Bug libstdc++/113318] New: [C++23] Implement P1185R12, Naming text encodings to demystify them
 2024-01-10 23:14 UTC 

[Bug fortran/113305] New: ICE with do concurrent and ivdep
 2024-01-10 22:25 UTC  (2+ messages)
` [Bug fortran/113305] "

[Bug jit/111396] New: Segfault when using -flto with libgccjit
 2024-01-10 22:18 UTC  (2+ messages)
` [Bug jit/111396] "

[Bug analyzer/113314] New: -Wanalyzer-infinite-loop false positive seen on haproxy's fd.c
 2024-01-10 22:01 UTC  (2+ messages)
` [Bug analyzer/113314] "

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