public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/107024] New: ICE in finish_expr_stmt, at cp/semantics.cc:872
 2024-04-13 20:44 UTC  (2+ messages)
` [Bug c++/107024] "

[Bug c++/67491] New: [meta-bug] concepts issues
 2024-04-13 20:41 UTC  (3+ messages)
` [Bug c++/67491] "

[Bug c++/103410] New: ICE: in grokfndecl, at cp/decl.c:9903
 2024-04-13 20:41 UTC  (2+ messages)
` [Bug c++/103410] "

[Bug c++/99538] New: ICE when lambda return requires clause
 2024-04-13 20:39 UTC  (2+ messages)
` [Bug c++/99538] ICE: in maybe_add_lambda_conv_op, at cp/lambda.c:1037

[Bug c++/112926] New: issues with nested lambdas and decltype of uncaptured local variable
 2024-04-13 20:31 UTC  (2+ messages)
` [Bug c++/112926] "

[Bug c++/105667] New: Internal compiler segmentation fault
 2024-04-13 20:24 UTC  (2+ messages)
` [Bug c++/105667] [C++20] lambdas in template argument sometimes cause an ICE (seg fault)

[Bug c++/107430] New: [meta-bug] lambda in decltype
 2024-04-13 20:18 UTC  (34+ messages)
` [Bug c++/107430] "

[Bug c++/104670] New: ICE when using decltype of a lambda returning a struct inside of a struct
 2024-04-13 20:18 UTC  (2+ messages)
` [Bug c++/104670] [11/12/13/14 Regression] "

[Bug c++/103952] New: ICE: in cp_finish_decl, at cp/decl.c:7933
 2024-04-13 20:14 UTC  (2+ messages)
` [Bug c++/103952] [11/12/13/14 Regression] "

[Bug rtl-optimization/80301] Sub-optimal code with an array of structs offsetted inside a struct global on x86/x86_64 at -O2
 2024-04-13 19:20 UTC 

[Bug tree-optimization/114712] New: Missed optimization: simplify if-else basic blocks that share common destinations
 2024-04-13 18:25 UTC  (2+ messages)
` [Bug tree-optimization/114712] "

[Bug tree-optimization/114704] New: Missed optimization : eliminate store if the value is known in all predecessors
 2024-04-13 18:20 UTC  (6+ messages)
` [Bug tree-optimization/114704] "

[Bug c++/109870] New: Miscomputation of return type of unevaluated lambda in type alias in template context
 2024-04-13 18:16 UTC  (3+ messages)
` [Bug c++/109870] "

[Bug fortran/113793] New: malloc abort on character allocate with source argument
 2024-04-13 18:04 UTC  (4+ messages)
` [Bug fortran/113793] "

[Bug tree-optimization/114711] New: Missed optimization: fold load of global constant array if there is obivous pattern
 2024-04-13 17:57 UTC  (4+ messages)
` [Bug tree-optimization/114711] "

[Bug ada/114710] New: Temporary object finalized too late
 2024-04-13 17:09 UTC 

[Bug c++/54367] New: [meta-bug] [C++11] lambda expressions
 2024-04-13 15:15 UTC  (9+ messages)
` [Bug c++/54367] [meta-bug] "

[Bug c++/104548] New: parser rejects alias template id of lambda in unevaluated-context and accepts when no alias is used
 2024-04-13 15:15 UTC  (2+ messages)
` [Bug c++/104548] "

[Bug c++/106821] New: Incorrect behavior when using type alias template containing unevaluated lambda expression in a template context
 2024-04-13 15:14 UTC  (4+ messages)
` [Bug c++/106821] "

[Bug c++/106221] New: cannot compile variadic arguments with a concept as the variadic type
 2024-04-13 15:14 UTC  (3+ messages)
` [Bug c++/106221] lamba inside a decltype in a using statement does not always work

[Bug c++/92707] type alias on type alias on lambda in unevaluated context does not work
 2024-04-13 15:13 UTC  (2+ messages)

[Bug c++/92211] Lamdas in unevaluated context bug
 2024-04-13 15:10 UTC 

[Bug tree-optimization/112723] New: Missed optimization for invariants 'c+c' when c += -2147483648 and c is a global variable
 2024-04-13 14:10 UTC  (2+ messages)
