public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/96282] New: internal compiler error: in output_constructor_regular_field
 2020-07-22 12:13 UTC 

[Bug tree-optimization/96003] New: Maybe a false positive for -Werror=nonnull
 2020-07-22 11:35 UTC  (4+ messages)
` [Bug c++/96003] [11 Regression] spurious -Wnonnull calling a member on the result of static_cast

[Bug tree-optimization/96272] New: Failure to optimize overflow check
 2020-07-22 10:05 UTC  (4+ messages)
` [Bug tree-optimization/96272] "

[Bug libstdc++/96279] New: build failure: floating_from_chars.cc:310:22: error: '__builtin_isinf_sign' is not a member of 'std'
 2020-07-22 10:00 UTC  (4+ messages)
` [Bug libstdc++/96279] "

[Bug fortran/96277] New: optional argument + openmp fails in gfortran v10.1.0 with "argument not specified in enclosed parallel"
 2020-07-22  9:51 UTC  (4+ messages)
` [Bug fortran/96277] "

[Bug other/96281] New: TBAA does not work as expected for a simple test case
 2020-07-22  9:07 UTC 

[Bug c++/96280] New: g++.dg/cpp2a/nontype-subob1.C FAILs
 2020-07-22  8:32 UTC  (2+ messages)
` [Bug c++/96280] "

[Bug c/96270] New: stdarg malfunction with -m32 and -Os
 2020-07-22  8:28 UTC  (5+ messages)
` [Bug c/96270] "
` [Bug c/96270] [8/9/10/11 Regression] "
` [Bug tree-optimization/96270] "

[Bug c/96275] New: Vectorizer doesn't take into account bitmask condition from branch conditions
 2020-07-22  8:05 UTC  (3+ messages)
` [Bug c/96275] "
` [Bug tree-optimization/96275] "

[Bug tree-optimization/96271] New: Failure to optimize memcmp of doubles to avoid going through memory
 2020-07-22  7:59 UTC  (5+ messages)
` [Bug target/96271] "
` [Bug tree-optimization/96271] "

[Bug fortran/94672] New: gfortran/OpenMP chokes on PRESENT(array) despite of SHARED(array): Error: ‘array’ not specified in enclosing ‘parallel’
 2020-07-22  6:58 UTC  (2+ messages)
` [Bug fortran/94672] [10/11 Regression] "

[Bug c++/96273] New: ice in extract_insn, at recog.c:2294, unrecognizable insn:
 2020-07-22  6:52 UTC  (4+ messages)
` [Bug target/96273] "

[Bug target/95237] New: LOCAL_DECL_ALIGNMENT shrinks alignment, FAIL gcc.target/i386/pr69454-2.c
 2020-07-22  6:34 UTC  (5+ messages)
` [Bug target/95237] "

[Bug fortran/96255] New: [F2018] Implement option type spec for index DO CONCURRENT
 2020-07-22  6:29 UTC  (9+ messages)
` [Bug fortran/96255] [F2018] Implement optional type spec for index in "

[Bug c++/96278] New: three-way comparison operator comparison to 0: spurious nullptr warning
 2020-07-22  6:27 UTC  (3+ messages)
` [Bug c++/96278] "

[Bug middle-end/96192] New: tree-inline.c(copy_decl_for_dup_finish) should preserve decl alignment in copy
 2020-07-22  6:26 UTC  (2+ messages)
` [Bug middle-end/96192] "

[Bug target/96262] New: [11 Regression] ICE: in decompose, at rtl.h:2280 with -O -mavx512bw
 2020-07-22  6:01 UTC  (4+ messages)
` [Bug target/96262] "

[Bug testsuite/96276] New: new test case c-c++-common/pr95237-6.c fails
 2020-07-22  3:19 UTC 

[Bug rtl-optimization/89310] Poor code generation returning float field from a struct
 2020-07-22  1:34 UTC  (2+ messages)

[Bug c++/92812] Implement P1975R0: Fixing the wording of parenthesized aggregate-initialization
 2020-07-21 22:18 UTC 

[Bug libfortran/93567] G edit descriptor uses E instead of F editing in rounding mode UP
 2020-07-21 22:16 UTC  (8+ messages)

[Bug libfortran/93592] Invalid UP/DOWN rounding with EN descriptor
 2020-07-21 22:15 UTC  (6+ messages)

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

[Bug testsuite/96274] New: [11 regression] gcc.target/powerpc/convert-fp-128.c breaks on power 9 after r11-2206
 2020-07-21 21:45 UTC  (2+ messages)
` [Bug testsuite/96274] "

[Bug tree-optimization/56456] New: [meta-bug] bogus warning when inlining: "array subscript is above array bounds"
 2020-07-21 21:31 UTC  (3+ messages)
