public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files
 2021-04-02 16:09 UTC  (2+ messages)
` [Bug c++/99227] "

[Bug c++/99283] New: [modules] ICE in assert_definition, at cp/module.cc:4608
 2021-04-02 16:09 UTC  (8+ messages)
` [Bug c++/99283] "

[Bug tree-optimization/99882] New: [11 Regression] ICE in bswap_view_convert, at gimple-ssa-store-merging.c:988 since r11-7946-g5b9a65ecbeb22ef6
 2021-04-02 14:55 UTC  (3+ messages)
` [Bug tree-optimization/99882] "

[Bug c++/83529] ICE in canonical types differ for identical types
 2021-04-02 14:38 UTC 

[Bug target/99881] New: Regression compare -O2 -ftree-vectorize with -O2 on SKX/CLX
 2021-04-02 14:29 UTC  (2+ messages)
` [Bug target/99881] "

[Bug c++/94628] New: segfault decltype
 2021-04-02 14:28 UTC  (2+ messages)
` [Bug c++/94628] [8/9 Regression] ICE in invalid_nonstatic_memfn_p at cp/typeck.c:1979 since r9-640-g1268ecc26fc1289b

[Bug c++/86859] error: expansion pattern contains no parameter pack when a pack from introduced in a capture is used in decltype
 2021-04-02 14:28 UTC 

[Bug c++/95675] New: internal compiler error: in build_over_call
 2021-04-02 13:30 UTC  (2+ messages)
` [Bug c++/95675] [8/9/10/11 Regression] "

[Bug c++/97962] New: [10/11] ICE in build_over_call, at cp/call.c:8976
 2021-04-02 13:30 UTC  (2+ messages)
` [Bug c++/97962] "

[Bug c++/99599] New: Concepts requirement falsely reporting recursion, breaks tag_invoke pattern
 2021-04-02 12:47 UTC  (3+ messages)
` [Bug c++/99599] [11 Regression] Concepts requirement falsely reporting cyclic dependency, "

[Bug c/99878] New: -use-ld=gold says "could not find ld" instead of "could not find gold"
 2021-04-02 11:15 UTC  (3+ messages)
` [Bug c/99878] -fuse-ld=gold "

[Bug c/99880] New: ICE in maybe_set_vectorized_backedge_value, at tree-vect-loop.c:9161
 2021-04-02 11:13 UTC  (2+ messages)
` [Bug tree-optimization/99880] [10/11 Regression] ICE in maybe_set_vectorized_backedge_value, at tree-vect-loop.c:9161 since r10-3711-g69f8c1aef5cdcc54

[Bug sanitizer/99877] New: Crash in GIMPLE pass:sanopt in huge function using OpenMP
 2021-04-02  9:29 UTC  (4+ messages)
` [Bug sanitizer/99877] "
` [Bug sanitizer/99877] [8/9/10/11 Regression] Crash in GIMPLE pass:sanopt in huge function using OpenMP since r8-7544-gd838c2d5a8b1844c

[Bug tree-optimization/99726] New: [10/11 Regression] ICE in create_intersect_range_checks_index, at tree-data-ref.c:1855 since r10-4762-gf9d6338bd15ce1fae36bf25d3a0545e9678ddc58
 2021-04-02  8:09 UTC  (3+ messages)
` [Bug tree-optimization/99726] [10 "

[Bug tree-optimization/78394] False positives of maybe-uninitialized with -Og
 2021-04-02  8:02 UTC  (2+ messages)

[Bug c++/99879] New: [modules] ICE in open
 2021-04-02  2:08 UTC 

[Bug rtl-optimization/95859] New: Statically true asserts not recognized as such with -O2, but with -O1, -Og, -O3
 2021-04-02  2:07 UTC  (3+ messages)
` [Bug ipa/95859] [10/11 regression] "

[Bug ipa/99862] New: [meta-issue] various missed optimizations for dead code elimination
 2021-04-02  0:28 UTC  (4+ messages)
