public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/19965] Invalid member declaration diagnosed late
 2021-07-24  0:16 UTC 

[Bug c++/25322] ISO compliance of defining structs in anonymous unions
 2021-07-24  0:13 UTC 

[Bug c/101607] New: ICE on compilable code: in assign_stack_temp_for_type, at function.c:798
 2021-07-24  0:04 UTC 

[Bug c++/89389] inlining failed in call to always_inline -- removing attribute leaves function inlined
 2021-07-23 23:54 UTC 

[Bug c++/89553] "static const double x = 2" is treated equivalent to "static constexpr double x = 2"
 2021-07-23 23:49 UTC 

[Bug c++/87497] constexprs involving non-literal const variables are incorrectly accepted
 2021-07-23 23:45 UTC 

[Bug c++/79189] Poor code generation when using stateless lambda instead of normal function
 2021-07-23 23:40 UTC 

[Bug c++/86032] non standard copy operator is used for empty class
 2021-07-23 23:29 UTC  (2+ messages)

[Bug c++/85680] Missed optimization for value-init of variable-sized allocation
 2021-07-23 22:41 UTC 

[Bug c++/85809] SFINAE code compiles that shouldn't be able to compile
 2021-07-23 22:25 UTC 

[Bug tree-optimization/101606] New: std::sort generates different function for __gnu_cxx::__normal_iterator<int*,C> and int*
 2021-07-23 22:20 UTC 

[Bug c++/85104] double underline in a C++ error: duplicate const
 2021-07-23 22:19 UTC  (2+ messages)

[Bug c++/84692] Class template argument deduction ICE for template's member template
 2021-07-23 22:13 UTC 

[Bug c++/84297] ICE (mmap: Invalid argument) in std::is_trivially_constructible
 2021-07-23 22:00 UTC 

[Bug c++/54011] New: missed optimization opportunities for bool struct/class members
 2021-07-23 21:52 UTC  (2+ messages)
` [Bug tree-optimization/54011] "

[Bug c++/55004] New: [meta-bug] constexpr issues
 2021-07-23 21:50 UTC  (6+ messages)
` [Bug c++/55004] "

[Bug c++/83928] implicit conversion of literal class type to unscoped enumeration can not be used as array size
 2021-07-23 21:50 UTC 

[Bug c++/83484] constexpr not evaluated at compile time
 2021-07-23 21:48 UTC 

[Bug c++/83144] ICE using trailing return type and constexpr with GCC 7.X
 2021-07-23 21:43 UTC 

[Bug c++/82791] Inconsistency with member function pointer access
 2021-07-23 21:39 UTC 

[Bug c++/101600] New: Spurious -Warray-bounds
 2021-07-23 21:34 UTC  (3+ messages)
` [Bug middle-end/101600] [12 Regression] Spurious -Warray-bounds downcasting a polymorphic pointer

[Bug c++/82125] Suboptimal error message for range-based for
 2021-07-23 21:26 UTC 

[Bug c++/65132] New: diagnostics: missing: bitfield member cannot have an in-class initializer
 2021-07-23 21:24 UTC  (2+ messages)
` [Bug c++/65132] "

[Bug c++/94951] New: dereferencing type-punned pointer will break strict-aliasing rules when using super class for a template type
 2021-07-23 21:19 UTC  (2+ messages)
` [Bug c++/94951] [8/9 Regression] "

[Bug c++/81152] False strict-aliasing warning
 2021-07-23 21:19 UTC  (2+ messages)

[Bug c++/101603] New: [meta-bug] pointer to member functions issues
 2021-07-23 21:15 UTC  (5+ messages)
` [Bug c++/101603] "

[Bug c++/89960] Implicit derived to base conversion considered type punning
 2021-07-23 21:15 UTC 

[Bug c++/86922] Invoking templated PTMF on subclass gives false strict-aliasing warning
 2021-07-23 21:15 UTC 

[Bug c++/78280] GCC incorrectly accepts assignment in bitfield width
 2021-07-23 21:02 UTC 

[Bug c++/78949] incorrect "unused variable" warning with SSE2
 2021-07-23 20:58 UTC 

[Bug c++/78246] Incorrect vector variable set but not used warning
 2021-07-23 20:58 UTC 

[Bug c++/77601] error: cannot convert 'is_same<int, Z>' to 'const bool' in initialization
 2021-07-23 20:52 UTC 

