public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/106651] New: [C++23] P1169 - static operator()
 2023-03-07 19:34 UTC  (2+ messages)
` [Bug c++/106651] "

[Bug c++/108526] New: [13 Regression] ICE in start_preparsed_function, at cp/decl.cc:17281
 2023-03-07 19:34 UTC  (2+ messages)
` [Bug c++/108526] [13 Regression] ICE in start_preparsed_function with static on generic lambdas inside a template

[Bug tree-optimization/109008] New: [13 Regression ]Maybe wrong code in scipy package since r13-3926-gd4c2f1d376da6f
 2023-03-07 18:52 UTC  (12+ messages)
` [Bug tree-optimization/109008] [13 Regression] Wrong "

[Bug libstdc++/108882] New: [13 Regression] Wrong symver on 4 new libstdc++ symbols on ppc64le
 2023-03-07 18:49 UTC  (4+ messages)
` [Bug libstdc++/108882] "

[Bug analyzer/109058] New: RFE: analyzer should elide repeated calls to strcmp in execution paths
 2023-03-07 18:30 UTC  (2+ messages)
` [Bug analyzer/109058] "

[Bug libgcc/109054] New: _Unwind_GetLanguageSpecificData should have protected visibility
 2023-03-07 17:58 UTC  (6+ messages)
` [Bug libgcc/109054] "

[Bug c++/87844] ICE in tsubst_copy using non-constant expression as a non-type template argument
 2023-03-07 17:49 UTC 

[Bug c++/103403] New: Decltype of rvalue reference
 2023-03-07 17:46 UTC  (2+ messages)
` [Bug c++/103403] [11 Regression] auto return type with a trailing return type of decl(auto) uses rvalue reference type instead of reference type

[Bug sanitizer/108880] New: slow compilation with "-fsanitize=undefined"
 2023-03-07 17:45 UTC  (2+ messages)
` [Bug c/108880] [11 Regression] "

[Bug c++/109057] New: Does GCC interpret assembly when deciding to optimize away a variable?
 2023-03-07 17:44 UTC  (11+ messages)
` [Bug middle-end/109057] "

[Bug c++/91212] [10 Regression] const ignored for ctor arguments within return since r8-2493-g4ce8c5dea53d8073
 2023-03-07 17:43 UTC 

[Bug c++/67048] New: GCC rejects well-formed program using empty anonymous enum specifier in a variable declaration
 2023-03-07 17:42 UTC  (2+ messages)
` [Bug c++/67048] [10/11 Regression] "

[Bug c/109055] New: Code generation error when function decorated for execution in SRAM
 2023-03-07 17:40 UTC  (2+ messages)
` [Bug target/109055] "

[Bug sanitizer/78208] Compile-time hog with -fsanitize=null with operator overloading
 2023-03-07 17:39 UTC 

[Bug c/109056] New: cppcheck: no warning for suspicious return type
 2023-03-07 17:03 UTC  (4+ messages)
` [Bug c/109056] "

[Bug c++/107023] New: [[gnu::stdcall]] Crashes the compiler, but __attribute__((stdcall)) and __stdcall worrks
 2023-03-07 16:33 UTC  (2+ messages)
` [Bug c++/107023] [10/11/12 Regression] "

[Bug ada/109005] New: [13 Regression] ICE during GIMPLE pass: ifcvt
 2023-03-07 16:31 UTC  (14+ messages)
` [Bug tree-optimization/109005] "

[Bug c++/101118] New: coroutines: unexpected ODR warning for coroutine frame type in LTO builds
 2023-03-07 16:27 UTC  (5+ messages)
` [Bug c++/101118] "

[Bug c++/107079] New: ICE initializing lifetime-extended constexpr variable that stores its this pointer
 2023-03-07 16:25 UTC  (3+ messages)
` [Bug c++/107079] [10/11/12 Regression] "
` [Bug c++/107079] [10/11 "

[Bug c++/108165] New: -Wdangling-reference false positive
 2023-03-07 16:14 UTC  (2+ messages)
` [Bug c++/108165] "

[Bug c++/107532] New: [13 Regression] -Werror=dangling-reference false positives in libcamera-0.0.1
 2023-03-07 16:11 UTC  (3+ messages)
` [Bug c++/107532] "

[Bug c/109041] New: Bogus compile time check by __builtin_memset? error: ‘__builtin_memset’ writing 4 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=]
 2023-03-07 15:56 UTC  (4+ messages)
` [Bug tree-optimization/109041] "

