Messages by Thread
-
-
[Bug c++/118829] [modules] ICE in add_indirects emitting template typedef struct
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug cobol/119637] New: link error for LINAGE-COUNTER
simonsobisch at gnu dot org via Gcc-bugs
-
[Bug c++/118629] [14/15 Regression] ice in cp_parser_expression_statement with __FUNCTION__ inside decltype for the trailing return type of a lambda
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug cobol/119636] New: compile error: gcobol1 does not find file descriptions in case of obsolete FD phrases
simonsobisch at gnu dot org via Gcc-bugs
-
[Bug c++/119635] New: ICE in add_indirects, at cp/module.cc:7843
jonkje at tuta dot io via Gcc-bugs
-
[Bug cobol/119634] New: compile error: sorry, unimplemented: Global declarative _DECLARATIVES_EVAL1
simonsobisch at gnu dot org via Gcc-bugs
-
[Bug cobol/119633] New: compile error for debug-module USE FOR DEBUGGING
simonsobisch at gnu dot org via Gcc-bugs
-
[Bug tree-optimization/111750] [12/13/14/15 regression] Spurious -Warray-bounds warning when using member function pointers
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/117067] false warning: array subscript 'int (**)(...)[ 0]' is partly outside array bounds
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug cobol/119632] New: section segments (cobol85) not implemented, "ignored" -> raising compile error
simonsobisch at gnu dot org via Gcc-bugs
-
[Bug c++/99546] lambda in requires-expression outside template is broken
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/58616] [meta-bug] nsdmi
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/117336] [14/15 Regression] ICE on lambda in requires expression
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/100037] lookup doesn't find class template parameter in default member initializer of forward declared nested class template
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/119631] New: [rejects-valid] erroneous "was not declared in this scope" in partial specialization of nested class template
eric.niebler at gmail dot com via Gcc-bugs
-
[Bug target/114085] Internal (cross) compiler error when building libstdc++ for the H8/300 family
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c/119630] New: ICE compiling Linux with h8300-linux compiler
wbx at openadk dot org via Gcc-bugs
-
[Bug gcov-profile/119535] v2: musttail vs -fprofile-generate
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/115604] Absurd "flows off the end of the function" diagnostic with requires expression containing only lambda(s) without being inside a template
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/105494] syntax error with requires { []{}(); };
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/109961] auto assigned from requires and lambda inside
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/118210] g++-14.2 fails to parse template lambda expression operator()<>() call inside the requires expression.
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/110747] GCC rejects the syntax for an immediately invoked lambda as a template argument in a requires-clause
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/105222] gcc totally broken with ternary operator for lambda in requires clause
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/67491] [meta-bug] concepts issues
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/99538] ICE: in maybe_add_lambda_conv_op, at cp/lambda.c:1037
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/106976] internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in override_type_for_decl_p, at dwarf2out.cc:24345
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/104255] parsing function signature fails when it uses a function parameter outside of an unevaluated context
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/113925] static assert on requires clause with non-type bool template instantiated with immediately invoked consteval lambda is incorrectly rejected
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/110620] [12/13/14/15 regression] spurious array-bounds
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/99546] Weird return value of C++20 requires expression
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug c/83324] [feature request] Pragma or special syntax for guaranteed tail calls
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/119629] New: mismatch between [power9-64] builtins and their instructions
aoliva at gcc dot gnu.org via Gcc-bugs
-
[Bug target/119628] New: Need better mechanisms to manage register saves in callee for tail calls
ak at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/119319] [14/15 Regression] incorrect error: invalid use of incomplete type
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug preprocessor/119391] [C++20] Preprocessor tokens should evaluate signed integer expressions in two's complement
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/119627] New: arm-linux-gnueabihf-g++-12 on Intel generates incorrect code
gcc.gnu.org at pileofstuff dot org via Gcc-bugs
-
[Bug tree-optimization/119196] Missed folding of vector comparisons
victorldn at gcc dot gnu.org via Gcc-bugs
-
[Bug target/119626] New: Use bfcvt arm instruction to cast to __bf16 when ARM target supports it
mcccs at gmx dot com via Gcc-bugs
-
[Bug c/119624] New: GCC rejects valid C11 code involving _Generic
pavel.morozkin at gmail dot com via Gcc-bugs
-
[Bug lto/119625] New: lto1: fatal error: open failed: No such file or directory
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/118717] [12 Regression] GCC 15 produces ICE with ruby-3.4.1 when lto is used: ractor.c:592:1: internal compiler error: SSA corruption
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/56456] [meta-bug] bogus/missing -Warray-bounds
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/117119] [12 Regression] ICE in int_cst_value, at tree.cc:11115 since r0-87460-g5b78fc3ed4960c
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/116481] [12 Regression] `arrays of functions are not meaningful` error message happens with -W -Wall -O2 even though there are no arrays of function types used
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/101587] ranges::uninitialized_copy/move incorrectly uses std::min
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/115641] [12 Regression] GCC crashes on function has const attribute since r10-3830
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/117912] [12 regression] Linux Kernel 6.13-rc1 Build Failure: 'Detected write beyond size of object' since r0-118806-g17742d62a2438144b6235
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/114246] [12 Regression] ICE: verify_gimple failed: invalid argument to gimple call with __builtin_memcpy()
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/117574] [12 Regression] Miscompile with -O2/3 and -O0/1 since r6-4133-ga8fc25795155d4
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/116850] [12 Regression] ICE at -O{s,2,3} on x86_64-linux-gnu: in verify_dominators, at dominance.cc:1194
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug cobol/119211] [15 Regression] Cobol GCC 15 release checklist
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug other/119510] gcc_release will not add generated files for non-default languages
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/117063] [14/15 Regression] Incorrect stringop-overread warning using std::vector::insert at -O3
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug rust/119508] Hundreds of rust tests XPASS
mark at gcc dot gnu.org via Gcc-bugs