Messages by Thread
-
-
[Bug c++/123237] [reflection] ICE: in write_type, at cp/mangle.cc:2744
boris.staletic at protonmail dot com via Gcc-bugs
-
[Bug rtl-optimization/124355] New: canonicalize_condition creates an rtl and then sometimes throws it away right away
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124354] New: [reflection] is_function returns false for a substituted template function
alexey.saldyrkine at gmail dot com via Gcc-bugs
-
[Bug c++/124353] New: [16 regression] High memory usage building nodejs-24.11.1
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/119568] [13/14/15/16 Regression] [avr] ICE: in find_widening_optab_handler_and_mode, at optabs-query.cc:498
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/119872] [15/16 regression] wrong code at -O{1,2,s} since r15-1809-g735edbf1e2479f
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124352] New: Forced inlining and constexpr combined change diagnostics of ill-formed code
ivan.lazaric.gcc at gmail dot com via Gcc-bugs
-
[Bug rtl-optimization/124351] New: valgrind "Conditional jump or move depends on uninitialised" in bitmap_bit_in_range_p with -favoid-store-forwarding
zsojka at seznam dot cz via Gcc-bugs
-
[Bug c++/124350] New: G++ on macOS produces crashing executable for nested exception with -O0
gcc at cohi dot at via Gcc-bugs
-
[Bug gcov-profile/45272] comment about sqrt() implementation wrong: it is not from Carmack
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/45273] [13/14/15 Regression] The compiler depends on the host double (-fprofile-correction only)
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/45273] [13/14/15/16 Regression] The compiler depends on the host double (-fprofile-correction only)
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c/119264] [14/15/16 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in tree_nonzero_bits, at fold-const.cc:16688
roger at nextmovesoftware dot com via Gcc-bugs
-
[Bug c/119651] [13/14/15 Regression] internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in tree_nonzero_bits, at fold-const.cc:16702
roger at nextmovesoftware dot com via Gcc-bugs
-
[Bug testsuite/116340] gcc.dg/tree-ssa/abs-4.c is a mess
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/102879] [13/14/15/16 Regression] Dead Code Elimination Regression at -O3
daniel.barboza at oss dot qualcomm.com via Gcc-bugs
-
[Bug tree-optimization/119420] `a >> 1 == 0` should be trasformed into `((unsigned)a) <= 1`
daniel.barboza at oss dot qualcomm.com via Gcc-bugs
-
[Bug tree-optimization/119422] `u <= (u <= (unsigned)b)` can be transform into just `(u <= (unsigned)b)`
daniel.barboza at oss dot qualcomm.com via Gcc-bugs
-
[Bug target/124349] New: assemble failure "operand size mismatch for `vcomisbf16'" with -masm=intel
zsojka at seznam dot cz via Gcc-bugs
-
[Bug libstdc++/122217] There are no tests for filesystem::copy_symlink
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/119197] [feat req] `std::expected` should be nodiscard
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/96570] Warnings desired for time_t to/from int coversions
rguenth at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124348] New: [OpenMP] rejects valid, parsing problem with omp target unroll partial while with nested brackets, i.e. #pragma omp target { #pragma omp unroll partial would work
schulz.benjamin at googlemail dot com via Gcc-bugs
-
[Bug tree-optimization/124347] New: __builtin_object_size/__builtin_dynamic_object_size doesn't work in constexpr contexts
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124346] New: FAIL: gcc.dg/tree-ssa/copy-sign-2.c scan-tree-dump-times optimized
azoff at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124345] New: FAIL: gcc.dg/tree-ssa/abs-4.c scan-tree-dump-times optimized
azoff at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124344] New: Default member initializer instantiation time
antoshkka at gmail dot com via Gcc-bugs
-
[Bug testsuite/124343] New: FAIL: gcc.dg/match-shift-cmp-3.c scan-tree-dump-times optimized
azoff at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124342] New: FAIL/XPASS c-c++-common/Wstringop-overflow-2.c
azoff at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124341] New: invalid write mask of vcvt2ph2hf8 with -masm=intel
zsojka at seznam dot cz via Gcc-bugs
-
[Bug c++/124340] New: Review of missing virtual destructors in multiple base classes
jiangxuezhi2 at huawei dot com via Gcc-bugs
-
[Bug c/124339] New: ARM64 -O3 (ftree-vectorize) giant assembly with inc inside the loop condition
szuplak at gmail dot com via Gcc-bugs
-
[Bug other/119855] Fixincludes needed for assert.h to support C++26's P2264R7
tkaminsk at gcc dot gnu.org via Gcc-bugs
-
[Bug ipa/120987] [13/14/15/16 regression] gdb build with lto triggers use after free since r12-5541-g2cadaa1f134bec
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123845] allow non-empty constexpr constructor bodies in c++11 as an extension
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/115004] [13/14/15/16 Regression] Missed optimization for Dead Code Elimination
law at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123408] ICE in tsubst_lambda_expr with generic lambda expansion used in template alias (C++20)
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug target/123924] missing detection of MLS for aarch64
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug cobol/119456] gcobol: huge codegen for use of reference-modification (and missing optimization)
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124338] New: Inconsistent const for capture in generic lambda
herring at lanl dot gov via Gcc-bugs
-
[Bug tree-optimization/111387] [13 only] ICE on valid code at -O2 and -O3: verify_ssa failed
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124337] New: assemble failure of movdir64b with -masm=intel
zsojka at seznam dot cz via Gcc-bugs
-
[Bug target/124336] New: different (noop) memory access size generated for -masm=intel/att with -fstack-check
zsojka at seznam dot cz via Gcc-bugs
-
[Bug target/124335] New: invalid "vmovsh" operand with __builtin_ia32_loadsh_mask() and -masm=intel
zsojka at seznam dot cz via Gcc-bugs
-
[Bug c++/124334] New: -flto=auto prevents -Wnull-dereference
janisozaur+gcc at gmail dot com via Gcc-bugs
-
[Bug c++/114857] Pointer attributes and qualifiers are parsed in wrong order
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/111463] Access error in instantiation of template class, incorrectly using inherited constructor of wrong type
bckempa at iastate dot edu via Gcc-bugs
-
[Bug libgcc/124333] New: Build fails for aarch64-w64-mingw32 target after applying __aarch64_cpu_features
Evgeny.Karpov at arm dot com via Gcc-bugs
-
[Bug target/122965] gcc.target/arm/bics_3.c fails when targeting march=armv8.1-m.main+mve.fp+fp.dp
azoff at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/106067] [13/14/15/16 Regression] Error on implicit conversion to std::function: 'static constexpr bool std::_Function_handler<...>...' used before its definition
3440910457 at qq dot com via Gcc-bugs
-
[Bug target/124332] New: FAIL: gcc.target/arm/bics_3.c scan-assembler-times
azoff at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124331] New: [reflection] data member comparison mishap
mpolacek at gcc dot gnu.org via Gcc-bugs
-
[Bug target/64835] -fno-ipa-cp is inconsistently supported when attributes optimize or target are used
ro at gcc dot gnu.org via Gcc-bugs
-
[Bug libfortran/124330] New: shared_memory.c:72:3: error: implicit declaration of function 'SetEnvironmentVariable' [-Wimplicit-function-declaration]
danglin at gcc dot gnu.org via Gcc-bugs
-
[Bug analyzer/107856] [13/14/15/16 Regression] gcc.dg/plugin/infoleak-vfio_iommu_type1.c XPASSes
ro at gcc dot gnu.org via Gcc-bugs
-
[Bug testsuite/122961] vect-reduc-dot-s8b.c and vect-reduc-pattern-2c.c XPASS since r16-4411-gb6e802fd55d
ro at gcc dot gnu.org via Gcc-bugs
-
[Bug testsuite/124329] New: [16 regression] c-c++-common/analyzer/flex-without-call-summaries.c XPASSes
ro at gcc dot gnu.org via Gcc-bugs
-
[Bug target/124328] New: asm-hard-reg-6.c:61:3: error: register r3 for operand 1 isn't suitable for data type
azoff at gcc dot gnu.org via Gcc-bugs