public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c/102103] New: missing warning for arrays
 2021-08-27 19:23 UTC  (2+ messages)
` [Bug c/102103] "

[Bug c++/62165] New: Misleading error messages when using "impossible" brace initializer list
 2021-08-27 19:22 UTC  (2+ messages)
` [Bug c++/62165] "

[Bug c++/78019] Local class with lambda in default member initializer cannot default-capture this
 2021-08-27 19:17 UTC 

[Bug c++/64228] New: compile error not accurate expected ; before string constant
 2021-08-27 19:12 UTC  (2+ messages)
` [Bug c++/64228] "

[Bug c++/86252] Abstract class in function return type
 2021-08-27 19:08 UTC 

[Bug c++/65845] typeid doesn't work consistently on pure virtual classes
 2021-08-27 19:07 UTC 

[Bug c++/77566] Warnings (-Wextra) disappear for a public reference to the this pointer
 2021-08-27 19:01 UTC 

[Bug c++/77557] gcc doesn't warn about code (clang does), __PRETTY_FUNCTION__ used in struct in function
 2021-08-27 18:59 UTC 

[Bug c++/77298] -Wnonnull-compare only emitted for code which is invoked
 2021-08-27 18:53 UTC 

[Bug c++/77513] -Wzero-as-null-pointer-constant vs 0, nullptr, NULL and __null
 2021-08-27 18:51 UTC  (2+ messages)

[Bug c++/77299] No warning for unused "INT64_MAX" and similar constants
 2021-08-27 18:50 UTC  (2+ messages)

[Bug other/63426] New: [meta-bug] Issues found with -fsanitize=undefined
 2021-08-27 18:49 UTC  (2+ messages)
` [Bug other/63426] "

[Bug c++/102019] New: [12 Regression] UBSAN error: hwint.h:293:61: runtime error: shift exponent 64 is too large for 64-bit type 'long unsigned int' since r12-2975-g32c3a75390623a0470df52af13f78baddd562981
 2021-08-27 18:49 UTC  (2+ messages)
` [Bug c++/102019] "

[Bug c++/69698] [meta-bug] flexible array members
 2021-08-27 18:44 UTC 

[Bug c++/72753] sole flexible array member in a typedef rejected
 2021-08-27 18:44 UTC 

[Bug libstdc++/102090] New: Placement-new is not constexpr
 2021-08-27 18:44 UTC  (10+ messages)
` [Bug libstdc++/102090] "

[Bug rtl-optimization/70892] additional memory access generated in loop if destructor is inlined
 2021-08-27 18:34 UTC 

[Bug c++/58740] New: incorrect access check of static base class member in derived template class
 2021-08-27 18:15 UTC  (2+ messages)
` [Bug c++/58740] "

[Bug c++/41437] No access control for classes in template functions
 2021-08-27 18:15 UTC 

[Bug go/102102] New: [12 Regression] trunk 20210827 ftbfs libgo on x86_64-linux-gnux32
 2021-08-27 17:57 UTC 

[Bug c++/102101] New: Another spurious -Warray-bounds
 2021-08-27 17:56 UTC  (2+ messages)
` [Bug middle-end/102101] spurious -Warray-bounds on a virtual function call and a derived class

[Bug c++/60924] New: __attribute__((no_sanitize_address)) and friends should (only?) be allowed at function definitions
 2021-08-27 17:52 UTC  (2+ messages)
` [Bug c++/60924] "

[Bug c++/65174] New: noexcept() returns true when operator delete with the object that has a throwing destructor
 2021-08-27 17:44 UTC  (2+ messages)
` [Bug c++/65174] noexcept() returns true when operator delete with a NULL PTR "

[Bug c++/92193] Poor diagnostics when a constexpr function call follows a failed static_assert
 2021-08-27 17:39 UTC  (2+ messages)

[Bug c++/102006] New: A false warning "Array subscript -N is outside array bounds warning"
 2021-08-27 17:00 UTC  (3+ messages)
` [Bug tree-optimization/102006] "

[Bug libstdc++/102100] New: _GLIBCXX_ASSERTIONS information missing
 2021-08-27 16:55 UTC  (2+ messages)
` [Bug libstdc++/102100] [12 Regression] _GLIBCXX_ASSERTIONS information missing under _GLIBCXX_VERBOSE==1

[Bug libstdc++/80371] std::is_integral and std::is_floating_point fail with vector types
 2021-08-27 16:44 UTC  (2+ messages)

[Bug c++/79531] bad location when trying to define undeclared method
 2021-08-27 15:48 UTC  (2+ messages)

[Bug c++/102092] New: [C++2b] Passing argument to auto template parameter modifies the value of argument inside function
 2021-08-27 15:40 UTC  (2+ messages)
