Messages by Thread
-
[Bug ipa/123383] New: [16 regression] ICE when building glslang-1.4.335.0 (direct call to ... in speculative call sequence has speculative_id 256 out of range)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/121165] false positive Warray-bounds while building openmpt with -O3 -fsanitize=undefined
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/121168] missed optimization with ubsan at -O3 due to phiprop not working with UBSAN_NULL
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/123382] New: [16 Regression] AArch64: ICE at -O3: invalid mask type in 'vec_perm_expr'
xxs_chy at outlook dot com via Gcc-bugs
-
[Bug target/123381] New: ICE: maximum number of generated reload insns per insn achieved (90) with -mrvv-vector-bits=zvl
zsojka at seznam dot cz via Gcc-bugs
-
[Bug target/123380] New: [15/16 Regression] ICE: in gen_rtx_SUBREG, at emit-rtl.cc:1048 with -O2 -march=rv64i -mabi=lp64 and _Float16
zsojka at seznam dot cz via Gcc-bugs
-
[Bug target/121535] zero_call_used_regs vs BImode on ia64
frank.scheiner at web dot de via Gcc-bugs
-
[Bug c++/123379] New: constexpr template for does not work with temporary std::span
ivan.lazaric.gcc at gmail dot com via Gcc-bugs
-
[Bug libstdc++/123378] New: Memory leak in std::barrier with gcc-16
stuart.a.hayhurst at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/123377] New: [16 Regression] gcc.dg/uninit-pred-7_a.c line 23 xpassing since r16-5258-g1d8e2d51e5c5cb
hp at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123376] New: [16 Regression] ICE in write_type when building qt6-qtscxml with -flto -ffat-lto-objects since r16-3821
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/123375] New: [16 Regression] Fortran ICE in insert_bbt while building crest package since r16-2189
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/123374] New: elfutils: bogus warning when building debuginfod.cxx since r16-5258
siddhesh at gcc dot gnu.org via Gcc-bugs
-
[Bug c/123373] New: %R macro does not set arg_going, causing incorrect token concatenation in specs
mpsuzuki--- via Gcc-bugs
-
[Bug tree-optimization/123372] New: [15/16 Regression] ICE in expand_fn_using_insn on .SAT_SUB while building OpenTTD with LTO since r15-1671
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug ada/123371] New: Bug box or infinite loop when using container aggregate key expression under some circumstances
liam at liampwll dot com via Gcc-bugs
-
[Bug c/123370] New: ICE: in build_conditional_expr, at c/c-typeck.cc with _Float16 and ternary operator
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug c++/123369] New: ICE: error reporting routines re-entered when instantiating template with overaligned array elements
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug rtl-optimization/121852] [13/14/15 regression] wrong code at -O2 with "-fno-gcse" on x86_64-linux-gnu
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug d/122800] [16 Regression] Decide about gphobos soname bump for GCC 16
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/123368] New: ICE: Segmentation fault in lower_nested_functions / mark_addressable with multiple nested functions and section attribute
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug tree-optimization/123367] New: [16 Regression] Regression of 523.xalancbmk_r after vectorizing uncounted loops on Zen{4,5}
vekumar at gcc dot gnu.org via Gcc-bugs
-
[Bug libfortran/123366] New: [16 regression] Segmentation fault on FreeBSD when compiling libgfortran/generated
developer at lorenzosalvadore dot it via Gcc-bugs
-
[Bug c/122572] [15/16 regression] Segmentation fault on aarch64 building with -O2, no issue with -O2 -fschedule-insns
uecker at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/97286] simplified subreg used outside of the loop can cause conflict and cause an extra move inside the loop
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug middle-end/106688] out of ssa Coalescing sometimes chooses the wrong thing causing an extra move
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug rtl-optimization/122272] extra move in some cases; missed optimizations in classic "gcd" implementation
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug ipa/122856] [13/14/15/16 Regression] ICE: in decide_about_value, at ipa-cp.cc
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug rtl-optimization/123365] New: ICE: in emit_move_insn, at expr.cc with inline asm array-to-register constraint
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug rtl-optimization/123364] New: ICE: in emit_swap_insn, at reg-stack.cc with fsincos inline asm
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug c++/123363] New: ICE: Segmentation fault in finish_call_expr during template argument parsing with invalid nested template-id
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug fortran/101399] Horizontal tab character not ignored on print statement
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/109512] accepts implicit dummy procedure even with "implicit none (external)"
kargl at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/105594] -Wuse-without-only issued for any submodule
kargl at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/102258] dynamic_cast to derived type fails during constant evaluation
acharvak at pm dot me via Gcc-bugs
-
[Bug c/78078] [DR485] error on ATOMIC_VAR_INIT with aggregate initializer
luigighiron at gmail dot com via Gcc-bugs
-
[Bug c/123362] New: Invalid conversions from nullptr generate misleading diagnostics
luigighiron at gmail dot com via Gcc-bugs
-
[Bug fortran/101399] Horizonal tab character not ignored on print statement
kargl at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123361] New: False positive "narrowing conversion of 'value' from 'int32_t' {aka 'int'} to 'double'?
dmitriy.ovdienko at gmail dot com via Gcc-bugs
-
[Bug lto/110710] LTO linker on Windows creates an invalid Makefile
peter0x44 at disroot dot org via Gcc-bugs
-
[Bug c++/123360] New: ICE: tree check: expected class ‘type’, have ‘declaration’ (function_decl) in cp_type_quals, at cp/typeck.cc during reshape_init with nested anonymous compound literal
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug c++/123359] New: ICE: tree check: accessed elt 1 of ‘tree_vec’ with 0 elts in expand_template_argument_pack, at cp/pt.cc when using co_await in a coroutine with invalid multidimensional array parameter
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug middle-end/123358] New: ICE: in expand_asm_stmt, at cfgexpand.cc when using enum constant with "m" constraint
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug libgcc/123357] New: ICE: in linemap_add, at libcpp/line-map.cc
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug ada/93702] crash when using Indefinite_Holders.To_Holder in expression function
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug ada/16075] wrong resolution for type declared in parent of formal package
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug c/123356] New: -fstrict-aliasing miscompile struct swap when there is another identical struct (from flint code base)
user202729 at protonmail dot com via Gcc-bugs
-
[Bug tree-optimization/122746] in-order SLP reduction not implemented
vekumar at gcc dot gnu.org via Gcc-bugs
-
[Bug c/123355] New: clang: 6 * -Wmaybe-uninitialized
dcb314 at hotmail dot com via Gcc-bugs
-
[Bug c++/123354] New: ICE with nested structures and sizeof of constexpr variable
antoshkka at gmail dot com via Gcc-bugs
-
[Bug target/122831] GCC does not define __ARM_FEATURE_MOPS for armv8.8-a
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/93008] Need a way to make inlining heuristics ignore whether a function is inline (especially for constexpr in >= c++20)
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c/123353] New: builtin-shufflevector-pr123156.c fails on hppa64-hpux11.11 (big endian)
danglin at gcc dot gnu.org via Gcc-bugs
-
[Bug target/121485] [15 Regression]RISC-V Zvkned vector-scalar intrinsics use wrong EMUL (m1 for m2/m4/m8 variants of intrinsics)
law at gcc dot gnu.org via Gcc-bugs
-
[Bug target/51837] Use of result from 64*64->128 bit multiply via __uint128_t not optimized
pcordes at gmail dot com via Gcc-bugs
-
[Bug fortran/123352] New: invalid association target when invoking type-bound function on associate-name with operator-result selector
damian at archaeologic dot codes via Gcc-bugs
-
[Bug ipa/123351] New: [14/15 regression] mingw32 cross compile determinism is architecture dependent
gnu.ojxq8 at dralias dot com via Gcc-bugs
-
[Bug ada/23750] Suggest using a more standard soname for libgnat
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug ada/93702] Bug box when using Indefinite_Holders.To_Holder in expression function
ebotcazou at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123350] New: same typedef found in different classes is rejected as ambiguous
brunopitrus at hotmail dot com via Gcc-bugs
-
[Bug d/123349] New: gdc: buffer overflow detected with -defaultlib=
ibuclaw at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/123348] New: gfortran: internal compiler error: Segmentation fault
jabba.laci at gmail dot com via Gcc-bugs
-
[Bug c++/102261] [13/14/15/16 Regression] ICE: Segmentation fault (in build_this_conversion) since r12-3346-g47543e5f9d1fc502
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug preprocessor/121508] ICE after error with __has_include
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c/109828] [13/14/15/16 Regression] static compound literal with flexible array in initializer leads to invalid size and ICE
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/101070] ICE: Error reporting routines re-entered with aligned attribute and arrays
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123347] New: [16 regression] ICE when building libprojectm-3.1.12 (tree check: expected record_type or union_type or qual_union_type, have pointer_type in potential_constant_expression_1, at cp/constexpr.cc:12075)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123347] [16 regression] ICE when building libprojectm-3.1.12 (tree check: expected record_type or union_type or qual_union_type, have pointer_type in potential_constant_expression_1, at cp/constexpr.cc:12075)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123347] [16 regression] ICE when building libprojectm-3.1.12 (tree check: expected record_type or union_type or qual_union_type, have pointer_type in potential_constant_expression_1, at cp/constexpr.cc:12075)
sjames at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123347] [16 regression] ICE when building libprojectm-3.1.12 (tree check: expected record_type or union_type or qual_union_type, have pointer_type in potential_constant_expression_1, at cp/constexpr.cc:12075)
dcb314 at hotmail dot com via Gcc-bugs
-
[Bug c++/123347] [16 regression] ICE when building libprojectm-3.1.12 (tree check: expected record_type or union_type or qual_union_type, have pointer_type in potential_constant_expression_1, at cp/constexpr.cc:12075)
dcb314 at hotmail dot com via Gcc-bugs
-
[Bug c++/123347] [16 regression] ICE when building libprojectm-3.1.12 (tree check: expected record_type or union_type or qual_union_type, have pointer_type in potential_constant_expression_1, at cp/constexpr.cc:12075)
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123347] [16 regression] ICE when building libprojectm-3.1.12 (tree check: expected record_type or union_type or qual_union_type, have pointer_type in potential_constant_expression_1, at cp/constexpr.cc:12075)
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123347] [16 regression] ICE when building libprojectm-3.1.12 (tree check: expected record_type or union_type or qual_union_type, have pointer_type in potential_constant_expression_1, at cp/constexpr.cc:12075)
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug target/121485] [15 16 Regression]RISC-V Zvkned vector-scalar intrinsics use wrong EMUL (m1 for m2/m4/m8 variants of intrinsics)
law at gcc dot gnu.org via Gcc-bugs
-
[Bug target/113695] RISC-V: Sources with different EEW must use different registers
law at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123346] New: Segmentation fault when returning union initialized using temporary object at call site, with designated initializers
janschultke at googlemail dot com via Gcc-bugs
-
[Bug target/117205] RISC-V: Redundant vector memcpy loop
law at gcc dot gnu.org via Gcc-bugs
-
[Bug testsuite/117497] Wrong use (or ambiguity?) of the riscv_v selector causes test failures
law at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/123345] New: ICE: error reporting routines re-entered with an alignment attribute
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug c/123344] New: ICE: Segmentation fault in tree_to_uhwi, at tree.cc
522024330006 at smail dot nju.edu.cn via Gcc-bugs
-
[Bug target/123343] New: Loop unrolling before vectorization produces suboptimal RISC-V code
chenzhongyao.hit at gmail dot com via Gcc-bugs
-
[Bug c/123342] New: Compilation of xorg-x11-server fails if -march=znver5 -O3 is used, compiles with -O2 or without -march=znver5.
erhan.bilgili at gmail dot com via Gcc-bugs