public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/96745] New: [concepts] internal compiler error: in type_memfn_rqual, at cp/typeck.c:10389
 2023-02-03 14:23 UTC  (4+ messages)
` [Bug c++/96745] "

[Bug c++/107150] New: ICE: tree check: expected function_type or method_type, have lang_type in deduce_noexcept_on_destructor, at cp/class.cc:5183
 2023-02-03 14:23 UTC  (2+ messages)
` [Bug c++/107150] "

[Bug c++/108579] New: Requires-expression that checks constructor on non-template constructor of template class got rejected
 2023-02-03 14:16 UTC  (3+ messages)
` [Bug c++/108579] [13 Regression] "

[Bug fortran/89925] [10/11/12/13 Regression] Wrong array bounds from ALLOCATE with SOURCE or MOLD
 2023-02-03 14:06 UTC  (2+ messages)

[Bug c/108657] New: csmith: possible wrong checksum with -O3 and -ftrivial-auto-var-init=zero
 2023-02-03 13:59 UTC 

[Bug fortran/108435] New: [13 Regression] ICE in as_a, at is-a.h:242
 2023-02-03 13:57 UTC  (3+ messages)
` [Bug middle-end/108435] [13 Regression] ICE in as_a, at is-a.h:242 since r13-142-g705bcedf6eae2d7c

[Bug fortran/108451] New: [13 Regression] ICE in check_complete_insertion, at hash-table.h:578
 2023-02-03 13:50 UTC  (2+ messages)
` [Bug fortran/108451] "

[Bug sanitizer/108637] New: ASAN at -O2 misses a stack-use-after-scope
 2023-02-03 13:32 UTC  (5+ messages)
` [Bug sanitizer/108637] "

[Bug debug/108656] New: [12/13 Regression] '-fcompare-debug' failure (length) w/ -O2 -fno-ipa-pure-const -fno-tree-dce --param early-inlining-insns=0
 2023-02-03 13:13 UTC  (4+ messages)
` [Bug debug/108656] "
` [Bug debug/108656] [12/13 Regression] '-fcompare-debug' failure (length) w/ -O2 -fno-ipa-pure-const -fno-tree-dce --param early-inlining-insns=0 since r12-5236

[Bug tree-optimization/108647] New: [13 Regression] ICE in upper_bound, at value-range.h:950 with -O3
 2023-02-03 12:46 UTC  (7+ messages)
` [Bug tree-optimization/108647] "
` [Bug tree-optimization/108647] [13 Regression] ICE in upper_bound, at value-range.h:950 with -O3 since r13-2974-g67166c9ec35d58ef

[Bug c/108384] New: error: conversion of register to a different size in ‘view_convert_expr’
 2023-02-03 12:33 UTC  (4+ messages)
` [Bug ipa/108384] [13 Regression] "

[Bug c++/108646] New: nonnull attribute does not detect variables that are NULL being passed
 2023-02-03 12:08 UTC  (4+ messages)
` [Bug c++/108646] "

[Bug libstdc++/103934] New: std::atomic_flag: multiple C++20 functions missing
 2023-02-03 11:08 UTC  (2+ messages)
` [Bug libstdc++/103934] "

[Bug c++/108655] New: ICE in execute_todo, at passes.cc:2134 since r13-1204-gd68d366425369649
 2023-02-03 10:56 UTC  (4+ messages)
` [Bug c++/108655] "
` [Bug tree-optimization/108655] [13 Regression] "

[Bug libstdc++/108645] New: Change in behavior, std::accumulate doesn't always work as expected in C++20 builds
 2023-02-03 10:08 UTC  (6+ messages)
` [Bug libstdc++/108645] "

[Bug debug/104054] New: '-fcompare-debug' failure (length) w/ -Os -funroll-loops
 2023-02-03  9:44 UTC  (2+ messages)
` [Bug rtl-optimization/104054] [10/11/12/13 Regression] '-fcompare-debug' failure (length) w/ -Os -funroll-loops since r8-3946-gfe94440235cfaa57

[Bug middle-end/106805] [13 Regression] Undue optimisation of floating-point comparisons
 2023-02-03  9:23 UTC 

[Bug modula2/108551] New: gcc/m2/gm2-libs-pim/Termbase.mod:128:1: error: control reaches end of non-void function [-Werror=return-type]
 2023-02-03  9:17 UTC  (3+ messages)
` [Bug modula2/108551] "

[Bug modula2/108612] New: m2/gm2-libs-iso/ClientSocket.mod:229:1: error: control reaches end of non-void function [-Werror=return-type]
 2023-02-03  9:02 UTC  (2+ messages)
