public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c/101854] New: Invalid warning -Wstringop-overflow wrong argument
 2021-08-12 22:30 UTC  (3+ messages)
` [Bug tree-optimization/101854] [11/12 Regression] "

[Bug c/100525] New: ICE: tree check: expected class ‘type’, have ‘exceptional’ (error_mark) in useless_type_conversion_p, at gimple-expr.c:87
 2021-08-12 22:22 UTC  (2+ messages)
` [Bug c/100525] "

[Bug c/99720] New: Feature Request: Better errors for C++ features when compiling C (pass by reference)
 2021-08-12 22:20 UTC  (2+ messages)
` [Bug c/99720] "

[Bug c++/101823] New: GCC generates the wrong string in the assembly code
 2021-08-12 22:11 UTC  (2+ messages)
` [Bug target/101823] "

[Bug c++/99527] New: ICE when using nested lambdas
 2021-08-12 21:54 UTC  (2+ messages)
` [Bug c++/99527] "

[Bug c++/99399] New: why does not a pack expansion that is a using-delcaration which intends to introduce the base classes's constructor accept by GCC
 2021-08-12 21:52 UTC  (2+ messages)
` [Bug c++/99399] "

[Bug c++/66672] std::is_same wrong result for captured reference value inside a lambda
 2021-08-12 21:46 UTC  (2+ messages)

[Bug c++/54367] New: [meta-bug] [C++11] lambda expressions
 2021-08-12 21:44 UTC  (2+ messages)
` [Bug c++/54367] [meta-bug] "

[Bug c++/99152] New: Wrong type of implicitly captured by-value unevaluated operand
 2021-08-12 21:44 UTC  (2+ messages)
` [Bug c++/99152] "

[Bug c++/99160] New: A wrong accessible check when using a using-declaration that introduces the names of type and function
 2021-08-12 21:40 UTC  (2+ messages)
` [Bug c++/99160] "

[Bug c++/99186] New: std::tuple compilation error when elements are specializations of template class declared with template < auto E > syntax with E being a enumerator of a enum
 2021-08-12 21:33 UTC  (2+ messages)
` [Bug c++/99186] "

[Bug tree-optimization/101885] New: wrong code at -O3 on x86_64-linux-gnu
 2021-08-12 21:23 UTC  (5+ messages)
` [Bug tree-optimization/101885] "
` [Bug rtl-optimization/101885] [10/11/12 Regression] "

[Bug c/101451] New: Incorrect -Wstringop-truncation warning
 2021-08-12 21:09 UTC  (6+ messages)
` [Bug tree-optimization/101451] "

[Bug middle-end/88781] [meta-bug] bogus/missing -Wstringop-truncation warnings
 2021-08-12 21:09 UTC  (2+ messages)

[Bug c++/99214] New: Incorrect template arguments shown in constraint satisfaction failure diagnostic
 2021-08-12 21:04 UTC  (2+ messages)
` [Bug c++/99214] "

[Bug fortran/100662] New: intrinsic::ieee_arithmetic fails on aarch, powerpc architectures on FreeBSD
 2021-08-12 20:56 UTC  (4+ messages)
` [Bug fortran/100662] "

[Bug c++/101887] New: [9/10/11/12 Regression] ICE with invalid declaration of 'operator delete'
 2021-08-12 20:46 UTC  (3+ messages)
` [Bug c++/101887] "

[Bug c++/94058] defaulted three way comparison operator defined as deleted when a member is a small bitfield of long type
 2021-08-12 20:42 UTC 

[Bug preprocessor/101638] New: ICE with -Wtraditional
 2021-08-12 20:40 UTC  (2+ messages)
` [Bug preprocessor/101638] [11/12 Regression] ICE with -Wtraditional since r11-4953-g1d00f8c86324c40a

[Bug tree-optimization/101830] New: Incorrect error messages beginning with r12-2591 (backward jump threader)
 2021-08-12 20:39 UTC  (9+ messages)
` [Bug tree-optimization/101830] [12 Regression] "

[Bug middle-end/101829] New: problems with inline + __attribute__ ((malloc (deallocator)))
 2021-08-12 20:32 UTC  (2+ messages)
` [Bug middle-end/101829] "

[Bug sanitizer/90589] In Fedora 30 ps hangs using address sanitizer
 2021-08-12 20:31 UTC  (5+ messages)

[Bug c++/101886] New: [11/12 Regression][concepts] ICE with auto as template parameter
 2021-08-12 20:28 UTC  (2+ messages)
` [Bug c++/101886] "