` [Bug c++/102092] "

[Bug other/102099] New: Diagnostics do not consider the user's locale when printing source lines
 2021-08-27 15:13 UTC  (2+ messages)
` [Bug other/102099] "

[Bug fortran/87737] ICE tree check: expected ssa_name, have addr_expr in remap_gimple_op_r, at tree-inline.c:923
 2021-08-27 14:57 UTC  (2+ messages)

[Bug c/102098] New: ICE when #include <boost/asio.hpp> with -fmodules-ts -std=c++20
 2021-08-27 14:42 UTC 

[Bug target/48097] New: new Throw_2 failures in libjava under Xcode 4.0
 2021-08-27 14:38 UTC  (2+ messages)
` [Bug target/48097] gcc sometimes generates code that uses the buggy libgcc_s unwinder on darwin (originally exposed by Throw_2 failures in libjava testsuite under Xcode 4.0)

[Bug testsuite/57606] New: Failure in testing stage 3 of gcc-4.7.2
 2021-08-27 14:35 UTC  (2+ messages)
` [Bug testsuite/57606] "

[Bug target/99557] New: [AIX] Alignment of double for struct and C++ classes
 2021-08-27 14:13 UTC  (2+ messages)
` [Bug target/99557] "

[Bug target/102068] New: [AIX] field alignment ignores packed
 2021-08-27 14:13 UTC  (3+ messages)
` [Bug target/102068] "

[Bug tree-optimization/102087] New: ICE on valid code at -O3 on x86_64-linux-gnu: in determine_exit_conditions, at tree-ssa-loop-manip.c:1049
 2021-08-27 14:08 UTC  (9+ messages)
` [Bug tree-optimization/102087] [12 Regression] "
` [Bug tree-optimization/102087] [12 Regression] ICE on valid code at -O3 on x86_64-linux-gnu: in determine_exit_conditions, at tree-ssa-loop-manip.c:1049 since r12-3136-g3673dcf6d6baeb67

[Bug c++/102097] New: Error in selecting more specialized function in case of ambiguity
 2021-08-27 13:36 UTC 

[Bug target/102072] New: New test case gcc.dg/vect/pr101145_3.c in r12-3136 fails on armeb
 2021-08-27 12:53 UTC  (5+ messages)
` [Bug tree-optimization/102072] "

[Bug c/102096] New: Gcc unnecessarily initializes indeterminate variables passed across function boundaries
 2021-08-27 12:28 UTC 

[Bug c++/102067] New: SEGFAULT in varpool_node::get_constructor during lto1 when optimising or not using debug symbols
 2021-08-27 12:22 UTC  (7+ messages)
` [Bug c++/102067] "
` [Bug ipa/102067] "

[Bug sanitizer/102095] New: Returned reference to temporary not caught by -fsanitize=undefined
 2021-08-27 11:28 UTC 

[Bug fortran/58334] New: preprocessor behavior diffs under line continuation
 2021-08-27 11:22 UTC  (3+ messages)
` [Bug fortran/58334] "

[Bug d/102094] New: d: ICE in gimple_register_canonical_type_1, at lto/lto-common.c:430
 2021-08-27 11:15 UTC 

[Bug d/102093] New: d: Add --enable-d-flags= configure option to libphobos
 2021-08-27 11:12 UTC 

[Bug c++/53868] New: Temporary for indirect binding is not destroyed when destructor from initializer temp throws
 2021-08-27  9:36 UTC  (2+ messages)
` [Bug c++/53868] "

[Bug c++/70476] C++11: Function name declared in unnamed namespace extern "C" gets exernal linkage
 2021-08-27  9:34 UTC  (5+ messages)

[Bug c++/51923] New: cxa_atexit test changed outcome with gld 2.22
 2021-08-27  9:22 UTC  (2+ messages)
` [Bug c++/51923] "

[Bug libstdc++/97465] New: cross build gcc with vtv enabled failed. Cannot find out headers in glibc why?
 2021-08-27  8:59 UTC  (3+ messages)
` [Bug other/97465] "

[Bug other/101711] New: Error when gcc cross compile libvtv
 2021-08-27  8:58 UTC  (2+ messages)
` [Bug other/101711] "

[Bug libstdc++/69191] Wrong equality comparison between error_code and error_condition + segfault
 2021-08-27  8:46 UTC  (2+ messages)

[Bug tree-optimization/102091] New: some interesting looking code in gimple_could_trap_p_1 in gimple.c
 2021-08-27  8:41 UTC  (3+ messages)