[Bug c++/58040] New: Cannot take address-of public using-declaration of member from protected base class
 2021-07-23 20:45 UTC  (2+ messages)
` [Bug c++/58040] "

[Bug c++/52099] New: Incorrectly applying conversion when catching pointer-to-members
 2021-07-23 20:38 UTC  (2+ messages)
` [Bug c++/52099] "

[Bug c++/69375] GCC allows PMF type "void (T::*)()" to be caught as "void (T::*)() const"
 2021-07-23 20:38 UTC 

[Bug c/56337] New: __attribute__((aligned(N))) allows too-high values of N
 2021-07-23 20:33 UTC  (4+ messages)
` [Bug middle-end/56337] __attribute__((aligned(N))) breaks for N=1<<28
` [Bug target/56337] "

[Bug c++/98038] New: ICE on invalid trying to recursively invoke a lambda object with operator
 2021-07-23 20:30 UTC  (2+ messages)
` [Bug c++/98038] ICE on invalid trying to recursively invoke a lambda object with operator()

[Bug c++/78609] invalid member's visibility detection in constexpr with arrays
 2021-07-23 20:15 UTC 

[Bug c++/80575] unnecessary virtual function table support in member function call
 2021-07-23 20:00 UTC 

[Bug fortran/96711] New: Internal Compiler Error on NINT() Function
 2021-07-23 19:59 UTC  (2+ messages)
` [Bug fortran/96711] "

[Bug c/101605] New: bogus -Wvla-parameter in same bound expression with differently named parameters
 2021-07-23 19:53 UTC 

[Bug c++/10118] Bad diagnostic with cast in template argument expression
 2021-07-23 19:49 UTC 

[Bug c/101289] New: bogus -Wvla-paramater warning when using const for vla param
 2021-07-23 19:44 UTC  (2+ messages)
` [Bug c/101289] [11 Regression] "

[Bug c++/51405] New: Passing method result to constructor treated as function declaration
 2021-07-23 19:42 UTC  (2+ messages)
` [Bug c++/51405] [9/10/11/12 Regression] "

[Bug c/97548] New: bogus -Wvla-parameter on a bound expression involving a parameter
 2021-07-23 19:41 UTC  (3+ messages)
` [Bug c/97548] [11 Regression] "

[Bug c++/101465] New: Poorly worded error from a call to a pointer-to-member function not wrapped in parentheses
 2021-07-23 19:30 UTC  (2+ messages)
` [Bug c++/101465] "

[Bug c++/80485] rejects-valid: constexpr static_cast of pointer-to-member-function to bool
 2021-07-23 19:28 UTC 

[Bug c++/92969] Segmentation fault compiling partial specialization of auto-deduced member function pointers
 2021-07-23 19:23 UTC 

[Bug c++/84287] pointer to member function type with dependent parameter cannot be mangled
 2021-07-23 19:21 UTC 

[Bug c/101604] New: [meta-bug] bogus/missing -Wvla-parameter
 2021-07-23 19:20 UTC  (2+ messages)
` [Bug c/101604] "

[Bug c++/81678] Variadic template parameters containing pointer to member function fail to be parsed unless name of the parameter is specified
 2021-07-23 19:18 UTC 

[Bug c++/83912] [constexpr] struct with a pointer to one of its members, returned by a function, is not a constant expression
 2021-07-23 19:15 UTC 

[Bug c++/83137] Member function pointer template parameter not constant expression when set to nullptr
 2021-07-23 19:13 UTC 

[Bug c++/45374] template keyword incorrectness// failure to parse valid code
 2021-07-23 19:05 UTC 

[Bug fortran/101536] New: ICE in gfc_conv_expr_descriptor, at fortran/trans-array.c:7324
 2021-07-23 19:00 UTC  (2+ messages)
` [Bug fortran/101536] "

[Bug c++/45501] Compiler does not find template function if member is addressed with "this"
 2021-07-23 18:58 UTC 

[Bug c++/32143] decl rtl generated with incorrect visibility
 2021-07-23 18:50 UTC 

[Bug c/99156] New: __builtin_expect affects the interpretation of its first operand
 2021-07-23 18:18 UTC  (2+ messages)