` [Bug modula2/108612] "

[Bug tree-optimization/108639] New: ICE on valid code at -O1 and above: in decompose, at wide-int.h:984
 2023-02-03  8:49 UTC  (13+ messages)
` [Bug tree-optimization/108639] ]13 Regression] ICE on valid code at -O1 and above: in decompose, at wide-int.h:984 since r13-5578
` [Bug tree-optimization/108639] [13 "

[Bug c/108500] New: -O -finline-small-functions results in "internal compiler error: Segmentation fault" on a very large program (700k function calls)
 2023-02-03  8:20 UTC  (7+ messages)
` [Bug tree-optimization/108500] [11/12 Regression] "

[Bug c/108654] New: Incorrect codegen of RVV GCC
 2023-02-03  8:20 UTC 

[Bug tree-optimization/108653] New: SRA compile-time hog with large copy chain
 2023-02-03  8:17 UTC 

[Bug tree-optimization/108601] New: [13 Regression] vector peeling ICEs with PGO + LTO + IPA inlining in gcc_r in SPEC2017
 2023-02-03  8:05 UTC  (3+ messages)
` [Bug tree-optimization/108601] [13 Regression] vector peeling ICEs with VLA in gcc_r in SPEC2017 since g:c13223b790bbc5e4a3f5605e057eac59b61b2c85

[Bug other/108644] New: Format string warnings related to longs under MigW-W64/MSYS2 on Windows 10
 2023-02-03  8:00 UTC  (4+ messages)
` [Bug other/108644] "

