Messages by Thread
-
-
[Bug target/127032] [avr] Emit .gnu_attribute to tag objects with the [long] double ABI
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127311] New: [C++] -fstrict-flex-arrays=3 does not reach DECL_NOT_FLEXARRAY in the C++ front end
220255623 at seu dot edu.cn via Gcc-bugs
-
[Bug middle-end/109267] generates empty functions with .cfi_startproc/.cfi_endproc that conflict with other functions
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug preprocessor/127319] New: libcpp truncates the system-header level to bool, dropping the "4" flag from every system-header linemarker
vlad at petric dot cc via Gcc-bugs
-
[Bug c/127317] New: [x86-64] the rewritten guard of an inlined safe-math helper re-loads the operand from memory instead of testing the register — same global read twice under -O2/-O3, regression since gcc-15
220255624 at seu dot edu.cn via Gcc-bugs
-
[Bug target/127309] New: [17 regression] ~30% libquantum regression on riscv64 rva23
mpe+gcc at ellerman dot id.au via Gcc-bugs
-
[Bug c++/127316] New: [reflection] ICE redeclaring a function whose return type involves a reflection of a parameter variable
ensadc at mailnesia dot com via Gcc-bugs
-
[Bug middle-end/101892] -fzero-call-used-regs does not work for sibling-calls
220255623 at seu dot edu.cn via Gcc-bugs
-
[Bug c++/110338] Implement C++26 language features
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug driver/117992] gcc -pie -fhardened leads to warning, causing gcc -flto -fhardened to warn if --enable-default-pie
220255623 at seu dot edu.cn via Gcc-bugs
-
[Bug middle-end/127313] New: Empty FDEs for `__builtin_unreachable`-only functions collide on lld/ld64 (PR109267 not on GCC 15)
220255623 at seu dot edu.cn via Gcc-bugs
-
[Bug target/127306] New: RISC-V bclr_lowest_set_bit pass produces wrong code
uwu at icenowy dot me via Gcc-bugs
-
[Bug tree-optimization/127310] New: [17 Regression] Segfault during vectorisation of mixed-sign dot-product
ktkachov at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127307] New: ICE & Freeze: Lambda in a CTP type causes the compiler to either crash or freeze, depending on how you do it
programmer00001h at gmail dot com via Gcc-bugs
-
[Bug c/127308] New: gcc/genmatch.cc:1279: out of range warning from clang
dcb314 at hotmail dot com via Gcc-bugs
-
[Bug middle-end/127305] New: aarch64-elf: cplxlower -> bitintlower changes memory for _BitInt mul_overflow store
mikaseianatsu at proton dot me via Gcc-bugs
-
[Bug bootstrap/84402] [meta] GCC build system: parallelism issues (including bottlenecks)
dcb314 at hotmail dot com via Gcc-bugs
-
[Bug c++/127304] New: std::simd with -flto causes ICE
invisparent at outlook dot com via Gcc-bugs
-
[Bug fortran/127303] New: Bounds checking inhibits vectorization in DO loop although checks could removed
tkoenig at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127302] New: 505.mcf_r miscompiled since 4fe2072d5d16 (allow backward threading to loop exit)
anton at ozlabs dot org via Gcc-bugs
-
[Bug c++/127301] New: `__attribute__((const))` can be better documented with respect to memory access
junyi--- via Gcc-bugs
-
[Bug c++/127300] New: m68k-elf-gcc segfault with dead code elimination
staphen at gmail dot com via Gcc-bugs
-
[Bug tree-optimization/127299] New: phiopt should move conversions for all boolean to int conversions and not just if there are 2 statements in the condition
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127298] New: [alpha] classification built-ins expand to FP comparisons, which trap or misclassify a subnormal operand
mattst88 at gmail dot com via Gcc-bugs
-
[Bug c++/127297] New: [c++26][contracts] the postcondition const-parameter diagnostic is emitted twice for a non-template function
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/127296] New: [c++26][contracts] a coroutine's postcondition may odr-use a const by-value parameter, which is ill-formed
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/127295] New: [c++26][contracts] ICE in grok_contract on the __contract_assert extension spelling
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/127294] New: [c++26][contracts] a member named unqualified in an explicit-object member function's contract is diagnosed as a constructor/destructor contract check
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/127293] New: [c++26][contracts] a namespace-scope variable named inside a lambda within a contract predicate is not made const
berne at notadragon dot com via Gcc-bugs
-
[Bug tree-optimization/127292] New: `(a > 1) != a` should be optimized to `a != 0`
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/124414] [reflection] Invalid constexpr variable accepted with void pointer to consteval-only type
mpolacek at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127291] New: [c++26][contracts] friend declarations do not validate matching contract assertions
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/127290] New: this is accepted in the trailing return type of an explicit object member function
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/127289] New: [c++26][contracts] -fcontract-checks-outlined loses a predicate's mutations of by-value parameters and of the postcondition result
berne at notadragon dot com via Gcc-bugs
-
[Bug target/127288] New: missing use of sbfx in a simple example
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127287] New: [c++26][contracts] ICE in expand_expr_real_1 when a lambda's own contract specifier names its parameter and the lambda is instantiated from a template
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/126653] ICE on spliced namespace in using directive
mpolacek at gcc dot gnu.org via Gcc-bugs
-
[Bug regression/127271] New: [AArch64] BB SLP with predicated tails causes missed optimisation for truncating concatenations
Chris.Bazley at arm dot com via Gcc-bugs
-
[Bug other/127286] New: libssp/ssp.c __guard_setup constructor should have a priority
timo at rothenpieler dot org via Gcc-bugs
-
[Bug c++/127285] New: GCC generates redundant `test + sete`
saicharan at astrome dot co via Gcc-bugs
-
[Bug c++/127284] New: [c++26][contracts] a lambda in a non-member function's postcondition fails to parse when there is a result-name-introducer
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/127283] New: [c++26][contracts] a contract predicate on a this-capturing lambda reads the closure object as if it were the enclosing class
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/84656] -Wclass-memaccess spuriously warns in code paths that cannot access nontrivial types
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127282] New: [[assume]]: a nested assumption's side effects are not rolled back during constant evaluation
berne at notadragon dot com via Gcc-bugs
-
[Bug tree-optimization/117859] [15 Regression] ICE on valid code at -O{2,3} with "-fno-ssa-phiopt -fno-expensive-optimization": Segmentation fault
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127270] New: ICE: in coerce_template_parms, at cp/pt.cc:9760
eczbek.void at gmail dot com via Gcc-bugs
-
[Bug fortran/28662] fpp call of gfortran: -traditional-cpp versus newer macros like #x
dobonachea at lbl dot gov via Gcc-bugs
-
[Bug c++/127281] New: [c++26][contracts] a contract emits the return-value cleanup twice: returned object destroyed twice, and an ICE in gimple_add_tmp_var
berne at notadragon dot com via Gcc-bugs
-
[Bug c++/127280] New: Implement [[clang::lifetimebound]]
mpolacek at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127276] New: P3598R0 testcase fails to compile
jakub at gcc dot gnu.org via Gcc-bugs
-
[Bug fortran/124975] trans-expr.cc:11560: 2 * always true expression ?
dcb314 at hotmail dot com via Gcc-bugs
-
[Bug debug/118837] Interpretation of DW_FORM_data*
tromey at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127279] New: Direct init of member reference disregards explicit conversions
pj at patrickjohnston dot org via Gcc-bugs
-
[Bug testsuite/127278] New: [16,17] rs6000: gcc.target/powerpc/vec-msumc.c fails on ppc64 -m32
mmatti.gnu at gmail dot com via Gcc-bugs
-
[Bug rtl-optimization/106058] -fcompare-debug failure with -O -fno-dce -fno-tree-dce -fno-cprop-registers on powerpc64le-unknown-linux-gnu
vtelidev at gcc dot gnu.org via Gcc-bugs
-
[Bug testsuite/125965] rs6000: Few Power10 big-endian tests fail due to endian-dependent expected values
mmatti.gnu at gmail dot com via Gcc-bugs
-
[Bug c++/127277] New: GCC 16.1.1 produces a -Warray-bounds warning with -O3
shahzad.malik.muzaffar at cern dot ch via Gcc-bugs
-
[Bug c++/127275] New: Confusing error recovery when splicing the null reflection as a CTP type
programmer00001h at gmail dot com via Gcc-bugs
-
[Bug testsuite/127274] New: rs6000: sse2-movmskpd-1.c and sse2-pmovmskb-1.c fails on power10 BE
jeevitha at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127273] New: [OpenMP] with 'link' clause, ICE (segfault) in ipa_reference_var_uid / symtab_node::ultimate_alias_target
burnus at gcc dot gnu.org via Gcc-bugs
-
[Bug c++/127272] New: Getting a warning about a code path guaranteed not to be taken
eyalroz1 at gmx dot com via Gcc-bugs
-
[Bug target/126000] [x86] Missed optimization: use EVEX encoding with compressed disp8 (disp8*N) instead of VEX+disp32
dipesh.sharma at amd dot com via Gcc-bugs
-
[Bug c++/119736] rejected/ICEs when non type template parameter used as an argument to a const ref non type template parameter
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug ipa/119006] [13/14/15/16 Regression] ICF merging pointer to array types which don't have the same bounds since r11-5181-g0862d007b564ec
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127269] New: [RISC-V] ICE in riscv_v_widen_constraint_ok during IRA pass with -march=rv64gcv
groche97 at gmail dot com via Gcc-bugs
-
[Bug target/127267] New: [17 Regression] AOP changes causing execution failure and poor code on iq2000-elf
law at gcc dot gnu.org via Gcc-bugs
-
[Bug target/127268] New: ix86_default_vector_cost doesn't use sse_to_integer/integer_to_sse
hjl.tools at gmail dot com via Gcc-bugs
-
[Bug lto/88925] address of static string changes
reiter.christoph at gmail dot com via Gcc-bugs
-
[Bug ipa/119006] [13/14/15/16/17 Regression] ICF merging pointer to array types which don't have the same bounds since r11-5181-g0862d007b564ec
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/127266] New: Missed vector optimization: `(((a ^ b) & C) == 0) | (a != b)` is not folded to all-true
mikaseianatsu at proton dot me via Gcc-bugs
-
[Bug middle-end/126622] wide_int_to_tree vs build_int_cst (and build_int_cstu) vs build_int_cst_type
cvs-commit at gcc dot gnu.org via Gcc-bugs
-
[Bug tree-optimization/126295] !(i >= j) && (i < j) for fp should optimize to `i < j` even with trapping
pinskia at gcc dot gnu.org via Gcc-bugs
-
[Bug libstdc++/122071] <decimal/decimal> defines static functions at namespace scope in header
sammy at salh dot xyz via Gcc-bugs
-
[Bug c++/127265] New: ICE segfault on reflection with deduction guide
eczbek.void at gmail dot com via Gcc-bugs
-
[Bug target/127264] New: ICE: RTL check: expected code 'const_int', have 'reg' in ix86_expand_ace_builtin, at config/i386/i386-expand.cc:14776 with -macev1
zsojka at seznam dot cz via Gcc-bugs