` [Bug tree-optimization/112723] [11/12/13/14 Regression] Missed optimization for invariants 'c+c' when c += -2147483647-1 "

[Bug testsuite/109596] New: [14 Regression] Lots of testcases fails on x86_64 after r14-162-gcda246f8b421ba
 2024-04-13 11:36 UTC  (5+ messages)
` [Bug testsuite/109596] [14 Regression] Lots of guality testcase "

[Bug c++/114709] New: Incorrect handling of inactive union member access via pointer to member in constant evaluated context
 2024-04-13  8:52 UTC  (3+ messages)
` [Bug c++/114709] "
` [Bug c++/114709] [12/13/14 Regression] "

[Bug c++/114106] New: Wrong result of decltype
 2024-04-13  8:36 UTC  (2+ messages)
` [Bug c++/114106] "

[Bug c++/113754] New: GCC complains when using a type that depends on lambda
 2024-04-13  8:34 UTC  (2+ messages)
` [Bug c++/113754] "

[Bug c++/112715] New: Incorrect handling of template type aliases instantiated from decltype of lambdas
 2024-04-13  8:31 UTC  (2+ messages)
` [Bug c++/112715] "

[Bug c++/111717] New: syntax error When CTAD encounters complex alias template
 2024-04-13  8:29 UTC  (2+ messages)
` [Bug c++/111717] "

[Bug c++/110856] New: GCC rejects template alias of function type as invalid template parameter
 2024-04-13  8:27 UTC  (2+ messages)
` [Bug c++/110856] "

[Bug c++/110681] New: bogus warning -Wreturn-type for lambda in tparam list
 2024-04-13  8:27 UTC  (2+ messages)
` [Bug c++/110681] "

[Bug c++/110680] New: erroneous error "non-template type 'C' used as a template"
 2024-04-13  8:26 UTC  (2+ messages)
` [Bug c++/110680] "

[Bug c++/110552] New: ICE on valid code in maybe_instantiate_noexcept
 2024-04-13  8:25 UTC  (2+ messages)
` [Bug c++/110552] "

[Bug c++/109754] New: [ICE] internal compiler error: in coerce_template_parms, at cp/pt.cc:9183
 2024-04-13  8:21 UTC  (2+ messages)
` [Bug c++/109754] "

[Bug c++/109367] New: bogus -Wunused-function warning
 2024-04-13  8:20 UTC  (2+ messages)
` [Bug c++/109367] bogus -Wunused-function warning with decltype of a lambda as an argument

[Bug c++/109142] New: auto tmp=*(data_type<T>*)&v: expected primary-expression before ')' token
 2024-04-13  8:18 UTC  (2+ messages)
` [Bug c++/109142] "

[Bug c++/108414] New: template meta programming
 2024-04-13  8:16 UTC  (2+ messages)
` [Bug c++/108414] Incorrect pack expansion as argument to lambda

[Bug c++/107464] New: Expression error in qualified name lookup with lambdas in unevaluated context
 2024-04-13  8:15 UTC  (2+ messages)
` [Bug c++/107464] "

[Bug c++/106957] New: compiler error when calling lambda in decltype in trailing return type of function templated on T when passing T{} to the lambda
 2024-04-13  8:14 UTC  (2+ messages)
` [Bug c++/106957] "

[Bug c++/106398] New: ICE in finish_expr_stmt at cp/semantics.c:872 for lambda with conditional noexcept against lambda in unevaluated context
 2024-04-13  8:11 UTC  (2+ messages)
` [Bug c++/106398] "

[Bug c++/109241] New: [13 Regression] ICE Segmentation fault since for ccache package r13-6722-gb323f52ccf966800
 2024-04-13  8:11 UTC  (2+ messages)
` [Bug c++/109241] [12/13/14 Regression] ICE Segmentation fault for statement expression with a local type inside inside a generic lambda inside a generic lambda since r13-6722-gb323f52ccf966800

[Bug c++/105692] New: internal compiler error: in finish_expr_stmt, at cp/semantics.cc:872
 2024-04-13  8:07 UTC  (2+ messages)
` [Bug c++/105692] ICE in finish_expr_stmt, at cp/semantics.cc:872 since r9-4045-g0c1e0d63fe0ceabb

[Bug c++/105583] New: Syntax error when alias template in requires-clause
 2024-04-13  8:06 UTC  (2+ messages)
` [Bug c++/105583] "

[Bug c++/105236] New: failed lookup of alias with alias template of dependent template parameter containing lambda in unevaluated context
 2024-04-13  8:05 UTC  (2+ messages)
