public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug analyzer/96651] New: -fanalyzer switch
 2020-08-19  1:22 UTC  (3+ messages)
` [Bug analyzer/96651] gcc 10 -fanalyzer fail to track (static) global variable in a switch

[Bug analyzer/96648] New: [11 Regression] ICE in get_field_at_bit_offset, at analyzer/region.cc:229
 2020-08-19  1:21 UTC  (2+ messages)
` [Bug analyzer/96648] "

[Bug tree-optimization/96697] New: Failure to optimize mod+div to 0
 2020-08-19  0:47 UTC 

[Bug tree-optimization/96696] New: Failure to optimize div+mul to mod+sub
 2020-08-19  0:11 UTC 

[Bug tree-optimization/96695] New: Failure to optimize combination of pointer comparison to nullptr and another pointer
 2020-08-18 23:57 UTC  (2+ messages)
` [Bug tree-optimization/96695] "

[Bug c++/70462] Unnecessary "base object constructor" for final classes
 2020-08-18 23:51 UTC 

[Bug tree-optimization/96694] New: Failure to optimize min/max pattern using two binary nots to min/max pattern using one binary not
 2020-08-18 23:44 UTC 

[Bug tree-optimization/96693] New: GCC produces incorrect code with -O2 for loops
 2020-08-18 22:34 UTC 

[Bug tree-optimization/96692] New: Failure to optimize xor+or+xor to andnot+xor
 2020-08-18 22:12 UTC  (2+ messages)
` [Bug rtl-optimization/96692] "

[Bug tree-optimization/96691] New: Failure to optimize not+or+xor with constants to and+xor with bitwise not-ed constants
 2020-08-18 21:27 UTC  (2+ messages)
` [Bug tree-optimization/96691] Failure to optimize bitwise "

[Bug tree-optimization/96688] New: Failure to optimize shift-right+not of constant to avoid not
 2020-08-18 21:07 UTC  (2+ messages)
` [Bug tree-optimization/96688] "

[Bug c++/96355] New: [concepts] internal compiler error: in tsubst_pack_expansion, at cp/pt.c:12928
 2020-08-18 21:01 UTC  (2+ messages)
` [Bug c++/96355] "

[Bug c++/83445] conversion function has too high priority in overload resolution
 2020-08-18 20:29 UTC  (4+ messages)

[Bug c++/96199] New: internal compiler error: in tsubst_copy with CTAD for alias templates
 2020-08-18 20:22 UTC  (4+ messages)
` [Bug c++/96199] [10/11 Regression] "

[Bug c++/96690] New: [10/11 Regression] ICE in write_type since r10-6087
 2020-08-18 20:14 UTC  (4+ messages)
` [Bug c++/96690] "

[Bug c++/93028] internal compiler error: in write_type, at cp/mangle.c:2073
 2020-08-18 20:14 UTC 

[Bug c++/77841] a new expression of a char array cannot be initialized by a string literal
 2020-08-18 20:11 UTC  (3+ messages)

[Bug c++/96687] New: new char[4]{"foo"} doesn't work
 2020-08-18 20:10 UTC  (4+ messages)
` [Bug c++/96687] "

[Bug fortran/96686] New: MIN/MAX should reject character arguments of different kind rather than ICE
 2020-08-18 20:09 UTC  (4+ messages)
` [Bug fortran/96686] "

[Bug libfortran/96613] New: SIGFPE on min1() with -ffpe-trap=invalid switch
 2020-08-18 20:08 UTC  (7+ messages)
` [Bug fortran/96613] "

[Bug c++/96689] New: Segmentation fault when defaulting operator<=> on enum er enum class
 2020-08-18 19:50 UTC 

[Bug tree-optimization/96665] New: [11 regression] new FAILs for gcc.dg/strlenopt-55.c after r11-2709
 2020-08-18 19:00 UTC  (5+ messages)
` [Bug tree-optimization/96665] "
` [Bug tree-optimization/96665] [11 regression] memcmp of a constant string not folded

[Bug tree-optimization/78257] missing memcmp optimization with constant arrays
 2020-08-18 18:59 UTC  (2+ messages)

[Bug tree-optimization/96670] New: [11 Regression] ICE in tree_to_uhwi, at tree.c:7361 since r11-2709-g866626efd749ed3e
 2020-08-18 18:52 UTC  (4+ messages)
` [Bug tree-optimization/96670] "

[Bug target/96536] New: -fcf-protection code in i386.md:restore_stack_nonlocal uses invalid compare-and-jump rtl
 2020-08-18 17:50 UTC  (7+ messages)
` [Bug target/96536] "