` [Bug ipa/99862] "

[Bug middle-end/80824] Missing -Wuninitialized at -O0 due to conservative aliasing assumptions
 2021-04-02  0:01 UTC 

[Bug c++/80681] missing -Wuninitialized for const or reference member of a private base class
 2021-04-01 23:31 UTC 

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues
 2021-04-01 23:28 UTC  (7+ messages)

[Bug tree-optimization/80147] missing maybe-uninitialized warning on variable with no side effects
 2021-04-01 23:28 UTC 

[Bug c++/89976] missing uninitialized warning for uninitialized struct member (VOPs)
 2021-04-01 23:10 UTC 

[Bug c++/79658] [-Wuninitialized] referencing uninitialized field of POD struct should warn
 2021-04-01 23:10 UTC 

[Bug c++/97938] New: g++ crash when inferring type of auto parameter pack in lambda capture
 2021-04-01 22:52 UTC  (3+ messages)
` [Bug c++/97938] [9/10/11 Regression] "

[Bug middle-end/78993] [9/10/11 Regression] False positive from -Wmaybe-uninitialized
 2021-04-01 22:32 UTC 

[Bug c++/99831] New: ICE: in reshape_init, at cp/decl.c:6720
 2021-04-01 21:37 UTC  (4+ messages)
