public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/105841] New: Change in behavior of CTAD for alias templates
 2022-06-06 12:50 UTC  (2+ messages)
` [Bug c++/105841] [12/13 Regression] "

[Bug c++/102168] New: -Wnon-virtual-dtor shouldn't fire for protected dtor in a class with a friend declaration
 2022-06-06 12:42 UTC  (5+ messages)
` [Bug c++/102168] "

[Bug c++/105842] New: rejects-valid: static member function overload set constrained by concepts for class template results in ambiguous call
 2022-06-06 12:39 UTC  (2+ messages)
` [Bug c++/105842] "

[Bug c++/105848] New: undefined reference for default template argument of function type
 2022-06-06 12:30 UTC  (3+ messages)
` [Bug c++/105848] [12 Regression] "
` [Bug c++/105848] [12/13 "

[Bug c/105506] New: Error building GCC 12.1.0 against MinGW-w64: fatal error: cannot execute 'cc1': CreateProcess: No such file or directory
 2022-06-06 11:07 UTC  (6+ messages)
` [Bug target/105506] "

[Bug c++/105840] New: confusing diagnostic when naming the wrong class in a constructor
 2022-06-06 10:32 UTC  (5+ messages)
` [Bug c++/105840] "

[Bug bootstrap/105831] New: Nonportable syntax in "test" and "[" commands
 2022-06-06 10:19 UTC  (3+ messages)
` [Bug bootstrap/105831] "

[Bug tree-optimization/105855] New: missed optimization - vectorization -fsanitize=signed-integer-overflow
 2022-06-06  8:48 UTC  (4+ messages)
` [Bug tree-optimization/105855] "

[Bug libstdc++/105845] New: Provide a name mangling facility
 2022-06-06  8:28 UTC  (2+ messages)
` [Bug libstdc++/105845] Provide a name mangling facility usable within C++ code

[Bug target/105854] New: ICE: in extract_constrain_insn, at recog.cc:2692 (insn does not satisfy its constraints: sse2_lshrv1ti3)
 2022-06-06  3:47 UTC  (2+ messages)
` [Bug target/105854] "

[Bug c/105853] New: ice in pieces_addr constructor
 2022-06-05 21:40 UTC  (4+ messages)
` [Bug middle-end/105853] [13 regression] "

[Bug target/105856] New: ice in emit_move_insn, at expr.cc:4011
 2022-06-05 21:31 UTC  (3+ messages)
` [Bug target/105856] "
` [Bug target/105856] [13 Regression] "

[Bug c/105852] New: ice in instantiate_decl
 2022-06-05 21:10 UTC  (5+ messages)
` [Bug c++/105852] [13 Regression] "

[Bug c++/105859] New: ICE in instantiate_decl
 2022-06-05 21:09 UTC  (5+ messages)
` [Bug c++/105859] "

[Bug c/105858] New: MinGW-w64 64-bit build with --libstdcxx-pch: fatal error: cannot write PCH file: required memory segment unavailable
 2022-06-05 19:13 UTC 

[Bug tree-optimization/105835] New: Dead Code Elimination Regression at -O1 (trunk vs. 12.1.0)
 2022-06-05 19:05 UTC  (3+ messages)
` [Bug tree-optimization/105835] "

[Bug libstdc++/105857] New: codecvt::do_length causes unexpected buffer overflow
 2022-06-05 15:15 UTC  (3+ messages)
` [Bug libstdc++/105857] "

[Bug c++/105851] New: Error: "Duplicate key positions selected" when recreating cfns.h
 2022-06-05 12:22 UTC  (5+ messages)
` [Bug c++/105851] "

[Bug libstdc++/80331] unused const std::string not optimized away
 2022-06-05  7:54 UTC  (2+ messages)

[Bug tree-optimization/87633] [9 Regression] ice in compare_range_wit h_value, at vr-values.c:1702
 2022-06-05  4:49 UTC  (3+ messages)

[Bug fortran/105847] New: namelist-object-name can be a renamed host associated entity
 2022-06-05  2:27 UTC  (4+ messages)
` [Bug fortran/105847] "

[Bug tree-optimization/105830] New: call to memcpy when -nostdlib -nodefaultlibs flags provided
 2022-06-04 22:51 UTC  (4+ messages)
` [Bug tree-optimization/105830] "

[Bug target/105753] New: [avr] ICE: in add_clobbers, at config/avr/avr-dimode.md:2705
 2022-06-04 22:19 UTC  (2+ messages)
` [Bug target/105753] "

[Bug preprocessor/105850] New: Erreur de compilation pour la carte Arduino Mega or Mega 2560
 2022-06-04 22:19 UTC  (2+ messages)
