Messages by Thread
-
[Bug c++/125230] New: [modules] #include transformed into import
rainerd at eldwood dot com via Gcc-bugs
-
[Bug jit/125229] New: Make-lang.in: JIT_LDFLAGS is uninitalized on MinGW
dragon-archer at outlook dot com via Gcc-bugs
-
[Bug libstdc++/125228] New: Avoid using assert in libstdc++
dragon-archer at outlook dot com via Gcc-bugs
-
[Bug tree-optimization/125227] New: [17 Regression] ICE in tree_check: expected boolean_type or enumeral_type or integer_type or bitint_type, have real_type in gimple_simplify_629
dhruvc at gcc dot gnu.org via Gcc-bugs
-
[Bug c/125226] New: error: conflicting types for ‘__stack_chk_guard’; have ‘long unsigned int’
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug c++/125225] New: ASan finds an ODR violation in piecewise_construct with -flto=auto
stuart.a.hayhurst at gmail dot com via Gcc-bugs
-
[Bug middle-end/125224] New: ASAN_* internal function documentation is lacking
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug analyzer/125223] New: Poor UX when analyzer reports on issues inside C++ std types
dmalcolm at gcc dot gnu.org via Gcc-bugs
-
[Bug sanitizer/125222] New: Bogus ASAN stack-use-after-scope error when destroying and reconstructing an object
rs2740 at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/109878] missed simplifications of MAX<a&CST0,a&CST1> and MIN<a&CST0,a&CST1>
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/106244] Failure to optimize (1 << x) & 1 to `x == 0` if separated into multiple statements
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/123514] bit manip to ABS detection
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/115181] [ICE] internal compiler error in invalid_tparm_referent_p, at cp/pt.cc:7274
mpolacek at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125221] New: x86-64 optimization: Use 32-bit popcnt instruction if operand is known to fit 32 bit integer
Explorer09 at gmail dot com via Gcc-bugs
-
[Bug fortran/111952] Allocatable of derived type with DTIO is not deallocated going out of scope
anlauf at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/122871] [13/14/15/16/17 Regression] de-optimized synthesis of long long shift and add
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/88602] Consider adding ext_vector_type for better clang compatibility
amonakov at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/125220] New: std::priority_queue move constructs twice and move assigns upon emplace
ted at lyncon dot se via Gcc-bugs
-
[Bug middle-end/86172] [meta-bug] issues with -Wnull-dereference
tkaminsk at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125219] New: [15/16 Regression]AArch64 SVE: conditional store with mixed-type comparison (double vs int) fails to vectorize on trunk, regression from GCC 15.2
bug_hunters at yeah dot net via Gcc-bugs
-
[Bug target/125218] New: [15/16 Regression]AArch64 SVE: conditional reduction with int→short narrowing fails to vectorize on trunk, regression from GCC 15.2
bug_hunters at yeah dot net via Gcc-bugs
-
[Bug target/125217] New: RISC-V: missing sspopchk when zicfiss + zcmp is enabled
michiel at derhaeg dot be via Gcc-bugs
-
[Bug fortran/125216] New: ICE: tree check, at gimple-match-6.cc:7833
mario-baumann at web dot de via Gcc-bugs
-
[Bug target/125215] New: RISC-V: Wrong code in RISC-V SLP vectorization
chenzhongyao.hit at gmail dot com via Gcc-bugs
-
[Bug libstdc++/105580] [13/14/15 Regression] warning "potential null pointer dereference" raised when using istreambuf_iterator and any "-O" flag
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/102202] Inefficent expansion of memset when range is [0,1]
hs.naveen2u at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/97519] builtin_constant_p (x + cst) should be optimized to builtin_constant_p (x)
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125214] New: FAIL: gcc.target/powerpc/recip-[67].c - Starting from r17-370-g5dee3c6521c278
kishan at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/123479] missed optimization for redundant conditional computation
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/116008] MAX<i+j, i+k> should simplify to MAX<j,k>+i
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/124560] `min(z - y, x - y)` -> `min(z, x) - y`
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125213] New: [coroutines] heap-use-after-free when coroutine frame is destroyed by the destructor of the result of get_return_object on exception
rs2740 at gmail dot com via Gcc-bugs
-
[Bug c++/125212] New: ICE when using lambdas as alias template parameters
joshua.maiche at gmail dot com via Gcc-bugs
-
[Bug c++/125211] New: [13/14/15/16/17 Regression] ICE with an anonumous union in a generic lambda defined as part of a templated variable
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125210] New: [coroutines] Change in coroutine frame destruction behavior on exception since 14.3
rs2740 at gmail dot com via Gcc-bugs
-
A wonderful idea for your blog!
Sharon Redd via Gcc-bugs
-
[Bug rtl-optimization/125209] New: ICE on valid code at -O1 and above on x86_64-linux-gnu: in simplify_subreg, at simplify-rtx.cc:8365
zhendong.su at inf dot ethz.ch via Gcc-bugs
-
[Bug c++/125208] New: [reflection] Another internal compiler error when using bases_of
pdimov at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/125207] New: [16/17 Regression] Wrong code at -O3
xxs_chy at outlook dot com via Gcc-bugs
-
[Bug c++/124347] __builtin_object_size/__builtin_dynamic_object_size doesn't work in constexpr contexts
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug libfortran/93550] Implement control of leading zero in formatted numeric output
thenlich at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/87952] Missed optimization for std::get_if on std::variant
thiago at kde dot org via Gcc-bugs
-
[Bug c++/125206] New: [reflection] Internal compiler error when using bases_of
pdimov at gmail dot com via Gcc-bugs
-
[Bug c/123856] [15 Regression] ICE: in c_type_tag, at c/c-typeck.cc:609 with -W and hardbool since r15-9315
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug c/123856] [15] ICE: in c_type_tag, at c/c-typeck.cc:609 with -W and hardbool since r15-9315
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/106067] [13/14/15/16/17 Regression] Error on implicit conversion to std::function: 'static constexpr bool std::_Function_handler<...>...' used before its definition
ppalka at gcc dot gnu.org via Gcc-bugs
-
[Bug target/122558] RISC-V: inefficient lmul selection for 4-element vector operations
law at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/62244] Function parameter should be in scope in its own default argument
mpolacek at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125205] New: FAIL: gcc.target/i386/ssp-global-hidden-3.c (test for excess errors)
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug target/125204] New: [15/16 Regression] SLP vectorization of loop with early exit lost at -O3 -fvect-cost-model=unlimited
bug_hunters at yeah dot net via Gcc-bugs
-
[Bug c++/125203] New: [16 Regression] False positive -Wmaybe-uninitialized for initializer list
ossman at cendio dot se via Gcc-bugs
-
[Bug target/111107] i686-w64-mingw32 does not realign stack when __attribute__((aligned)) or __attribute__((vector_size)) are used
lh_mouse at 126 dot com via Gcc-bugs
-
[Bug libstdc++/119126] [C++26] Implement P0792R14 function_ref: a type-erased callable reference
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/97001] API documentation should mention the minimum dialect
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125201] New: [17 Regression] 20% slowdown in TSVC s116 since r17-140-gf8d911e6ae3fc1
dhruvc at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125202] New: [14-17 Regression] wrong code hangs at -O1
xxs_chy at outlook dot com via Gcc-bugs
-
[Bug fortran/125198] New: [15 regression] Bad code generated with -fcheck=bounds
neil.n.carlson at gmail dot com via Gcc-bugs
-
[Bug testsuite/125200] New: g++.dg/plugin/std-module-exports-c++20.C FAIL on Solaris
ro at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/102430] [13/14/15 Regression] ICE in fold_convert_loc, at fold-const.c:2554 since r7-4447-gb4c3a85be9658537
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug driver/125199] New: Internal compiler error while attempting stateful metaprogramming
itfllow123 at gmail dot com via Gcc-bugs
-
[Bug other/63426] [meta-bug] Issues found with -fsanitize=undefined
pault at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/109788] [14/15 Regression] gcc/hwint.h:293:61: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int since r14-377-gc92b8be9b52b7e
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/80174] [meta-bug] Fortran lto issues
pault at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/125197] New: [16 Regression] -m32 libstdc++ is built incorrectly for sparc64
hjl.tools at gmail dot com via Gcc-bugs