public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug target/101294] New: [12 Regression] ICE: in maybe_legitimize_operand, at optabs.c:7614 with -mavx
 2021-07-02 10:33 UTC  (2+ messages)
` [Bug target/101294] [12 Regression] ICE: in maybe_legitimize_operand, at optabs.c:7614 with -mavx since r12-1958-gedafb35bdadf309e

[Bug c++/101295] New: constexpr destructor: ''result_decl' not supported by dump_expr<expression error>' is not a constant expression
 2021-07-02 10:30 UTC 

[Bug tree-optimization/101293] New: LIM ref canonicalization incomplete
 2021-07-02  9:57 UTC  (2+ messages)
` [Bug tree-optimization/101293] "

[Bug c++/99728] New: code pessimization when using wrapper classes around SIMD types
 2021-07-02  9:52 UTC  (4+ messages)
` [Bug tree-optimization/99728] "

[Bug c/101292] New: recent valgrind error in warning-control.cc
 2021-07-02  9:21 UTC  (5+ messages)
` [Bug c/101292] "
` [Bug middle-end/101292] [12 Regression] "
` [Bug middle-end/101292] [12 Regression] recent valgrind error in warning-control.cc since r12-1804-g65870e75616ee4359d1c13b99be794e6a577bc65

[Bug tree-optimization/101291] New: turns infinite loop into finite
 2021-07-02  9:18 UTC  (9+ messages)
` [Bug tree-optimization/101291] "

[Bug debug/101283] New: Severaal test fail on Darwin with -gctf
 2021-07-02  9:01 UTC  (7+ messages)
` [Bug debug/101283] Several tests "
` [Bug debug/101283] Several tests fail on Darwin with -gctf/gbtf

[Bug ada/100486] New: Ada build fails for 32bit Windows
 2021-07-02  8:36 UTC  (2+ messages)
` [Bug ada/100486] "

[Bug target/101286] New: [12 Regression] ICE: in ix86_expand_vector_move, at config/i386/i386-expand.c:574 with -mavx2 and __int128 vector
 2021-07-02  8:07 UTC  (4+ messages)
` [Bug target/101286] "

[Bug libstdc++/101271] New: [12 Regression] error: ‘static constexpr decltype ... used before its definition
 2021-07-02  7:50 UTC  (3+ messages)
` [Bug libstdc++/101271] "

[Bug tree-optimization/92860] [9/10/11/12 regression] Global flags affected by -O settings are clobbered by optimize attribute
 2021-07-02  7:48 UTC  (15+ messages)

[Bug target/101276] New: [i386] Keylocker output should be cleared when instruction reports runtime error
 2021-07-02  7:30 UTC  (5+ messages)
` [Bug target/101276] "

[Bug gcov-profile/101193] New: [GCOV] Bit operation leads to wrong coverage information
 2021-07-02  7:22 UTC  (2+ messages)
` [Bug gcov-profile/101193] "

[Bug gcov-profile/101192] New: [GCOV] The coverage of a callee function goes wrong
 2021-07-02  7:17 UTC  (2+ messages)
` [Bug gcov-profile/101192] "

[Bug tree-optimization/101256] New: [12 Regression] Wrong code with -O3 since r12-1841-g9fe9c45ae33a2df7
 2021-07-02  7:03 UTC  (3+ messages)
` [Bug tree-optimization/101256] "

[Bug tree-optimization/101173] New: wrong code at -O3 on x86_64-linux-gnu
 2021-07-02  6:54 UTC  (5+ messages)
` [Bug tree-optimization/101173] [9/10/11 Regression] "

[Bug tree-optimization/101280] New: [12 Regression] TSVC s231 slower with -Ofast -march=znver1 since r12-1836-g0ad9d88a3d7170b3
 2021-07-02  6:54 UTC  (8+ messages)
` [Bug tree-optimization/101280] "

[Bug tree-optimization/101290] New: ICE with -O1 on valid code: in maybe_canonicalize_mem_ref_addr, at gimple-fold.c:5976
 2021-07-02  6:32 UTC  (2+ messages)