` [Bug target/105850] "

[Bug c++/105846] New: constexpr unique_ptr doesn't work with virtual types
 2022-06-04 21:40 UTC  (5+ messages)
` [Bug c++/105846] "
` [Bug c++/105846] [C++2b] "

[Bug c/105849] New: A couple of new clang warnings
 2022-06-04 21:04 UTC 

[Bug c/105738] New: asan error during bootstrap
 2022-06-04 20:08 UTC  (2+ messages)
` [Bug target/105738] "

[Bug tree-optimization/105739] New: [9/10 Regression] Miscompilation of Linux kernel update.c
 2022-06-04 16:07 UTC  (3+ messages)
` [Bug tree-optimization/105739] [10 "

[Bug c++/58601] New: [meta-bug] alignas
 2022-06-04 14:00 UTC  (2+ messages)
` [Bug c++/58601] "

[Bug c++/69585] [C++ 11] parser errors mixing alignas, C++ 11 and GNU attributes on class declaration
 2022-06-04 14:00 UTC  (3+ messages)

[Bug c++/102399] New: Cannot mix GCC and C++11 / C23 attribute syntax
 2022-06-04 13:59 UTC  (2+ messages)
` [Bug c++/102399] "

[Bug c/95126] New: Missed opportunity to turn static variables into immediates
 2022-06-04 11:23 UTC  (2+ messages)
` [Bug middle-end/95126] [10/11/12/13 Regression] "