[Bug c++/97601] New: ICE when using type determined by std::tuple_element_t<...>, on tuple generated from type id stored in std::array
 2021-08-12 20:25 UTC  (2+ messages)
` [Bug c++/97601] "

[Bug c++/88295] ICE on (invalid) C++11 code: tree check: expected class ‘expression’, have ‘exceptiona’ (argument_pack_select) in tree_operand_check, at tree.h:3652
 2021-08-12 20:21 UTC 

[Bug c++/89761] [9 Regression] ICE: tree check: expected class 'expression', have 'exceptional' (argument_pack_select)
 2021-08-12 20:21 UTC 

[Bug c++/86515] [9/10 Regression] std::initializer_list constructor is not a constant expression
 2021-08-12 20:17 UTC 

[Bug middle-end/101891] New: Adjust -fzero-call-used-regs to always use XOR
 2021-08-12 20:08 UTC  (2+ messages)
` [Bug target/101891] "

[Bug target/101893] New: There is no vgbbd on p7
 2021-08-12 20:07 UTC 

[Bug middle-end/101892] New: -fzero-call-used-regs does not work for sibling-calls
 2021-08-12 20:07 UTC 

[Bug fortran/101871] New: Array of strings of different length passed as an argument produces invalid result
 2021-08-12 19:21 UTC  (4+ messages)
` [Bug fortran/101871] "

[Bug target/98309] New: [AVX512] Missing expander for ldexpm3
 2021-08-12 19:20 UTC  (2+ messages)
` [Bug target/98309] "

[Bug tree-optimization/101890] New: [12 regression] ICEs on aarch64 after r12-2836
 2021-08-12 19:18 UTC  (2+ messages)
` [Bug tree-optimization/101890] "

[Bug c++/98712] New: Incorrect defaulted operator== at compile time and runtime when declared constexpr and inheriting
 2021-08-12 19:16 UTC  (3+ messages)
` [Bug c++/98712] Incorrect defaulted operator== at compile time and runtime when declared constexpr and inheriting (c++20)

[Bug libstdc++/101870] New: std::lerp is missing Arithmetic overloads
 2021-08-12 18:52 UTC  (4+ messages)
` [Bug libstdc++/101870] "

[Bug c++/101219] New: ice in perform_or_defer_access_check
 2021-08-12 18:46 UTC  (3+ messages)
` [Bug c++/101219] [12 Regression] ice in perform_or_defer_access_check since r12-1804-g65870e75616ee435

[Bug c/101838] New: sizeof of struct with array of unspecified bound folded to constant
 2021-08-12 18:37 UTC  (2+ messages)
` [Bug c/101838] "

[Bug c/29970] mixing ({...}) with VLA leads to massive breakage
 2021-08-12 18:37 UTC 

[Bug c++/101888] New: constexpr default comparison member function disregards the base class
 2021-08-12 18:10 UTC  (2+ messages)
` [Bug c++/101888] "

[Bug c++/101889] New: [11/12 Regression] ICE with template argument deduction of broken template
 2021-08-12 18:08 UTC 

[Bug target/101849] New: MMA built-in dies with a verify_gimple failed error
 2021-08-12 18:06 UTC  (2+ messages)
` [Bug target/101849] "

[Bug c++/101883] New: class template argument deduction in non-type template parameter allows explicit deduction guide
 2021-08-12 18:04 UTC  (2+ messages)
` [Bug c++/101883] "

[Bug libstdc++/101867] New: avr libc build error for libstdc++
 2021-08-12 17:29 UTC  (6+ messages)
` [Bug libstdc++/101867] "

[Bug libstdc++/67112] New: [MinGW64] build failure due to name conflict with system headers
 2021-08-12 17:26 UTC  (2+ messages)
` [Bug libstdc++/67112] "

[Bug c/65403] New: -Wno-error=<not implemented> is an error
 2021-08-12 16:48 UTC  (2+ messages)
` [Bug c/65403] "

[Bug c++/101884] New: Generic lambda with auto in template parameter list rejected
 2021-08-12 16:24 UTC 

[Bug target/101324] New: powerpc64le: hashst appears before mflr at -O1 or higher
 2021-08-12 16:17 UTC  (2+ messages)
` [Bug target/101324] "

[Bug c/101726] New: target_clone resolver does not generate PIC despite -fPIC
 2021-08-12 15:33 UTC  (3+ messages)
` [Bug target/101726] "
` [Bug ipa/101726] "

