Messages by Thread
-
-
[Bug ipa/119147] 525.x264_r is approx. 7% slower with LTO+PGO than without (at -Ofast -march-native)
jamborm at gcc dot gnu.org via Gcc-bugs
-
[Bug modula2/125544] New: ISO reallocate does not call allocate if the address is NIL
gaius at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125543] New: [17 Regression] 21% slowdown of cactusADM on Zen2 with PGO since r17-111-g27b2a84e580ac1
jmelcr at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125542] New: [17 Regression] 5% slowdown of calculix on Aarch64
jmelcr at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/121720] [13/14/15 Regression] std::min_element is not optimized at -O2
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125541] New: ICE when reflect_constant_array is used on the data member list of a struct containing an anonymous union with no named member.
programmer00001h at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/125540] New: [15 Regression] Vectorizer regression: *std::max_element falls back to scalar cmovl argmax loop
torsten.mandel at sap dot com via Gcc-bugs
-
[Bug c++/125539] New: ICE on define_aggregate in comma expression
programmer00001h at gmail dot com via Gcc-bugs
-
[Bug rtl-optimization/125538] New: ICE at -O3 -fprofile-generate on aarch64 during vregs pass: unrecognizable insn with V4QI vec_duplicate
xintong.zhou1 at uwaterloo dot ca via Gcc-bugs
-
[Bug target/124948] wrong code with wrapping __atomic_add_fetch() on _BitInt(17) on riscv
law at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/104992] [missed optimization] x / y * y == x not optimized to x % y == 0
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/101754] Missed fold for a/b*b
kaelfandrew at gmail dot com via Gcc-bugs
-
[Bug c++/125537] New: [contracts] g++-16 crashes on contracts pre and post with auto parameters
igor.machado at gmail dot com via Gcc-bugs
-
[Bug target/123313] `a < 10 ? b : -1` could be better
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125536] New: T[N] not substituted when N >= 2^31
eczbek.void at gmail dot com via Gcc-bugs
-
[Bug fortran/125535] New: Wrong-code for implied-do with allocatable-component derived type and transformational intrinsic
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125534] New: ALLOCATE of parameterized derived-type array initializes only first element
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125533] New: CPP stringify operator emits \" for double-quotes in Fortran mode causing syntax error
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125532] New: Wrong-code in DO CONCURRENT when ASSOCIATE body references inline type-spec iterator
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125531] New: Inferred-type ASSOCIATE name gives spurious "Expected argument list" when data component shares name
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125530] New: ASSOCIATE with contained-function selector rejects type-bound calls on associate name
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125529] New: ICE (segfault) in DO CONCURRENT with DEFAULT(NONE) and ASSOCIATE
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125528] New: ICE or wrong-code for ASSOCIATE selector that is a type-bound user-defined operator
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125527] New: Submodule cannot access internal subprograms of ancestor module via host association
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/91155] __PRETTY_FUNCTION__ gets truncated when char template parameter is '\0'
gcc at cohi dot at via Gcc-bugs
-
[Bug c/123569] Wrong code when using counted_by attribute
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/49705] -Wstrict-overflow should not diagnose unevaluated expressions
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/36227] [4.3 Regression] POINTER_PLUS folding introduces undefined overflow
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/52904] -Wstrict-overflow false alarm with bounded loop
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/48022] [4.6 Regression] -Wstrict-overflow warning on code that doesn't have overflows
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125526] New: asm goto + thread_local "m" input + noreturn branch: wrong code (-O1), ICE in calc_dfs_tree (-O2)
agri at akamo dot info via Gcc-bugs
-
[Bug middle-end/125525] New: equivalent signed zero detection produces different assembler
manu at gcc dot gnu.org via Gcc-bugs
-
[Bug c/125524] New: uint8_t *ptr __counted_by(len) renderes code undefined?
cagney at sourceware dot org via Gcc-bugs
-
[Bug target/125215] RISC-V: Wrong code in RISC-V SLP vectorization
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug debug/59474] Invalid binaries produced when making win32 EXEs with -gsplit-dwarf
peter0x44 at disroot dot org via Gcc-bugs
-
[Bug target/125523] New: [AArch64]GCC fails to SLP vectorize 4-int horizontal reduction when mixed with other scalar operations in same loop
bug_hunters at yeah dot net via Gcc-bugs
-
[Bug target/125522] New: [ARM64]SLP build fails for loop with ternary operator and adjacent int-to-double conversion
bug_hunters at yeah dot net via Gcc-bugs
-
[Bug target/125521] New: [ARM64] Missed SLP vectorization for adjacent int-to-float conversion and horizontal addition (unsupported SLP instances)
bug_hunters at yeah dot net via Gcc-bugs
-
[Bug target/125520] New: [ARM64] Failed to SLP vectorize adjacent int-to-float conversion inside if-statement in loop with early exit
bug_hunters at yeah dot net via Gcc-bugs
-
[Bug c++/125519] New: [reflection] `access_context::current().scope()` ignores local classes
ensadc at mailnesia dot com via Gcc-bugs
-
[Bug rtl-optimization/125518] New: [RA]: lunable to find a register to spill: internal compiler error: in lra_split_hard_reg_for, at lra-assigns.cc:1885
gjl at gcc dot gnu.org via Gcc-bugs
-
[Bug c/124985] [16 Regression] ICE with nested function returning a VLA in struct (gcc.dg/pr117245.c) with -O -fno-tree-dse in initialize_inlined_parameters in tree-inline.cc since r16-3747
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug c/123424] [15 regression] ICE in comptypes_verify when handling a locally defined struct with a VLA member initialized from a mismatched parameter type.
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125517] New: Wrong code for __builtin_bitreverse128
kristerw at gcc dot gnu.org via Gcc-bugs
-
[Bug target/115922] Missed optimization: MIPS: clear bit 15
roger at nextmovesoftware dot com via Gcc-bugs
-
[Bug target/115473] MIPS: -Os rtx_cost compare not correct
roger at nextmovesoftware dot com via Gcc-bugs
-
[Bug target/125516] New: [16/17 Regression] [RISCV] [Miscompile] GCC miscompiles at -O3 as well as -O2 since g:573ea59a48d95fc4e9f520865eae71c5d9de614f
skothadiya at whileone dot in via Gcc-bugs
-
[Bug fortran/125515] New: [meta-bug] Multiple compiler errors when building fiats and formal packages
jvdelisle at gcc dot gnu.org via Gcc-bugs
-
[Bug c/100420] unspecified VLA bound formatted as [0] instead of [*] in -Wvla-parameter
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug c/98091] unspecified VLA bound formatted as [0] instead of [*] in -Wvla-parameter
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug c/98539] incorrect warning with -Wvla-parameter for unspecified bound in multi-dim array
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/23471] a*a (for signed ints with -fno-wrapv) is always postive
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/125514] New: [16/17 Regression] libstdc++: reference_wrapper triggers -Wsfinae-incomplete for forward-declared type in C++17
studyingfather at outlook dot com via Gcc-bugs
-
[Bug tree-optimization/125513] New: [17 Regression] Missed optimization due to recent nonnegative changes
law at gcc dot gnu.org via Gcc-bugs
-
[Bug lto/115300] gcc 14 cannot compile itself on Windows when bootstrap-lto is specified
alexey.lapshin at espressif dot com via Gcc-bugs
-
[Bug target/124074] [i386] mingw-w64 "'asm' operand has impossible constraints" after enabling APX under -fno-asynchronous-unwind-tables
john_platts at hotmail dot com via Gcc-bugs
-
[Bug modula2/125512] New: Candidate for spell checking missed when using qualified ident
gaius at gcc dot gnu.org via Gcc-bugs
-
[Bug c/125511] New: [ppc] get tls symbol failed using -fno-plt
zhenhangwang at huawei dot com via Gcc-bugs
-
[Bug sanitizer/125510] New: no_sanitize_address on member function fails to prevent sanitization
services+gccbugs at vasama dot org via Gcc-bugs
-
[Bug c++/99534] bogus UDL diagnostic for header-name followed by macro
luigighiron at gmail dot com via Gcc-bugs
-
[Bug target/125167] More select improvements for RISC-V
law at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125509] New: [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194)
kaelfandrew at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194)
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194)
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194) since r17-837
dcb314 at hotmail dot com via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194) since r17-837
tnfchris at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194) since r17-837
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194) since r17-837
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125509] [17 regression] ICE when building llvm-20.1.8 (dominator of .. should be .., not .., verify_dominators, at dominance.cc:1194) since r17-837
tnfchris at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/125508] New: speed up cl_optimization_hash
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/125507] New: ENUM_BITFIELD usage should be removed
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug preprocessor/125506] New: libcpp/libiberty: MinGW-hosted GCC fails to open system headers containing uppercase letters in Windows case-sensitive directories (`lrealpath` force-lowercases the path)
luoyonggang at gmail dot com via Gcc-bugs
-
[Bug middle-end/111959] tree_single_nonnegative_warnv_p could use tree_nonzero_bits for SSA_NAMES and int types
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/125505] New: libstdc++: num_put crashes (SIGSEGV) on std::fixed/std::scientific with a near-INT_MAX stream precision — unchecked negative __convert_from_v return in _M_insert_float
liweifriends at gmail dot com via Gcc-bugs