Messages by Thread
-
-
[Bug fortran/127187] New: [14/15/16 Regression] ICE (segfault) with ASSOCIATE selector containing %LEN inquiry of deferred-length character
ivan.pribec at gmail dot com via Gcc-bugs
-
[Bug libgomp/127186] New: [OpenMP] With GOMP_RUNTIME_USM, in 'target'/'target data' still map static global variables (declare target)
burnus at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/120127] [13/14/15/16/17 Regression] ICE in GCC when calling destructor of undefined type name in lambda (lookup_template_class crash)
imlunex2011 at gmail dot com via Gcc-bugs
-
[Bug c++/125957] Error when splicing reflection of private member function
jasio.lpn at gmail dot com via Gcc-bugs
-
[Bug middle-end/127185] New: non-call and large struct copies
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/127184] New: non-call exception vs function lhs
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127183] New: [16/17 Regression] non-call exceptions for write to this->a is considered as not throw
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/123492] -mcpu=tt-ascalon-d8 doesn't enable every extension implemented in Ascalon
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/120277] [16 Regression] Crash at -O2: in upper_bound, at value-range.h:1181 since r16-577-gc40a4cc2d943d8
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127182] New: rs6000: gcc.dg/vect/vect-reduc-chain-3.c fails SAD_EXPR vectorization scan on POWER10 (passes on POWER9)
siddhesh at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125845] [C++26] P3726R2, Adjustments to Union Lifetime Rules
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/99000] [modules] merging of textual redefinitions: declaration std::__copy_move_a2 conflicts with import
jason at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/121035] [15 Regression] ICE on valid code at -O{2,3} with "-fno-tree-dce -fno-tree-dse -fno-expensive-optimizations -fno-ssa-phiopt" on x86_64-linux-gnu: Segmentation fault
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/119160] wrong code with -O2 -finstrument-functions-once -favoid-store-forwarding -fnon-call-exceptions -fschedule-insns -mgeneral-regs-only
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/121468] [16 regression] compiler hang at -Os on x86_64-linux-gnu since r16-1674-g3b84d180fa840a
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug analyzer/127181] New: [16/17 Regression] ICE: in maybe_get_value_range, at analyzer/svalue.h:200 with -fanalyzer
zsojka at seznam dot cz via Gcc-bugs
-
[Bug tree-optimization/123109] `a >> (bits-1) != 0` is not optimized to `a < 0` by match
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/93231] [10 Regression] ICEs since r280132
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/126463] [15/16/17 Regression] ICE at -O1 on aarch64 during RTL pass: final
rearnsha at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124328] asm-hard-reg-6.c:61:3: error: register r3 for operand 1 isn't suitable for data type
rearnsha at gcc dot gnu.org via Gcc-bugs
-
[Bug target/110061] [13 only] libatomic: 128-bit atomics should be lock-free on AArch64
wilco at gcc dot gnu.org via Gcc-bugs
-
[Bug target/123792] aarch64: stdc_bit_ceil generates inefficient code
wilco at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/118012] [avr][13/14/15/16/17 Regression] Expensive code (bit extract + extend + neg + and) instead of bit test
gjl at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127180] New: missed PHI eliding
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/127179] New: [OOP] ICE in gfc_conv_structure for CLASS pointer component with an initial data target
federico.perini at gmail dot com via Gcc-bugs
-
[Bug middle-end/126153] [13/14/15/16/17 Regression] [csmith] runtime crash with -O3 -ftrivial-auto-var-init=zero
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/127178] New: [OpenMP] With requires unified_shared_memory/self_maps: missing implicit declare target (link) for variables
burnus at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127177] New: __builtin_isinf vectorization incorrectly signals FE_INVALID
mkretz at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/126747] [16 Regression] aarch64: wrong code with -Os
ktkachov at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/126399] [15/16/17 Regression] __gthread_trigger() is missing hidden visibility on FreeBSD/Solaris
andy at omnios dot org via Gcc-bugs
-
[Bug target/127176] New: ICE in require, at machmode.h: 323 with -foffload=amdgcn-amdhsa -O2
chilikin.k at gmail dot com via Gcc-bugs
-
[Bug testsuite/127175] New: rs6000: vec-replace-word-runnable tests fail on BE target
avinashd at gcc dot gnu.org via Gcc-bugs
-
[Bug c/127174] New: [OpenMP] declare target does not check for invalid 'device_type'
burnus at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127173] New: [c++] Segfault with fno-enforce-eh-specs on a function with noexcept and a contract
saaadhu at gcc dot gnu.org via Gcc-bugs
-
[PATCH] c++: fix lookup into enclosing scope when instantiating nested class bases
imlunex2011--- via Gcc-bugs
-
[Bug target/124736] RISCV: backend generates an invalid vwredsum.vs insn with overlapping register operands
law at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/126035] Missed CTZ32 to CTZ64 optimisations
liuhongt at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/127172] New: Failed to recognize 64-bit CTZ from 2 32-bit CTZ
liuhongt at gcc dot gnu.org via Gcc-bugs
-
[Bug c/61579] -Wwrite-strings does not behave as a warning option
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/114804] [13/14/15/16/17 Regression] using of a static variable inside a template is not found for use of a base class template of an inner class during instantiation since r11-6815
imlunex2011 at gmail dot com via Gcc-bugs
-
[Bug ipa/127171] New: Missed inlining opportunity: constant string argument enables massive DCE
Reshma.Roy at amd dot com via Gcc-bugs
-
[Bug target/113353] Wrong rounding in std::nearbyint when vectorized with -funsafe-math-optimizations on PPC
vtelidev at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127170] New: integer_pow2p supports Complex types; maybe remove it
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127169] New: fold_using_range::range_of_call should be not calling gimple_stmt_nonnegative_p
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug testsuite/127148] New: rs6000: vsx_mask-extract-runnable.c fails on power10 BE
jeevitha at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127149] New: Wrong code with vectorisation of popcount of bitint
ktkachov at gcc dot gnu.org via Gcc-bugs
-
[Bug driver/120448] -fuse-ld=eld should be supported
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127160] New: [10-17 Regression] wrong code at -O2
xxs_chy at outlook dot com via Gcc-bugs
-
[Bug tree-optimization/127168] New: [17 Regression] vectorization of ctz for small BitInt is wrong
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127154] New: [17 Regression] valgrind "Conditional jump or move depends on uninitialised value(s)" in eq_p<generic_wide_int<wide_int_storage>, int> (wide-int.h:2254)
zsojka at seznam dot cz via Gcc-bugs
-
[Bug c/127164] New: ICE on valid static compound literal at function prototype scope
aaron at aaronballman dot com via Gcc-bugs
-
[Bug tree-optimization/127166] New: [17 Regression] Recent saturation/clipping match.pd changes regressing on RISC-V
law at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/127167] New: [17 Regression] Recent RTL simplifications for complex causing aarch64 testsuite regression
law at gcc dot gnu.org via Gcc-bugs
-
[Bug testsuite/127156] New: rs6000: vsx_mask-move-runnable.c fails on power10 BE
jeevitha at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127159] New: [17 Regression] A TSVC testcase slower since r17-3575-g0b23ae2669d274 on AMD Zen4/5
pheeck at gcc dot gnu.org via Gcc-bugs
-
MIPIM 2026 Mailing List
peter.albertdata--- via Gcc-bugs
-
[Bug c/127165] New: asm() limited to 30 arguments
andrew.cooper3 at citrix dot com via Gcc-bugs
-
[Bug inline-asm/39847] 16 symbolic register names generates error: more than 30 operands in 'asm'
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug inline-asm/65436] Max number of extended asm +output operands currently limited to 15
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127163] New: [17 Regression] ICE: tree check: expected integer_cst, have complex_cst in to_wide, at tree.h:6744 with division
zsojka at seznam dot cz via Gcc-bugs
-
[Bug tree-optimization/127163] [17 Regression] ICE: tree check: expected integer_cst, have complex_cst in to_wide, at tree.h:6744 with division
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127163] [17 Regression] ICE: tree check: expected integer_cst, have complex_cst in to_wide, at tree.h:6744 with division
daniel.barboza at oss dot qualcomm.com via Gcc-bugs
-
[Bug tree-optimization/127163] [17 Regression] ICE: tree check: expected integer_cst, have complex_cst in to_wide, at tree.h:6744 with division
daniel.barboza at oss dot qualcomm.com via Gcc-bugs
-
[Bug tree-optimization/127163] [17 Regression] ICE: tree check: expected integer_cst, have complex_cst in to_wide, at tree.h:6744 with division
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127163] [17 Regression] ICE: tree check: expected integer_cst, have complex_cst in to_wide, at tree.h:6744 with division
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127163] [17 Regression] ICE: tree check: expected integer_cst, have complex_cst in to_wide, at tree.h:6744 with division
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127158] New: Missing -lpthread for libstdc++ for older glibc
ossman at cendio dot se via Gcc-bugs
-
[Bug c/127162] New: internal compiler error: in verify_mask, at value-range.cc:3125 with -O2
lu.maltsis at postgrad dot manchester.ac.uk via Gcc-bugs
-
[Bug target/127161] New: [MIPS] cc1 hangs in LRA on indexed loads with a frame-pointer base (-march=octeon2 -O2)
orgads at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/126080] BB SLP discovery fails to fork upon def type mismatch
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127155] New: [15 Regression] ICE in expand_fn_using_insn, at internal-fn.cc:268 during mips64el-unknown-linux-gnuabi64 gcc build
zsojka at seznam dot cz via Gcc-bugs
-
[Bug tree-optimization/101179] y % (x ? 16 : 4) and y % (4 << (2 * (bool)x)) produce different code
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127157] New: rs6000: xxgenpc-runnable.c test fails on BE, vec_genpcvm generates wrong results on LE as well
avinashd at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127153] New: LoongArch: wrong code at -O1 or above
xry111 at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127152] New: [17 Regression] Miscompile in vect_transform_reduction since r17-3692
dhruvc at gcc dot gnu.org via Gcc-bugs
-
[Bug diagnostics/127151] New: -Werror=maybe-uninitialized when compiling GCC trunk from source
carlosgalvezp at gmail dot com via Gcc-bugs
-
[Bug c++/127150] New: aarch64: ICE in set_decl_context_in_fn, at cp/name-lookup.cc
s.kimura.h41104 at gmail dot com via Gcc-bugs
-
[Bug fortran/104776] Parameterized derived type component initialization: incorrect compiler error
pault at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/104750] Parameterized derived type extension from outside the host module
pault at gcc dot gnu.org via Gcc-bugs
-
[Bug analyzer/125265] FAIL: gcc.dg/analyzer/mkostemp-1.c test for warnings
azoff at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/118665] [13/14/15/16/17 Regression] std::uniform_int_distribution infinite loop with generator returning 0
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127147] New: [reflection] ICE when splicing reflection of a variably-modified type
dschooner05 at gmail dot com via Gcc-bugs