Messages by Thread
-
[Bug c++/125148] New: Highway SVE256 test fails on GCC 16.0.1 but passes on GCC 15.2.1
benson_muite at emailplus dot org via Gcc-bugs
-
[Bug c++/125147] New: ICE when using a for loop with a co_await
kirit.saelensminde at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/125146] New: forwprop creates and never frees some ssa names
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug preprocessor/125145] New: Inconsistent behavior with concatenation of a placemarker preprocessing token allowing macro expansion when using __VA_OPT__
luigighiron at gmail dot com via Gcc-bugs
-
[Bug c++/125144] New: [15,16] [modules] failed to read compiled module cluster 2: Bad file data
marcel at laverdet dot com via Gcc-bugs
-
[Bug target/125143] New: Support mstack-protector-guard-value-width= for aarch64
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125140] New: __builtin_cpu_init should be a nop
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug target/125139] New: [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959)
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959) since r17-266
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959) since r17-266
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959) since r17-266
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959) since r17-266
law at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959) since r17-266
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959) since r17-266
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959) since r17-266
law at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125139] [17 regression] Failed bootstrap in libstdc++ (ICE in convert_modes, at expr.cc:959) since r17-266
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/124009] Improve select between -1,1
law at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/125138] New: Instrinsic vec_permx generates incorrect code
munroesj at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/119420] `a >> 1 == 0` should be trasformed into `((unsigned)a) <= 1`
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/123967] Improve if-converted sequence on risc-v
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/59429] Missed optimization opportunity in SPACESHIP comparison functions
xry111 at gcc dot gnu.org via Gcc-bugs
-
[Bug c/124576] multiple evaluation of typeof arguments
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/110010] (a>>N) != (b>>N) is not optimized to (a^b) >= (1<<N)
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug driver/91011] g++ -Q --help=warning, c++ outputs from C point of view
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug driver/125137] New: `-Q --help`: cannot specify language without source files
ivan.lazaric.gcc at gmail dot com via Gcc-bugs
-
[Bug c++/125136] New: -Q --help: output file is not shown
ivan.lazaric.gcc at gmail dot com via Gcc-bugs
-
[Bug rtl-optimization/124625] Missed ubfx + shifted addressing for (x >> N) & MASK when MASK has trailing zeros
law at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125135] New: cc1plus segmentation fault
josephcanedo at hotmail dot com via Gcc-bugs
-
[Bug target/125134] New: pr116896.c fails with --enable-default-pie
xry111 at gcc dot gnu.org via Gcc-bugs
-
[Bug other/125133] New: Optimization: v = *(*p)++; can make different code from v = **p, p++;
Explorer09 at gmail dot com via Gcc-bugs
-
[Bug target/125132] New: builtin-memmove-12.c fails with --enable-default-pie
xry111 at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/125131] New: pr112824-2.C fails with --enable-default-ssp (unnecessary stack use with -fstack-protector-strong?)
xry111 at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125130] New: g++ stack overflow ICE when building clksignal 2026-04-30
ats-gccbugs at offog dot org via Gcc-bugs
-
[Bug modula2/125129] New: Many tests fail to link on FreeBSD
ro at gcc dot gnu.org via Gcc-bugs
-
[Bug target/123279] [RISC-V] ICE: in code_for_pred_mov, at ./insn-opinit.h:968
law at gcc dot gnu.org via Gcc-bugs
-
[Bug driver/125128] New: Driver crash in context::action_after_output after ICE
ats-gccbugs at offog dot org via Gcc-bugs
-
[Bug c++/123143] internal compiler error: in lookup_member, at cp/search.cc:1197
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/87832] AMD pipeline models are very costly size-wise
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124559] Improve constant synthesis for RISC-V
law at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/119059] [C++26] P3074R7 - Trivial unions
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125127] New: Different results of double division followed by casts with the -m32 flag
ddvamp007 at gmail dot com via Gcc-bugs
-
[Bug ada/114065] GNAT build with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 fails on 32-bit
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug ada/89097] GNAT build broken with long path names
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug testsuite/125126] New: [16/17 Regression] mv-symbols*.C and mvc-symbols*.C fail with --enable-default-pie
xry111 at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/93150] (A&N) == CST1 &( ((A&M)==CST2) | ((A&O)==CST3) ) is not simplified
daniel.barboza at oss dot qualcomm.com via Gcc-bugs
-
[Bug lto/125125] New: error: relocation refers to global symbol "std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()", which is defined in a discarded section
rudi at heitbaum dot com via Gcc-bugs
-
[Bug ada/87938] libgnat.a not compiled with -fno-PIC
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug ada/87936] gnatlink fails with -pie
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug ada/117676] Missing package Wide_Command_Line and Wide_Wide_Command_Line
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug ada/58299] Ada defines UNICODE and _UNICODE too late for __MINGW32__
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug ada/88943] compiler switch -gnatceg does not generate C headers
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125124] New: [17 Regression] ICE on ffmpeg-8.1 GIMPLE pass: vect in vect_bb_slp_scalar_cost, at tree-vect-slp.cc:9455
slyfox at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/96692] Failure to optimize xor+or+xor to andnot+xor
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125123] New: mangler issue with 'template for' and 'requires expr'
nurullahcitil1536 at gmail dot com via Gcc-bugs
-
[Bug testsuite/125122] New: make[6]: cannot open jobserver /tmp/GMfifo1990392: No such file or directory
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug target/105010] [13/14/15/16/17 regression] GCC 12 after 20220227 fails to build on powerpc64-freebsd with Error: invalid mfcr mask
pkubaj at anongoth dot pl via Gcc-bugs
-
[Bug ipa/125121] New: [16/17 Regression] ICE when building portage-utils during IPA pass: sra since r16-5466-gf9c01c47f8e545
kostadinshishmanov at protonmail dot com via Gcc-bugs
-
[Bug tree-optimization/121003] Sometimes __builtin_unreachable is still there before the vectorizer
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/125120] New: Missed auto-vectorization/memcpy replacement in __builtin_unreachable() context
nicula at nicula dot xyz via Gcc-bugs
-
[Bug analyzer/125119] New: socket fd leak detection fails to track close() when the fd is stored via a linked list pointer dereference
daniel.lovasko at gmail dot com via Gcc-bugs
-
[Bug libstdc++/124747] FAIL: std/simd/traits_common.cc -std=gnu++26 (test for excess errors)
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/125118] New: Missing freestanding header: cwchar
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125117] New: [16 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
matthew.thompson at nasa dot gov via Gcc-bugs
-
[Bug fortran/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
anlauf at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
anlauf at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
anlauf at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
anlauf at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
anlauf at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
anlauf at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses conten
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses content since r16-4947
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses content since r16-4947
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses content since r16-4947
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses content since r16-4947
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses content since r16-4947
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125117] [16/17 regression] Assigning character(len=N) component to character(:), allocatable function result loses content since r16-4947
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug analyzer/125116] New: -Wanalyzer-allocation-size false positive with Emacs
eggert at cs dot ucla.edu via Gcc-bugs
-
[Bug ada/110336] GNAT tools do not build with coverage enabled
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug debug/121411] ctf type size truncated for large data types
dfaust at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125115] New: [modules] conflicting deduced return type for imported declaration
dr.xiaosa at gmail dot com via Gcc-bugs
-
[Bug demangler/124295] cp-demangle doesn't support symbols from Android NDK
info at vmpsoft dot com via Gcc-bugs
-
[Bug c++/101603] [meta-bug] pointer to member functions issues
ppalka at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125114] New: [17 Regression] 20% slowdown of cactusADM on Zen2 since r17-111-g27b2a84e580ac1
jmelcr at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/125113] New: [coarray] Segfault accessing remote image; regression from 13.3
neil.n.carlson at gmail dot com via Gcc-bugs
-
[Bug libstdc++/125112] New: Missing freestanding header: bits/binders.h
felix.morgner at gmail dot com via Gcc-bugs
-
[Bug target/59968] Unused BT patterns
b.buschinski at googlemail dot com via Gcc-bugs
-
[Bug libstdc++/123165] Optimize chrono::__detail::__get_leap_second_info
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/119794] [C++26] P2075R6 Philox Engine
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/120029] Dangling iterator usage in std::filesystem::path::operator+=(const std::filesystem::path &p) when this == p
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/118665] std::uniform_int_distribution infinite loop with generator returning 0
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/118260] Automatically add some 'skip's from gdb helper code
redi at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125111] New: [reflection] "internal compiler error: error reporting routines re-entered" when calling`std::meta::extract` with reference to function
ensadc at mailnesia dot com via Gcc-bugs
-
[Bug middle-end/125110] New: miniBUDE NVIDIA GPU OpenMP offloading performance vs. 'omp_max_simt_vf'
tschwinge at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/125109] New: AMD GPU offloading performance pessimized if also compiling for NVIDIA GPU offloading
tschwinge at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124133] [14/15 Regression] ICE in decompose, at wide-int.h:1049 on powerpc64le-linux-gnu since r14-4793
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug target/120763] [meta-bug] Tracker for bugs to visit during weekly RISC-V meeting
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/125108] New: [reflection] template_arguments_of gives underlying entity of alias template
jolly.j.chen at gmail dot com via Gcc-bugs
-
[Bug target/125107] New: [17 Regression] 6-7% slowdown of milc on Zen2 since r17-142-g91cc9b3402bb33
jmelcr at gcc dot gnu.org via Gcc-bugs
-
[Bug target/125106] New: [17 Regression] 5% slowdown of milc on Zen2 with PGO since r17-140-gf8d911e6ae3fc1
jmelcr at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/125105] New: -fno-signed-zeros and -ffinite-math-only generates sqrt() function call
manu at gcc dot gnu.org via Gcc-bugs
-
[Bug target/120375] [14/15 Regression] arc: -mcpu=em x >> 31 clobber of CC isn't respected
michiel at derhaeg dot be via Gcc-bugs
-
[Bug cobol/124626] [16/17 Regression] Cobol build fails on *-*-darwin*
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124619] [16/17 Regression] FAIL/XPASS: g++.dg/warn/Wstringop-overflow-3.C test for warnings
rguenth at gcc dot gnu.org via Gcc-bugs