` [Bug c++/105236] "

[Bug c++/104537] New: ICE when generic-lambda as function parameter fails to be converted to pointer to function
 2024-04-13  8:05 UTC  (2+ messages)
` [Bug c++/104537] "

[Bug c++/104138] New: ICE when lambda is passed as parameter
 2024-04-13  8:03 UTC  (2+ messages)
` [Bug c++/104138] [12 Regression] ICE in is_base_type with lambda is passed as parameter with -g

[Bug c++/105652] New: ICE: in is_base_type, at dwarf2out.cc:13400
 2024-04-13  8:03 UTC  (2+ messages)
` [Bug c++/105652] [12/13 Regression] ICE: in is_base_type, at dwarf2out.cc:13400 since r12-1937-gc28e1d288ab727de

[Bug c++/103569] New: Type alias from result of lambda call in unevaluated context, used in template, is inconsistent
 2024-04-13  8:00 UTC  (2+ messages)
` [Bug c++/103569] "

[Bug c++/102925] New: [11.2]ICE with concept of std::convertible_to with lambda in unevaluated-context
 2024-04-13  7:58 UTC  (2+ messages)
` [Bug c++/102925] "

[Bug c++/102881] New: gcc totally broken when trailing return type combine with decltype lambda
 2024-04-13  7:57 UTC  (2+ messages)
` [Bug c++/102881] "

[Bug c++/102873] New: GCC incorrectly expected parameter pack before '...'
 2024-04-13  7:54 UTC  (2+ messages)
` [Bug c++/102873] "

[Bug c++/102728] New: requires statement fails to recognize lambda in unevaluated context
 2024-04-13  7:53 UTC  (2+ messages)
` [Bug c++/102728] "

[Bug c++/101013] New: Rejects-valid for alias template in a different namespace with a lambda in unevaluated context
 2024-04-13  7:51 UTC  (2+ messages)
` [Bug c++/101013] "

[Bug c++/100594] New: Lambdas in unevaluated contexts interact oddly with alias templates
 2024-04-13  7:50 UTC  (2+ messages)
` [Bug c++/100594] "

[Bug c++/101315] New: C++20 lambdas in unevaluated context: erroneously fails with "incomplete type"
 2024-04-13  7:49 UTC  (2+ messages)
` [Bug c++/101315] "

[Bug c++/99513] New: ICE Segmentation fault when decltype lambda in concept template list
 2024-04-13  7:47 UTC  (3+ messages)
` [Bug c++/99513] ICE Segmentation fault when decltype lambda in concept template list since r10-3735-gcb57504a55015891

[Bug c++/99516] New: Erroneous lambda conversion in default non-type template list
 2024-04-13  7:46 UTC  (2+ messages)
` [Bug c++/99516] "

[Bug c++/99505] New: ICE Segmentation fault when decltype lambda in parameter list
 2024-04-13  7:41 UTC  (2+ messages)
` [Bug c++/99505] "

[Bug target/90620] Microblaze: ICE similar to bug 16267
 2024-04-13  7:39 UTC  (2+ messages)

[Bug c++/95010] New: Recursive function template with function parameter of type decltype([]{}) is rejected
 2024-04-13  7:38 UTC  (2+ messages)
` [Bug c++/95010] "

[Bug c++/92494] ICE on function templates with placeholder return type decltype([]{}) and if return type doesn't match
 2024-04-13  7:35 UTC 

[Bug c++/90533] [C++20] cannot redeclare telmplate function if it contains lambda expression in its declaration
 2024-04-13  7:34 UTC 

[Bug libgcc/114689] New: [14 Regression] libgcc/config/m68k/fpgnulib.c:305: Suspicious coding ?
 2024-04-13  7:06 UTC  (5+ messages)
` [Bug libgcc/114689] "

[Bug rtl-optimization/10654] feature request: non-temporal store, 64-bit general purpose register
 2024-04-13  7:04 UTC 

[Bug c++/108602] New: FAIL: g++.dg/modules/xtreme-header-5_c.C -std=c++2b (test for excess errors)
 2024-04-13  6:00 UTC  (2+ messages)
` [Bug c++/108602] "

[Bug target/113652] New: ppc: unrecognized opcode: `lfiwzx'
 2024-04-13  4:39 UTC  (2+ messages)
` [Bug target/113652] [14 regression] Failed bootstrap on ppc unrecognized opcode: `lfiwzx' with -mcpu=7450

[Bug c++/109323] New: No error when neither of return_value or return_void is defined
 2024-04-13  2:05 UTC  (2+ messages)
` [Bug c++/109323] "

