public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[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/90838] Detect table-based ctz implementation
 2023-02-17 14:27 UTC  (6+ messages)

[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 target/108832] New: [13 Regression] ICE in replace_rtx, at rtlanal.cc:3358
 2023-02-17 13:45 UTC  (7+ messages)
` [Bug target/108832] "

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

[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/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-17 13:20 UTC  (5+ messages)
` [Bug tree-optimization/108819] [13 Regression] "
` [Bug tree-optimization/108819] [12/13 "

[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 c++/108833] New: internal compiler error: Segmentation fault (GCC 12.1.1)
 2023-02-17 11:50 UTC  (2+ messages)
` [Bug c++/108833] [12 Regression] "

[Bug tree-optimization/108821] New: Extra volatile access with -O2 -ftree-loop-im since GCC-11
 2023-02-17 11:39 UTC  (6+ 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 c/107931] New: [12 Regression] -Od causes always_inline to fail
 2023-02-17 10:16 UTC  (2+ messages)
` [Bug ipa/107931] [12/13 Regression] -Og causes always_inline to fail since r12-6677-gc952126870c92cf2

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

[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  (9+ 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  (4+ messages)
` [Bug target/108807] "
` [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  (6+ 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  (9+ 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  (5+ 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 

[Bug c++/107773] New: Class members do not hide nested types
 2023-02-16 16:27 UTC  (3+ messages)
` [Bug c++/107773] Class members do not hide inherited types inside requires

[Bug testsuite/105959] New: new test case c-c++-common/diagnostic-format-sarif-file-4.c from r13-967-g6cf276ddf22066 fails
 2023-02-16 16:16 UTC  (2+ messages)
` [Bug testsuite/105959] "

[Bug libstdc++/108823] New: ranges::transform could be smarter with two sized ranges
 2023-02-16 15:43 UTC  (2+ messages)
` [Bug libstdc++/108823] "

[Bug libstdc++/108822] New: [C++23] Implement P2255R2, type trait to detect reference binding to temporary
 2023-02-16 15:39 UTC  (2+ messages)
` [Bug libstdc++/108822] "

[Bug libstdc++/107760] New: Implement C++23 <print>
 2023-02-16 15:33 UTC  (2+ messages)
` [Bug libstdc++/107760] "

[Bug libstdc++/108030] New: `std::experimental::simd` not inlined
 2023-02-16 14:58 UTC  (2+ messages)
` [Bug libstdc++/108030] "

[Bug c/108657] New: csmith: possible wrong checksum with -O3 and -ftrivial-auto-var-init=zero
 2023-02-16 14:35 UTC  (10+ messages)
` [Bug middle-end/108657] [13 Regression] "

[Bug c++/106258] New: ICE in ipa_verify_edge_has_no_modifications, at ipa-param-manipulation.cc:139
 2023-02-16 14:23 UTC  (2+ messages)
` [Bug middle-end/106258] [13 Regression] ICE in ipa_verify_edge_has_no_modifications, at ipa-param-manipulation.cc:139 since r13-1204-gd68d366425369649

[Bug c/108718] New: csmith: possible bad code with -O2
 2023-02-16 12:59 UTC  (3+ messages)
` [Bug c/108718] [10/11/12/13 Regression] "

[Bug libstdc++/106239] New: vector::resize(size_type, const value_type&) should not require copy-assignability
 2023-02-16 12:53 UTC  (2+ messages)
` [Bug libstdc++/106239] "

[Bug libstdc++/108820] New: vector::resize(n, v) requires copy_assignable, which is not part of the CopyInsertable concept
 2023-02-16 12:53 UTC  (3+ messages)
` [Bug libstdc++/108820] "

[Bug c/108721] New: csmith: really old bug with -O2
 2023-02-16 12:31 UTC  (4+ messages)
` [Bug middle-end/108721] [10/11/12/13 Regression] "

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

[Bug c++/107699] New: False positive -Warray-bounds, non-existent offset reported by GCC
 2023-02-16 10:37 UTC  (2+ messages)
` [Bug tree-optimization/107699] [12/13 Regression] "

[Bug tree-optimization/108783] New: [13 Regression] ICE: verify_flow_info failed (error: returns_twice call is not first in basic block 3)
 2023-02-16  9:42 UTC  (3+ messages)
` [Bug tree-optimization/108783] "

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

[Bug c/108791] New: [12/13 Regression] ICE: verify_gimple failed
 2023-02-16  7:37 UTC  (3+ messages)
` [Bug tree-optimization/108791] "
` [Bug tree-optimization/108791] [12 "

[Bug c++/108778] New: Missing optimization with direct register access instead of structure mapping
 2023-02-16  5:39 UTC  (2+ messages)
` [Bug middle-end/108778] "