` [Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds

[Bug middle-end/84051] [7/8/9 Regression] missing -Warray-bounds on an out-of-bounds access via an array pointer
 2020-07-21 21:31 UTC 

[Bug target/92488] GCC generates calls to __dpd_trunctdsd2 with -mhard-dfp
 2020-07-21 21:23 UTC 

[Bug c++/94655] New: Implicit assignment operator triggers stringop-overflow warning
 2020-07-21 20:46 UTC  (4+ messages)
` [Bug tree-optimization/94655] [10/11 Regression] Implicit assignment operator triggers stringop-overflow warning since r10-5451-gef29b12cfbb4979a

[Bug sanitizer/95137] New: Sanitizers seem to be missing support for coroutines
 2020-07-21 20:39 UTC  (3+ messages)
` [Bug sanitizer/95137] "

[Bug middle-end/95988] New: [10/11 Regression] Bogus -Warray-bounds/-Wstringop-overflow warning with loop
 2020-07-21 20:08 UTC  (2+ messages)
` [Bug middle-end/95988] "

[Bug c++/96197] New: Excess memory consumption, positive correlation with the size of a constexpr array
 2020-07-21 19:49 UTC  (3+ messages)
` [Bug c++/96197] "

[Bug c++/96257] New: [11 Regression] ICE in cp_parser_skip_to_pragma_eol, at cp/parser.c:3948
 2020-07-21 19:44 UTC  (7+ messages)
` [Bug c++/96257] "

[Bug fortran/89574] [8/9/10/11 Regression] internal compiler error: in conv_function_val, at fortran/trans-expr.c:3792
 2020-07-21 19:37 UTC 

[Bug c++/96251] New: co_yield incorrectly rejected in non-explicitly-constexpr generic lambda
 2020-07-21 18:53 UTC  (4+ messages)
` [Bug c++/96251] "

[Bug target/95750] New: [x86] Use dummy atomic insn instead of mfence in __atomic_thread_fence(seq_cst)
 2020-07-21 18:22 UTC  (4+ messages)
` [Bug target/95750] "

[Bug libstdc++/96269] New: optional comparison with nullopt fails
 2020-07-21 16:17 UTC  (3+ messages)
` [Bug libstdc++/96269] "

[Bug c++/96268] New: class-type NTTP CTAD for string-literal aggregate fails on aggregate initialization
 2020-07-21 15:46 UTC  (4+ messages)
` [Bug c++/96268] "

[Bug libgomp/93305] [OpenACC] 'acc_shutdown' vs. active data lifetimes
 2020-07-21 15:41 UTC 

[Bug target/96247] New: -falign-functions=0 works wrongly
 2020-07-21 15:37 UTC  (2+ messages)
` [Bug target/96247] "

[Bug fortran/94070] Assumed-rank arrays – bounds mishandled, SIZE/SHAPE/UBOUND/LBOUND
 2020-07-21 15:22 UTC 

[Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test
 2020-07-21 15:09 UTC  (3+ messages)

[Bug c++/96241] New: ICE in verify_ctor_sanity
 2020-07-21 15:07 UTC  (2+ messages)
` [Bug c++/96241] [9/10/11 Regression] "

[Bug fortran/88080] Add warning if IMPLICIT NONE is missing
 2020-07-21 15:00 UTC  (2+ messages)

[Bug c++/96258] New: [11 Regression] ICE: Segmentation fault (in cp_parser_declaration)
 2020-07-21 14:56 UTC  (3+ messages)
` [Bug c++/96258] "

[Bug sanitizer/96259] New: Regression warning on GCC 10
 2020-07-21 14:55 UTC  (4+ messages)
` [Bug sanitizer/96259] "
` [Bug sanitizer/96259] [10/11 Regression] "

[Bug bootstrap/95952] New: [8.4.1 regression] gcc-8 bootstrap failure on powerpc64-linux
 2020-07-21 14:38 UTC  (3+ messages)
` [Bug target/95952] [8 Regression] "

[Bug fortran/94599] New: Invalid constructor for derived types with recursive allocatable components
 2020-07-21 14:32 UTC  (2+ messages)
` [Bug fortran/94599] "

[Bug target/96260] New: RISC-V: -fsanitize=kernel-address is not available after gcc10
 2020-07-21 14:22 UTC  (4+ messages)
` [Bug target/96260] "
` [Bug target/96260] [10/11 Regression] "

[Bug target/96263] New: [10/11 Regression] ICE: in lra_assign, at lra-assigns.c:1648 with -O -flive-range-shrinkage -fnon-call-exceptions -msse4 --param=max-sched-ready-insns=1
 2020-07-21 14:20 UTC  (2+ messages)
` [Bug target/96263] "

[Bug rtl-optimization/96264] New: [10/11 Regression] wrong code with -Os -fno-forward-propagate -fschedule-insns -fno-tree-ter
 2020-07-21 14:20 UTC  (2+ messages)
` [Bug rtl-optimization/96264] "

[Bug gcov-profile/96267] New: gcov-tool merge more coverage data error
 2020-07-21 13:21 UTC  (2+ messages)
` [Bug gcov-profile/96267] "

[Bug c++/96266] New: Macro defined as enum in parens resolves to 1
 2020-07-21 12:34 UTC  (3+ messages)