[Bug middle-end/88780] [8/9/10/11 Regression] bogus -Wstringop-truncation for copying as many bytes from a string as its length
 2020-08-18 17:26 UTC  (2+ messages)

[Bug tree-optimization/96685] New: Failure to optimize not+sub to add+not
 2020-08-18 17:15 UTC 

[Bug c++/96593] New: No "declaration changes meaning" diagnostic for alias templates
 2020-08-18 17:06 UTC  (2+ messages)
` [Bug c++/96593] "

[Bug fortran/94958] New: gcc/fortran/trans-array.c:9797: possible typo ?
 2020-08-18 17:04 UTC  (2+ messages)
` [Bug fortran/94958] "

[Bug c/96683] New: Arm: MVE ACLE intrinsics vst1q_{s8|u8|s16|u16} is not supported by GCC
 2020-08-18 17:03 UTC  (2+ messages)
` [Bug c/96683] "

[Bug c++/96602] New: Partial ordering is ambiguous with default function arguments
 2020-08-18 17:03 UTC  (2+ messages)
` [Bug c++/96602] "

[Bug c/96684] New: arm: MVE intrinsics / __ARM_undef presence in f16 vector max routine
 2020-08-18 17:03 UTC  (2+ messages)
` [Bug c/96684] "

[Bug fortran/96668] New: [OpenMP] Re-mapping allocated but previously unallocated allocatable does not work
 2020-08-18 17:02 UTC  (5+ messages)
` [Bug fortran/96668] "

[Bug c++/96677] New: Compile error on valid code with variadic template function call
 2020-08-18 16:59 UTC  (2+ messages)
` [Bug c++/96677] "

[Bug c++/84796] ICE in a template parameter pack expansion
 2020-08-18 16:59 UTC  (3+ messages)

[Bug c++/96676] New: Segmentation fault on parsing simple variadic template function call
 2020-08-18 16:52 UTC  (4+ messages)
` [Bug c++/96676] "

[Bug middle-end/96680] New: [11 Regression][OpenMP][LTO] Declare variant + ICE in lto_fixup_prevailing_decls, at lto/lto-common.c:2595
 2020-08-18 16:49 UTC  (3+ messages)
` [Bug middle-end/96680] "

[Bug c/96682] New: Arm: Wrong code generated for MVE with -O1 and above optimization options
 2020-08-18 16:44 UTC  (2+ messages)
` [Bug c/96682] "

[Bug tree-optimization/96681] New: Failure to optimize xor of comparisons with specific constants to comparison of xor-ed of compared variables
 2020-08-18 16:36 UTC 

[Bug c++/96675] New: tautological-compare warning emitted for NTTP bitwise comparison
 2020-08-18 16:29 UTC  (2+ messages)
` [Bug c++/96675] [10/11 Regression] "

[Bug c++/96673] New: Friend class with templates and default constructor not recognized in C++14 or later
 2020-08-18 16:18 UTC  (3+ messages)
` [Bug c++/96673] [8/9/10/11 Regression] "

[Bug rtl-optimization/61494] -fsignaling-nans not taken into account for x - 0.0
 2020-08-18 16:04 UTC 

[Bug analyzer/96666] New: [11 Regression] Analyzer creates too many regions for a particular program
 2020-08-18 15:38 UTC  (2+ messages)