` [Bug c/99156] __builtin_expect is folded too soon allowing an non-integer-constant-expr to become an integer-const-expr

[Bug c/96842] New: enhancement: copy clang Wheader-guard
 2021-07-23 18:07 UTC  (2+ messages)
` [Bug preprocessor/96842] "

[Bug c/101562] New: [9/10/11/12 Regression] ICE in insert, at wide-int.cc:682
 2021-07-23 17:57 UTC  (3+ messages)
` [Bug rtl-optimization/101562] "
` [Bug rtl-optimization/101562] [9/10/11 "

[Bug c/87683] Inline asm input/output operand does not prevent compiler optimization
 2021-07-23 17:50 UTC 

[Bug c++/101601] New: [12 Regression] -Wall is reported as a build error (not warning): error: arrays of functions are not meaningful
 2021-07-23 17:27 UTC  (4+ messages)
` [Bug middle-end/101601] "
` [Bug middle-end/101601] [12 Regression] -Warray-bounds triggers "

[Bug tree-optimization/101597] New: r12-2132-ga110855667782dac[12 Regression] ICE in evrp since
 2021-07-23 17:15 UTC  (3+ messages)
` [Bug tree-optimization/101597] [12 Regression] ICE in evrp since r12-2132-ga110855667782dac
` [Bug c++/101597] [12 Regression] ICE in pretty-printer formatting an OBJ_TYPE_REF "

[Bug libstdc++/101599] New: ranges::__copy_or_move missing std::move for input_iterator
 2021-07-23 15:53 UTC  (3+ messages)
` [Bug libstdc++/101599] ranges::copy_or_move "

[Bug middle-end/101586] New: ICE:in clear_padding_type, at gimple-fold.c:4783 with call to __builtin_clear_padding for C++
 2021-07-23 15:43 UTC  (10+ messages)
` [Bug middle-end/101586] "

[Bug debug/101575] New: [gcc-11, -gdwarf-4] Missing .file <n> directive causes invalid line info
 2021-07-23 15:14 UTC  (4+ messages)
` [Bug ada/101575] "

[Bug fortran/101602] New: local and local_init are not supported in DO CONCURRENT
 2021-07-23 15:01 UTC 

[Bug c++/101592] New: ICE in wide_int_to_tree, at tree.c:1427
 2021-07-23 14:30 UTC  (4+ messages)
` [Bug c++/101592] "

[Bug target/101504] New: [12 Regression] ICE: in lra_assign, at lra-assigns.c:1649 with -O2 -march=broadwell
 2021-07-23 13:11 UTC  (3+ messages)
` [Bug target/101504] "

[Bug debug/101598] New: [debug, ada] .loc generated for defs__struct1IP
 2021-07-23 13:08 UTC  (6+ messages)
` [Bug debug/101598] "

[Bug libstdc++/95048] New: wstring-constructor of std::filesystem::path throws for non-ASCII characters
 2021-07-23 12:40 UTC  (2+ messages)
` [Bug libstdc++/95048] [9/10/11/12 Regression] "

[Bug libstdc++/101587] New: uninitialized_copy/move incorrectly uses std::min
 2021-07-23 12:12 UTC  (8+ messages)
` [Bug libstdc++/101587] ranges::uninitialized_copy/move "

[Bug c++/95286] New: -march=native causes mt19937_64 + uniform_real_distribution generating wrong result
 2021-07-23  9:09 UTC  (2+ messages)
` [Bug target/95286] "

[Bug middle-end/101596] New: vect_recog_mulhs_pattern could use incorrect precision to check shift count
 2021-07-23  7:57 UTC  (3+ messages)
` [Bug middle-end/101596] "

[Bug ipa/101502] New: Inconsistent behavior in maybe_record_node()
 2021-07-23  7:52 UTC  (2+ messages)
` [Bug ipa/101502] "

[Bug c++/101595] New: ICE: in tsubst_pack_expansion, at cp/pt.c:13124
 2021-07-23  7:51 UTC  (2+ messages)
` [Bug c++/101595] "

[Bug tree-optimization/101594] New: ICE: Segmentation fault with "-O2 -fno-if-conversion -fno-ssa-phiopt -fno-tree-ch -fno-tree-dominator-opts -fno-tree-pre -fno-tree-reassoc -fselective-scheduling -fschedule-insns -fvar-tracking-assignments"
 2021-07-23  5:25 UTC  (3+ messages)
` [Bug tree-optimization/101594] "
` [Bug rtl-optimization/101594] "

[Bug c/101546] New: Sporadic issue during compiling a code with a '--save-temps' option
 2021-07-23  5:06 UTC  (2+ messages)
` [Bug driver/101546] "

[Bug target/101593] New: mips: operands missing mode
 2021-07-23  4:45 UTC 

[Bug tree-optimization/101591] New: (a|b) ==/!= a -> (b & ~a) ==/!= 0 on gimple
 2021-07-23  4:15 UTC  (4+ messages)
` [Bug tree-optimization/101591] "

[Bug tree-optimization/96779] New: Failure to optimize comparison of negative version of self
 2021-07-23  4:02 UTC  (2+ messages)
` [Bug tree-optimization/96779] "

[Bug c++/101589] New: Incorrect implementation of LWG 3533 for elements_view
 2021-07-23  3:46 UTC  (2+ messages)
` [Bug libstdc++/101589] "

[Bug tree-optimization/101590] New: (len & - N) <= len is not optimized to 1
 2021-07-23  3:40 UTC 

[Bug tree-optimization/97529] New: Condition not constant folded
 2021-07-23  3:38 UTC  (2+ messages)
` [Bug tree-optimization/97529] "

[Bug c++/68258] core 879 Missing built-in comparison operators for pointer types not supported
 2021-07-23  2:59 UTC 

[Bug c++/69700] [C++14] constexpr incorrectly implies const
 2021-07-23  2:49 UTC 

[Bug c++/71534] [C++11/14] Initializing a static constexpr data member of a base class by using a static constexpr data member of a derived class should be an error
 2021-07-23  2:44 UTC 

[Bug c++/68985] braced initializer bug when defining a static constexpr int within a class
 2021-07-23  2:39 UTC 

[Bug c++/101588] New: rejects valid constexpr when binding from a constexpr function
 2021-07-23  2:34 UTC  (3+ messages)
` [Bug c++/101588] rejects valid constexpr when binding from a constexpr function and initializer_list
` [Bug c++/101588] [DR2126] "

[Bug c++/66287] New: [C++11] A constexpr variable of "const int* const&" cannot be initialized
 2021-07-23  2:19 UTC  (2+ messages)
` [Bug c++/66287] "

[Bug target/100952] New: [12 regression] several test case failures after r12-1202
 2021-07-23  2:01 UTC  (2+ messages)
` [Bug target/100952] "

[Bug c++/79582] Wrong mangled name for stdcall functions with templated arguments when referenced directly from vtbl
 2021-07-23  1:38 UTC 

[Bug c++/44282] fastcall is not mangled at all
 2021-07-23  1:38 UTC 

[Bug c++/65789] New: "cannot convert" calling convention
 2021-07-23  1:35 UTC  (2+ messages)
` [Bug target/65789] "

[Bug c++/29328] calling convention attributes not encoded in member function pointer
 2021-07-23  1:35 UTC 

[Bug c++/65591] New: G++ should use default constructor for {}-init when possible
 2021-07-23  1:31 UTC  (2+ messages)
` [Bug c++/65591] "

[Bug c++/61834] New: __attribute__((may_alias)) causes compilation error with forward-declared constructor
 2021-07-23  1:26 UTC  (2+ messages)
` [Bug c++/61834] "

[Bug c++/53725] New: Prototype does not match error if the definition of the ctor is separated from its declaration
 2021-07-23  1:20 UTC  (2+ messages)
` [Bug c++/53725] Prototype does not match error if the definition of the ctor is separated from its declaration and attributes

[Bug c++/60273] New: gcc gets confused when one class uses variadic
 2021-07-23  1:12 UTC  (2+ messages)
` [Bug c++/60273] [DR 1430] "

[Bug c++/58184] New: Pointer to overloaded function is non-deduced context
 2021-07-23  1:07 UTC  (2+ messages)
` [Bug c++/58184] "

[Bug c++/58091] New: Non-ambiguous member lookup rejected
 2021-07-23  0:40 UTC  (2+ messages)
` [Bug c++/58091] "

[Bug c++/28389] [DR 563] linkage and variables
 2021-07-23  0:35 UTC 

[Bug c++/57752] New: during the lookup for a base class name, non-type names should be ignored
 2021-07-23  0:32 UTC  (2+ messages)
` [Bug c++/57752] "

[Bug c++/53294] New: Optimize out some exception code
 2021-07-23  0:12 UTC  (2+ messages)
` [Bug c++/53294] "

[Bug c++/38658] trivial try/catch statement not eliminated
 2021-07-23  0:12 UTC 

[Bug c++/64372] New: Spurious warning with throw in ternary operator returning const reference
 2021-07-23  0:06 UTC  (2+ messages)
` [Bug c++/64372] [DR1560] Gratuitous lvalue-to-rvalue conversion in conditional-expression with throw-expression operand

[Bug c++/86475] CWG 1550
 2021-07-23  0:06 UTC 

[Bug c/101585] New: Bad interaction of -fsanitize=undefined and -Wvla-parameters
 2021-07-23  0:02 UTC  (3+ messages)
` [Bug c/101585] [11/12 Regression] "

[Bug tree-optimization/86605] Suboptimal code for pointer arithmetic with 'this'
 2021-07-23  0:02 UTC  (2+ messages)

[Bug c++/87699] Implement CWG 1512
 2021-07-22 23:48 UTC 

[Bug c++/86579] invalid operands to binary expression
 2021-07-22 23:48 UTC 

[Bug c++/84971] ICE in build_non_dependent_expr, at cp/pt.c:25367
 2021-07-22 23:37 UTC 

[Bug c++/84977] ICE: Segmentation fault (build_x_unary_op())
 2021-07-22 23:29 UTC 

[Bug c++/84714] internal compiler error: in create_tmp_var, at gimple-expr.c:476
 2021-07-22 23:26 UTC 

[Bug c++/101219] New: ice in perform_or_defer_access_check
 2021-07-22 23:20 UTC  (2+ messages)
` [Bug c++/101219] [12 Regression] ice in perform_or_defer_access_check since r12-1804-g65870e75616ee435

[Bug c/100501] New: ICE: segmentation fault on embedded asm code
 2021-07-22 23:19 UTC  (2+ messages)
` [Bug c/100501] "

[Bug inline-asm/84728] internal compiler error: Segmentation fault (is_gimple_variable())
 2021-07-22 23:19 UTC 

[Bug inline-asm/101393] New: PowerPC32 inline assembly broken by commit 2d94f7dea9c73ef3c116a0ddc722724578a860fe
 2021-07-22 23:17 UTC  (2+ messages)
` [Bug target/101393] "

[Bug c++/84745] internal compiler error: Segmentation fault (main_block_label())
 2021-07-22 23:16 UTC 

[Bug c++/772] Statement expressions issues
 2021-07-22 23:16 UTC 

[Bug c++/70401] [c++1z] variadic template failed
 2021-07-22 23:13 UTC 

[Bug c++/67491] New: [meta-bug] concepts issues
 2021-07-22 23:07 UTC  (5+ messages)
` [Bug c++/67491] "

[Bug c++/84344] [concepts] ICE with invalid use of auto
 2021-07-22 23:07 UTC 

[Bug tree-optimization/101494] New: -Wmaybe-uninitialized false alarm with memrchr of size 0
 2021-07-22 23:06 UTC  (2+ messages)
` [Bug tree-optimization/101494] [11 Regression] "

[Bug tree-optimization/101584] New: missing -Wuninitialized with an allocated object after a built-in call
 2021-07-22 23:06 UTC  (2+ messages)
` [Bug tree-optimization/101584] "

[Bug c++/71543] [concepts] ICE on ill-formed declaration of a parameter with a constrained-type-specifier in a requires expression
 2021-07-22 23:00 UTC 

[Bug c++/71141] [concepts] Example variadic concept code in the Concepts TS 14.1p9.4 rejected
 2021-07-22 22:59 UTC 

[Bug c++/79994] Concepts technical specification
 2021-07-22 22:57 UTC 

[Bug c++/71808] [concepts] ICE in finish_member_declaration
 2021-07-22 22:54 UTC 

[Bug c++/69189] [concepts] ICE: segmentation fault in instantiate_template_1
 2021-07-22 22:51 UTC 

[Bug c++/68246] [concepts] Incorrect evaluation of C++1z fold expressions (... || expr) in concepts
 2021-07-22 22:49 UTC 

[Bug c++/68487] [concepts] bad "invalid reference to variadic concept" error
 2021-07-22 22:45 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).