[Bug target/101882] New: modulus with input and output set to a hard register
 2021-08-12 15:27 UTC  (2+ messages)
` [Bug target/101882] "

[Bug c++/101344] New: braced-init-list not supported in an aggregate deduction
 2021-08-12 15:27 UTC  (3+ messages)
` [Bug c++/101344] "
` [Bug c++/101344] [11/12 Regression] "

[Bug c++/101872] New: static_cast succeeds in CRTP with incorrect type
 2021-08-12 15:17 UTC  (2+ messages)
` [Bug c++/101872] "

[Bug c/101868] New: Incorrect reordering in -O2 with LTO
 2021-08-12 15:09 UTC  (4+ messages)
` [Bug tree-optimization/101868] "
` [Bug tree-optimization/101868] [9/10/11 Regression] "

[Bug c++/95931] New: ICE in dependent_type_p, at cp/pt.c:26326
 2021-08-12 15:05 UTC  (2+ messages)
` [Bug c++/95931] "

[Bug c++/101878] New: ICE with invalid lambda definition
 2021-08-12 15:05 UTC  (3+ messages)
` [Bug c++/101878] "

[Bug middle-end/86156] ffmpeg clean clone fails
 2021-08-12 14:59 UTC 

[Bug middle-end/85320] Segmentation fault when building XKAAPI
 2021-08-12 14:58 UTC 

[Bug c++/100765] New: attribute incorrectly applied during type alias deduction
 2021-08-12 14:52 UTC  (4+ messages)
` [Bug c++/100765] "

[Bug c++/100766] New: Template type deduction fails with vector extensions
 2021-08-12 14:49 UTC  (2+ messages)
` [Bug c++/100766] "

[Bug middle-end/88670] [meta-bug] generic vector extension issues
 2021-08-12 14:47 UTC 

[Bug c++/27433] vector template argument is not fully supported in function arguments
 2021-08-12 14:47 UTC 

[Bug c++/57572] New: vector operators don't participate in overload resolution
 2021-08-12 14:47 UTC  (2+ messages)
` [Bug c++/57572] "

[Bug c/54907] New: post increasing a value pointed by p in subexpression of an expression modifying p saves the increased value in the wrong place
 2021-08-12 14:41 UTC  (2+ messages)
` [Bug c/54907] "

[Bug c++/101881] New: [9/10/11/12 Regression] ICE with vector type in template alias
 2021-08-12 14:35 UTC  (2+ messages)
` [Bug c++/101881] [9/10/11/12 Regression] ICE with vector type in template alias since r7-2549-gf3365c1201908df5

[Bug c/101696] New: Function multiversioning not usable with new x86-64-v*
 2021-08-12 14:23 UTC  (2+ messages)
` [Bug target/101696] "

[Bug c++/101880] New: mangling vec_perm_expr is not implemented
 2021-08-12 14:12 UTC 

[Bug c++/101879] New: Broken diagnostic: 'vec_perm_expr' not supported by dump_expr<expression error>
 2021-08-12 14:10 UTC  (2+ messages)
` [Bug c++/101879] "

[Bug tree-optimization/95176] New: Failure to optimize division followed by multiplication to modulo followed by subtraction
 2021-08-12 14:09 UTC  (2+ messages)
` [Bug tree-optimization/95176] "

[Bug c/50198] New: New test gcc.c-torture/execute/scal-to-vec1.c fails on many targets
 2021-08-12 14:07 UTC  (2+ messages)
` [Bug testsuite/50198] "

[Bug c/48083] New: DEPENDENCIES_OUTPUT + -no-integrated-cpp produces bad dependencies
 2021-08-12 14:04 UTC  (2+ messages)
` [Bug driver/48083] "

[Bug other/101877] New: [s390x] ICE: canonical types differ for identical types when #pragma GCC target enables vector support
 2021-08-12 12:35 UTC 

[Bug c++/101663] New: GCC crashes when assigning one single_view to another
 2021-08-12 12:20 UTC  (3+ messages)
` [Bug c++/101663] [11/12 Regression] "

[Bug c++/20313] <anonymous> in diagnostic is confusing
 2021-08-12 12:10 UTC  (4+ messages)

[Bug c++/57014] pretty-printer prints anonymous for template-parameter with a name
 2021-08-12 12:07 UTC 

[Bug analyzer/101875] New: [12 Regression] ICE: Segmentation fault (in c_tree_printer)
 2021-08-12 11:24 UTC  (2+ messages)
` [Bug analyzer/101875] "