[Bug fortran/108651] New: Array Constructor with [type-spec:: fails to apply to all values, eg x = [integer(int64):: 1,2,3,4]
 2023-02-03  7:33 UTC  (3+ messages)
` [Bug fortran/108651] "

[Bug fortran/96255] New: [F2018] Implement option type spec for index DO CONCURRENT
 2023-02-03  7:25 UTC  (3+ messages)
` [Bug fortran/96255] [F2018] Implement optional type spec for index in "

[Bug fortran/108650] New: Error: IMPORT statement only permitted in an INTERFACE body | but it should be allowed in any contained routine to control scope
 2023-02-03  7:19 UTC  (2+ messages)
` [Bug fortran/108650] "

[Bug fortran/107721] New: Lost typespec with constant expressions using array constructors and parentheses
 2023-02-03  7:07 UTC  (4+ messages)
` [Bug fortran/107721] "

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

[Bug fortran/108649] New: allocation segmentation fault for pointer derive type and ICE for final-binding
 2023-02-03  2:21 UTC  (7+ messages)
` [Bug fortran/108649] "

[Bug debug/108641] New: Hooking MS-MPI system into the NONMEM installation failed
 2023-02-03  2:16 UTC  (3+ messages)
` [Bug fortran/108641] "

Sinks Factory
 2023-02-03  2:10 UTC 

Swimming Product Seller
 2023-02-03  2:05 UTC 

[Bug tree-optimization/107409] New: Perf loss ~5% on 519.lbm_r SPEC cpu2017 benchmark
 2023-02-03  2:00 UTC  (3+ messages)
` [Bug tree-optimization/107409] Perf loss ~5% on 519.lbm_r SPEC cpu2017 benchmark with r10-5090-ga9a4edf0e71bba

[Bug middle-end/17308] nonnull attribute not as useful as it could be
 2023-02-03  1:19 UTC  (4+ messages)

[Bug fortran/108652] New: type-bound procedure that returns integer used to allocate character on stack
 2023-02-03  0:23 UTC 

[Bug middle-end/95507] New: [meta-bug] bogus/missing -Wnonnull
 2023-02-02 22:39 UTC  (2+ messages)
` [Bug middle-end/95507] "

[Bug middle-end/95515] New: missing --Wnonnull on a straightforward call with a null pointer
 2023-02-02 22:39 UTC  (3+ messages)
` [Bug middle-end/95515] "

[Bug analyzer/108648] New: -Wanalyzer-fd-leak false positives seen on haproxy's proto_tcp.c
 2023-02-02 22:36 UTC 

[Bug tree-optimization/107561] New: g++.dg/pr17488.C regression due to -Wstringop-overflow problem
 2023-02-02 21:03 UTC  (3+ messages)
` [Bug tree-optimization/107561] [13 Regression] g++.dg/pr71488.C and [g++.dg/warn/Warray-bounds-16.C -m32] "

[Bug fortran/108453] New: [10/11/12/13 Regression] ICE in gfc_trans_use_stmts, at fortran/trans-decl.cc:5361
 2023-02-02 21:01 UTC  (2+ messages)
` [Bug fortran/108453] [10/11/12/13 Regression] ICE in gfc_trans_use_stmts, at fortran/trans-decl.cc:5361 since r6-3704-g2b3f52a2d0fb22ba

[Bug c/108640] New: ICE compiling busybox for m68k in change_address_1, at emit-rtl.cc:2283
 2023-02-02 20:59 UTC  (3+ messages)
` [Bug target/108640] "

[Bug sanitizer/108085] New: gcc trunk's ASAN at -O3 missed a stack-use-after-scope
 2023-02-02 19:45 UTC  (3+ messages)
` [Bug sanitizer/108085] "

[Bug libstdc++/104866] New: this_thread_sleep.h doesn't compile if _GLIBCXX_NO_SLEEP is defined
 2023-02-02 18:22 UTC  (3+ messages)
` [Bug libstdc++/104866] [12 Regression] "

[Bug c++/107574] New: [10/11/12/13 Regression] ICE: tree check: expected record_type or union_type or qual_union_type, have integer_type in cp_fold_convert, at cp/cvt.cc:613
 2023-02-02 17:28 UTC  (2+ messages)
` [Bug c++/107574] [10/11/12/13 Regression] ICE: tree check in cp_fold_convert with ptr to member field cast inside a class not completed and inherent since r9-50-gd760b06868d660bc

[Bug c++/108636] New: C++20 to undefined reference to `std::filesystem::__cxx11::path::_List::type(std::filesystem::__cxx11::path::_Type)' with -fkeep-inline-functions
 2023-02-02 17:12 UTC  (6+ messages)
` [Bug libstdc++/108636] "
` [Bug libstdc++/108636] C++20 "
` [Bug libstdc++/108636] [10/11/12 Regression] "

[Bug c++/108642] New: ACLE function __arm_wsr missing when compiling in C++ mode for AArch64
 2023-02-02 17:10 UTC  (6+ messages)
` [Bug target/108642] ACLE function __arm_wsr missing "

[Bug c++/108643] New: Initializing parameter by ref in coroutine function causes memory corruption
 2023-02-02 17:01 UTC 

[Bug c++/60512] New: would be useful if gcc implemented __has_feature similary to clang
 2023-02-02 16:43 UTC  (2+ messages)
` [Bug c++/60512] "

[Bug lto/106170] New: win32 thread model does not pthread.h. lto-plugin fails with canadian compilation
 2023-02-02 16:19 UTC  (2+ messages)
` [Bug lto/106170] [13 Regression] x86_64-w64-mingw32 host GCC with win32 thread model does not provide "

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

[Bug c++/104647] New: [9/10/11/12 Regression] ICE in get_or_insert_ctor_field, at cp/constexpr.cc:3705
 2023-02-02 15:51 UTC  (3+ messages)
` [Bug c++/104647] [10/11/12/13 Regression] ICE in get_or_insert_ctor_field, at cp/constexpr.cc:3705 since r9-3836-g4be5c72cf3ea3ee9

[Bug c/108638] New: Another ice in decompose, at wide-int.h:984
 2023-02-02 15:47 UTC  (4+ messages)
` [Bug c/108638] "
` [Bug tree-optimization/108638] [13 Regression] "

[Bug c++/108086] New: internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449
 2023-02-02 14:53 UTC  (3+ messages)
` [Bug rtl-optimization/108086] [11/12/13 Regression] "

[Bug rtl-optimization/108508] New: [13 Regression] ICE in insert_def_after, at rtl-ssa/accesses.cc:622
 2023-02-02 14:53 UTC  (2+ messages)
` [Bug rtl-optimization/108508] [12/13 Regression] ICE in insert_def_after, at rtl-ssa/accesses.cc:622 since r12-4759-g95bb87b2458bfa

[Bug c++/108626] New: GCC doesn't combine string literals for const char*const and const char b[]
 2023-02-02 14:31 UTC  (6+ messages)
` [Bug c++/108626] GCC doesn't deduplicate string literals for const char*const and const char[]

[Bug analyzer/108633] New: -Wanalyzer-fd-type-mismatch erroneously emitted on missing error-checking in qemu's tests/qtest/libqtest.c
 2023-02-02 14:18 UTC  (3+ messages)
` [Bug analyzer/108633] "

[Bug target/108484] New: [13 Regression] ICE building glibc for ia64 in cselib_subst_to_values, at cselib.cc:2148
 2023-02-02 12:59 UTC  (4+ messages)
` [Bug target/108484] "

[Bug debug/106746] New: [13 Regression] '-fcompare-debug' failure (length) with -O2 -fsched2-use-superblocks
 2023-02-02 12:57 UTC  (3+ messages)
` [Bug debug/106746] [13 Regression] '-fcompare-debug' failure (length) with -O2 -fsched2-use-superblocks since r13-2041-g6624ad73064de241

[Bug rtl-optimization/108463] New: [13 Regression] ICE: in cselib_subst_to_values, at cselib.cc:2148 with -O2 -fsched2-use-superblocks -g
 2023-02-02 12:57 UTC  (3+ messages)
` [Bug rtl-optimization/108463] "

[Bug tree-optimization/107300] New: ICE: verify_ssa failed (error: virtual definition of statement not up to date)
 2023-02-02 12:57 UTC  (3+ messages)
` [Bug ipa/107300] [13 Regression] "

[Bug bootstrap/60160] New: Building with -flto in CFLAGS_FOR_TARGET / CXXFLAGS_FOR_TARGET
 2023-02-02 12:56 UTC  (3+ messages)
` [Bug bootstrap/60160] "

[Bug tree-optimization/108625] New: forwprop introduces new UB
 2023-02-02 12:14 UTC  (4+ messages)
` [Bug tree-optimization/108625] [11/12/13 Regression] "
` [Bug tree-optimization/108625] [11/12 "

[Bug ipa/107944] New: ICE in cgraph_node::get_untransformed_body since r13-48-g27ee75dbe81bb7
 2023-02-02 11:30 UTC  (3+ messages)
` [Bug ipa/107944] [11/12/13 Regression] "

[Bug libstdc++/108630] New: build failure with LTO enabled
 2023-02-02 10:30 UTC  (2+ messages)
` [Bug libstdc++/108630] "

[Bug tree-optimization/45115] pure functions returning structs are not optimized
 2023-02-02 10:15 UTC  (2+ messages)

[Bug target/108443] New: arm: MVE wrongly re-interprets predicate constants
 2023-02-02 10:02 UTC  (2+ messages)
` [Bug target/108443] "

[Bug target/107674] New: [11/12/13 Regressions] arm: MVE codegen regressions on VCTP and vector LDR/STR instructions
 2023-02-02 10:02 UTC  (3+ messages)
` [Bug target/107674] "

[Bug tree-optimization/108635] New: Redundant calls to C++ spaceship operator<=> with attribute pure or const
 2023-02-02  9:43 UTC  (5+ messages)
` [Bug tree-optimization/108635] "

[Bug libstdc++/104883] New: <system_error> should define all std::errc enumerators
 2023-02-02  9:34 UTC  (2+ messages)
` [Bug libstdc++/104883] "

[Bug c/108596] New: error: EDGE_CROSSING missing across section boundary
 2023-02-02  9:04 UTC  (2+ messages)
` [Bug rtl-optimization/108596] [10/11/12 Regression] "

[Bug other/108623] New: We need to grow the precision field in tree_type_common for PowerPC
 2023-02-02  9:04 UTC  (3+ messages)
` [Bug middle-end/108623] "

[Bug rtl-optimization/108583] New: [13 Regression] wrong code with vector division by uint16 at -O2
 2023-02-02  8:55 UTC  (4+ messages)
` [Bug target/108583] "

[Bug tree-optimization/106157] New: ICE verify_ssa failed since r13-1268-g8c99e307b20c502e
 2023-02-02  8:10 UTC  (2+ messages)
` [Bug tree-optimization/106157] [13 Regression] "

[Bug fortran/108621] New: [12 regression]: bind(c) pointer array spurious maybe-uninitialized warning
 2023-02-02  7:39 UTC  (3+ messages)
` [Bug fortran/108621] "

[Bug c++/107998] New: [13 Regression] gcc-13-20221204 failure to build on Cygwin No dirname for option: m32
 2023-02-02  7:05 UTC  (3+ messages)
` [Bug target/107998] "

[Bug testsuite/108632] New: [13 Regression] libstdc++ std/time/hh_mm_ss/1.cc on "packed" platforms
 2023-02-02  0:45 UTC  (2+ messages)
` [Bug testsuite/108632] "

[Bug plugins/108634] New: [13 regression] 'undefined symbol: tree_code_type' when building kernel GCC plugins since r13-5431-gb0241ce6e37031
 2023-02-01 23:11 UTC  (5+ messages)
` [Bug plugins/108634] "

[Bug c++/108613] New: GCC12 internal compiler error on __int128_t in type_traits header
 2023-02-01 22:40 UTC  (2+ messages)
` [Bug c++/108613] [12/13 Regression] "

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