[Bug c++/114460] New: [C++26] P3106R1 - Clarifying rules for brace elision in aggregate initialization
 2024-04-13  1:37 UTC  (2+ messages)
` [Bug c++/114460] "

[Bug c++/107105] New: Consider folding `__and_`, `__or_`, and `__not_` at the front-end level
 2024-04-13  1:30 UTC  (2+ messages)
` [Bug c++/107105] "

[Bug ada/114708] New: Creating access to an incomplete formal in a generic package sometimes causes GNAT to crash
 2024-04-13  1:28 UTC 

[Bug c++/105293] New: g++-8/i586: internal compiler error trying to compile with g++ (evtl. related to qt5/moc bug)
 2024-04-13  1:17 UTC  (2+ messages)
` [Bug c++/105293] "

[Bug bootstrap/104628] New: Error when bootstrapping CMake: Problem while running make
 2024-04-13  1:12 UTC  (2+ messages)
` [Bug middle-end/104628] "

[Bug c++/104244] New: Crash compiling RonDB 22.01 on Oracle Linux 8 on ARM
 2024-04-13  1:11 UTC  (2+ messages)
` [Bug c++/104244] "

[Bug lto/102649] New: GCC 9.3.1 LTO bug -- incorrect function call, bad stack arguments pushed
 2024-04-13  1:05 UTC  (2+ messages)
` [Bug lto/102649] "

[Bug target/80419] rpmbuild with rpmrc file crashed httpd rebuild
 2024-04-13  0:59 UTC 

[Bug target/114696] New: ICE: in extract_constrain_insn_cached, at recog.cc:2725 insn does not satisfy its constraints: {*anddi_1} with -mapxf -mx32
 2024-04-12 22:44 UTC  (4+ messages)
` [Bug target/114696] "

[Bug tree-optimization/114702] New: Missed optimization: fail to infer c - b != if a + b != c
 2024-04-12 22:33 UTC  (2+ messages)
` [Bug tree-optimization/114702] "

[Bug ipa/114703] New: Missed devirtualization in rather simple case
 2024-04-12 22:11 UTC  (3+ messages)
` [Bug ipa/114703] "

[Bug tree-optimization/110057] New: Missed devirtualization opportunities
 2024-04-12 22:01 UTC  (2+ messages)
` [Bug ipa/110057] "

[Bug c++/114707] New: Mark TARGET_EXPRs for function arguments eliding
 2024-04-12 21:38 UTC  (2+ messages)
` [Bug c++/114707] "

[Bug lto/114574] New: [14 regression] ICE when building curl with LTO (internal compiler error: in fld_incomplete_type_of, at ipa-free-lang-data.cc:257)
 2024-04-12 21:06 UTC  (6+ messages)
` [Bug lto/114574] [14 regression] ICE when building curl with LTO (fld_incomplete_type_of, at ipa-free-lang-data.cc:257) since r14-9763

[Bug other/85928] Misplaced references to some options in info page in Option Index
 2024-04-12 20:42 UTC 

[Bug target/101865] New: _ARCH_PWR8 is not defined when using -mcpu=power8
 2024-04-12 20:28 UTC  (3+ messages)
` [Bug target/101865] "

[Bug c++/114706] New: ICE - std::bit_cast in consteval function involving union
 2024-04-12 20:21 UTC  (3+ messages)
` [Bug c++/114706] "
` [Bug c++/114706] ICE - std::bit_cast in consteval function involving array of union

[Bug c++/113141] New: ICE on conversion to reference in aggregate initialization
 2024-04-12 20:15 UTC  (3+ messages)
` [Bug c++/113141] [13/14 Regression] "

[Bug c++/114303] New: ICE with constexpr if and static_assert accessing captures across nested generic lambdas
 2024-04-12 20:04 UTC  (2+ messages)
` [Bug c++/114303] [11/12/13 Regression] ICE with constexpr if and "

[Bug c++/103524] New: [meta-bug] modules issue
 2024-04-12 19:53 UTC  (2+ messages)
` [Bug c++/103524] "

[Bug c++/99227] New: [meta] [modules] Bugs relating to header-units of STL header files
 2024-04-12 19:53 UTC  (2+ messages)