[Bug target/105791] New: [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with -mxop
 2022-06-04  9:16 UTC  (3+ messages)
` [Bug target/105791] "

[Bug tree-optimization/101617] New: a ? -1 : 1 -> (-(type)a) | 1
 2022-06-04  9:14 UTC  (2+ messages)
` [Bug rtl-optimization/101617] "

[Bug target/70321] [10/11/12/13 Regression] STV generates less optimized code
 2022-06-04  9:12 UTC 

[Bug target/105825] New: [13 Regression] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with -mavx
 2022-06-04  8:37 UTC  (4+ messages)
` [Bug target/105825] "

[Bug libstdc++/105844] New: std::lcm(50000, 49999) is UB but accepted in a constexpr due to cast to unsigned
 2022-06-04  8:24 UTC  (4+ messages)
` [Bug libstdc++/105844] "

[Bug fortran/105473] New: semicolon allowed when list-directed read integer with decimal='point'
 2022-06-04  3:47 UTC  (5+ messages)
` [Bug fortran/105473] "

[Bug c/105843] New: pt_BR: wrong translation for "integer constant is so large that it is unsigned"
 2022-06-03 22:29 UTC  (2+ messages)
` [Bug translation/105843] "

[Bug c++/105756] New: ICE in cxx_eval_constant_expression at cp/constexpr.cc:7586: unexpected expression ‘ElemSize’ of kind template_parm_index
 2022-06-03 18:59 UTC  (2+ messages)
` [Bug c++/105756] [12/13 Regression] "

[Bug c++/105761] New: ICE on hidden friend definition defined in base type
 2022-06-03 18:43 UTC  (6+ messages)
` [Bug c++/105761] [11/12/13 Regression] ICE on hidden friend definition defined in base type since r11-388-gc4bff4c230c8d341

[Bug libgomp/105839] New: internal compiler error: in tsubst_omp_for_iterator, at cp/pt.cc:18122 (instantiate_pending_templates -> instantiate_decl -> tsubst_lambda_expr)
 2022-06-03 17:07 UTC  (2+ messages)
` [Bug c++/105839] "

[Bug c++/105838] New: g++ 12.1.0 runs out of memory or time when building const std::vector of std::strings
 2022-06-03 16:22 UTC 

[Bug c++/105637] New: [11 Regression] Wrong overload selected in base class
 2022-06-03 16:17 UTC  (5+ messages)
` [Bug c++/105637] [12/13 "
` [Bug c++/105637] [12 "

[Bug testsuite/105837] New: New test c-c++-common/diagnostic-format-sarif-file-4.c in r13-967-g6cf276ddf22066 fails
 2022-06-03 15:08 UTC 

[Bug c++/105797] New: Internal compiler error: Segmentation fault ( fn_type_unification -> satisfaction_cache::satisfaction_cache -> iterative_hash_template_arg )
 2022-06-03 13:32 UTC  (3+ messages)
` [Bug c++/105797] [11/12/13 Regression] "
` [Bug c++/105797] [11/12 "

[Bug fortran/105836] New: [OpenMP] segfault when assigning after firstprivate + allocate
 2022-06-03 13:31 UTC 

[Bug c++/100374] New: Type-constraints of member function templates should not be substituted into during implicit instantiation
 2022-06-03 13:29 UTC  (2+ messages)
` [Bug c++/100374] "

[Bug tree-optimization/105834] New: Dead Code Elimination Regression at -O2 (trunk vs. 12.1.0)
 2022-06-03 13:25 UTC 

[Bug tree-optimization/105833] New: Dead Code Elimination Regression at -O2 (trunk vs. 12.1.0)
 2022-06-03 13:13 UTC 

[Bug c/105292] New: [sparc64] ICE in expand_expr_real_2 on sparc64 when compiling with -mcpu=niagara4
 2022-06-03 11:02 UTC  (2+ messages)
` [Bug target/105292] [10/11/12/13 regression] ICE in expand_expr_real_2 when compiling with -mvis2

[Bug c/105792] New: SPARC GCC 12.1.0 fails with internal compiler error: in expand_expr_real_2, at expr.cc:10160
 2022-06-03 11:02 UTC  (3+ messages)
` [Bug target/105792] "

[Bug c++/87656] Useful flags to enable with -Wall or -Wextra
 2022-06-03 10:51 UTC 

[Bug tree-optimization/105832] New: Dead Code Elimination Regression at -O3 (trunk vs. 12.1.0)
 2022-06-03  9:59 UTC 

[Bug tree-optimization/105777] New: Failure to optimize __builtin_mul_overflow with constant operand to add+cmp check
 2022-06-03  9:51 UTC  (3+ messages)
` [Bug middle-end/105777] "

[Bug middle-end/30314] optimize multiply-by-constant overflow (wrap) test
 2022-06-03  9:42 UTC  (2+ messages)

[Bug tree-optimization/100810] New: wrong code at -O1 and above on x86_64-linux-gnu
 2022-06-03  7:05 UTC  (2+ messages)
` [Bug middle-end/100810] [12 Regression] wrong code at -O1 and above on x86_64-linux-gnu since r12-397-gda9e6e63d1ae22e530ec7baf59f6ed028bf05776

[Bug tree-optimization/105665] New: wrong code at -Os and above on x86_64-linux-gnu
 2022-06-03  7:05 UTC  (2+ messages)
` [Bug tree-optimization/105665] [12/13 Regression] wrong code at -Os and above on x86_64-linux-gnu since r12-397-gda9e6e63d1ae22

[Bug middle-end/56888] New: memcpy implementation optimized as a call to memcpy
 2022-06-03  6:55 UTC  (2+ messages)
` [Bug middle-end/56888] "

[Bug tree-optimization/105820] New: [13 Regression] ICE in invert, at value-range.cc:1971
 2022-06-03  5:30 UTC  (4+ messages)
` [Bug tree-optimization/105820] "

[Bug c++/105795] New: Miscompilation with [[no_unique_address]]
 2022-06-03  4:39 UTC  (6+ messages)
` [Bug c++/105795] [11/12/13 Regression] "
` [Bug c++/105795] [11/12 "

[Bug jit/105829] New: Allow getting the size of floating-point types
 2022-06-03  3:08 UTC  (2+ messages)
` [Bug jit/105829] "

[Bug c++/105828] New: [meta-bug] bogus/missing -Wshadow
 2022-06-03  2:40 UTC 

[Bug jit/105827] New: Infinite recursion in gt_ggc_mx_lang_tree_node
 2022-06-03  1:19 UTC  (2+ messages)
` [Bug jit/105827] "

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck
 2022-06-02 22:05 UTC 

[Bug c/105814] New: operand has impossible constraints - worked with previous releases
 2022-06-02 21:14 UTC  (2+ messages)
` [Bug middle-end/105814] [12/13 Regression] 16 "=rm" use in inline-asm is rejected at -O0

[Bug c++/98822] New: Rejects-valid: instantiation of class template instantiates (all) constrained non-template friend definitions (, even those) with unsatisfied constraints
 2022-06-02 20:24 UTC  (3+ messages)
` [Bug c++/98822] "

[Bug c++/105826] New: failure to compile namespace-scope constexpr new-expression
 2022-06-02 20:12 UTC 

[Bug c++/105803] New: [13 regression] ICE at gcc/cp/pt.cc:27737 after r13-860-gff91735a5b861d
 2022-06-02 20:02 UTC  (3+ messages)
` [Bug c++/105803] "

[Bug c++/102529] New: ctad for aliases fails in the presence of constraints
 2022-06-02 19:22 UTC  (2+ messages)
` [Bug c++/102529] "

[Bug c++/99699] New: Type deduction failure for deducing a non-type template parameter via another deducible structural type (class template specialization) non-type template parameter
 2022-06-02 18:06 UTC  (2+ messages)
` [Bug c++/99699] "

[Bug c++/105110] New: NTTP type deduction fails when dependent of previous NTTPs
 2022-06-02 18:06 UTC  (2+ messages)
` [Bug c++/105110] "

[Bug c++/10566] simple, but big problem
 2022-06-02 17:48 UTC 

[Bug bootstrap/44425] configure should probe prefix for gmp/mpfr/mpc
 2022-06-02 15:54 UTC 

[Bug c++/105824] New: Accepts invalid issue with implicit conversion of a scoped enumeration type
 2022-06-02 15:49 UTC 

[Bug c/103810] New: -fallow-parameterless-variadic-functions flag could use a testcase that covers its documentation better
 2022-06-02 15:37 UTC  (2+ messages)
` [Bug c/103810] "

[Bug c/103812] New: -fcond-mismatch could use a testcase that covers its documented behavior better
 2022-06-02 15:35 UTC  (2+ messages)
` [Bug c/103812] "

[Bug bootstrap/103459] New: Make configury regenerate cleanly with `autoreconf -Wall`
 2022-06-02 15:27 UTC  (2+ messages)
` [Bug bootstrap/103459] "

[Bug fortran/105813] New: ICE in gfc_simplify_unpack, at fortran/simplify.cc:8490
 2022-06-02 14:48 UTC  (2+ messages)
` [Bug fortran/105813] "

[Bug demangler/103525] New: [RISCV] wrong function entry with -fpatchable-function-entry
 2022-06-02 14:39 UTC  (2+ messages)
` [Bug target/103525] "

[Bug c++/101803] New: CTAD fails for nested designated initializers
 2022-06-02 14:10 UTC  (3+ messages)
` [Bug c++/101803] "

[Bug c++/105823] New: -Wrestrict / -Wstringop-overflow / -Warray-bounds warnings for uninitialized values
 2022-06-02 14:02 UTC 

[Bug c++/58993] New: failure to access pointer to protected member method in base from derived class specialization
 2022-06-02 13:29 UTC  (2+ messages)
` [Bug c++/58993] incorrectly accept access of protected member method from derived class template

[Bug c++/105752] New: Template function can access private member
 2022-06-02 13:29 UTC  (3+ messages)
` [Bug c++/105752] "

[Bug rtl-optimization/105822] New: ICE in maybe_record_trace_start, at dwarf2cfi.cc:2579
 2022-06-02 12:20 UTC  (2+ messages)
` [Bug rtl-optimization/105822] "

[Bug c++/105821] New: ICE for illegal constexpr-if
 2022-06-02 11:55 UTC  (2+ messages)
` [Bug c++/105821] "

[Bug tree-optimization/105437] New: ICE on GIMPLE pass slp when vectorizer is enabled
 2022-06-02 10:57 UTC  (3+ messages)
` [Bug tree-optimization/105437] [11 Regression] ICE on GIMPLE pass slp when vectorizer is enabled since r11-1801-g9e5508c2d006f2d4

[Bug c++/105786] New: ICE in compute_distributive_range, at tree-data-ref.cc:593
 2022-06-02  9:44 UTC  (3+ messages)
` [Bug tree-optimization/105786] [12 Regression] ICE in compute_distributive_range, at tree-data-ref.cc:593 since r12-4283-g6f966f06146be7689af471d152e18ff50c609d99

[Bug rtl-optimization/105711] New: [12/13 Regression] ICE: in simplify_subreg, at simplify-rtx.cc:7346 with -O2 --param=sccvn-max-alias-queries-per-access=0
 2022-06-02  9:43 UTC  (3+ messages)
` [Bug rtl-optimization/105711] [12 Regression] ICE: in simplify_subreg, at simplify-rtx.cc:7346 with -O2 --param=sccvn-max-alias-queries-per-access=0 since r12-6173-g9ff206d3865df5cb

[Bug other/105819] New: GCC 12.1.0 Make failed - Compiled with GCC 4.9.4 and under Mac OS X lion - I
 2022-06-02  9:41 UTC  (5+ messages)
` [Bug other/105819] "

[Bug c++/105726] New: spurious warning with -Warray-bounds
 2022-06-02  9:40 UTC  (2+ messages)
` [Bug tree-optimization/105726] [10/11/12 Regression] "

[Bug middle-end/105604] New: [10/11/12 Regression] ICE: in tree_to_shwi, at tree.cc:6369
 2022-06-02  9:39 UTC  (2+ messages)
` [Bug middle-end/105604] [10/11/12 Regression] ICE: in tree_to_shwi with vla in struct and sprintf

[Bug target/105818] New: ICE: 'global_options' are modified in local context
 2022-06-02  8:49 UTC  (2+ messages)
` [Bug target/105818] "

[Bug target/105778] New: Rotate by register --- unnecessary AND instruction
 2022-06-02  8:44 UTC  (2+ messages)
` [Bug target/105778] Shift "

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