[Bug tree-optimization/107096] New: Fully masking vectorization with AVX512 ICEs gcc.dg/vect/vect-over-widen-*.c
 2023-02-16  2:09 UTC  (2+ messages)
` [Bug tree-optimization/107096] "

[Bug c++/108811] New: add enum annotation for switch statements
 2023-02-15 23:23 UTC  (2+ messages)
` [Bug c++/108811] "

[Bug c/108375] New: [10/11/12/13 Regression] Some variably modified types not detected as such
 2023-02-15 23:04 UTC  (2+ messages)
` [Bug c/108375] "

[Bug c++/97795] New: internal compiler error: in i386_pe_seh_unwind_emit
 2023-02-15 22:55 UTC  (2+ messages)
` [Bug target/97795] "

[Bug target/90458] [10/11/12/13 Regression] mingw64: ICE in i386_pe_seh_unwind_emit, at config/i386/winnt.c:1258 with -fstack-clash-protection
 2023-02-15 22:55 UTC  (4+ messages)

[Bug target/108815] New: gcc.target/powerpc/pr83677.c fails on power 9 BE
 2023-02-15 22:30 UTC 

[Bug target/108812] New: gcc.target/powerpc/p9-sign_extend-runnable.c fails on power 9 BE
 2023-02-15 22:13 UTC 

[Bug target/108809] New: gcc.target/powerpc/builtins-5-p9-runnable.c fails on power 9 BE
 2023-02-15 21:57 UTC 

[Bug fortran/103608] New: ICE in do_intent, at fortran/frontend-passes.c:3035
 2023-02-15 21:50 UTC  (4+ messages)
` [Bug fortran/103608] "

[Bug c++/108808] New: G++ -O2 incorrectly bypasses an infinite loop
 2023-02-15 21:19 UTC  (4+ messages)
` [Bug c++/108808] "

[Bug tree-optimization/108804] New: missed vectorization in presence of conversion from uint64_t to float
 2023-02-15 20:30 UTC  (3+ messages)
` [Bug tree-optimization/108804] "
` [Bug target/108804] "

[Bug analyzer/108725] New: -Wanalyzer-use-of-uninitialized-value on ternary pointer access seen in qemu-7.2.0's dump/win_dump.c
 2023-02-15 20:00 UTC  (3+ messages)
` [Bug analyzer/108725] "

[Bug analyzer/108666] New: -Wanalyzer-use-of-uninitialized-value false positives seen in coreutils's sum.c: bsd_sum_stream
 2023-02-15 19:58 UTC  (3+ messages)
` [Bug analyzer/108666] "

[Bug analyzer/108664] New: -Wanalyzer-use-of-uninitialized-value false positive seen in coreutils's cksum.c: cksum_slice8
 2023-02-15 19:58 UTC  (3+ messages)
` [Bug analyzer/108664] "

[Bug fortran/104346] New: Problem with overloaded assignment when LHS is allocatable array
 2023-02-15 19:40 UTC  (2+ messages)
` [Bug fortran/104346] "

[Bug fortran/104321] New: Dead code since r12-4467-g64f9623765da33
 2023-02-15 19:34 UTC  (2+ messages)
` [Bug fortran/104321] "

[Bug c/108799] New: Improper deprecation diagnostic for rsp clobber
 2023-02-15 18:03 UTC  (3+ messages)
` [Bug middle-end/108799] "

[Bug middle-end/104077] New: bogus/missing -Wdangling-pointer
 2023-02-15 17:39 UTC  (2+ messages)
` [Bug middle-end/104077] [meta-bug] "

[Bug middle-end/106080] New: Labels as values triggering -Wdangling-pointer
 2023-02-15 17:39 UTC  (3+ messages)
` [Bug middle-end/106080] "

[Bug tree-optimization/108802] New: missed inlining of call via pointer to member function
 2023-02-15 16:30 UTC  (2+ messages)
` [Bug ipa/108802] [10/11/12/13 Regression] "

[Bug c/108685] New: [13 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748
 2023-02-15 16:14 UTC  (3+ messages)
` [Bug middle-end/108685] [10/11/12/13 Regression] ICE in verify_loop_structure, at cfgloop.cc:1748 since r13-2388-ga651e6d59188da

[Bug target/104688] New: gcc and libatomic can use SSE for 128-bit atomic loads on Intel CPUs with AVX
 2023-02-15 16:09 UTC  (4+ messages)
` [Bug target/104688] gcc and libatomic can use SSE for 128-bit atomic loads on Intel and AMD "

[Bug libstdc++/108517] New: std::sort of empty range yield "warning: 'this' pointer is null"
 2023-02-15 15:28 UTC  (2+ messages)
` [Bug c++/108517] [11/12/13 Regression] "

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