[Bug tree-optimization/101301] New: Improving sparse switch statement
 2021-08-12 10:31 UTC  (2+ messages)
` [Bug tree-optimization/101301] "

[Bug middle-end/101876] New: [290x] vector builtin vec_permi fails to resolve with #pragma GCC target
 2021-08-12 10:30 UTC  (2+ messages)
` [Bug middle-end/101876] "

[Bug target/101743] New: [12 Regression] Error: insn does not satisfy its constraints since r12-2640-gf7bf03cf69ccb7dc
 2021-08-12 10:28 UTC  (2+ messages)
` [Bug target/101743] "

[Bug c++/101873] New: Compilation error of valid code with return local variable in C++20 mode
 2021-08-12 10:11 UTC  (4+ messages)
` [Bug c++/101873] "

[Bug target/101860] New: [12 Regression] ICE in gen_reg_rtx, at emit-rtl.c:1199 since r12-2837-g50b5877925ef5ae8
 2021-08-12  9:28 UTC  (3+ messages)
` [Bug target/101860] "

[Bug c++/101874] New: [12 Regression] ICE with auto specifier for arrays
 2021-08-12  9:12 UTC  (2+ messages)
` [Bug c++/101874] [12 Regression] ICE with auto specifier for arrays since r12-1933-ge66d0b7b87d105d2

[Bug c++/100474] New: ICE: in diagnose_trait_expr, at cp/constraint.cc:3706
 2021-08-12  8:18 UTC  (3+ messages)
` [Bug c++/100474] "

[Bug target/98877] New: [AArch64] Inefficient code generated for tbl NEON intrinsics
 2021-08-12  8:09 UTC  (2+ messages)
` [Bug target/98877] "

[Bug target/47562] New: Meta bug to keep track of Neon enhancements
 2021-08-12  8:09 UTC  (2+ messages)
` [Bug target/47562] [meta-bug] keep track of Neon Intrinsics enhancements

[Bug target/95958] New: [meta-bug] Inefficient arm_neon.h code for AArch64
 2021-08-12  8:09 UTC  (2+ messages)
` [Bug target/95958] "

[Bug target/91753] Bad register allocation of multi-register types
 2021-08-12  8:09 UTC 

[Bug target/95962] New: Inefficient code for simple arm_neon.h iota operation
 2021-08-12  8:01 UTC  (2+ messages)
` [Bug target/95962] "

[Bug target/95964] New: AArch64 arm_neon.h arithmetic functions lack appropriate attributes
 2021-08-12  7:48 UTC  (2+ messages)
` [Bug target/95964] "

[Bug target/91598] [9 regression] 60% speed drop on neon intrinsic loop
 2021-08-12  7:46 UTC  (3+ messages)

[Bug target/95967] New: Poor aarch64 vector constructor code when using arm_neon.h
 2021-08-12  7:37 UTC  (2+ messages)
` [Bug target/95967] "

[Bug c++/94162] New: ICE [neg] bad return type in defaulted <=>
 2021-08-12  7:34 UTC  (2+ messages)
` [Bug c++/94162] "

[Bug c++/99429] New: ICE for bool return from <=>
 2021-08-12  7:34 UTC  (2+ messages)
` [Bug c++/99429] [10/11 Regression] "

[Bug c++/99622] New: Materialized temporary is not usable in a constant expression
 2021-08-12  6:09 UTC  (2+ messages)
` [Bug c++/99622] "

[Bug target/101846] New: Improve __builtin_shufflevector emitted code
 2021-08-12  6:03 UTC  (3+ messages)
` [Bug target/101846] "

[Bug middle-end/58927] New: Despite loop->safelen=INT_MAX / GCC ivdep: loop versioned for vectorization because of possible aliasing
 2021-08-12  5:53 UTC  (2+ messages)
` [Bug tree-optimization/58927] "

[Bug middle-end/54969] New: Bitfield test not optimised at -Os
 2021-08-12  5:42 UTC  (2+ messages)
` [Bug middle-end/54969] "

[Bug middle-end/53776] New: pragma optimize does not support Os
 2021-08-12  5:41 UTC  (2+ messages)
` [Bug middle-end/53776] "

[Bug middle-end/46479] New: [4.4/4.5/4.6 Regression] "+m" (*regs) : "a" (regs) doesn't use (%eax) for the MEM
 2021-08-12  5:37 UTC  (2+ messages)
