public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/96184] New: GCC treats "use of local variable with automatic storage from containing function" differently in versions
 2020-07-13 12:41 UTC 

[Bug c++/96182] New: GCC accepts constexpr function with no return-statement
 2020-07-13 12:36 UTC  (7+ messages)
` [Bug c++/96182] "

[Bug c++/96183] New: GCC accepts "convert '<throw-expression>' from 'void' to 'int'" at compile time
 2020-07-13 12:24 UTC 

[Bug fortran/96158] New: Symbols not emitted for module common variables
 2020-07-13 12:23 UTC  (5+ messages)
` [Bug fortran/96158] "

[Bug c/93432] variable is used uninitialized, but gcc shows no warning
 2020-07-13 12:10 UTC 

[Bug c++/96121] New: Uninitialized variable copying not diagnosed
 2020-07-13 12:08 UTC  (2+ messages)
` [Bug c++/96121] "

[Bug c++/83280] gcc doesn't realize a returning value from complete switch(enum...) does return a value
 2020-07-13 11:45 UTC 

[Bug c++/85714] -Wimplicit-fallthrough and nested exhaustive switch statements with enum classes and return
 2020-07-13 11:38 UTC 

[Bug libstdc++/96161] New: istream::ignore sets eofbit too soon
 2020-07-13 11:33 UTC  (4+ messages)
` [Bug libstdc++/96161] "

[Bug libstdc++/94749] New: std::istream::ignore discards too many characters
 2020-07-13 11:26 UTC  (2+ messages)
` [Bug libstdc++/94749] "

[Bug c++/96181] New: Missing return statement now leads to crashes
 2020-07-13 11:26 UTC  (4+ messages)
` [Bug c++/96181] "

[Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test
 2020-07-13 11:20 UTC 

[Bug libstdc++/70493] std::setlocale("") throws exception
 2020-07-13 11:15 UTC 

[Bug target/94042] [10 Regression] Bootstrap fails on ppc-linux-gnu
 2020-07-13 11:12 UTC 

[Bug rtl-optimization/94148] New: The DF framework uses bb->aux, which is for passes only
 2020-07-13 11:12 UTC  (2+ messages)
` [Bug rtl-optimization/94148] "

[Bug fortran/92586] ICE in gimplify_expr, at gimplify.c:13479 with nested allocatable derived types
 2020-07-13 11:09 UTC 

[Bug target/96176] New: Failure to omit extraneous movzx in atomic compare exchange with unsigned char
 2020-07-13 10:48 UTC  (3+ messages)
` [Bug target/96176] "

[Bug jit/95498] New: unhandled conversion
 2020-07-13 10:39 UTC  (3+ messages)
` [Bug jit/95498] "

[Bug libstdc++/96063] New: mismatched-tags warnings in stdlib headers
 2020-07-13  9:57 UTC  (3+ messages)
` [Bug c++/96063] [10/11 Regression] "

[Bug tree-optimization/96180] New: gcc.dg/torture/pr96133.c FAILs
 2020-07-13  9:44 UTC  (7+ messages)
` [Bug tree-optimization/96180] "
` [Bug testsuite/96180] "

[Bug c++/96179] New: g++-10.1 silently doesn't push_back the return of a void function
 2020-07-13  9:19 UTC  (3+ messages)
` [Bug c++/96179] [10/11 Regression] "

[Bug libstdc++/89417] helgrind detects a lock order violation inside std::scoped_lock
 2020-07-13  9:03 UTC  (2+ messages)

[Bug c++/96163] New: another ice in pass slp
 2020-07-13  8:42 UTC  (3+ messages)
` [Bug tree-optimization/96163] "

[Bug target/93372] cris performance regressions due to de-cc0 work
 2020-07-13  8:15 UTC  (2+ messages)

[Bug middle-end/96175] New: Failure to optimize memory stores of double literals properly
 2020-07-13  8:15 UTC  (3+ messages)
` [Bug target/96175] "

[Bug tree-optimization/96167] New: fails to detect ROL pattern in simple case, but succeeds when operand goes through memcpy
 2020-07-13  8:08 UTC  (2+ messages)
` [Bug tree-optimization/96167] "

[Bug tree-optimization/96166] New: [10/11 Regression] -O3/-ftree-slp-vectorize turns ROL into a mess
 2020-07-13  8:05 UTC  (2+ messages)
` [Bug target/96166] "

[Bug c++/96162] New: [11 Regression] ICE in discriminator_for_local_entity, at cp/mangle.c:1910
 2020-07-13  7:58 UTC  (2+ messages)
` [Bug c++/96162] "

[Bug target/87767] Missing AVX512 memory broadcast for constant vector
 2020-07-13  7:05 UTC 

[Bug middle-end/94600] New: Ignored volatile specifier on loop unrolling and bitfield misoptimization
 2020-07-13  6:30 UTC  (3+ messages)
` [Bug middle-end/94600] "

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck
 2020-07-13  5:51 UTC 

[Bug target/96178] New: ICE in emit_move_multi_word, at expr.c:3721
 2020-07-13  5:03 UTC 

[Bug target/96177] New: ICE: in extract_insn, at recog.c:2294 (error: unrecognizable insn)
 2020-07-13  2:00 UTC 

[Bug target/96174] New: AVX-512 functions missing when compiled without optimization
 2020-07-12 21:29 UTC  (2+ messages)
` [Bug target/96174] "

[Bug fortran/93736] Add .f18 and .F18 file suffixes
 2020-07-12 16:05 UTC 

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP
 2020-07-12 15:59 UTC 

[Bug fortran/93733] F2008: G0.d output editing for integer/logical/character data
 2020-07-12 15:56 UTC 

[Bug c++/96170] New: Enhancement: allow requires-clause checking of statement expression substitution success or failure
 2020-07-12 15:51 UTC  (2+ messages)
` [Bug c++/96170] "

[Bug libfortran/93727] Fortran 2018: EX edit descriptor
 2020-07-12 15:38 UTC 

[Bug fortran/93948] Surprising option processing of -fdec and -fdec-math in combination with -std
 2020-07-12 14:15 UTC 

[Bug fortran/93678] [9/10/11 Regression] ICE in 9.2/9.2.1 not happening in previous gfortran versions
 2020-07-12 13:08 UTC  (3+ messages)
` [Bug fortran/93678] [9/10/11 Regression] ICE with TRANSFER and typebound procedures

[Bug target/93492] Broken code with -fpatchable-function-entry and -fcf-protection=full
 2020-07-12 12:07 UTC  (13+ messages)

[Bug target/81652] [meta-bug] -fcf-protection=full bugs
 2020-07-12 12:07 UTC 

[Bug fortran/96018] New: Optimization issue with external HDF5 library
 2020-07-12  9:34 UTC  (2+ messages)
` [Bug fortran/96018] [9/10/11 Regression] "

[Bug c++/96141] New: Coroutine and noexcept(false) destructor cause: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.c:2817
 2020-07-12  9:30 UTC  (2+ messages)
` [Bug c++/96141] ICE in gimplify: "

[Bug fortran/95998] New: gfc_typename use of static memory
 2020-07-12  8:46 UTC  (3+ messages)
` [Bug fortran/95998] "

[Bug middle-end/96136] New: [11 regression] ICE in reduce_to_bit_field_precision
 2020-07-12  8:05 UTC  (3+ messages)
` [Bug middle-end/96136] "

[Bug c/95857] New: Silencing an unused label warning with (void)&&label; can make gcc segfault
 2020-07-12  6:49 UTC  (2+ messages)
` [Bug c/95857] [8/9/10 Regression] "

[Bug gcov-profile/96092] New: Should --coverage respect -ffile-prefix-map?
 2020-07-12  4:32 UTC  (2+ messages)
` [Bug gcov-profile/96092] "

[Bug target/96173] New: double to _Decimal64 or _Decimal128 conversion with BID generates 3 MB of code
 2020-07-12  2:54 UTC  (5+ messages)
` [Bug target/96173] "
` [Bug libgcc/96173] "

[Bug bootstrap/96168] New: Cannot bootstrap with Xcode 12 Beta on aarch64, macOS 11.0/Darwin, Apple Silicon
 2020-07-12  0:48 UTC  (10+ messages)
` [Bug bootstrap/96168] "
` [Bug bootstrap/96168] GCC support for Apple Silicon (Arm64) on macOS requested
` [Bug target/96168] "

[Bug fortran/94408] New: Spurious error: ‘rw_nl_grid’ must be a module procedure or an external procedure
 2020-07-11 22:02 UTC  (2+ messages)
` [Bug fortran/94408] "

[Bug fortran/93671] gfortran 8-10 ICE on intrinsic assignment to allocatable derived-type component of coarray
 2020-07-11 21:50 UTC 

[Bug tree-optimization/96172] New: Failure to optimize direct assignment to bitfield through shifts
 2020-07-11 21:02 UTC 

[Bug libfortran/93592] Invalid UP/DOWN rounding with EN descriptor
 2020-07-11 20:46 UTC 

[Bug c/96171] New: ICE on invalid VLA argument declaration and attribute access
 2020-07-11 20:44 UTC  (2+ messages)
` [Bug c/96171] "

[Bug c++/96169] New: Don't provide internal lambda names in diagnostics?
 2020-07-11 17:36 UTC 

[Bug fortran/96122] New: Segfault when using finalizer
 2020-07-11 17:36 UTC  (2+ messages)
` [Bug fortran/96122] "

[Bug fortran/96073] New: [11.0 regression] regression in gfc_format_decoder
 2020-07-11 17:25 UTC  (7+ messages)
` [Bug fortran/96073] "

[Bug c++/96164] New: Constraints and explicit template instantiation
 2020-07-11 16:47 UTC  (4+ messages)
` [Bug c++/96164] "

[Bug c/96130] New: 10.1.1: segfault during IPA pass: fnsummary
 2020-07-11 13:25 UTC  (6+ messages)
` [Bug ipa/96130] [10/11 Regression] ICE in analyze_function_body at gcc/ipa-fnsummary.c:2769 since r10-3199-g351e7c3b5fbd45bd

[Bug c/96165] New: internal compiler error during IPA pass: fnsummary
 2020-07-11 13:25 UTC  (2+ messages)
` [Bug c/96165] "

[Bug tree-optimization/96146] New: VRP turns a terminating loop into an infinite loop
 2020-07-11 12:25 UTC  (2+ messages)
` [Bug tree-optimization/96146] "

[Bug c++/95700] New: read-md.c: "missing sentinel in function call" when building gcc with musl
 2020-07-11 11:12 UTC  (2+ messages)
` [Bug c++/95700] "

[Bug fortran/92913] Add argument-mismatch check for INTERFACE for non-module procedures in the same file
 2020-07-11  8:31 UTC 

[Bug bootstrap/96160] New: Building gcc with multiple make jobs fails with: gcc/xgcc: No such file or directory
 2020-07-11  3:05 UTC  (5+ messages)
` [Bug bootstrap/96160] "

[Bug middle-end/77373] __attribute__((vector_size(N))) fails on AIX in symtab_node::get
 2020-07-11  1:26 UTC 

[Bug jit/96066] New: Cannot use values from some builtins because they are of void type
 2020-07-10 23:57 UTC  (2+ messages)
` [Bug jit/96066] "

[Bug c++/59135] New: Incorrect ambiguity in constexpr function overloads
 2020-07-10 23:06 UTC  (3+ messages)
` [Bug c++/59135] "

[Bug tree-optimization/95581] New: [11 Regression] ICE in gimple_call_arg, at gimple.h:3260 since r11-959-gb825a22890740f341eae566af27e18e528cd29a7
 2020-07-10 22:33 UTC  (3+ messages)
` [Bug target/95581] "

[Bug c++/92812] Implement P1975R0: Fixing the wording of parenthesized aggregate-initialization
 2020-07-10 21:32 UTC  (3+ messages)

[Bug translation/96159] New: atomic creates incorrect code for possible isaligned struct
 2020-07-10 20:37 UTC  (3+ messages)
` [Bug translation/96159] "

[Bug fortran/95980] New: ICE in get_unique_type_string, at fortran/class.c:485
 2020-07-10 19:36 UTC  (2+ messages)
` [Bug fortran/95980] "

[Bug fortran/96086] New: ICE in gfc_match_select_rank, at fortran/match.c:6645
 2020-07-10 19:00 UTC  (2+ messages)
` [Bug fortran/96086] "

[Bug c++/92789] Non-obvious ?: behaviour with structurally equivalent types
 2020-07-10 18:09 UTC  (2+ messages)

[Bug c/96151] New: bootstrap fails due to ICE in c_omp_split_clauses
 2020-07-10 18:08 UTC  (6+ messages)
` [Bug c/96151] "
` [Bug middle-end/96151] [11 Regression] "

[Bug c++/95726] New: ICE with aarch64 __Float32x4_t as template argument
 2020-07-10 18:07 UTC  (2+ messages)
` [Bug c++/95726] "

[Bug c++/96077] New: GCC accepts ill-legal local enum definition
 2020-07-10 15:48 UTC  (2+ messages)
` [Bug c++/96077] "

[Bug d/96157] New: d: No NRVO when returning an array of a non-POD struct
 2020-07-10 15:30 UTC  (2+ messages)
` [Bug d/96157] "

[Bug target/96125] New: __attribute__((target("cpu=power10,mma"))) does not set TARGET_MMA
 2020-07-10 15:29 UTC  (3+ messages)
` [Bug target/96125] "

[Bug d/96156] New: d: No RVO when returning struct literals initialized with constructor
 2020-07-10 15:22 UTC 

[Bug c++/96155] New: "throw" that is not executed in constexpr function fails to compile
 2020-07-10 15:18 UTC  (2+ messages)
` [Bug c++/96155] "

[Bug c++/94554] New: spurious -Waddress warning within "if constexpr" function-null compares
 2020-07-10 15:13 UTC  (2+ messages)
` [Bug c++/94554] "

[Bug d/96154] New: d: Add -Wvarargs warning flag to compiler
 2020-07-10 14:55 UTC 

[Bug d/96153] New: d: struct literals have non-deterministic hash values
 2020-07-10 14:40 UTC 

[Bug d/96152] New: d: associative array literals don't have alignment holes filled
 2020-07-10 14:35 UTC 

[Bug ipa/96150] New: [10/11 Regression] ICE in analyze_function_body on switch since r10-3199
 2020-07-10 13:38 UTC  (3+ messages)
` [Bug ipa/96150] "

[Bug c++/90448] [8/9/10/11 Regression] decltype-based lambda parameter pack is rejected
 2020-07-10 13:06 UTC 

[Bug testsuite/96149] New: gcc.dg/vect/slp-46.c on aarch64
 2020-07-10 13:01 UTC  (2+ messages)
` [Bug testsuite/96149] "

[Bug tree-optimization/95694] New: [9/10/11 Regression] ICE in trunc_int_for_mode, at explow.c:59 since r9-7156-g33579b59aaf02eb7
 2020-07-10 12:53 UTC  (2+ messages)
` [Bug tree-optimization/95694] [9/10 "

[Bug gcov-profile/96148] New: [11 regression] gcc.dg/tree-prof/crossmodule-indir-call-topn-[12].c UNRESOLVED
 2020-07-10 12:48 UTC  (4+ messages)
` [Bug gcov-profile/96148] "

[Bug demangler/96143] New: C++ demangler should not add a lambda as a substitution
 2020-07-10 12:41 UTC  (2+ messages)
` [Bug demangler/96143] "

[Bug c++/95976] New: [[no_unique_address]] on union members has the opposite-of-intended effect
 2020-07-10 12:36 UTC  (2+ messages)
` [Bug c++/95976] "

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