` [Bug c++/96266] "

[Bug target/96265] New: building nvptx-none on platforms other than x86_64-linux-gnu, e.g. aarch64-linux-gnu and powerpc64le-linux-gnu
 2020-07-21 11:55 UTC 

[Bug debug/96261] New: -fcompare-debug failure (length) with -Os -fno-gcse-lm -fnon-call-exceptions
 2020-07-21 10:40 UTC 

[Bug target/93720] [10/11 Regression] vector creation from two parts of two vectors produces TBL rather than ins
 2020-07-21 10:17 UTC  (2+ messages)

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
 2020-07-21 10:03 UTC 

[Bug target/82199] __builtin_shuffle sometimes should produce zip1 rather than TBL
 2020-07-21 10:03 UTC 

[Bug target/92892] [AARCH64] TBL-based permutations can be implemented more efficiently for 2-element vectors
 2020-07-21 10:03 UTC 

[Bug middle-end/88670] [meta-bug] generic vector extension issues
 2020-07-21 10:03 UTC 

[Bug c/96253] New: decimal floating point missing on ARM
 2020-07-21  6:59 UTC  (3+ messages)
` [Bug c/96253] "

[Bug c++/96252] New: mis-optimization where identical functions have very different codegen since gcc 10
 2020-07-21  6:58 UTC  (4+ messages)
` [Bug c++/96252] "
` [Bug ipa/96252] "
` [Bug ipa/96252] [10/11 Regression] "

[Bug c++/96256] New: Invalid consteval call not rejected
 2020-07-21  1:48 UTC 

[Bug fortran/92643] ISO_Fortran_binding_15.f90 failure on i586-*-freebsd
 2020-07-21  0:20 UTC  (6+ messages)

[Bug d/96254] New: d: ICE using non-local variable: internal compiler error: Segmentation fault
 2020-07-20 22:40 UTC 

[Bug driver/96190] New: --enable-default-pie on sparc uses crtbeginS.o (correct) and crtend.o (incorrect)
 2020-07-20 21:48 UTC  (3+ messages)
` [Bug target/96190] "

[Bug libfortran/94586] New: trigd_lib.inc:84:28: error: implicit declaration of function 'fmaf'
 2020-07-20 19:53 UTC  (3+ messages)
` [Bug libfortran/94586] "

[Bug tree-optimization/96245] New: Failure to optimize arithmetic pattern in switch
 2020-07-20 18:53 UTC  (4+ messages)
` [Bug tree-optimization/96245] "

[Bug debug/47819] New: [meta-bug] LTO debug information issues
 2020-07-20 18:48 UTC  (2+ messages)
` [Bug debug/47819] "

[Bug fortran/93553] ICE in scan_omp_1_op, at omp-low.c:3485
 2020-07-20 18:41 UTC 

[Bug middle-end/95886] New: suboptimal memcpy with embedded zero bytes
 2020-07-20 18:10 UTC  (3+ messages)
` [Bug middle-end/95886] "

[Bug c/95189] New: memcmp being wrongly stripped (regression)
 2020-07-20 18:10 UTC  (3+ messages)
` [Bug middle-end/95189] [10/11 Regression] memcmp being wrongly stripped like strcmp
` [Bug middle-end/95189] [10 "

[Bug c/96249] New: The string "<number> bytes" is repeated at the end of the message
 2020-07-20 17:58 UTC  (3+ messages)
` [Bug c/96249] "

[Bug c/96235] New: Segmentation fault with "-Og -fno-dce -fno-tree-dce -finline-small-functions -fipa-sra"
 2020-07-20 15:58 UTC  (2+ messages)
` [Bug ipa/96235] "

[Bug jit/69435] Truncated lines in jit.log
 2020-07-20 15:35 UTC  (2+ messages)

[Bug c++/96242] New: ICE conditionally noexcept defaulted comparison
 2020-07-20 15:34 UTC  (2+ messages)
` [Bug c++/96242] "

[Bug lto/58528] New: lto1: internal compiler error: in build_abbrev_table, at dwarf2out.c:7478
 2020-07-20 15:20 UTC  (2+ messages)
` [Bug lto/58528] "

[Bug fortran/93336] BIND(C) and CHARACTER arguments
 2020-07-20 13:08 UTC 

[Bug rtl-optimization/96031] New: suboptimal codegen for store low 16-bits value
 2020-07-20 12:25 UTC  (2+ messages)
` [Bug rtl-optimization/96031] "

[Bug d/96250] New: d: Field access in parentheses causes error: need 'this' for 'field' of type 'type'
 2020-07-20 12:08 UTC 

[Bug driver/96248] New: Closing quote in wrong position in config/rs6000/linux64.h
 2020-07-20 10:59 UTC 

[Bug libfortran/91543] [10/11 Regression] nf failure ( Handling stack overflow more sensibly
 2020-07-20 10:59 UTC 

[Bug fortran/94931] New: request: print include path
 2020-07-20 10:43 UTC  (2+ messages)
` [Bug fortran/94931] "

[Bug fortran/93289] array constructor of different length: Missing diagnostic when PARAMETER is in list
 2020-07-20 10:37 UTC 

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

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