public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/107106] New: Incorrect use of uninitialized value warning
 2023-02-19 20:23 UTC  (2+ messages)
` [Bug analyzer/107106] Incorrect use of uninitialized value warning on C++

[Bug c++/96848] New: Inherited conditionally explicit constructors via using declaration do not enforce explicitness if dependent on template parameter
 2023-02-19 20:12 UTC  (2+ messages)
` [Bug c++/96848] "

[Bug c++/108848] New: Accessing class static member of non-dependent expression using member syntax in dependent context is rejected
 2023-02-19 19:53 UTC 

[Bug modula2/108261] New: modula-2 module registration process seems to fail with shared libraries
 2023-02-19 16:59 UTC  (2+ messages)
` [Bug modula2/108261] "

[Bug libstdc++/108030] New: `std::experimental::simd` not inlined
 2023-02-19 15:21 UTC  (3+ messages)
` [Bug libstdc++/108030] "

[Bug middle-end/108847] New: unnecessary bitwise AND on boolean types
 2023-02-19 13:37 UTC 

[Bug sanitizer/108845] New: Unnecessary signed integer overflow checks
 2023-02-19  3:55 UTC  (5+ messages)
` [Bug sanitizer/108845] "

[Bug c/107931] New: [12 Regression] -Od causes always_inline to fail
 2023-02-18 23:34 UTC  (7+ messages)
` [Bug ipa/107931] [12/13 Regression] -Og causes always_inline to fail since r12-6677-gc952126870c92cf2

[Bug libstdc++/108846] New: std::copy, std::copy_n on potentially overlapping subobjects
 2023-02-18 22:00 UTC  (4+ messages)