` [Bug inline-asm/46479] "

[Bug c++/47213] New: ICE: SIGSEGV in determine_visibility (decl2.c:2076) with -fvisibility-ms-compat
 2021-08-12  5:32 UTC  (3+ messages)
` [Bug c++/47213] "

[Bug c++/38002] gcc crash using -fvisibility-ms-compat
 2021-08-12  5:32 UTC 

[Bug middle-end/42111] Failure in gcc.dg/cleanup-13.c on older x86 boxes
 2021-08-12  5:26 UTC 

[Bug c++/100800] New: ternary operator doesn't accept T with conversion operator and nullptr
 2021-08-12  5:21 UTC  (2+ messages)
` [Bug c++/100800] "

[Bug middle-end/22485] pointer +- integer is never NULL
 2021-08-12  5:17 UTC 

[Bug c++/93043] fails to compile comparison between pointer and convertible to nullptr_t
 2021-08-12  5:10 UTC 

[Bug c++/91979] Incorrect mangling for non-template-argument nullptr expression
 2021-08-12  5:08 UTC 

[Bug c++/100538] New: g++ miscompile / ICE with variadic member function pointer argument list
 2021-08-12  5:01 UTC  (2+ messages)
` [Bug c++/100538] "

[Bug c++/98039] New: Member function template with dependent return type involving class's own name: wrong-mangling, accepts-invalid
 2021-08-12  4:43 UTC  (2+ messages)
` [Bug c++/98039] "

[Bug plugins/101810] New: libiberty/simple-object-xcoff.c segmentation fault
 2021-08-12  4:43 UTC  (2+ messages)
` [Bug plugins/101810] "

[Bug c++/57546] New: templated gnu multiversion function pointer returns wrong value
 2021-08-12  4:37 UTC  (3+ messages)
` [Bug c++/57546] gnu multiversion function pointer returns wrong value or gets rejected

[Bug c++/68098] New: Function multiversioning causes segfaults when used for member functions
 2021-08-12  4:37 UTC  (2+ messages)
` [Bug c++/68098] "

[Bug c++/54311] New: Info about default template arguments in instantiation backtrace
 2021-08-12  4:14 UTC  (2+ messages)
` [Bug c++/54311] "

[Bug c++/56693] New: Fail to ignore const qualification on top of a function type
 2021-08-12  4:06 UTC  (2+ messages)
` [Bug c++/56693] [DR 1584] "

[Bug c++/20816] Calling function at toplevel gives a weird error
 2021-08-12  4:03 UTC 

[Bug c++/30952] Unclear error message when callling via a function pointer
 2021-08-12  3:59 UTC 

[Bug c++/53164] New: Undefined reference to template function instantiation
 2021-08-12  2:21 UTC  (2+ messages)
` [Bug c++/53164] "

[Bug c++/82657] when using a template function pointer as a non-type template parameters, the template function will not be defined in some situation
 2021-08-12  2:21 UTC 

[Bug target/61837] missed loop invariant expression optimization
 2021-08-12  2:17 UTC 

[Bug c++/68070] New: Undefined reference to default constructor of member template class
 2021-08-12  2:17 UTC  (2+ messages)
` [Bug c++/68070] "

[Bug c++/82336] [6 Regression] GCC requires but does not emit defaulted constructors in certain cases
 2021-08-12  2:17 UTC 

[Bug c++/60531] New: template function not resolved when comparing functions
 2021-08-12  2:15 UTC  (3+ messages)
` [Bug c++/60531] "

[Bug c++/81059] error: assuming cast from overloaded function
 2021-08-12  2:15 UTC 

[Bug c++/92031] [9 Regression] Incorrect "taking address of r-value" error
 2021-08-12  2:11 UTC 

[Bug c++/53009] New: pointer to static member function of template class is “invalid” as a template argument of another template class
 2021-08-12  2:11 UTC  (2+ messages)
` [Bug c++/53009] "

[Bug c++/79064] Cannot overload member function templates on type of literal
 2021-08-12  2:10 UTC 

[Bug c++/90537] Implement P1286R2, Contra CWG DR1778
 2021-08-12  2:09 UTC 

[Bug c++/80961] Constructor preferred over conversion operator, when should be ambiguous
 2021-08-12  1:57 UTC 

[Bug c++/67054] New: Constructor inheritance with non-default constructible members
 2021-08-12  1:55 UTC  (2+ messages)
` [Bug c++/67054] "

[Bug c++/80851] All versions that support C++11 are confused by combination of inherited constructors with member initializer that captures this
 2021-08-12  1:55 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).