public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug target/96373] New: SVE miscompilation on vectorized division loop, leading to FP exception
 2020-08-05 11:09 UTC  (10+ messages)
` [Bug target/96373] "

[Bug rtl-optimization/96475] New: direct threaded interpreter with computed gotos generates suboptimal dispatch loop
 2020-08-05 10:02 UTC  (2+ messages)
` [Bug rtl-optimization/96475] "

[Bug tree-optimization/96481] New: SLP fail to vectorize VEC_COND_EXPR pattern
 2020-08-05  9:26 UTC 

[Bug c++/96480] New: missed optimisation: unnecessary compare in standard algorithms
 2020-08-05  8:53 UTC 

[Bug target/96342] New: [SVE] Add support for "omp declare simd"
 2020-08-05  8:53 UTC  (3+ messages)
` [Bug target/96342] "

[Bug d/96153] New: d: struct literals have non-deterministic hash values
 2020-08-05  8:46 UTC  (3+ messages)
` [Bug d/96153] "

[Bug middle-end/96459] New: OpenMP host teams reductions ignored
 2020-08-05  8:44 UTC  (5+ messages)
` [Bug middle-end/96459] "

[Bug target/96479] New: AArch64: return SIMD register with -mgeneral-regs-only
 2020-08-05  8:30 UTC  (3+ messages)
` [Bug target/96479] "

[Bug target/96476] New: [Request] expose preferred vector width to preprocessor
 2020-08-05  8:06 UTC  (3+ messages)
` [Bug target/96476] "
` [Bug c/96476] "

[Bug c++/95511] New: Class template argument deduction: guide generated from constructor preferred over deduction-guide
 2020-08-05  8:04 UTC  (2+ messages)
` [Bug c++/95511] "

[Bug debug/96471] New: ICE: fortran+gnat: build_abbrev_table, at dwarf2out.c: -g -fdebug-types-section
 2020-08-05  7:59 UTC  (6+ messages)
` [Bug debug/96471] "

[Bug middle-end/96460] New: Warn about signed module that is converted to unsigned value
 2020-08-05  7:45 UTC  (3+ messages)
` [Bug c/96460] "

[Bug testsuite/96470] New: [10 regression] gnat.dg/opt39.adb fails since r10-917
 2020-08-05  7:31 UTC  (2+ messages)
` [Bug testsuite/96470] "

[Bug c/96468] New: Warn when an empty while loop could have been a do-while
 2020-08-05  7:30 UTC  (2+ messages)