` [Bug analyzer/96666] "

[Bug c++/61372] Add warning to detect noexcept functions that might throw
 2020-08-18 14:46 UTC  (2+ messages)

[Bug c++/96623] New: [10/11 Regression] ICE in inject_parm_decls, at cp/parser.c:23893
 2020-08-18 14:31 UTC  (3+ messages)
` [Bug c++/96623] [11 "

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

[Bug target/96558] New: [11 Regression] ICE in extract_constrain_insn, at recog.c:2195 (error: insn does not satisfy its constraints)
 2020-08-18 14:00 UTC  (2+ messages)
` [Bug target/96558] "

[Bug tree-optimization/96298] New: [11 Regression] wrong code with -O -fno-tree-forwprop
 2020-08-18 13:58 UTC  (3+ messages)
` [Bug rtl-optimization/96298] "

[Bug c++/96638] New: [10/11 Regression] ICE in chainon, at tree.c:3169
 2020-08-18 13:46 UTC  (2+ messages)
` [Bug c++/96638] [8/9/10/11 "

[Bug c++/96637] New: ICE in tree check: expected tree_list, have error_mark in cp_check_const_attributes, at cp/decl2.c:1423
 2020-08-18 13:44 UTC  (2+ messages)
` [Bug c++/96637] "

[Bug c++/96636] New: ICE in build_value_init_noctor, at cp/init.c:451
 2020-08-18 13:43 UTC  (2+ messages)
` [Bug c++/96636] "

[Bug c++/94162] New: ICE [neg] bad return type in defaulted <=>
 2020-08-18 13:39 UTC  (5+ messages)
` [Bug c++/94162] "

[Bug tree-optimization/96679] New: Failure to optimize or+and+or pattern to and+or
 2020-08-18 13:38 UTC 

[Bug c++/96060] New: ICE with spaceship default operator returning int
 2020-08-18 13:37 UTC  (2+ messages)
` [Bug c++/96060] "

[Bug c++/96627] New: gcc raises compile-time segmentation fault on <=> = default
 2020-08-18 13:36 UTC  (2+ messages)
` [Bug c++/96627] "

[Bug c++/96652] New: Segmentation fault with instantiate_class_template_1
 2020-08-18 13:31 UTC  (2+ messages)
` [Bug c++/96652] "

[Bug libstdc++/69724] Unnecessary temporary object during std::thread construction
 2020-08-18 13:30 UTC  (2+ messages)

[Bug c++/96656] New: Segmentation fault with make_friend_class
 2020-08-18 13:29 UTC  (2+ messages)
` [Bug c++/96656] "

[Bug tree-optimization/96671] New: Failure to optimize a 3 xor+and pattern to xor + andnot
 2020-08-18 13:21 UTC  (3+ messages)
` [Bug tree-optimization/96671] Failure to optimize a 3 xor+and pattern to xor+andnot

[Bug c/96678] New: [OpenMP] Rejects map(var[:]) of known size with "for pointer type length expression must be specified"
 2020-08-18 13:20 UTC 

[Bug tree-optimization/96672] New: Missing -Wclobbered diagnostic, or: __attribute__((returns_twice)) does not inhibit constant folding across call site
 2020-08-18 11:21 UTC  (2+ messages)
` [Bug tree-optimization/96672] "

[Bug tree-optimization/96674] New: Failure to optimize combination of comparisons to dec+compare
 2020-08-18 10:30 UTC 

[Bug d/96301] New: d: internal compiler error: Segmentation fault during RTL pass: expand on armhf/armel/s390x
 2020-08-18  7:57 UTC  (4+ messages)
` [Bug d/96301] "

[Bug libstdc++/96645] New: std::variant default constructor
 2020-08-18  7:49 UTC  (2+ messages)
` [Bug c++/96645] [9/10/11 Regression] "

[Bug bootstrap/96168] New: Cannot bootstrap with Xcode 12 Beta on aarch64, macOS 11.0/Darwin, Apple Silicon
 2020-08-18  7:47 UTC  (3+ messages)
` [Bug target/96168] GCC support for Apple Silicon (Arm64) on macOS requested

[Bug tree-optimization/96669] New: Failure to optimize left shift+and to test for 0
 2020-08-18  7:36 UTC  (2+ messages)
` [Bug tree-optimization/96669] Failure to optimize shift by variable+and by 1 "

[Bug tree-optimization/96058] New: ICE in c_getstr at gcc/fold-const.c:15475
 2020-08-18  7:21 UTC  (4+ messages)
` [Bug tree-optimization/96058] "

[Bug lto/45375] [meta-bug] Issues with building Mozilla (i.e. Firefox) with LTO
 2020-08-18  7:21 UTC 

[Bug target/96667] New: FAIL: gcc.target/i386/avx512bw-pr96246-1.c
 2020-08-18  6:51 UTC  (2+ messages)
` [Bug target/96667] "

[Bug target/96562] New: Rather poor assembly generated for copy-list-initialization in return statement
 2020-08-18  6:29 UTC  (4+ messages)
` [Bug target/96562] "

[Bug target/93897] Poor trivial structure initialization code with -O3
 2020-08-18  6:28 UTC  (3+ messages)

[Bug c/96571] New: Bad "set but not used" warning with _Generic
 2020-08-18  5:52 UTC  (2+ messages)
` [Bug c/96571] "

[Bug testsuite/96574] New: FAIL: gcc.target/i386/pr92865-1.c scan-assembler-times vmovdq[au]16[\t ] 6
 2020-08-18  5:49 UTC  (3+ messages)
` [Bug testsuite/96574] "

[Bug analyzer/96653] New: Compile time and memory hog w/ -O1 -fanalyzer
 2020-08-18  1:21 UTC  (2+ messages)
` [Bug analyzer/96653] "

[Bug sanitizer/96664] New: ICE on SPARC v9 with UBSan
 2020-08-18  1:03 UTC  (2+ messages)
` [Bug target/96664] "

[Bug analyzer/94447] New: Not handling CONSTRUCTOR tree code
 2020-08-18  0:59 UTC  (2+ messages)
` [Bug analyzer/94447] "

[Bug analyzer/95006] New: Reimplement -Wanalyzer-use-of-uninitialized-value
 2020-08-18  0:59 UTC  (2+ messages)
` [Bug analyzer/95006] "

[Bug analyzer/96641] New: [11 Regression] ICE in get_rvalue_1, at analyzer/region-model.cc:1082
 2020-08-18  0:54 UTC  (4+ messages)
` [Bug analyzer/96641] "

[Bug analyzer/96640] New: [11 Regression] ICE in on_assignment, at analyzer/region-model.cc:561 (sorry, unimplemented: unhandled assignment op)
 2020-08-18  0:54 UTC  (4+ messages)
` [Bug analyzer/96640] "

[Bug analyzer/96643] New: [11 Regression] ICE in deref_rvalue, at analyzer/region-model.cc:1288
 2020-08-17 22:54 UTC  (2+ messages)
` [Bug analyzer/96643] "

[Bug c++/96592] New: Tuple element w/ member reference to incomplete template type rejected
 2020-08-17 21:51 UTC  (2+ messages)
` [Bug libstdc++/96592] [10/11 Regression] "

[Bug middle-end/93644] [10/11 Regression] spurious -Wreturn-local-addr with PHI of PHI
 2020-08-17 21:27 UTC 

[Bug ada/96663] New: Composite type default 'Read attribute does not perform validity checking for defaulted components
 2020-08-17 19:18 UTC 

[Bug middle-end/87256] hppa spends huge amount of time in synth_mult()
 2020-08-17 19:06 UTC  (2+ messages)

[Bug analyzer/96642] New: [11 Regression] ICE in in apply_ctor_to_region, at analyzer/store.cc:418
 2020-08-17 19:06 UTC  (5+ messages)
` [Bug analyzer/96642] "

[Bug analyzer/96660] New: [11 regression] ICE and many failures in gcc.dg/analyzer/data-model-1.c after r11-2708
 2020-08-17 19:06 UTC  (2+ messages)
` [Bug analyzer/96660] "

[Bug target/96654] New: Failure to optimize vectorized conversion to `int` with AVX
 2020-08-17 19:04 UTC  (2+ messages)
` [Bug tree-optimization/96654] "

[Bug analyzer/96639] New: [11 Regression] ICE: Segmentation fault (in useless_type_conversion_p)
 2020-08-17 19:00 UTC  (3+ messages)
` [Bug analyzer/96639] "

[Bug analyzer/96644] New: [11 Regression] ICE in get_region_for_unexpected_tree_code, at analyzer/region-model-manager.cc:930
 2020-08-17 18:59 UTC  (3+ messages)
` [Bug analyzer/96644] "

[Bug libgomp/96661] New: configure:16984: error: unsupported system, cannot find Fortran int kind=16
 2020-08-17 18:28 UTC  (3+ messages)
` [Bug libgomp/96661] "

[Bug c++/94799] New: [7.2+ Regression] Calling a member template function fails
 2020-08-17 17:32 UTC  (2+ messages)
` [Bug c++/94799] [8/9/10 "

[Bug target/96662] New: s390x uses clc taking variable execution time in crypto code
 2020-08-17 17:26 UTC 

[Bug c/96606] New: Shift operator not working correctly
 2020-08-17 16:49 UTC  (2+ messages)
` [Bug c/96606] "

[Bug tree-optimization/96615] New: Failure to optimize out loop that eventually ends but has no side effects
 2020-08-17 16:35 UTC  (2+ messages)
` [Bug tree-optimization/96615] Failure to optimize out loop that eventually ends but has no side effects involving decrease of loop counter using an unsigned operation and the loop being done through recursivity

[Bug target/96649] New: parisc: very slow compilation when multiplying by a large constatnt
 2020-08-17 16:33 UTC  (2+ messages)
` [Bug target/96649] "

[Bug analyzer/96608] New: Build failure due to cast to type long on MinGW
 2020-08-17 16:24 UTC  (7+ messages)
` [Bug analyzer/96608] "

[Bug c++/96634] New: missing documentation for __builtin_addressof()
 2020-08-17 16:21 UTC  (2+ messages)
` [Bug c++/96634] "

[Bug analyzer/96659] New: error: cast from 'const ana::region*' to 'long int' loses precision in store.h
 2020-08-17 15:37 UTC  (2+ messages)
` [Bug analyzer/96659] "

[Bug c++/94062] Cannot construct tuple from convertible types
 2020-08-17 14:51 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).