` [Bug middle-end/101290] "

[Bug c/101285] New: [12 Regression] ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in c_safe_arg_type_equiv_p, at c/c-typeck.c:5830
 2021-07-02  6:16 UTC  (3+ messages)
` [Bug c/101285] [9/10/11/12 "

[Bug c/101275] New: [RISCV] Document the machine constraint 'S' and make it non-internal
 2021-07-02  2:34 UTC  (2+ messages)
` [Bug target/101275] "

[Bug c/101289] New: bogus -Wvla-paramater warning when using const for vla param
 2021-07-02  1:04 UTC  (4+ messages)
` [Bug c/101289] "

[Bug c/97548] New: bogus -Wvla-parameter on a bound expression involving a parameter
 2021-07-02  1:03 UTC  (2+ messages)
` [Bug c/97548] "

[Bug c++/101274] New: std::execution::seq has incorrect behaviour under GCC 11.1.0
 2021-07-02  1:03 UTC  (5+ messages)
` [Bug libstdc++/101274] [11/12 Regression] "

[Bug c/101279] New: Function attributes often block inlining
 2021-07-02  0:08 UTC  (3+ messages)
` [Bug ipa/101279] "

[Bug fortran/94070] Assumed-rank arrays – bounds mishandled, SIZE/SHAPE/UBOUND/LBOUND
 2021-07-01 22:55 UTC 

[Bug fortran/92621] Problems with memory handling with allocatable intent(out) arrays with bind(c)
 2021-07-01 22:21 UTC  (2+ messages)

[Bug target/101177] New: sh3: internal compiler error: Illegal instruction
 2021-07-01 21:43 UTC  (3+ messages)
` [Bug target/101177] "

[Bug tree-optimization/101179] New: y % (x ? 16 : 4) and y % (4 << (2 * (bool)x)) produce different code
 2021-07-01 20:49 UTC  (4+ messages)
` [Bug tree-optimization/101179] "

[Bug c++/101288] New: Invalid instantiated redeclaration considered valid by gcc
 2021-07-01 20:45 UTC 

[Bug middle-end/101251] New: Optimize i % (b ? C0 : C1) into i & (b ? C0-1 : C1-1) for power of 2 C0 and C1
 2021-07-01 20:43 UTC  (2+ messages)
` [Bug middle-end/101251] "

[Bug middle-end/101252] New: Optimize (b ? i % C0 : i % C1) into i & (b ? C0-1 : C1-1) for power of 2 C0 and C1
 2021-07-01 20:43 UTC  (2+ messages)
` [Bug middle-end/101252] "

[Bug c++/101287] New: Implicite template specialization redefines member function but compiles
 2021-07-01 20:42 UTC  (3+ messages)
` [Bug c++/101287] "
` [Bug c++/101287] Implicit "

[Bug fortran/93308] bind(c) subroutine changes lower bound of array argument in caller
 2021-07-01 20:26 UTC 

[Bug fortran/101255] New: FLUSH statement - error should be negative
 2021-07-01 20:12 UTC  (2+ messages)
` [Bug fortran/101255] "

[Bug libstdc++/40380] class documentation should mention include file to use
 2021-07-01 20:11 UTC 

[Bug c++/100976] New: [C++23] Make constexpr reference temp constexpr
 2021-07-01 20:09 UTC  (3+ messages)
` [Bug c++/100976] "

[Bug libstdc++/101268] New: Refer manual readers to cppreference.com for API details
 2021-07-01 18:26 UTC  (3+ messages)
` [Bug libstdc++/101268] "

[Bug libstdc++/97001] New: API documentation should have a minimum dialect
 2021-07-01 18:24 UTC  (2+ messages)
` [Bug libstdc++/97001] API documentation should mention the "

[Bug ada/101094] New: [11 regression] 'Enum_Rep returns a unsigned value for the negative representation in gcc-11
 2021-07-01 18:02 UTC  (4+ messages)
` [Bug ada/101094] [11/12 regression] Enum_Rep returns unsigned value for negative representation

[Bug libstdc++/66792] New: Document sort template in bits/list.tcc
 2021-07-01 17:53 UTC  (2+ messages)
` [Bug libstdc++/66792] "

[Bug libstdc++/51539] New: multiplies ::operator () undocumented
 2021-07-01 17:51 UTC  (2+ messages)
` [Bug libstdc++/51539] "

[Bug libstdc++/57840] New: ::std ::result_of is undocumented
 2021-07-01 17:04 UTC  (2+ messages)
` [Bug libstdc++/57840] "

[Bug tree-optimization/101260] New: Backport 27381e78925 to GCC 11
 2021-07-01 16:58 UTC  (4+ messages)
` [Bug tree-optimization/101260] [10/11 Regression] "

[Bug target/101220] New: arm: iwmmxt2: generating bad assembler ?
 2021-07-01 16:52 UTC  (2+ messages)
` [Bug target/101220] "

[Bug fortran/56670] New: Allocatable-length character var causes bogus warning with -Wall
 2021-07-01 15:33 UTC  (2+ messages)
` [Bug fortran/56670] Allocatable-length character var causes bogus warning with -Wuninitialized

[Bug target/100865] New: pass_data_constant_pool_broadcast doesn't work on TImode
 2021-07-01 15:11 UTC  (2+ messages)
` [Bug target/100865] Convert CONST_WIDE_INT to broadcast

[Bug target/87767] Missing AVX512 memory broadcast for constant vector
 2021-07-01 15:11 UTC 

[Bug middle-end/100685] New: #pragma GCC push_options ineffective for optimize options
 2021-07-01 14:47 UTC  (3+ messages)
` [Bug middle-end/100685] "

[Bug tree-optimization/101272] New: [12 Regression] error: ‘nonnull’ argument ‘message’ compared to NULL [-Werror=nonnull-compare] since
 2021-07-01 14:43 UTC  (5+ messages)
` [Bug tree-optimization/101272] [12 Regression] error: ‘nonnull’ argument ‘message’ compared to NULL [-Werror=nonnull-compare] since r12-1805

[Bug target/100757] New: arm: ICE (unrecognizable insn) with MVE VPSELQ_S
 2021-07-01 13:48 UTC  (3+ messages)
` [Bug target/100757] [12 Regression] arm: ICE (unrecognizable insn) with MVE VPSELQ_S since r12-834-ga6eacbf10

[Bug other/71268] [PATCH] Fix description of x86_64's -m32 option
 2021-07-01 13:30 UTC 

[Bug c/101265] New: C2X [[maybe_unused]] ignored when placed after array declaration
 2021-07-01 13:21 UTC  (5+ messages)
` [Bug c/101265] "

[Bug target/101284] New: conflicting arch/fpu result in unexpected preprocessor defines
 2021-07-01 11:54 UTC  (2+ messages)
` [Bug target/101284] "

[Bug d/101282] New: d: RHS value lost when a target_expr appears in a cond_expr
 2021-07-01 10:36 UTC 

[Bug target/94096] New: amdgcn build instructions missing
 2021-07-01 10:35 UTC  (2+ messages)
` [Bug target/94096] "

[Bug c++/101278] New: [12 regression] g++ miscompiles cmake-3.18.5
 2021-07-01 10:32 UTC  (7+ messages)
` [Bug c++/101278] "
` [Bug tree-optimization/101278] "

[Bug fortran/100778] New: Get SIGFPE on simple test with -fpe-trap=invalid and SLP vectorization ON, with gfortran 11.1.0 on x86_64
 2021-07-01 10:31 UTC  (4+ messages)
` [Bug tree-optimization/100778] [11/12 Regression] "
` [Bug tree-optimization/100778] [11 "

[Bug d/101273] New: d: missed RVO optimization with non-pod structs
 2021-07-01 10:29 UTC  (2+ messages)
` [Bug d/101273] "

[Bug fortran/101281] New: [11/12 Regression] ICE with -std=f2003/f2008 and assumed-rank array
 2021-07-01 10:29 UTC  (3+ messages)
` [Bug fortran/101281] "

[Bug fortran/96797] New: OpenACC fortran acc_get_cuda_stream
 2021-07-01 10:17 UTC  (2+ messages)
` [Bug fortran/96797] "

[Bug fortran/96080] New: [OpenACC] 'acc_is_present' for Fortran 'pointer'
 2021-07-01 10:15 UTC  (2+ messages)
` [Bug fortran/96080] OpenACC/Fortran runtime library routines vs. "

[Bug c/87911] OpenACC/OpenMP clauses parsing: comma operator vs. separator
 2021-07-01  9:47 UTC  (2+ messages)

[Bug c/99137] New: ICE in gimplify_scan_omp_clauses, at gimplify.c:9833
 2021-07-01  9:36 UTC  (2+ messages)
` [Bug c/99137] "

[Bug c/87912] ICE with comma operator in C OpenACC async clause
 2021-07-01  9:36 UTC 

[Bug c/101204] New: infinite recursion in gtype-desc.c
 2021-07-01  9:24 UTC  (2+ messages)
` [Bug middle-end/101204] [12 Regression] infinite recursion in gtype-desc.c since r12-1801-g7036e9ef462fde8181bece4ac4e03f3aa27204dc

[Bug rtl-optimization/101044] New: -ABS(A) produces two neg instructions
 2021-07-01  9:24 UTC  (3+ messages)
` [Bug target/101044] "

[Bug c++/71283] Inconsistent location for C++ warning options in the manual
 2021-07-01  8:15 UTC  (2+ messages)

[Bug libstdc++/101258] New: std ::is_integral_v is undocumented
 2021-07-01  8:04 UTC  (11+ messages)
` [Bug libstdc++/101258] "

[Bug c/94366] New: OpenMP Parallel Reduction with "&&" operator does not compute correct result
 2021-07-01  7:54 UTC  (3+ messages)
` [Bug middle-end/94366] "

[Bug debug/101266] New: ICE with -g: in loc_list_from_tree_1, at dwarf2out.c:19421
 2021-07-01  7:54 UTC  (3+ messages)
` [Bug debug/101266] "

[Bug tree-optimization/101178] New: SLP permute propagation doesn't handle VEC_PERM
 2021-07-01  7:48 UTC  (3+ messages)
` [Bug tree-optimization/101178] "

[Bug c++/101277] New: Assert in constructor generates code for statically checkable expression
 2021-07-01  7:24 UTC  (2+ messages)
` [Bug c++/101277] "

[Bug testsuite/101269] New: new test case gcc.dg/debug/btf/btf-datasec-1.c fails with its introduction in r12-1852
 2021-07-01  7:15 UTC  (3+ messages)
` [Bug testsuite/101269] "
` [Bug testsuite/101269] [12 Regression] "

[Bug rtl-optimization/100328] New: IRA doesn't model dup num constraint well
 2021-07-01  6:18 UTC  (2+ messages)
` [Bug rtl-optimization/100328] IRA doesn't model matching "

[Bug tree-optimization/101145] New: niter analysis fails for until-wrap condition
 2021-07-01  3:42 UTC  (2+ messages)
` [Bug tree-optimization/101145] "

[Bug tree-optimization/101097] New: Vectorizer is too eager to use vec_unpack
 2021-07-01  2:53 UTC  (3+ messages)
` [Bug tree-optimization/101097] "

[Bug c++/101194] New: 7.2 Regression
 2021-07-01  0:45 UTC  (2+ messages)
` [Bug c++/101194] [9/10/11/12 Regression] aggregate init requires default constructor

[Bug c++/96204] New: gcc complains about private member access in SFINAE context
 2021-07-01  0:21 UTC  (2+ messages)
` [Bug c++/96204] "

[Bug c++/101181] New: ICE when using an alias template
 2021-06-30 19:25 UTC  (2+ messages)
` [Bug c++/101181] [11/12 Regression] "

[Bug c++/100459] New: [10/11 regression] constexpr decltype(auto) variable declaration bogus cv qual error
 2021-06-30 19:16 UTC  (2+ messages)
` [Bug c++/100459] [10/11/12 "

[Bug c++/101241] New: Internal compiler error from MathFunctions.h in the eigen library
 2021-06-30 18:25 UTC  (2+ messages)
` [Bug target/101241] "

[Bug c++/101247] New: ICE when using static constexpr bool defined in base-class in derived class constructor requires-clause
 2021-06-30 18:16 UTC  (2+ messages)
` [Bug c++/101247] ICE when using static constexpr bool defined in parent-class in nested "

[Bug c++/98940] New: Implement C++23 language features
 2021-06-30 16:19 UTC  (2+ messages)
` [Bug c++/98940] "

[Bug c++/100975] New: [C++23] Allow pointer to array of auto
 2021-06-30 16:19 UTC  (2+ messages)
` [Bug c++/100975] "

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