` [Bug c/96468] "

[Bug tree-optimization/96466] New: 11 Regression] ICE: in gimple_expand_vec_cond_expr, at gimple-isel.cc:122 with -Og -finline-functions-called-once -fno-tree-ccp
 2020-08-05  7:29 UTC  (2+ messages)
` [Bug tree-optimization/96466] [11 "

[Bug tree-optimization/96451] New: [11 Regression] gcc.dg/pr68766.c ICE since r11-2453
 2020-08-05  7:25 UTC  (9+ messages)
` [Bug tree-optimization/96451] "

[Bug c/65752] New: Too strong optimizations int -> pointer casts
 2020-08-05  7:07 UTC  (3+ messages)
` [Bug tree-optimization/65752] "

[Bug libstdc++/96449] New: libstdc++-v3/src/c++17/floating_from_chars.cc:326:Found duplicate branches for 'if' and 'else'
 2020-08-05  6:56 UTC  (4+ messages)
` [Bug libstdc++/96449] "

[Bug c++/96478] New: GCC accepts enum definition in alignas()
 2020-08-05  4:41 UTC 

[Bug c++/96477] New: GCC accepts attribute 'const' as an attribute pack
 2020-08-05  4:35 UTC 

[Bug sanitizer/96307] New: ICE in sanopt on riscv64 since r11-2283-g2ca1b6d009b194286c3ec91f9c51cc6b0a475458
 2020-08-05  3:52 UTC  (2+ messages)
` [Bug sanitizer/96307] [10/11 Regression] "

[Bug rtl-optimization/71309] Copying fields within a struct followed by use results in load hit store
 2020-08-05  0:42 UTC  (2+ messages)

[Bug target/95483] New: [i386] Missing SIMD functions
 2020-08-05  0:25 UTC  (2+ messages)
` [Bug target/95483] "

[Bug c++/96474] New: Internal compiler error with template struct inside template struct
 2020-08-04 23:35 UTC 

[Bug c++/96473] New: Very weird error message for invalid `wchar_t` declaration
 2020-08-04 22:01 UTC 

[Bug debug/96472] New: ICE: c++: dwarf2out_abstract_function, at dwarf2out.c: -g -fdebug-types-section
 2020-08-04 21:13 UTC 

[Bug fortran/96469] New: Compile-time check for change in DO variable in contained procedures
 2020-08-04 18:33 UTC  (2+ messages)
` [Bug fortran/96469] "

[Bug c++/96082] New: GCC rejects the template disambiguator with "typename"
 2020-08-04 18:24 UTC  (5+ messages)
` [Bug c++/96082] [9/10/11 Regression] "
` [Bug c++/96082] [9/10 "
` [Bug c++/96082] [9 "

[Bug c++/96316] New: [coroutines] Promise parameter preview - looking for promise constructor with implicit lambda argument
 2020-08-04 18:00 UTC  (3+ messages)
` [Bug c++/96316] "

[Bug other/96447] New: False positive -Wstringop-overflow with -O3
 2020-08-04 17:38 UTC  (3+ messages)
` [Bug tree-optimization/96447] False positive -Wstringop-overflow with -O3 due to loop unrolling

[Bug libstdc++/96088] New: Range insertion into unordered_map is less effective than a loop with insertion
 2020-08-04 17:36 UTC  (2+ messages)
` [Bug libstdc++/96088] "

[Bug c++/96105] New: GCC not consistent on whether no_unique_address array is an empty data member
 2020-08-04 17:36 UTC  (2+ messages)
` [Bug c++/96105] "

[Bug c++/96052] New: Unlike Clang, alignment specifier is ignored on empty no_unique_address members
 2020-08-04 17:35 UTC  (3+ messages)
` [Bug c++/96052] "

[Bug c++/95976] New: [[no_unique_address]] on union members has the opposite-of-intended effect
 2020-08-04 17:35 UTC  (2+ messages)
` [Bug c++/95976] "

[Bug go/96450] New: [11 Regression] Go bootstrap failure on i686-linux
 2020-08-04 17:24 UTC  (4+ messages)
` [Bug go/96450] "

[Bug c++/96452] New: Narrowing conversion is not rejected
 2020-08-04 17:21 UTC  (8+ messages)
` [Bug c++/96452] "

[Bug target/92729] [avr] Convert the backend to MODE_CC so it can be kept in future releases
 2020-08-04 16:54 UTC 

[Bug c++/95825] New: [7/8/9/10/11 Regression] boost::optional -Wuninitialized
 2020-08-04 16:51 UTC  (2+ messages)
` [Bug tree-optimization/95825] [8/9/10/11 "

[Bug c++/96467] New: [8/9/10/11 Regression] in finish_member_declaration, at cp/semantics.c:3240
 2020-08-04 16:34 UTC  (2+ messages)
` [Bug c++/96467] "

[Bug c++/96465] New: ICE in tsubst_function_decl, at cp/pt.c:13669
 2020-08-04 16:32 UTC  (2+ messages)
` [Bug c++/96465] "

[Bug c++/96462] New: [10/11 Regression] ICE in tree check: expected identifier_node, have bit_not_expr in find_namespace_slot, at cp/name-lookup.c:97
 2020-08-04 16:09 UTC  (3+ messages)
` [Bug c++/96462] "

[Bug c++/96464] New: GCC allows 'auto' in template argument
 2020-08-04 16:08 UTC 

[Bug target/96463] New: [SVE] Optimise svld1rq from vectors
 2020-08-04 16:04 UTC 

[Bug tree-optimization/93102] [optimization] is it legal to avoid accessing const local array from stack ?
 2020-08-04 16:01 UTC 

[Bug rtl-optimization/60473] New: optimization after shift sub-optimal
 2020-08-04 15:58 UTC  (2+ messages)
` [Bug rtl-optimization/60473] "

[Bug tree-optimization/96461] New: [SVE] Use the HISTCNT instruction for simple histogram loops
 2020-08-04 15:42 UTC 

[Bug c++/95591] New: [coroutines] ICE when co_yielding string literal from generator coroutine
 2020-08-04 15:36 UTC  (2+ messages)
` [Bug c++/95591] "

[Bug c++/95599] New: [coroutines] destructor for temporary operand to co_yield expression called before end of full-expression
 2020-08-04 15:36 UTC  (2+ messages)
` [Bug c++/95599] "

[Bug c++/95823] New: [coroutines] compiler internal error in captures_temporary,
 2020-08-04 15:35 UTC  (2+ messages)
` [Bug c++/95823] "

[Bug tree-optimization/95433] New: Failure to completely optimize simple compare after operations
 2020-08-04 15:35 UTC  (2+ messages)
` [Bug tree-optimization/95433] "

[Bug c++/95895] New: internal compiler error: in captures_temporary, at cp/coroutines.cc:2717
 2020-08-04 15:34 UTC  (2+ messages)
` [Bug c++/95895] "

[Bug c++/95824] New: [coroutines] compiler crash
 2020-08-04 15:34 UTC  (2+ messages)
` [Bug c++/95824] "

[Bug c++/94024] Error message has misleading source location for constructor member initialisation
 2020-08-04 14:14 UTC  (2+ messages)

[Bug fortran/85675] parameters from other modules in openmp default(none) not specified in enclosing 'parallel'
 2020-08-04 13:51 UTC 

[Bug fortran/88463] Rejects conforming source, OpenMP Parallel region Default(None) reference to module parameter array, separate source
 2020-08-04 13:51 UTC 

[Bug tree-optimization/88240] [8/9/10/11 Regression] Potential optimization bug: invalid pre-load of floating-point value could cause SIGFPE-underflow if value is integer
 2020-08-04 13:30 UTC  (3+ messages)
` [Bug tree-optimization/88240] [8/9/10 "

[Bug rtl-optimization/96454] New: [11 Regression] wrong code with -Og -march=cascadelake
 2020-08-04 13:20 UTC  (3+ messages)
` [Bug target/96454] "
` [Bug target/96454] [11 Regression] wrong code with -Og -march=cascadelake since r11-1445

[Bug tree-optimization/96458] New: [10/11 Regression] internal compiler error: in expand_expr_addr_expr_1, at expr.c:8075 for msp430-elf
 2020-08-04 13:16 UTC  (2+ messages)
` [Bug tree-optimization/96458] "

[Bug lto/96455] New: Partial Linking (-r) with LTO issue
 2020-08-04 12:55 UTC  (4+ messages)
` [Bug lto/96455] "

[Bug c++/95726] New: ICE with aarch64 __Float32x4_t as template argument
 2020-08-04 12:47 UTC  (2+ messages)
` [Bug c++/95726] "

[Bug target/96453] New: [11 Regression] ICE: in gimple_expand_vec_cond_expr, at gimple-isel.cc:167 with -Og -fno-early-inlining -fno-tree-ccp -mavx -mno-sse4.2
 2020-08-04 12:46 UTC  (2+ messages)
` [Bug target/96453] "

[Bug target/96456] New: [10 Regression] ICE in expand_insn, at optabs.c:7511 on s390x-linux-gnu
 2020-08-04 12:37 UTC  (2+ messages)
` [Bug target/96456] [10/11 "

[Bug target/96402] New: [10/11 Regression] Wrong code with -moutline-atomics
 2020-08-04 12:32 UTC  (5+ messages)
` [Bug target/96402] "

[Bug tree-optimization/96457] New: PRE gets confused by punned load handling
 2020-08-04 12:05 UTC  (3+ messages)
` [Bug tree-optimization/96457] "

[Bug tree-optimization/95731] New: Faiilure to optimize a >= 0 && b >= 0 to (a | b) >= 0
 2020-08-04 11:30 UTC  (3+ messages)
` [Bug tree-optimization/95731] "

[Bug target/96357] New: [10/11 Regression] could not split insn UNSPEC_COND_FSUB with AArch64 SVE
 2020-08-04 11:17 UTC  (2+ messages)
` [Bug target/96357] "

[Bug target/96428] New: [nvptx] nvptx_gen_shuffle does not handle V2DI mode – Fails with an ICE
 2020-08-04 10:01 UTC  (4+ messages)
` [Bug target/96428] "

[Bug middle-end/96426] New: __builtin_convertvector ICE without lhs
 2020-08-04  9:46 UTC  (3+ messages)
` [Bug middle-end/96426] "

[Bug c++/96354] New: [10 regression] ICE in maybe_canonicalize_mem_ref_addr, at gimple-fold.c:4903
 2020-08-04  9:46 UTC  (3+ messages)
` [Bug debug/96354] [10/11 Regression] ICE in maybe_canonicalize_mem_ref_addr, at gimple-fold.c:4903 since r10-2271-gd81ab49d0586fca0

[Bug c/96270] New: stdarg malfunction with -m32 and -Os
 2020-08-04  9:29 UTC  (3+ messages)
` [Bug tree-optimization/96270] [8/9/10/11 Regression] "

[Bug d/96429] New: d: Pointer subtraction uses TRUNC_DIV_EXPR
 2020-08-04  8:27 UTC  (3+ messages)
` [Bug d/96429] "

[Bug c/96427] New: Missing align attribute for anchor section from local variables
 2020-08-04  8:04 UTC  (3+ messages)
` [Bug c/96427] "

[Bug rtl-optimization/95696] New: regrename creates overlapping register allocations for vliw
 2020-08-04  7:50 UTC  (3+ messages)
` [Bug rtl-optimization/95696] "

[Bug fortran/96325] New: Invalid call of a type-bound procedure is accepted
 2020-08-04  6:54 UTC  (2+ messages)
` [Bug fortran/96325] Unclassifiable statement with syntax similar to a type-bound procedure call "

[Bug target/96448] New: ICE: maximum number of generated reload insns per insn achieved (90)
 2020-08-04  6:07 UTC  (3+ messages)
` [Bug target/96448] "

[Bug c++/96445] New: extern template results in missing constructor symbol
 2020-08-04  6:03 UTC  (2+ messages)
` [Bug c++/96445] "

[Bug c++/96442] New: ICE in tree check: expected integer_type or enumeral_type or boolean_type or real_type or fixed_point_type, have record_type in int_fits_type_p, at tree.c:8954
 2020-08-04  6:01 UTC  (3+ messages)
` [Bug c++/96442] [9/10/11 Regression] "

[Bug c++/96440] New: ICE in tree check: expected tree_list, have error_mark in get_attribute_name, at attribs.c:841
 2020-08-04  6:01 UTC  (3+ messages)
` [Bug c++/96440] [8/9/10/11 Regression] "

[Bug c++/96437] New: [10/11 Regression] ICE in tree check: expected tree that contains ‘decl common’ structure, have ‘error_mark’ in synthesize_implicit_template_parm, at cp/parser.c:44246
 2020-08-04  6:00 UTC  (3+ messages)
` [Bug c++/96437] "

[Bug target/96366] New: [AArch64] ICE due to lack of support for VNx2SI sub instruction
 2020-08-04  2:30 UTC  (2+ messages)
` [Bug target/96366] "

[Bug fortran/96320] New: gfortran 8-10 shape mismatch in assumed-length dummy argument character array
 2020-08-04  1:53 UTC  (3+ messages)
` [Bug fortran/96320] "

[Bug c++/94765] New: Floating point type template parameter
 2020-08-03 23:23 UTC  (2+ messages)
` [Bug c++/94765] "

[Bug c++/91365] Implement P1814R0: Class template argument deduction for alias templates
 2020-08-03 23:10 UTC 

[Bug c++/88323] implement C++20 language features
 2020-08-03 23:10 UTC 

[Bug c++/94404] New: [meta-bug] C++ core issues
 2020-08-03 21:45 UTC  (2+ messages)
` [Bug c++/94404] "

[Bug c++/96218] New: DR 2032: Default template-arguments of variable templates
 2020-08-03 21:45 UTC  (3+ messages)
` [Bug c++/96218] "

[Bug ipa/96431] New: [11 regression] ipa-clone-2.c fails since r13cdbb6a97c3d853cd380e5a03be8e0d35966c1e
 2020-08-03 20:30 UTC  (2+ messages)
` [Bug ipa/96431] "

[Bug other/96434] New: [11 regression] gcc.dg/ipa/ipa-clone-2.c fails after r11-2482
 2020-08-03 20:30 UTC  (2+ messages)
` [Bug other/96434] "

[Bug target/96446] New: ICE when spilling an MMA accumulator
 2020-08-03 20:12 UTC  (2+ messages)
` [Bug target/96446] "

[Bug tree-optimization/96415] New: GCC produces incorrect code for loops with -O3 for skylake-avx512 and icelake-server
 2020-08-03 20:02 UTC  (2+ messages)
` [Bug target/96415] "

[Bug c++/96396] New: initializer_list in `-fconcepts -std=c++11` reports internal compiler error
 2020-08-03 20:02 UTC  (2+ messages)
` [Bug c++/96396] "

[Bug fortran/96418] New: Test coarray_alloc_comp_4.f08 ICEs
 2020-08-03 20:01 UTC  (3+ messages)
` [Bug fortran/96418] "

[Bug c++/96364] New: ICE on valid code in cp_finish_decl, at cp/decl.c:7537
 2020-08-03 19:58 UTC  (2+ messages)
` [Bug c++/96364] "

[Bug c++/90199] ICE: tree check: expected complex_cst, have plus_expr in output_constant, at varasm.c:4994
 2020-08-03 19:50 UTC 

[Bug c++/96444] New: Incorrect satisfaction value of placeholder type constraint on variable with non-dependent initializer
 2020-08-03 19:47 UTC 

[Bug c++/96425] New: [8/9/10/11 regression] internal compiler error in maybe_process_partial_specialization()
 2020-08-03 19:45 UTC  (2+ messages)
` [Bug c++/96425] "

[Bug c++/96438] New: [10/11 Regression] ICE in do_pushtag, at cp/name-lookup.c:6861
 2020-08-03 19:42 UTC  (2+ messages)
` [Bug c++/96438] [9/10/11 "

[Bug c++/96441] New: ICE in tree check: expected integer_cst, have cond_expr in get_len, at tree.h:5954
 2020-08-03 19:28 UTC  (2+ messages)
` [Bug c++/96441] "

[Bug c++/96443] New: Incorrect satisfaction value for dependent return type placeholder constraint
 2020-08-03 19:19 UTC 

[Bug fortran/96436] New: -std=f2003 -pedantic rejects valid f0.d edit descriptor
 2020-08-03 17:22 UTC  (2+ messages)
` [Bug fortran/96436] "

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