` [Bug c++/99831] [10/11 Regression] "
` [Bug c++/99831] [10 "

[Bug c++/99874] New: ICE Segmentation fault when declared variable template of template lambda
 2021-04-01 21:18 UTC  (2+ messages)
` [Bug c++/99874] [11 Regression] "

[Bug libstdc++/86169] .data() fails to unshare strings
 2021-04-01 21:09 UTC 

[Bug c++/99805] New: filesystem::path::parent_path got a wrong path
 2021-04-01 21:06 UTC  (6+ messages)
` [Bug c++/99805] "
` [Bug c++/99805] [9/10/11 Regression] "

[Bug middle-end/78915] missing -Wuninitialized accessing allocated memory
 2021-04-01 20:58 UTC 

[Bug libstdc++/99876] New: std::filesystem::absolute is inefficient
 2021-04-01 20:41 UTC  (3+ messages)
` [Bug libstdc++/99876] "

[Bug libstdc++/99875] New: [10 Regression] experimental filesystem fails on Darwin
 2021-04-01 20:32 UTC  (4+ messages)
` [Bug libstdc++/99875] "

[Bug libstdc++/99096] New: Several failures in the libstdc++-v3 test suite for x86_64-apple-darwin20.3.0 after r11-7220
 2021-04-01 20:31 UTC  (2+ messages)
` [Bug libstdc++/99096] "

[Bug c++/99583] New: Parameter packs not expanded in lambda noexcept specifier
 2021-04-01 20:08 UTC  (3+ messages)
` [Bug c++/99583] "

[Bug c++/99584] New: ICE Segmentation fault when expanding lambda noexcept specifier with invalid parameter pack
 2021-04-01 20:08 UTC  (6+ messages)
` [Bug c++/99584] [11 Regression] "

[Bug tree-optimization/99873] New: [11 Regression] GCC no longer makes as much use of ST3
 2021-04-01 18:38 UTC  (2+ messages)
` [Bug tree-optimization/99873] "

[Bug c++/99869] New: ICE: in do_auto_deduction, at cp/pt.c:29620
 2021-04-01 18:35 UTC  (4+ messages)
` [Bug c++/99869] [11 Regression] "

[Bug fortran/91726] [8/9 Regression] ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612
 2021-04-01 18:19 UTC 

[Bug libstdc++/99868] New: std::string is not copied correctly
 2021-04-01 18:15 UTC  (2+ messages)
` [Bug libstdc++/99868] "

[Bug libstdc++/99871] New: #includes inside push visibility scope
 2021-04-01 18:00 UTC  (3+ messages)
` [Bug libstdc++/99871] "

[Bug c/99872] New: [11 Regression] optimizations sometimes lead to missing asm prefixes
 2021-04-01 17:14 UTC 

[Bug target/99870] New: uiret generated for -mcmodel=kernel
 2021-04-01 16:28 UTC 

[Bug tree-optimization/97513] New: [11 regression] aarch64 SVE regressions since r11-3822
 2021-04-01 16:11 UTC  (2+ messages)
` [Bug target/97513] "

[Bug target/99867] New: [11 Regression] ICE in to_constant, at poly-int.h:504
 2021-04-01 15:14 UTC  (3+ messages)
` [Bug target/99867] "
` [Bug target/99867] [10/11 "

[Bug c++/99859] New: constexpr evaluation with member function is incorrect
 2021-04-01 14:15 UTC  (4+ messages)
` [Bug c++/99859] "

[Bug rtl-optimization/99847] New: Optimization breaks alignment on CPU32
 2021-04-01 14:14 UTC  (3+ messages)
` [Bug target/99847] "

[Bug c++/98481] New: std::vector<std::string>::size_type as return type gets tagged with abi:cxx11
 2021-04-01 14:05 UTC  (3+ messages)
` [Bug c++/98481] [10 Regression] "

[Bug target/99863] New: [10/11 Regression] wrong code with -O -fno-tree-forwprop -mno-sse2
 2021-04-01 13:54 UTC  (18+ messages)
` [Bug target/99863] "
` [Bug target/99863] [10/11 Regression] wrong code with -O -fno-tree-forwprop -mno-sse2 since r10-7268-g529ea7d9596b26ba
` [Bug rtl-optimization/99863] "

[Bug bootstrap/87858] Building old multilib bootstrap GCC: stage1 32-bit libstdc++ fails to build after building 64-bit libstdc++
 2021-04-01 13:48 UTC 

[Bug fortran/97009] New: Inlining with non-standard selected_int_kind leads to errors
 2021-04-01 13:38 UTC  (6+ messages)
` [Bug tree-optimization/97009] [9/10/11 Regression] "
` [Bug tree-optimization/97009] [9 "

[Bug c++/99586] New: Use of class template identifier checked for CTAD before instantiation
 2021-04-01 13:37 UTC  (2+ messages)
` [Bug c++/99586] "

[Bug fortran/99818] New: [10/11 Regression] ICE in gfc_get_tree_for_caf_expr, at fortran/trans-expr.c:2186
 2021-04-01 13:34 UTC  (2+ messages)
` [Bug fortran/99818] "

[Bug lto/99447] New: [11 Regression] ICE (segfault) in lookup_page_table_entry
 2021-04-01 12:50 UTC  (2+ messages)
` [Bug ipa/99447] "

[Bug middle-end/99857] New: [11 Regression] FAIL: libgomp.c/declare-variant-1.c (test for excess errors) by r11-7926
 2021-04-01 12:22 UTC  (3+ messages)
` [Bug middle-end/99857] "

[Bug c++/99858] New: Wrong throw-expression behaviour with reference to pointer
 2021-04-01 10:50 UTC  (3+ messages)
` [Bug c++/99858] "

[Bug target/99647] New: arm: GCC generates invalid MVE vmov instruction
 2021-04-01 10:43 UTC  (2+ messages)
` [Bug target/99647] "

[Bug ipa/98265] New: gcc-10 has significantly worse code generated with -O2 compared to -O1 (or gcc-9 -O2) when using the Eigen C++ library
 2021-04-01 10:14 UTC  (5+ messages)
` [Bug ipa/98265] [10/11 Regression] "

[Bug target/99866] New: gcc/config/aarch64/aarch64-protos.h: 2 * passing structs ?
 2021-04-01 10:01 UTC 

[Bug libstdc++/99865] New: std::filesystem namespace identifiers pollute global namespace
 2021-04-01  9:55 UTC  (4+ messages)
` [Bug libstdc++/99865] "

[Bug c/99856] New: Alpha Compositing auto vectorization regression: 8.3 -> 9.1
 2021-04-01  9:43 UTC  (7+ messages)
` [Bug tree-optimization/99856] [9/10/11 Regression] Alpha Compositing auto vectorization regression
` [Bug tree-optimization/99856] [9/10 "
` [Bug tree-optimization/99856] [9 "

[Bug c/96573] New: [Regression] Regression in optimization on x86-64 with -O3 from GCC 9 to 10
 2021-04-01  9:22 UTC  (3+ messages)
` [Bug tree-optimization/96573] [10/11 Regression] Regression in optimization on x86-64 with -O3
` [Bug tree-optimization/96573] [10 "

[Bug c++/99864] New: Abbreviated member function template doesn't compile with default function argument
 2021-04-01  9:17 UTC 

[Bug c++/99861] New: [modules] ICE in hashtab_chk_error
 2021-04-01  7:50 UTC  (3+ messages)
` [Bug c++/99861] "

[Bug c++/99850] New: [P1102R2] reject valid lambda syntax in C++23
 2021-04-01  6:58 UTC  (2+ messages)
` [Bug c++/99850] "

[Bug lto/99849] New: ICE in expand_expr_real_1, at expr.c:11556 since r5-5407-g30d5d8c5189064c8
 2021-04-01  6:56 UTC  (2+ messages)
` [Bug lto/99849] "

[Bug fortran/99840] New: [9/10/11 Regression] ICE in gfc_simplify_matmul, at fortran/simplify.c:4777
 2021-04-01  6:15 UTC  (8+ messages)
` [Bug fortran/99840] "

[Bug c++/99855] New: [modules] ICE Error reporting routines re-entered
 2021-04-01  6:12 UTC  (2+ messages)
` [Bug c++/99855] "

[Bug c++/99737] New: [modules] malloc(): smallbin double linked list corrupted
 2021-04-01  5:30 UTC  (2+ messages)
` [Bug c++/99737] "

[Bug middle-end/78391] g++ (any version) at O0 (for O1, O2, O3 is ok) doesn't warn when class members are used uninitialized
 2021-04-01  0:46 UTC  (2+ messages)
` [Bug c++/78391] "

[Bug middle-end/78370] taking address of a var causes missing uninitialized warning
 2021-04-01  0:23 UTC 

[Bug middle-end/19430] taking address of a var causes missing uninitialized warning (virtual PHI with MEM)
 2021-04-01  0:23 UTC 

[Bug middle-end/78081] -Wmaybe-initialized false-alarm regression for Emacs regex.c (jump threading fallout)
 2021-04-01  0:15 UTC  (2+ messages)

[Bug analyzer/99771] New: Analyzer diagnostics should not say "<unknown>"
 2021-03-31 23:21 UTC  (3+ messages)
` [Bug analyzer/99771] "

[Bug analyzer/99860] New: RFE: analyzer does not respect "restrict"
 2021-03-31 23:10 UTC 

[Bug fortran/77504] [8/9/10/11 Regression] "is used uninitialized" with allocatable string and array constructors
 2021-03-31 22:50 UTC 

[Bug middle-end/73550] Another wrong -Wmaybe-uninitialized warning in switch statement
 2021-03-31 22:46 UTC 

[Bug middle-end/72826] bad pretty-printing of decl *((void*)& x +offset) for uninitialized structure field (ESRA)
 2021-03-31 22:32 UTC 

[Bug c++/99851] New: Warn about operator new that takes std::nothrow_t but is potentially-throwing
 2021-03-31 21:36 UTC  (3+ messages)
` [Bug c++/99851] "

[Bug other/99445] New: [11 Regression] ICE in
 2021-03-31 21:32 UTC  (2+ messages)
` [Bug c++/99445] [11 Regression] ICE in hashtab_chk_error, at hash-table.c:137 since r11-7011-g6e0a231a4aa2407b

[Bug tree-optimization/83336] [meta-bug] Issues with displaying inlining chain for middle-end warnings
 2021-03-31 21:23 UTC 

[Bug middle-end/71701] bogus token in -Wmaybe-uninitialized warning
 2021-03-31 21:23 UTC 

[Bug middle-end/71699] bogus -Wmaybe-uninitialized warning: gcc misses that non-NULL pointer + offset can never be NULL
 2021-03-31 21:11 UTC 

[Bug middle-end/71011] Wrong decl in a "may be uninitialized" warning
 2021-03-31 20:52 UTC 

[Bug target/98119] New: SVE: Wrong code with -O1 -ftree-vectorize -msve-vector-bits=512 -mtune=thunderx
 2021-03-31 20:39 UTC  (2+ messages)
` [Bug target/98119] [10 Regression] "

[Bug target/97141] New: [10/11 Regression] aarch64, SVE: ICE in decompose, at rtl.h (during expand) since r10-4676-g9c437a108a
 2021-03-31 20:38 UTC  (3+ messages)
` [Bug target/97141] [10 "

[Bug tree-optimization/98726] New: aarch64: tree check: expected integer_cst, have poly_int_cst in to_wide, at tree.h:5984
 2021-03-31 20:38 UTC  (2+ messages)
` [Bug tree-optimization/98726] [10/11 Regression] SVE: "

[Bug tree-optimization/68548] bogus "may be used uninitialized" (predicate analysis)
 2021-03-31 20:37 UTC 

[Bug c/63943] New: -Wmaybe-uninitialized pragma mishandled in inlined function
 2021-03-31 20:36 UTC  (2+ messages)
` [Bug middle-end/63943] wrong location for -Wmaybe-uninitialized "

[Bug tree-optimization/98268] New: ICE: verify_gimple failed with LTO and SVE
 2021-03-31 20:36 UTC  (2+ messages)
` [Bug tree-optimization/98268] [10 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).