` [Bug tree-optimization/102091] "

[Bug target/102080] New: [12 Regression] avx512vl related ICE, on firefox-92 gcc ICEs: in expand_insn, at optabs.c:7946
 2021-08-27  8:30 UTC  (13+ messages)
` [Bug target/102080] [12 Regression] avx512vl related ICE, on firefox-92 gcc ICEs: in expand_insn, at optabs.c:7946 by r12-2679
` [Bug middle-end/102080] "

[Bug tree-optimization/45178] CDDCE doesn't eliminate conditional code in infinite loop
 2021-08-27  7:52 UTC  (2+ messages)

[Bug target/64525] New: Duplicate instructions in both paths in conditional code
 2021-08-27  7:45 UTC  (2+ messages)
` [Bug rtl-optimization/64525] "

[Bug target/98167] New: [x86] Failure to optimize operation on indentically shuffled operand into a shuffle of the result of the operation
 2021-08-27  7:39 UTC  (9+ messages)
` [Bug target/98167] [x86] Failure to optimize operation on indentically shuffled operands "

[Bug target/101796] New: Miss optimization to optimized (vashl op0, (op1: const_duplicate_vector)) to (ashl op0 op1_inner)
 2021-08-27  7:34 UTC  (3+ messages)
` [Bug target/101796] "

[Bug sanitizer/102085] New: libsanitizer/asan/asan_errors.cpp:387: declaration and definition do not match ?
 2021-08-27  7:31 UTC  (3+ messages)
` [Bug sanitizer/102085] "

[Bug ipa/102081] New: [12 regression] ICE building compiler starting with r12-3159
 2021-08-27  7:03 UTC  (3+ messages)
` [Bug ipa/102081] "

[Bug rtl-optimization/55153] New: [4.8 Regression] ICE: in begin_move_insn, at sched-ebb.c:205 with -fsched2-use-superblocks and __builtin_prefetch
 2021-08-27  6:46 UTC  (2+ messages)
` [Bug rtl-optimization/55153] "

[Bug rtl-optimization/43056] __builtin_prefetch causes ICE: in rtl_verify_flow_info, at cfgrtl.c:2205 with -fsched2-use-superblocks
 2021-08-27  6:46 UTC  (2+ messages)

[Bug tree-optimization/94589] New: Optimize (i<=>0)>0 to i>0
 2021-08-27  6:15 UTC  (2+ messages)
` [Bug tree-optimization/94589] "

[Bug rtl-optimization/63315] -fcompare-debug bootstrap issue in libjava (fixup_abnormal_edges related)
 2021-08-27  6:14 UTC 

[Bug rtl-optimization/65056] Missed optimization (x86): Redundant test/compare after arithmetic operations
 2021-08-27  5:48 UTC 

[Bug rtl-optimization/48128] New: Excessive code generated for vectorized loop
 2021-08-27  5:24 UTC  (2+ messages)
` [Bug rtl-optimization/48128] "

[Bug target/101472] New: AVX-512 wrong code for consecutive masked scatters
 2021-08-27  5:23 UTC  (5+ messages)
` [Bug target/101472] "

[Bug libffi/83636] libffi/mips/n32: don't .set mips4 for mips r6
 2021-08-27  5:01 UTC 

[Bug target/102089] New: MIPS: use N64 ABI by default if the triple end with -gnuabi64
 2021-08-27  4:01 UTC  (4+ messages)
` [Bug target/102089] "

[Bug c/102030] New: Optimization turns null ptr true
 2021-08-27  3:21 UTC  (2+ messages)
` [Bug c/102030] "

[Bug fortran/67170] New: PRE can't hoist out a readonly argument
 2021-08-27  2:45 UTC  (2+ messages)
` [Bug fortran/67170] "

[Bug fortran/67623] New: interaction between cpp and Fortran
 2021-08-27  2:15 UTC  (2+ messages)
` [Bug fortran/67623] "

[Bug fortran/28662] fpp call of gfortran: -traditional-cpp versus newer macros like #x
 2021-08-27  2:15 UTC 

[Bug fortran/55210] New: cannot #define FOO 'a'
 2021-08-27  1:54 UTC  (4+ messages)
` [Bug fortran/55210] cannot use macro #define FOO 'a' in a conditional

[Bug fortran/91237] ICE in gfortran with preprocessor directives
 2021-08-27  1:54 UTC 

[Bug fortran/68968] Internal Compiler error with cpp
 2021-08-27  1:50 UTC 

[Bug fortran/65025] Internal compiler error with preprocessor in gfortran
 2021-08-27  1:46 UTC 

[Bug rtl-optimization/43147] SSE shuffle merge
 2021-08-27  1:00 UTC  (2+ messages)

[Bug c++/66995] New: First declaration as inline after definition of function
 2021-08-27  0:49 UTC  (2+ messages)
` [Bug c++/66995] [DR317] "