` [Bug libstdc++/108846] "

[Bug c/102939] New: Ridiculously long compilation times on (admittedly ridiculous) pointer declaration
 2023-02-18 21:56 UTC  (2+ messages)
` [Bug c/102939] Ridiculously long compilation times on (admittedly itself "

[Bug c++/104041] New: static_assert failure triggered by non-selected template specialization
 2023-02-18 21:19 UTC  (2+ messages)
` [Bug c++/104041] "

[Bug c++/104691] New: SFINAE does not disable static_assert
 2023-02-18 21:19 UTC  (2+ messages)
` [Bug c++/104691] "

[Bug c++/92099] [9/10 Regression] static_assert of struct template of false_type succeed with GCC8 but not GCC9
 2023-02-18 21:19 UTC 

[Bug c++/87389] if constexpr not working properly with static_assert
 2023-02-18 21:19 UTC 

[Bug c++/89741] [9 Regression] static_assert fires when template not instantiated
 2023-02-18 21:19 UTC 

[Bug c++/52809] New: Template non-dependent static_assert diagnostics may confuse
 2023-02-18 21:19 UTC  (2+ messages)
` [Bug c++/52809] "

[Bug c++/53638] New: static_assert handling behavior ignores template specializations
 2023-02-18 21:19 UTC  (2+ messages)
` [Bug c++/53638] "

[Bug lto/108389] New: LTO(plugin) can not find lto-ed symbols
 2023-02-18 19:12 UTC  (4+ messages)
` [Bug lto/108389] "

[Bug target/104375] New: [x86] Failure to recognize bzhi patter nwhen shr is present
 2023-02-18 17:08 UTC  (3+ messages)
` [Bug target/104375] [x86] Failure to recognize bzhi pattern when "

[Bug tree-optimization/108819] New: ICE on valid code at -O1 with "-fno-tree-ccp -fno-tree-forwprop" on x86_64-linux-gnu: tree check: expected ssa_name, have integer_cst in number_of_iterations_cltz, at tree-ssa-loop-niter.cc:2394
 2023-02-18 11:42 UTC  (7+ messages)
` [Bug tree-optimization/108819] [12/13 Regression] "
` [Bug tree-optimization/108819] [12 "

[Bug target/108832] New: [13 Regression] ICE in replace_rtx, at rtlanal.cc:3358
 2023-02-18 11:41 UTC  (9+ messages)
` [Bug target/108832] "

[Bug c/108375] New: [10/11/12/13 Regression] Some variably modified types not detected as such
 2023-02-18  9:39 UTC  (3+ messages)
` [Bug c/108375] "

[Bug c/105660] New: ICE on aarch64 in warn_parm_array_mismatch
 2023-02-18  9:39 UTC  (2+ messages)
` [Bug c/105660] [12/13 Regression] ICE in warn_parm_array_mismatch when merging two function decls and VLA arguments since r12-1218-gc6503fa93b5565c9

[Bug tree-optimization/108844] New: sincos opportunity missed
 2023-02-18  9:38 UTC 

[Bug tree-optimization/94908] New: Failure to optimally optimize certain shuffle patterns
 2023-02-18  9:35 UTC  (4+ messages)
` [Bug tree-optimization/94908] "
` [Bug target/94908] "

[Bug debug/108843] New: timeout with -g -O3 ?
 2023-02-18  9:18 UTC  (2+ messages)
` [Bug debug/108843] "

[Bug d/108842] New: Cannot use enum array with -fno-druntime
 2023-02-18  7:34 UTC 

[Bug middle-end/83286] internal compiler error: Illegal instruction
 2023-02-18  5:26 UTC 

[Bug target/92953] Undesired if-conversion with overflow builtins
 2023-02-18  4:23 UTC 

[Bug tree-optimization/10520] induction variable analysis not used to eliminate comparisons
 2023-02-18  4:10 UTC 

[Bug tree-optimization/108841] New: sometimes a < b && c < b is not optimized to MAX<a, c> < b
 2023-02-18  4:10 UTC 

[Bug tree-optimization/98966] New: Failure to optimize conditional or with 1 based on boolean condition to direct or
 2023-02-18  2:36 UTC  (3+ messages)
` [Bug tree-optimization/98966] "

[Bug tree-optimization/96930] New: Failure to optimize out 64-bit arithmetic when it can't happen with division transformed into right shift
 2023-02-18  2:09 UTC  (2+ messages)
` [Bug tree-optimization/96930] Failure to optimize out arithmetic with bigger size when it can't matter "

[Bug tree-optimization/96692] New: Failure to optimize xor+or+xor to andnot+xor
 2023-02-18  2:04 UTC  (3+ messages)
` [Bug rtl-optimization/96692] "

[Bug target/95427] New: Failure to avoid emitting rbp initialization when doing 256-bit memory store
 2023-02-18  1:22 UTC  (2+ messages)
` [Bug target/95427] "

[Bug libstdc++/108836] New: std::mutex disappears in single-threaded libstdc++ builds
 2023-02-17 23:35 UTC  (5+ messages)
` [Bug libstdc++/108836] "

[Bug tree-optimization/94899] New: Failure to optimize out add before compare
 2023-02-17 20:50 UTC  (3+ messages)
` [Bug tree-optimization/94899] Failure to optimize out add before compare with INT_MIN

[Bug middle-end/19987] [meta-bug] fold missing optimizations in general
 2023-02-17 20:50 UTC 

[Bug c++/97553] New: [missed optimization] constexprness not noticed when UBsan enabled
 2023-02-17 20:21 UTC  (2+ messages)
` [Bug c++/97553] "

[Bug c++/108243] New: Missed optimization for static const std::string_view(const char*)
 2023-02-17 20:21 UTC  (2+ messages)
` [Bug c++/108243] [10/11/12/13 Regression] "

[Bug c++/108833] New: internal compiler error: Segmentation fault (GCC 12.1.1)
 2023-02-17 18:57 UTC  (10+ messages)
` [Bug c++/108833] [12 Regression] "
` [Bug c++/108833] [11/12 "

[Bug tree-optimization/98334] New: Failure to optimally optimize add loop to mul
 2023-02-17 18:35 UTC  (2+ messages)
` [Bug rtl-optimization/98334] "

[Bug tree-optimization/94782] New: Simple multiplication-related arithmetic not optimized to direct multiplication
 2023-02-17 18:28 UTC  (4+ messages)
` [Bug tree-optimization/94782] "

[Bug target/108840] New: Aarch64 doesn't optimize away shift counter masking
 2023-02-17 18:08 UTC  (2+ messages)
` [Bug target/108840] "

[Bug target/107949] New: PPC: Unnecessary rlwinm after lbzx
 2023-02-17 17:33 UTC  (3+ messages)
` [Bug rtl-optimization/107949] "

[Bug ipa/107925] New: ICE in update_specialized_profile at gcc/ipa-cp.cc:5082 for 531.deepsjeng_r benchmark
 2023-02-17 17:20 UTC  (2+ messages)
` [Bug ipa/107925] "

[Bug tree-optimization/108839] New: Option for rerolling loops
 2023-02-17 17:19 UTC  (2+ messages)
` [Bug tree-optimization/108839] "

[Bug fortran/108838] New: [OpenMP] Array section of allocatable deferred-string has the wrong offset for the data component
 2023-02-17 17:04 UTC 

[Bug target/108831] New: QImode binary ops with one zero-extracted argument can be optimized
 2023-02-17 16:52 UTC  (5+ messages)
` [Bug target/108831] "

[Bug tree-optimization/90838] Detect table-based ctz implementation
 2023-02-17 16:32 UTC  (10+ messages)

[Bug fortran/108837] New: Deferred string length component of DT + array section passes the wrong array elements
 2023-02-17 15:38 UTC 

[Bug target/108805] New: [13 Regression] ICE: in simplify_subreg, at simplify-rtx.cc:7400 at -O and above
 2023-02-17 15:21 UTC  (4+ messages)
` [Bug rtl-optimization/108805] "

[Bug sanitizer/108834] New: LTO: ltrans temporary file is used as module name in ASAN
 2023-02-17 14:59 UTC  (7+ messages)
` [Bug sanitizer/108834] "

[Bug sanitizer/108817] New: ASAN at -O3 failed to detect a global-buffer-overflow
 2023-02-17 14:31 UTC  (2+ messages)
` [Bug sanitizer/108817] "

[Bug tree-optimization/108226] New: __restrict on inlined function parameters does not function as expected
 2023-02-17 13:57 UTC  (2+ messages)
` [Bug ipa/108226] "

[Bug c++/100295] New: Internal compiler error from generic lambda capturing parameter pack and expanding it in if constexpr
 2023-02-17 13:24 UTC  (2+ messages)
` [Bug c++/100295] "

[Bug tree-optimization/108351] New: Dead Code Elimination Regression at -O3 (trunk vs. 12.2.0)
 2023-02-17 12:52 UTC  (2+ messages)
` [Bug tree-optimization/108351] [13 Regression] Dead Code Elimination Regression at -O3 since r13-4240-gfeeb0d68f1c708

[Bug testsuite/108835] New: gm2 tests at large -jNN numbers do not return
 2023-02-17 12:28 UTC 

[Bug tree-optimization/108821] New: Extra volatile access with -O2 -ftree-loop-im since GCC-11
 2023-02-17 11:39 UTC  (5+ messages)
` [Bug tree-optimization/108821] [11/12/13 Regression] LIM reissuing a violatile store when it cannot/should not
` [Bug tree-optimization/108821] [11/12 "

[Bug target/108813] New: gcc.target/powerpc/pr101384-2.c fails on power 9 BE
 2023-02-17  8:18 UTC  (2+ messages)
` [Bug testsuite/108813] "

[Bug tree-optimization/108828] New: ivopts silencing gcc.dg/Wuse-after-free-2.c:115
 2023-02-17  8:03 UTC  (2+ messages)
` [Bug tree-optimization/108828] "

[Bug c/108825] New: error during GIMPLE pass: unrolljam
 2023-02-17  8:01 UTC  (11+ messages)
` [Bug tree-optimization/108825] [13 Regression] "

[Bug target/108816] New: ICE in operator[], at vec.h:889
 2023-02-17  7:58 UTC  (2+ messages)
` [Bug tree-optimization/108816] "

[Bug c++/105224] New: [modules] g++.dg/modules/virt-2_a.C: inline key methods: c++ modules and arm aapcs clash
 2023-02-17  7:56 UTC  (2+ messages)
` [Bug c++/105224] "

[Bug libstdc++/77760] get_time needs to set tm_wday amd tm_yday
 2023-02-17  7:54 UTC 

[Bug c++/94649] New: 16-byte aligned atomic_compare_exchange doesn not generate cmpxcg16b on x86_64
 2023-02-17  7:53 UTC  (2+ messages)
` [Bug target/94649] "

[Bug c++/107411] New: trivial-auto-var-init=zero invalid uninitialized variable warning
 2023-02-17  7:32 UTC  (6+ messages)
` [Bug middle-end/107411] "

[Bug target/108810] New: gcc.target/powerpc/fold-vec-extract-double.p9.c fails on power 9 BE
 2023-02-17  6:14 UTC  (2+ messages)
` [Bug testsuite/108810] "

[Bug target/108807] New: [11 regression] gcc.target/powerpc/vsx-builtin-10d.c fails after b29225597584b697762585e0b707b7cb4b427650 on power 9 BE
 2023-02-17  5:26 UTC  (3+ messages)
` [Bug target/108807] [11/12/13 regression] gcc.target/powerpc/vsx-builtin-10d.c fails after r11-6857-gb29225597584b6 "

[Bug target/108814] New: gcc.target/powerpc/pr79251-run.p9.c fails on power 9 BE
 2023-02-17  5:26 UTC  (2+ messages)
` [Bug target/108814] "

[Bug analyzer/108830] New: Excess warnings from -Wanalyzer-null-dereference
 2023-02-17  0:10 UTC 

[Bug libstdc++/108827] New: [C++23] Implement P2387R3, Pipe support for user-defined range adaptors
 2023-02-16 23:28 UTC  (2+ messages)
` [Bug libstdc++/108827] "

[Bug analyzer/108806] New: -Wanalyzer-null-dereference false positives due to not handling bitmasks
 2023-02-16 23:20 UTC  (3+ messages)
` [Bug analyzer/108806] "

[Bug c/108796] New: GCC 13 accepts [[noreturn]] attribute without -std=c2x
 2023-02-16 22:34 UTC  (4+ messages)
` [Bug c/108796] Can't intermix C2x and GNU style attributes

[Bug sanitizer/108824] New: ASAN -O2/3 missed a stack-buffer-underflow since GCC-10
 2023-02-16 22:03 UTC  (2+ messages)
` [Bug sanitizer/108824] "

[Bug target/108803] New: [10/11/12/13 Regression] wrong code for 128bit rotate on aarch64-unknown-linux-gnu with -Og
 2023-02-16 19:59 UTC  (7+ messages)
` [Bug target/108803] "

[Bug c++/108829] New: internal compiler error: in is_capture_proxy, at cp/lambda.cc:272
 2023-02-16 18:55 UTC  (7+ messages)
` [Bug c++/108829] "
` [Bug c++/108829] [13 Regression] "
` [Bug c++/108829] [12/13 "

[Bug target/106282] New: m68k: Problem with thread-local storage and -mcpu=5206
 2023-02-16 18:29 UTC  (2+ messages)
` [Bug target/106282] [10/11/12/13 Regression] m68k: Problem with thread-local storage and -mcpu=5206 since r9-2326-gede9446c26a929

[Bug rtl-optimization/108826] New: Inefficient address generation on POWER and RISC-V
 2023-02-16 18:25 UTC  (7+ messages)
` [Bug rtl-optimization/108826] "

[Bug target/103370] New: [12 Regression] Assembler error building glibc for ColdFire soft-float
 2023-02-16 18:14 UTC  (2+ messages)
` [Bug target/103370] [12/13 "

[Bug c/108818] New: [aarch64] use a extra mov instruction compare to llvm
 2023-02-16 17:42 UTC  (3+ messages)
` [Bug rtl-optimization/108818] "

[Bug fortran/104554] New: ICE in check_assumed_size_reference, at fortran/resolve.cc:1650
 2023-02-16 17:32 UTC  (3+ messages)
` [Bug fortran/104554] "

[Bug c++/84699] [DR1054] discarded value expression of volatile class type shall materialize a temporary
 2023-02-16 17:26 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).