` [Bug c++/99227] "

[Bug c++/99426] New: [modules] failed to read compiled module cluster 1186: Bad file data
 2024-04-12 19:53 UTC  (3+ messages)
` [Bug c++/99426] "

[Bug c++/93595] [c++20] function call, substitution failure of template parameter with a lambda default in template context
 2024-04-12 19:21 UTC  (2+ messages)

[Bug c++/107457] New: ICE when template lambda alias used as default template argument
 2024-04-12 19:21 UTC  (3+ messages)
` [Bug c++/107457] "

[Bug fortran/103496] New: [F2018][TS29113] C_SIZEOF – rejects now valid args with 'must be an interoperable data entity'
 2024-04-12 19:18 UTC  (2+ messages)
` [Bug fortran/103496] "

[Bug c++/114393] New: over eager "invalid use of void expression" ?
 2024-04-12 19:11 UTC  (4+ messages)
` [Bug c++/114393] [14 regression] over eager "invalid use of void expression" ? since r14-2170-g4cf64d9cc2faf4

[Bug c++/114691] New: [11/12/13/14 Regression] Bogus ignoring loop annotation warning
 2024-04-12 18:55 UTC  (3+ messages)
` [Bug c++/114691] "
` [Bug c++/114691] [11/12/13 "

[Bug tree-optimization/114676] New: [12/13/14 Regression] DSE removes assignment that is used later
 2024-04-12 18:36 UTC  (3+ messages)
` [Bug target/114676] "

[Bug c++/114705] New: [DR 2763] Warn about [[noreturn]] that returns during constant evaluation
 2024-04-12 18:21 UTC 

[Bug sanitizer/110027] New: Misaligned vector store on detect_stack_use_after_return
 2024-04-12 18:09 UTC  (2+ messages)
` [Bug middle-end/110027] [11/12/13 regression] Stack objects with extended alignments (vectors etc) misaligned "

[Bug rust/113499] New: crab1 fails to link when configuring with --disable-plugin
 2024-04-12 18:07 UTC  (3+ messages)
` [Bug rust/113499] "

[Bug c++/114426] New: [14 regression] ICE when building log4cxx on arm (cxx_eval_call_expression, at cp/constexpr.cc:3242)
 2024-04-12 17:58 UTC  (3+ messages)
` [Bug c++/114426] [14 regression] ICE when building log4cxx on arm (cxx_eval_call_expression, at cp/constexpr.cc:3242) since r14-6507

[Bug middle-end/114666] New: [14 Regression] Signed single bit comparison miscompile at -O2
 2024-04-12 17:57 UTC  (3+ messages)
` [Bug tree-optimization/114666] "

[Bug c/114634] New: Crash Issue Encountered in GCC Compilation of Template Code with Aligned Attribute
 2024-04-12 16:34 UTC  (4+ messages)
` [Bug c++/114634] [11/12/13/14 Regression] "
` [Bug c++/114634] [11/12/13/14 Regression] Crash Issue Encountered in GCC Compilation of Template Code with Aligned Attribute since r9-1745

[Bug target/112914] New: [14 Regression] ~7-9% exec time regression of 436.cactusADM on AMD Zen2
 2024-04-12 13:59 UTC  (2+ messages)
` [Bug target/112914] "

[Bug target/114621] New: ICE: in extract_insn, at recog.cc:2812 (unrecognizable insn) with -O -fpie and _Thread_local with large offset
 2024-04-12 13:38 UTC  (3+ messages)
` [Bug target/114621] [11/12/13/14 Regression] "

[Bug debug/114608] New: [14 Regression] Undefined reference in output asm with -fipa-reference -fipa-reference-addressable -fsection-anchors -gbtf
 2024-04-12 13:35 UTC  (2+ messages)
` [Bug debug/114608] "

[Bug target/111231] New: armhf: Miscompilation at O2 level
 2024-04-12 13:10 UTC  (2+ messages)
` [Bug target/111231] [12/13/14 regression] armhf: Miscompilation with -O2/-fno-exceptions level (-fno-tree-vectorize is working)

[Bug tree-optimization/114701] New: Missed optimization of loop invariant
 2024-04-12 12:03 UTC  (2+ messages)
` [Bug tree-optimization/114701] "

[Bug tree-optimization/114403] New: [14 regression]
 2024-04-12 11:27 UTC  (2+ messages)
` [Bug tree-optimization/114403] [14 regression] LLVM miscompiled with -O3 -march=znver2 -fno-vect-cost-model since r14-6822-g01f4251b8775c8

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