[Bug c++/61882] New: attribute weak ignored for function templates
 2023-03-07 15:43 UTC  (2+ messages)
` [Bug c++/61882] "

[Bug libstdc++/109049] New: std::declval gives wrong result for cv void
 2023-03-07 15:43 UTC  (5+ messages)
` [Bug libstdc++/109049] "

[Bug c++/109042] New: [13 Regression] ICE in emit_support_tinfo_1, at cp/rtti.cc:1584
 2023-03-07 15:31 UTC  (5+ messages)
` [Bug c++/109042] "

[Bug c++/55004] New: [meta-bug] constexpr issues
 2023-03-07 15:25 UTC  (2+ messages)
` [Bug c++/55004] "

[Bug c++/107939] New: Rejects use of `extern const` variable in a template
 2023-03-07 15:25 UTC  (5+ messages)
` [Bug c++/107939] [11/12/13 Regression] Rejects use of `extern const` variable in a template since r11-557
` [Bug c++/107939] [11/12 "
` [Bug c++/107939] [11 "

[Bug c++/109030] New: ICE in cxx_eval_call_expression with aggregate initialization inside noexcept
 2023-03-07 15:15 UTC  (3+ messages)
` [Bug c++/109030] [13 Regression] checking "

[Bug analyzer/109027] New: [13 Regression] ICE: SIGSEGV (infinite recursion in ana::constraint_manager::eval_condition / ana::constraint_manager::impossible_derived_conditions_p) with -fanalyzer
 2023-03-07 14:56 UTC  (2+ messages)
` [Bug analyzer/109027] [13 Regression] ICE: SIGSEGV (infinite recursion in ana::constraint_manager::eval_condition / ana::constraint_manager::impossible_derived_conditions_p) with -fanalyzer since r13-6101-g4d3b7be281e73ecd

[Bug c++/109017] New: ICE on unexpanded pack from C++20 explicit-template-parameter lambda syntax
 2023-03-07 14:53 UTC  (2+ messages)
` [Bug c++/109017] ICE on unexpanded pack from C++20 explicit-template-parameter lambda syntax since r8-7648-g8859913ea3cbefdc

[Bug tree-optimization/108997] New: GCC prediction on bool comparisons seems wrong
 2023-03-07 14:49 UTC  (2+ messages)
` [Bug tree-optimization/108997] "

[Bug sanitizer/108060] New: UBsan missed an out-of-bound bug at -O0
 2023-03-07 14:44 UTC  (4+ messages)
` [Bug c/108060] [10/11/12/13 Regression] UBsan missed an out-of-bound bug at -O0 since r7-1900-g8a1b7b7fd75a3847

[Bug sanitizer/109050] New: UBsan failed to detect out-of-bound at -O0/1/2/s
 2023-03-07 14:30 UTC  (2+ messages)
` [Bug sanitizer/109050] "

[Bug fortran/49475] New: [OOP] Add DWARF info for Fortran's OOP features (extension, member functions)
 2023-03-07 14:20 UTC  (2+ messages)
` [Bug fortran/49475] [OOP][debugging] "

[Bug tree-optimization/109053] New: [missed optimization] value-range tracking fails in simple case with __builtin_unreachable
 2023-03-07 14:14 UTC 

[Bug rtl-optimization/109052] New: Unnecessary reload with -mfpmath=both
 2023-03-07 13:58 UTC  (3+ messages)
` [Bug rtl-optimization/109052] "

[Bug target/108185] New: [RISC-V]RVV assemble not set vsetvli correct
 2023-03-07 13:45 UTC  (2+ messages)
` [Bug target/108185] [RISC-V] Sub-optimal code-gen for vsetvli: redundant stack store

[Bug c/108654] New: Incorrect codegen of RVV GCC
 2023-03-07 13:45 UTC  (2+ messages)
` [Bug target/108654] "

[Bug bootstrap/109051] New: Configure takes long time for multibuild of run-time libraries
 2023-03-07 13:30 UTC  (5+ messages)
` [Bug bootstrap/109051] "

[Bug fortran/108925] New: memory leak of gfc_get_namespace result
 2023-03-07 11:41 UTC  (7+ messages)
` [Bug fortran/108925] "

[Bug tree-optimization/106594] New: [13 Regression] sign-extensions no longer merged into addressing mode
 2023-03-07 11:32 UTC  (2+ messages)
` [Bug rtl-optimization/106594] "

[Bug libstdc++/103166] New: [12 regression] wrong dependency on getentropy on newlib-based targets
 2023-03-07 11:20 UTC  (3+ messages)
` [Bug libstdc++/103166] "

[Bug libquadmath/94756] New: strtoflt128 assigns some subnormals incorrectly on MS Windows
 2023-03-07 10:31 UTC  (2+ messages)
` [Bug libquadmath/94756] "

[Bug tree-optimization/109048] New: [13 regression] redundant mask compare generated by vectorizer
 2023-03-07 10:09 UTC  (8+ messages)
` [Bug tree-optimization/109048] "

[Bug fortran/58331] New: [OOP] Bogus rank checking with explicit-/assumed-size arrays and CLASS
 2023-03-07  9:14 UTC  (4+ messages)
` [Bug fortran/58331] "

[Bug tree-optimization/109046] New: 13 regresion caused by complex lower
 2023-03-07  9:14 UTC  (2+ messages)
` [Bug tree-optimization/109046] [13 Regresion] "

[Bug tree-optimization/109045] New: assume attribute and std::optional do not mix
 2023-03-07  9:11 UTC  (4+ messages)
` [Bug tree-optimization/109045] "
` [Bug tree-optimization/109045] assume attribute does not always optimize std::optional cases

[Bug tree-optimization/109044] New: Missed fold for (n - 1) / 2 when n is odd
 2023-03-07  9:10 UTC  (3+ messages)
` [Bug tree-optimization/109044] "

[Bug target/109040] New: [13 Regression] wrong code with v16hi compare & mask on riscv64 at -O2
 2023-03-07  9:01 UTC  (2+ messages)
` [Bug target/109040] "

[Bug target/108938] New: Missing bswap detection
 2023-03-07  8:53 UTC  (4+ messages)
` [Bug target/108938] "

[Bug c/108996] New: Proposal for adding DWARF call site information got GCC with -O0
 2023-03-07  8:53 UTC  (4+ messages)
` [Bug debug/108996] Proposal for adding DWARF call site information in "

[Bug sanitizer/108995] New: Missed signed integer overflow checks in UBsan?
 2023-03-07  7:54 UTC  (2+ messages)
` [Bug sanitizer/108995] Missed signed integer overflow checks in UBsan? since r8-343-g2bf54d93f159210d

[Bug testsuite/70150] Additonal test failures with --enable-default-pie
 2023-03-07  7:40 UTC  (4+ messages)

[Bug c++/107741] New: Missed member variable name in mangling of externally visible lambdas used in inline initialization of static members
 2023-03-07  6:32 UTC  (2+ messages)
` [Bug c++/107741] "

[Bug c++/109047] New: Harmonize __attribute__((target_clones)) requirement in function prototype
 2023-03-07  6:29 UTC  (3+ messages)
` [Bug c++/109047] "

[Bug c++/108773] New: internal compiler error: in gimplify_var_or_parm_decl, at gimplify.cc:3058 compiling ceph
 2023-03-07  3:01 UTC  (2+ messages)
` [Bug c++/108773] [13 Regression] ICE in gimplify_var_or_parm_decl, at gimplify.cc:3058 compiling ceph since r13-4563-g1e1847612d7f169f

[Bug c++/108887] New: [13 Regression] ICE in process_function_and_variable_attributes since r13-3601
 2023-03-07  2:55 UTC  (2+ messages)
` [Bug c++/108887] "

[Bug c++/108116] New: internal compiler error: in check_noexcept_r, at cp/except.cc:1074
 2023-03-07  2:23 UTC  (3+ messages)
` [Bug c++/108116] [12 Regression] ICE in check_noexcept_r, at cp/except.cc:1074 since r12-6897-gdec8d0e5fa00ceb2

[Bug c++/108998] New: ICE in tsubst, at cp/pt.cc:16037
 2023-03-07  2:21 UTC  (3+ messages)
` [Bug c++/108998] [12 Regression] "

[Bug c++/107853] New: Cannot create friend function template with variadic pack that depends on variadic pack
 2023-03-07  2:18 UTC  (2+ messages)
` [Bug c++/107853] [10/11/12 Regression] variadic template with a variadic template friend with a requires of fold expression

[Bug c++/107864] New: Internal Compiler Error (Large Project, C++20)
 2023-03-07  2:18 UTC  (2+ messages)
` [Bug c++/107864] [10/11/12 Regression] ICE (seg fault) in check_return_expr or instantiate_body with concepts and specialized version

[Bug c++/107179] New: requires-expression gives hard error for inaccessible constructor
 2023-03-07  2:18 UTC  (2+ messages)
` [Bug c++/107179] [11/12 Regression] "

[Bug c/109031] New: csmith: possible bad code with -O2 -fno-strict-aliasing
 2023-03-07  0:10 UTC  (6+ messages)
` [Bug middle-end/109031] "

[Bug other/107299] New: [13 regression]
 2023-03-06 22:42 UTC  (2+ messages)
` [Bug bootstrap/107299] [13 regression] ICE in stage 1 after r13-3307-g8efc38347a7444

[Bug target/108987] New: [13 Regression] RISC-V: shiftadd cost model bug needlessly preferring syth_multiply
 2023-03-06 21:50 UTC  (2+ messages)
` [Bug target/108987] "

[Bug c++/108706] New: [13 Regression] Indefinite recursion when compiling gcc/testsuite/g++.dg/cpp23/static-operator-call5.C w/ -g
 2023-03-06 20:37 UTC  (2+ messages)
` [Bug c++/108706] "

[Bug target/108315] New: -mcpu=power10 changes ABI
 2023-03-06 20:20 UTC  (2+ messages)
` [Bug target/108315] "

[Bug c/108896] New: provide "element_count" attribute to give more context to __builtin_dynamic_object_size() and -fsanitize=bounds
 2023-03-06 20:05 UTC  (6+ messages)
` [Bug c/108896] "

[Bug c++/107897] New: [13 Regression] ICE in verify_curr_properties, at passes.cc:2201
 2023-03-06 20:01 UTC  (2+ messages)
` [Bug c++/107897] [13 Regression] mangling conflicts with a previous mangle since r13-3601

[Bug fortran/108957] New: Fortran FE memleak with interfaces
 2023-03-06 18:55 UTC  (3+ messages)
` [Bug fortran/108957] "

[Bug fortran/109043] New: Warning: Legacy Extension: Duplicate SAVE attribute (also ASYNCHRONOUS, VOLATILE)
 2023-03-06 18:18 UTC 

[Bug fortran/52227] New: TARGET attribute mishandled in polymorphic types
 2023-03-06 17:50 UTC  (2+ messages)
` [Bug fortran/52227] [OOP] "

[Bug fortran/106856] New: [12/13 Regression] ICE in gfc_conv_expr_present, at fortran/trans-expr.cc:1977
 2023-03-06 17:50 UTC  (7+ messages)
` [Bug fortran/106856] [12/13 Regression][OOP] CLASS attribute handling / ICE in gfc_conv_expr_present, at fortran/trans-expr.cc:1977 since r12-4346-geb92cd57a1ebe7cd

[Bug middle-end/109037] New: miss optimization to simplify bit_and to
 2023-03-06 17:46 UTC  (2+ messages)
` [Bug middle-end/109037] "

[Bug middle-end/109038] New: Miss optimization to simplify bit_and + rotate to shift
 2023-03-06 17:46 UTC  (2+ messages)
` [Bug middle-end/109038] "

[Bug libstdc++/109022] New: Low performance of std::map constructor for already sorted data of std::pair<none-const key, value>
 2023-03-06 17:38 UTC  (2+ messages)
` [Bug libstdc++/109022] "

[Bug fortran/51605] New: internal compiler error gfc_trans_block_construct, at fortran/trans-stmt.c:984
 2023-03-06 17:18 UTC  (2+ messages)
` [Bug fortran/51605] "

[Bug fortran/51610] New: [OOP] Class container does not properly handle POINTER and TARGET
 2023-03-06 17:18 UTC  (2+ messages)
` [Bug fortran/51610] "

[Bug fortran/101101] New: ICE in gfc_build_array_type, at fortran/trans-types.c:1391
 2023-03-06 17:15 UTC  (2+ messages)
` [Bug fortran/101101] "

[Bug fortran/104229] New: ICE in gfc_build_null_descriptor, at fortran/trans-array.cc:536
 2023-03-06 17:13 UTC  (2+ messages)
` [Bug fortran/104229] "

[Bug fortran/107380] New: ICE in coarray_check, at fortran/check.cc:694
 2023-03-06 17:11 UTC  (2+ messages)
` [Bug fortran/107380] "

[Bug fortran/53951] New: [OOP] Later TARGET statement ignored for CLASS
 2023-03-06 17:08 UTC  (2+ messages)
` [Bug fortran/53951] "

[Bug libstdc++/109024] New: [C++23][ranges][repeat_view] The default ctor unuseable
 2023-03-06 16:42 UTC  (2+ messages)
` [Bug libstdc++/109024] "

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).