public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug ipa/114254] New: Indirect inlining through C++ member pointers fails if the underlying class has a virtual function
 2024-03-20 16:18 UTC  (3+ messages)
` [Bug ipa/114254] [11/12/13/14 regression] "
` [Bug ipa/114254] [11/12/13 "

[Bug tree-optimization/108802] New: missed inlining of call via pointer to member function
 2024-03-20 16:18 UTC  (3+ messages)
` [Bug ipa/108802] [11/12/13/14 Regression] "
` [Bug ipa/108802] [11/12/13 "

[Bug target/114175] New: [14] RISC-V: Execution tests on gcc.dg/c23-stdarg-6.c
 2024-03-20 16:02 UTC  (10+ messages)
` [Bug target/114175] [13/14] Execution test failures on gcc.dg/c23-stdarg-6.c on multiple targets

[Bug ipa/114408] New: Crash when invoking strcmp multiple times with -fsanitize=undefined -O1 -fanalyzer -flto
 2024-03-20 15:26 UTC 

[Bug libstdc++/114401] New: libstdc++ allocator destructor omitted when reinserting node_handle into tree- and hashtable-based containers
 2024-03-20 14:49 UTC  (4+ messages)
` [Bug libstdc++/114401] "

[Bug tree-optimization/89163] Missed optimization: sar and shr equivalent for non-negative numbers
 2024-03-20 14:07 UTC  (3+ messages)

[Bug c/49330] New: Integer arithmetic on addresses optimised with pointer arithmetic rules
 2024-03-20 13:48 UTC  (2+ messages)
` [Bug rtl-optimization/49330] "

[Bug c/114404] New: [11] GCC reorders stores when it probably shouldn't
 2024-03-20 13:48 UTC  (6+ messages)
` [Bug c/114404] "
` [Bug target/114404] "

[Bug tree-optimization/114405] New: ICE: in min_value, at wide-int.cc:344 with _BitInt() bitfield arithmetics
 2024-03-20 13:24 UTC  (2+ messages)
` [Bug tree-optimization/114405] "

[Bug translation/40883] [meta-bug] Translation breakage with trivial fixes
 2024-03-20 13:16 UTC 

[Bug target/114407] New: Typo 'enabing' in loongarch-opts.cc
 2024-03-20 13:15 UTC 

[Bug c++/114395] New: std::is_constructible_v result of const reference incorrect
 2024-03-20 12:47 UTC  (12+ messages)
` [Bug c++/114395] [c++20+] "

[Bug middle-end/114406] New: Optimizations with ">>", div, mod and mul where operands are all positive
 2024-03-20 12:42 UTC  (2+ messages)
` [Bug middle-end/114406] "

[Bug target/114396] New: [14] RISC-V rv64gcv vector: Runtime mismatch at -O3 with -fwrapv
 2024-03-20 12:40 UTC  (17+ messages)
` [Bug target/114396] "
` [Bug target/114396] [14 Regression] Vector: Runtime mismatch at -O2 "
` [Bug tree-optimization/114396] "
` [Bug tree-optimization/114396] [13/14 "
` [Bug tree-optimization/114396] [13/14 Regression] Vector: Runtime mismatch at -O2 with -fwrapv since r13-7988-g82919cf4cb2321

[Bug libstdc++/28277] __builtin_alloca with no limit in libstdc++
 2024-03-20 12:07 UTC  (3+ messages)

[Bug rtl-optimization/101523] New: Huge number of combine attempts
 2024-03-20 11:53 UTC  (2+ messages)
` [Bug target/101523] "

[Bug testsuite/109596] New: [14 Regression] Lots of testcases fails on x86_64 after r14-162-gcda246f8b421ba
 2024-03-20 11:50 UTC  (10+ messages)
` [Bug testsuite/109596] [14 Regression] Lots of guality testcase "

[Bug tree-optimization/114403] New: [14 regression]
 2024-03-20 11:49 UTC  (4+ messages)
` [Bug tree-optimization/114403] [14 regression] LLVM miscompiled with -O3 -march=znver2 -fno-vect-cost-model

[Bug libstdc++/114400] New: The resolution of LWG3950 seems incorrectly implemented
 2024-03-20 11:02 UTC  (7+ messages)
` [Bug libstdc++/114400] "

[Bug tree-optimization/114365] New: ICE: verify_ssa failed: definition in block 4 does not dominate use in block 5 at -O with _BitInt() shift in a bitfield
 2024-03-20  9:57 UTC  (3+ messages)
` [Bug tree-optimization/114365] "

[Bug analyzer/114348] New: Corrupt SARIF output on stderr
 2024-03-20  9:40 UTC  (4+ messages)
` [Bug middle-end/114348] "

[Bug tree-optimization/114322] New: [14 Regression] SCEV analysis failed for bases like A[(i+x)*stride] since r14-9193-ga0b1798042d033
 2024-03-20  9:39 UTC  (4+ messages)
` [Bug tree-optimization/114322] "

[Bug tree-optimization/114369] New: tree-vect-loop.cc uses vec_step which is also an altivec intrinsics
 2024-03-20  9:37 UTC  (2+ messages)
` [Bug bootstrap/114369] tree-vect-loop.cc uses vec_step which is also an altivec intrinsics breaks build when building with clang

[Bug target/114402] New: rs6000: ICE when long double is ieee128 format by default but without vsx
 2024-03-20  9:07 UTC  (2+ messages)
` [Bug target/114402] "

[Bug middle-end/113907] New: [14 regression] ICU miscompiled since on x86 since r14-5109-ga291237b628f41
 2024-03-20  9:05 UTC  (4+ messages)
` [Bug ipa/113907] [11/12/13/14 "

[Bug target/112980] New: 64-bit powerpc ELFv2 does not allow nops to be generated before function global entry point
 2024-03-20  9:05 UTC  (3+ messages)
` [Bug target/112980] "

[Bug target/112651] New: RISC-V Vector --param=riscv-autovec-lmul should be -mvect-lmul
 2024-03-20  8:38 UTC  (2+ messages)
` [Bug target/112651] RISC-V Vector new option -mvect-lmul required to force LMUL values (rather than --param=riscv-autovec-lmul to hint at values)

[Bug c/113396] New: csmith: differences from -O2 to -O3
 2024-03-20  8:22 UTC  (5+ messages)
` [Bug middle-end/113396] [13/14 Regression] csmith: differences from -O2 to -O3 since r13-1268-g8c99e307b20c50
` [Bug middle-end/113396] [13 "

[Bug middle-end/101926] New: [meta-bug] struct/complex argument passing and return should be improved
 2024-03-20  6:49 UTC  (2+ messages)
` [Bug middle-end/101926] [meta-bug] struct/complex/other "

[Bug other/55527] New: Passing structures containing floats by value in calls are underoptimized
 2024-03-20  6:49 UTC  (2+ messages)
` [Bug target/55527] "

[Bug c++/56040] New: ld: library not found for -lgcc_ext.10.5
 2024-03-20  6:44 UTC  (2+ messages)
` [Bug target/56040] "

[Bug ada/103538] New: [12 Regression] trunk 20211203 fails to build gnat on x86_64-linux-gnux32
 2024-03-20  6:37 UTC  (2+ messages)
` [Bug ada/103538] "

[Bug ada/56030] New: Ada fails to build when targeting x32 non multilib
 2024-03-20  6:37 UTC  (3+ messages)
` [Bug ada/56030] "

[Bug middle-end/39840] Non-optimal (or wrong) implementation of SSE intrinsics
 2024-03-20  6:29 UTC  (2+ messages)

[Bug c/114347] New: wrong constant folding when casting __bf16 to int
 2024-03-20  6:19 UTC  (3+ messages)
` [Bug middle-end/114347] "

[Bug libstdc++/114316] New: assert failure with _GLIBCXX_DEBUG and empty range of singular iterators passed std:: algorithm
 2024-03-20  6:07 UTC  (2+ messages)
` [Bug libstdc++/114316] assert failure with _GLIBCXX_DEBUG and empty range of singular iterators passed to "

[Bug target/77348] --with-arch=skylake still not working because config.gcc
 2024-03-20  5:51 UTC 

[Bug target/77588] Internal error triggered by __builtin___chkp_bndret
 2024-03-20  5:45 UTC 

[Bug c++/114393] New: over eager "invalid use of void expression" ?
 2024-03-20  4:04 UTC  (4+ messages)
` [Bug c++/114393] [14 regression] over eager "invalid use of void expression" ? since r14-2170-g4cf64d9cc2faf4

[Bug fortran/105547] New: No further "Unclassifiable statement" after the first one if multiple syntax errors
 2024-03-20  3:24 UTC  (3+ messages)
` [Bug fortran/105547] "

[Bug target/114399] New: [14] RISC-V rv32i miscompile
 2024-03-20  0:45 UTC  (5+ messages)
` [Bug target/114399] "

[Bug c++/111918] New: #pragma GCC diagnostic pop does not restore permerror status of -Wnarrowing
 2024-03-20  0:45 UTC  (3+ messages)
` [Bug c++/111918] #pragma GCC diagnostic pop does not restore error "

[Bug tree-optimization/114390] New: Missed SLP of permuted mask load
 2024-03-19 22:35 UTC  (3+ messages)
` [Bug tree-optimization/114390] "

[Bug c++/114392] New: Address of overloaded function with requires
 2024-03-19 22:27 UTC  (2+ messages)
` [Bug c++/114392] "

[Bug c++/64786] New: Eliminate exceptions thrown/caught inside a function
 2024-03-19 22:23 UTC  (2+ messages)
` [Bug c++/64786] "

[Bug c++/38658] trivial try/catch statement not eliminated
 2024-03-19 22:23 UTC 

[Bug middle-end/114391] New: catch() and immediate throw; could be optimized to noop
 2024-03-19 22:20 UTC  (4+ messages)
` [Bug middle-end/114391] "

[Bug target/99829] New: MVE: ICE in lra_assign at -O3
 2024-03-19 20:59 UTC  (2+ messages)
` [Bug target/99829] "

[Bug analyzer/113505] New: ICE: SIGSEGV in tree_class_check (tree.h:3766) with -O -fdump-analyzer -fanalyzer
 2024-03-19 20:09 UTC  (7+ messages)
` [Bug analyzer/113505] [14 Regression] ICE: SIGSEGV in tree_class_check (tree.h:3766) with -O -fdump-analyzer -fanalyzer since r14-6239

[Bug tree-optimization/71258] Missed optimizations: dynamic allocation, virtual calls, empty destructors
 2024-03-19 19:37 UTC  (2+ messages)

[Bug fortran/114001] New: is_contiguous considers unlimited polymorphic dummy always as contiguous
 2024-03-19 19:24 UTC  (3+ messages)
` [Bug fortran/114001] "

[Bug fortran/103715] New: [12 Regression] ICE in gfc_find_gsymbol, at fortran/symbol.c:4301
 2024-03-19 19:21 UTC  (2+ messages)
` [Bug fortran/103715] [11/12/13/14 Regression] ICE in gfc_find_gsymbol, at fortran/symbol.c:4301 since r9-3803-ga5fbc2f36a291cbe

[Bug c++/111683] New: Incorrect answer when using SSE2 intrinsics with -O3
 2024-03-19 18:17 UTC  (3+ messages)
` [Bug middle-end/111683] [11/12/13/14 Regression] Incorrect answer when using SSE2 intrinsics with -O3 since r7-3163-g973625a04b3d9351f2485e37f7d3382af2aed87e

[Bug c/59863] New: const array in function is placed on stack
 2024-03-19 18:14 UTC  (3+ messages)
` [Bug middle-end/59863] "

[Bug ada/114398] New: Unexpected storage error when "executing" return statement
 2024-03-19 17:59 UTC 

[Bug libgcc/114397] New: wrong code with _BitInt() division at -O0
 2024-03-19 17:39 UTC 

[Bug tree-optimization/107263] New: Memcpy not elided when initializing struct
 2024-03-19 17:27 UTC  (2+ messages)
` [Bug tree-optimization/107263] "

[Bug c++/114342] New: suboptimal codegen of vector::vector(range)
 2024-03-19 17:26 UTC  (2+ messages)
` [Bug middle-end/114342] "

[Bug target/112787] New: Codegen regression of large GCC vector extensions when enabling SVE
 2024-03-19 17:25 UTC  (4+ messages)
` [Bug target/112787] "

[Bug libfortran/106295] New: INQUIRE statement bus error at runtime
 2024-03-19 17:22 UTC  (3+ messages)
` [Bug libfortran/106295] "

[Bug c/112499] New: GCC: 14: internal compiler error: output_operand: invalid expression as operand
 2024-03-19 16:49 UTC  (2+ messages)
` [Bug middle-end/112499] [11/12/13/14 Regression] ICE in output_operand: invalid expression as operand with addition of 2 differences of address of labels

[Bug c++/91363] Implement P0960R3: Parenthesized initialization of aggregates
 2024-03-19 16:42 UTC 

[Bug target/113832] New: [14 Regression] 6% exec time regression of 464.h264ref on aarch64
 2024-03-19 16:18 UTC  (2+ messages)
` [Bug target/113832] "

[Bug target/114049] New: gcc.dg/framework-1.c FAILs with Xcode 15.3 beta 3
 2024-03-19 16:02 UTC  (3+ messages)
` [Bug target/114049] "

[Bug libstdc++/114359] New: std::binomial_distribution hangs in infinite loop
 2024-03-19 16:02 UTC  (3+ messages)
` [Bug libstdc++/114359] "

[Bug rtl-optimization/111822] New: [12/13/14 Regression] during RTL pass: lr_shrinkage ICE: in operator[], at vec.h:910 with -O2 -m32 -flive-range-shrinkage -fno-dce -fnon-call-exceptions
 2024-03-19 16:01 UTC  (4+ messages)
` [Bug target/111822] [12/13/14 Regression] during RTL pass: lr_shrinkage ICE: in operator[], at vec.h:910 with -O2 -m32 -flive-range-shrinkage -fno-dce -fnon-call-exceptions since r12-5301-g045206450386bc

[Bug libstdc++/101228] New: #include <execution> triggers Intel TBB warning for tbb/task.h
 2024-03-19 16:00 UTC  (2+ messages)
` [Bug libstdc++/101228] tbb/task.h is Deprecated in newer TBB

[Bug middle-end/112653] New: We should optimize memmove to memcpy using alias oracle
 2024-03-19 15:25 UTC  (2+ messages)
` [Bug middle-end/112653] PTA should handle correctly escape information of values returned by a function

[Bug libstdc++/114367] New: std::vector<bool> constexpr initialization doesn't start lifetime of array members
 2024-03-19 15:14 UTC  (2+ messages)
` [Bug libstdc++/114367] "

[Bug libstdc++/114394] New: std::bind uses std::result_of which is deprecated
 2024-03-19 13:57 UTC  (3+ messages)
` [Bug libstdc++/114394] "

[Bug c/113727] New: csmith: differences from nothing to -O1
 2024-03-19 13:40 UTC  (2+ messages)
` [Bug tree-optimization/113727] [14 Regression] csmith: differences from nothing to -O1 since r14-4612-g6decda1a35be57

[Bug analyzer/114285] New: Use of uninitialized value when copying a struct field by field
 2024-03-19 13:13 UTC  (2+ messages)
` [Bug analyzer/114285] "

[Bug analyzer/114286] New: ICE: in deref_rvalue, at analyzer/region-model.cc:2762 with _Atomic _BitInt() and -fanalyzer
 2024-03-19 13:12 UTC  (3+ messages)
` [Bug analyzer/114286] "

[Bug rtl-optimization/113390] New: [14 Regression] ICE: in model_update_limit_points_in_group, at haifa-sched.cc:1986 with -O2 --param=max-sched-region-insns=200 --param=max-sched-extend-regions-iters=2
 2024-03-19 13:03 UTC  (3+ messages)
` [Bug rtl-optimization/113390] "

[Bug target/112470] New: [AARCH64]stack-protector vulnerability fixing solution impact code size and performance
 2024-03-19 13:01 UTC  (3+ messages)
` [Bug target/112470] [11/12/13/14 regression] [AARCH64] stack-protector "

[Bug tree-optimization/114074] New: wrong code at -O1 and above on x86_64-linux-gnu
 2024-03-19 12:16 UTC  (6+ messages)
` [Bug tree-optimization/114074] [11/12/13 Regression] wrong code at -O1 and above on x86_64-linux-gnu since r8-343
` [Bug tree-optimization/114074] [11/12/13/14 "

[Bug tree-optimization/114151] New: [14 Regression] weird and inefficient codegen and addressing modes since g:a0b1798042d033fd2cc2c806afbb77875dd2909b
 2024-03-19 12:16 UTC  (3+ messages)
` [Bug tree-optimization/114151] [14 Regression] weird and inefficient codegen and addressing modes since r14-9193

[Bug tree-optimization/114269] New: [14 Regression] Multiple 3-27% exec time regressions of 434.zeusmp since r14-9193-ga0b1798042d033
 2024-03-19 12:15 UTC  (3+ messages)
` [Bug tree-optimization/114269] [14 Regression] Multiple 3-6% "

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
 2024-03-19 12:15 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).