Messages by Thread
-
-
[Bug c++/125329] New: Compilation performance of C++ reflection slower with `import std;` than with header inclusion
boris at kolpackov dot net via Gcc-bugs
-
[Bug c++/125328] New: Compilation performance regression in GCC 16 compared to 15, especially with import std;
boris at kolpackov dot net via Gcc-bugs
-
[Bug c/125327] New: Target option state can be lost when an optimization attribute implicitly updates target options
Chris.Bazley at arm dot com via Gcc-bugs
-
[Bug target/123924] missing detection of MLS for aarch64
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125326] New: [16/17 Regression] ICE in alias_ctad_tweaks for alias template CTAD after invalid constructor parameter pack
attackerj1113 at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/125325] New: Missed aggregate copy handling in VN
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125324] New: -fcoarray=shared should imply -pthread / gfortran.dg/coarray_51.f90 FAILs with undefined reference to `pthread_mutex_trylock'
burnus at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125081] Implement -Wconstant-logical-operand
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125323] New: vax: error: insn does not satisfy its constraints
kalvisd at gmail dot com via Gcc-bugs
-
[Bug middle-end/125322] New: clobbers_full_reg_p doesn't consider callee return registers
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug rtl-optimization/125321] New: Inaccessible caller-saved registers are marked as live
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug c/124532] Musttail fails with 2 returns in the same scope
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125320] New: riscv: broken assembly with -march=rv64gc_xtheadmemidx -fstack-protector-strong -O2
xry111 at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124628] ICE: tree check: expected tree that contains 'typed' structure, have 'deferred_noexcept' in type_dependent_expression_p, at cp/pt.cc:30104
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug gcov-profile/125319] New: autofdo: lots of "cannot read summary information" failures
andi-gcc at firstfloor dot org via Gcc-bugs
-
[Bug bootstrap/125318] New: [17 Regression] build error on --enable-checking=release: gcc/tree-vect-stmts.cc:10408:47: error: ‘stride_step’ may be used uninitialized [-Werror=maybe-uninitialized]
slyfox at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125317] New: Error on NTTP defaulted to requires expression containing '>'
eczbek.void at gmail dot com via Gcc-bugs
-
[Bug gcov-profile/125316] New: autofdo: tree check: expected ssa_name, have var_decl in visit_bb, at ipa-split.cc:952
andi-gcc at firstfloor dot org via Gcc-bugs
-
[Bug fortran/32630] [meta-bug] ISO C binding
tkoenig at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/19276] [meta-bug] CHARACTER related bugs in gfortran
tkoenig at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/34500] Bind(C): Character returning function with ENTRY gives ICE
tkoenig at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124632] [15 Regression] gcc/cp/pt.cc:9665:27: runtime error: index 42405 out of bounds for t ype 'tree_code_class [389]'
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123346] [15 Regression] ICE: Segmentation fault when returning union initialized using temporary object at call site, with designated initializers
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125315] New: [16/17 Regression] ICE in init_subob_ctx with empty [[no_unique_address]] member [PR123346]
dale.oystein at gmail dot com via Gcc-bugs
-
[Bug fortran/125314] New: ice in copy_reference_ops_from_ref, at tree-ssa-sccvn.cc:1147 with -O1.
dcb314 at hotmail dot com via Gcc-bugs
-
[Bug c++/125313] New: ICE in coroutine handling with incomplete std::coroutine_handle declaration and co_await expression
s.kimura.h41104 at gmail dot com via Gcc-bugs
-
[Bug target/118351] [15/16/17 Regression] 6% regression in 470.lbm_r in SPECCPU 2006 on AArch64 since r15-6661-gc5db3f50bdf34e
wilco at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125312] New: [16 Regression] x86_64-w64-mingw32: weak_ptr::lock() / shared_from_this() multi-thread stress fails
tadeja.kadunc at gmail dot com via Gcc-bugs
-
[Bug cobol/120804] FR: allow SET of numeric-display variables
mheyman at symas dot com via Gcc-bugs
-
[Bug libstdc++/118681] [C++17] unsynchronized_pool_resource may fail to respect alignment
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125311] New: -fcheck=no-bounds doesn't always work
ajmay81 at gmail dot com via Gcc-bugs
-
[Bug testsuite/125310] New: gfortran.dg/coarray_51.f90 FAILs without libcaf_shmem
ro at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/113761] piecewise_constant_distribution's initializer_list constructor is not correct for `size < 2`
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/125309] New: When OpenMP barrier used in `noinline` function loses cancellable context
matmal01 at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/57272] node-based containers don't use allocator's pointer type internally
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/120390] [13/14 Regression] Request to improve error with private destructor
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/102259] ifstream::read(…, count) fails when count >= 2^31 on darwin
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/120293] std::format("{}", std::chrono::local_days()) should not include time-of-day
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/121771] [13/14 Regression] std::tuple CTAD fails for lvalue reference to function type
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/118088] std::priority_queue doesn't maintain invariants after being moved
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/96986] [13/14/15 Regression] Explicit interface required: volatile argument for ENTRY subroutine
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/124539] Unimplemented rules for chrono::tzdb parsing of tzdata.zi file
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/122567] std::chrono::current_zone() fails to resolve timezone from /etc/localtime if it has three components
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/123100] std::ostringstream:str() (r-value version) returns garbage
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/116110] Transitions obtained from chrono::time_zone::get_info should not treat times as UTC
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/124513] tzdata.zi parsing bug for TIME component of UNTIL field in Zone lines
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/125308] New: i386: ICE in extract_insn during IRA pass with -m32 -msse3 -mfpmath=sse -ffloat-store -O2
Hemanth.KumarMD at windriver dot com via Gcc-bugs
-
[Bug tree-optimization/125307] New: Gswitch cases should take an edge or a bb instead of a label once in cfg mode
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/89059] Once we emit switchconf tables, we don't optimize them anymore
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/94779] Bad optimization of simple switch
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/118279] gcc fails to eliminate unnecessary guards around switch()
pinskia at gcc dot gnu.org via Gcc-bugs