[Bug c++/93625] [DR281] inline specifier in a friend function declaration
 2021-08-27  0:47 UTC  (2+ messages)

[Bug c++/67633] New: decltype on parenthesized class member access of a prvalue sometimes return wrong results
 2021-08-27  0:38 UTC  (2+ messages)
` [Bug c++/67633] "

[Bug c++/90960] declaring a member function with a computed typedef is confused as a data member definition
 2021-08-27  0:33 UTC 

[Bug c++/89687] Empty pack expansion in `decltype` results in cryptic compiler error (dump_expr)
 2021-08-27  0:24 UTC 

[Bug c++/83249] C++11 Parameter pack deduced incorrectly in decltype return declaration
 2021-08-27  0:22 UTC 

[Bug c++/64519] New: variadic template as the first argument
 2021-08-27  0:20 UTC  (2+ messages)
` [Bug c++/64519] "

[Bug c++/95407] New: G++ allows access to base class members from a friend of a derived class
 2021-08-27  0:01 UTC  (2+ messages)
` [Bug c++/95407] [DR 1873] "

[Bug c++/67943] [DR472] Friend declaration applied to base class, leading to allowing access to protected base
 2021-08-26 23:51 UTC 

[Bug c++/52953] New: g++-4.7.0 fails to detect function parameter name redeclarations
 2021-08-26 23:40 UTC  (2+ messages)
` [Bug c++/52953] function parameter name redeclarations not detected

[Bug c++/89616] Parameter names can be redeclared in outermost block of a function definition
 2021-08-26 23:40 UTC 

[Bug c++/91609] friend declaration not honoured
 2021-08-26 23:34 UTC 

[Bug c++/101243] New: Coroutine lambda capture is destroyed twice
 2021-08-26 23:14 UTC  (2+ messages)
` [Bug c++/101243] "

[Bug c++/95484] New: Friend declaration of member function template has no effect
 2021-08-26 22:50 UTC  (2+ messages)
` [Bug c++/95484] Friend declaration of conversion "

[Bug c++/69855] Missing diagnostic for overload that only differs by return type
 2021-08-26 22:20 UTC 

[Bug c++/81609] incompatible extern C declarations of the same extern function at local scope accepted
 2021-08-26 22:16 UTC  (2+ messages)

[Bug c++/32042] linkage confused with scope?
 2021-08-26 22:16 UTC  (2+ messages)

[Bug middle-end/102088] New: poor uninitialized warning points to an initialized variable, no note to uninitialized
 2021-08-26 21:52 UTC  (3+ messages)
` [Bug middle-end/102088] "

[Bug c++/94405] New: [temp.names]p4 not fully implemented
 2021-08-26 21:20 UTC  (2+ messages)
` [Bug c++/94405] "

[Bug c++/89898] invalid function template definition with non-type class argument accepted
 2021-08-26 21:17 UTC  (3+ messages)

[Bug c++/88344] sole attribute specification in a class silently accepted
 2021-08-26 20:50 UTC  (2+ messages)

[Bug c++/102084] New: Segfault when lambda is missing return type
 2021-08-26 20:25 UTC  (7+ messages)
` [Bug c++/102084] "

[Bug fortran/101997] New: [9 regression] ICE after r9-8665 at gcc/toplev.c:326
 2021-08-26 19:55 UTC  (2+ messages)
` [Bug fortran/101997] "

[Bug lto/88220] LTO ICE with GNU inline and alias's
 2021-08-26 18:58 UTC 

[Bug fortran/98411] New: [10/11] Pointless: Array larger than ‘-fmax-stack-var-size=’, moved from stack to static storage for main program variables
 2021-08-26 18:56 UTC  (4+ messages)
` [Bug fortran/98411] [10/11/12 Regression] "

[Bug lto/102059] New: Incorrect always_inline diagnostic in LTO mode with #pragma GCC target("cpu=power10")
 2021-08-26 18:46 UTC  (2+ messages)
` [Bug ipa/102059] "

[Bug target/102076] New: powerpc: mflr called twice when using __builtin_return_address(0)
 2021-08-26 18:21 UTC  (2+ messages)
` [Bug target/102076] "

[Bug c/102029] New: ice: error: type mismatch in ‘lshift_expr’
 2021-08-26 17:52 UTC  (2+ messages)
` [Bug middle-end/102029] [12 Regression] "

[Bug fortran/102086] New: [F2008][TS29113] Accepts invalid scalar TYPE(*) as actual argument to assumed-rank
 2021-08-26 17:38 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).