public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c/108732] New: Pre-compiled headers cannot be output to /dev/null
 2023-05-22 23:16 UTC  (2+ messages)
` [Bug pch/108732] "

[Bug c++/109937] New: Spurious ambiguous overload error when class with explicit template ctor is assigned to from an braced-init-list initializing an aggregate
 2023-05-22 22:55 UTC  (3+ messages)
` [Bug c++/109937] "

[Bug c++/109247] New: [13 Regression] error: converting to ‘optional<WebCore::SourceBrush::Brush>’ from initializer list would use explicit constructor ‘optional<_Tp>::optional(_Up) [with _Up = int; _Tp = WebCore::SourceBrush::Brush]’ since r13-6765-ga226590fefb35ed6
 2023-05-22 22:52 UTC  (2+ messages)
` [Bug c++/109247] [13/14 Regression] optional<T> o; o = {x}; wants to use explicit optional(U) constructor "

[Bug c++/91317] [7/8/9/10 Regression] false-positive maybe-uninitialized warning in destructor with placement new
 2023-05-22 22:41 UTC 

[Bug objc/109913] New: [14 regression] r14-976-g9907413a3a6aa3 causes more than 300 objc/objc++ failures
 2023-05-22 21:43 UTC  (9+ messages)
` [Bug libobjc/109913] "

[Bug testsuite/101528] New: [11 regression] gcc.target/powerpc/int_128bit-runnable.c fails after r11-8743
 2023-05-22 21:42 UTC  (2+ messages)
` [Bug testsuite/101528] "

[Bug c++/97720] New: Sometimes std::current_exception does not work properly in the terminate handler
 2023-05-22 21:34 UTC  (2+ messages)
` [Bug c++/97720] throw in try in noexcept fn calls terminate without handling the exception

[Bug c++/109936] New: error: extended character ≠ is not valid in an identifier
 2023-05-22 21:20 UTC  (12+ messages)
` [Bug c++/109936] "

[Bug tree-optimization/92645] Hand written vector code is 450 times slower when compiled with GCC compared to Clang
 2023-05-22 20:51 UTC 

[Bug c++/109935] New: CTAD for an aggregate with a dependent base class doesn't work
 2023-05-22 20:41 UTC  (5+ messages)
` [Bug c++/109935] "

[Bug c/109934] New: Wrong code at -O3 on x86_64-linux-gnu
 2023-05-22 20:19 UTC  (2+ messages)
` [Bug tree-optimization/109934] [14 Regression] "

[Bug c++/20976] when terminate is called, stack is not unwinded
 2023-05-22 19:45 UTC 

[Bug c/109920] New: value-range.h: Mismatched new [] and delete
 2023-05-22 19:36 UTC  (5+ messages)
` [Bug c/109920] "
` [Bug tree-optimization/109920] [14 Regression] "

[Bug c/66618] New: Failure to diagnose non-constant initializer for static object with -O1
 2023-05-22 19:11 UTC  (5+ messages)
` [Bug c/66618] "

[Bug target/109933] New: __atomic_test_and_set is broken for BIG ENDIAN riscv targets
 2023-05-22 19:02 UTC  (3+ messages)
` [Bug target/109933] "

[Bug testsuite/52641] New: Test cases fail for 16-bit int targets
 2023-05-22 18:21 UTC  (3+ messages)
` [Bug testsuite/52641] "

[Bug ipa/109886] New: UBSAN error: shift exponent 64 is too large for 64-bit type when compiling gcc.c-torture/compile/pr96796.c
 2023-05-22 18:13 UTC  (4+ messages)
` [Bug ipa/109886] "

[Bug rtl-optimization/109930] New: transform atomic exchange to unconditional store when old value is unused?
 2023-05-22 17:55 UTC  (4+ messages)
` [Bug rtl-optimization/109930] "

[Bug target/109932] New: ICE in in extract_insn, at recog.cc:2791 on ppc64le with -mno-vsx
 2023-05-22 17:05 UTC 

[Bug libffi/108682] New: libffi needs to merge upstream to get LoongArch support
 2023-05-22 16:34 UTC  (4+ messages)
` [Bug libffi/108682] "

[Bug target/70243] PowerPC V4SFmode should not use Altivec instructions on VSX systems
 2023-05-22 15:28 UTC  (3+ messages)

[Bug target/109855] New: [14 Regression] ICE: in curr_insn_transform, at lra-constraints.cc:4231 unable to generate reloads for {aarch64_mlav4hi_vec_concatz_le} at -O1
 2023-05-22 15:15 UTC  (7+ messages)
` [Bug target/109855] "

[Bug tree-optimization/109931] New: Knowledge on literal not used in optimization
 2023-05-22 14:53 UTC  (5+ messages)
` [Bug tree-optimization/109931] "

[Bug c++/100764] New: Internal compiler error when unable to deduce template parameter value
 2023-05-22 14:53 UTC  (3+ messages)
` [Bug c++/100764] "

[Bug c++/109923] New: Template friend function defined in a template class becomes a friend of all instantiations, not one
 2023-05-22 14:40 UTC  (2+ messages)
` [Bug c++/109923] "

[Bug c++/109505] New: Compiler loops forever to OOM while compiling evaluate_prg_hwy.cc in Chromium
 2023-05-22 14:11 UTC  (7+ messages)
` [Bug middle-end/109505] (t | 15) & svcntb() causes an OOM/ICE

[Bug tree-optimization/86259] [8 Regression] min(4, strlen(s)) optimized to strlen(s) with -flto
 2023-05-22 13:51 UTC  (2+ messages)

[Bug tree-optimization/71990] Function multiversioning prohibits inlining
 2023-05-22 13:39 UTC 

[Bug libstdc++/109922] New: <iomanip>: consider removing operator>> for istream >> setfill(c)
 2023-05-22 13:27 UTC  (2+ messages)
` [Bug libstdc++/109922] "

[Bug target/109929] New: profiledbootstrap failure on aarch64-linux-gnu with graphite optimization
 2023-05-22 10:48 UTC  (3+ messages)
` [Bug target/109929] "

[Bug libstdc++/109926] New: fatal error: fenv.h: No such file or directory for canadian compilation of i586-msdosdjgpp
 2023-05-22 10:32 UTC  (9+ messages)
` [Bug libstdc++/109926] "

[Bug libstdc++/105281] New: status of constexpr <cmath> and <cstdlib> for c++23
 2023-05-22  9:08 UTC  (2+ messages)
` [Bug libstdc++/105281] "

[Bug c++/109928] New: std::abs(long/long long) are not constexpr
 2023-05-22  9:08 UTC  (2+ messages)
` [Bug libstdc++/109928] "

GNU C raw string literals not documented?
 2023-05-22  9:04 UTC  (2+ messages)

[Bug libstdc++/104605] New: _GLIBCXX_USE_C99_STDINT_TR1 macro is not defined for canadian cross freestanding C++ toolchain
 2023-05-22  9:03 UTC  (3+ messages)
` [Bug libstdc++/104605] "

[Bug c++/109924] New: missing __builtin_nanf16b
 2023-05-22  8:59 UTC  (3+ messages)
` [Bug c++/109924] "

[Bug c++/64236] [c++11] last alignas overrides stricter on a class definition
 2023-05-22  8:50 UTC 

[Bug bootstrap/109927] New: Bootstrap fails for m68k in stage2 compilation of gimple-match.cc
 2023-05-22  8:23 UTC  (4+ messages)
` [Bug target/109927] "

[Bug fortran/37336] [F03] Finish derived-type finalization
 2023-05-22  6:40 UTC 

[Bug fortran/109684] New: compiling failure: complaining about a final subroutine of a type being not PURE (while it is indeed PURE)
 2023-05-22  6:39 UTC  (4+ messages)
` [Bug fortran/109684] "

[Bug c++/107579] New: ICE on fold-expression on .* member access operator
 2023-05-22  3:15 UTC  (3+ messages)
` [Bug c++/107579] [11 Regression] ICE on fold-expression on .* member access operator since r12-2862-g9707d2e5dbb92d2b

[Bug c++/100295] New: Internal compiler error from generic lambda capturing parameter pack and expanding it in if constexpr
 2023-05-22  3:15 UTC  (3+ messages)
` [Bug c++/100295] "

[Bug c++/107179] New: requires-expression gives hard error for inaccessible constructor
 2023-05-22  3:14 UTC  (3+ messages)
` [Bug c++/107179] [11 Regression] "

[Bug c++/100474] New: ICE: in diagnose_trait_expr, at cp/constraint.cc:3706
 2023-05-22  3:14 UTC  (3+ messages)
` [Bug c++/100474] "

[Bug c++/104527] New: [11/12 Regression] ICE: tree check: accessed elt 1 of 'tree_vec' with 0 elts in hash, at cp/constraint.cc:2486
 2023-05-22  3:13 UTC  (3+ messages)
` [Bug c++/104527] [11 "

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

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

[Bug c++/92752] [10/11 Regression] Bogus "ignored qualifiers" warning on const-qualified pointer-to-member-function objects
 2023-05-22  3:11 UTC 

[Bug fortran/103794] New: ICE in gfc_check_reshape, at fortran/check.c:4727
 2023-05-21 20:50 UTC  (2+ messages)
` [Bug fortran/103794] "

[Bug target/90886] loop/while/for problem
 2023-05-21 19:59 UTC  (3+ messages)
` [Bug tree-optimization/90886] "

[Bug bootstrap/107568] New: Bootstrap failure on macOS 12.6 (monterey)
 2023-05-21 19:06 UTC  (3+ messages)
` [Bug target/107568] Darwin: Bootstrap fails with macOS13 sdk because sprintf and friends are deprecated in the SDK

[Bug libgomp/109875] New: [OpenMP] nteams-var / OMP_NUM_TEAMS → ICV not passed to the device / default value
 2023-05-21 18:56 UTC  (3+ messages)
` [Bug libgomp/109875] "

[Bug target/90622] Suboptimal code generated for __builtin_avr_insert_bits
 2023-05-21 17:15 UTC  (2+ messages)

[Bug c/109778] New: Wrong code at -O3 on x86_64-linux-gnu since GCC-12.2
 2023-05-21 16:56 UTC  (2+ messages)
` [Bug tree-optimization/109778] [10/11/12/13 Regression] Wrong code at -O1 and above on x86_64-linux-gnu

[Bug rtl-optimization/90706] [10/11/12/13 Regression] Useless code generated for stack / register operations on AVR
 2023-05-21 15:25 UTC 

[Bug c++/98644] New: [concepts] ICE in satisfaction_value, at cp/constraint.cc:2825
 2023-05-21 15:18 UTC  (2+ messages)
` [Bug c++/98644] [10/11 Regression] "

[Bug c/109925] New: Wrong code at -O2 on x86_64-linux-gnu since GCC-12
 2023-05-21 15:17 UTC  (2+ messages)
` [Bug tree-optimization/109925] [10/11/12/13/14 Regression] "

[Bug c++/103631] New: Internal compiler error in C++20 class NTTP + concept
 2023-05-21 15:13 UTC  (2+ messages)
` [Bug c++/103631] [11 Regression] ICE in C++20 class NTTP + concept since r12-100-gbcd77b7b9f35bd5b

[Bug c++/103672] New: using with template<template<class...> class> causes internal compiler error
 2023-05-21 15:12 UTC  (2+ messages)
` [Bug c++/103672] [10/11 Regression] "

[Bug c++/105491] [10/11 Regression] Usage of __constinit with -std=c++11 does is rejected
 2023-05-21 15:05 UTC 

[Bug c++/105289] New: ICE on partial specialization
 2023-05-21 14:13 UTC  (2+ messages)
` [Bug c++/105289] [11 Regression] "

[Bug libstdc++/109921] New: c++17/floating_from_chars.cc: compile error: ‘from_chars_strtod’ was not declared in this scope
 2023-05-21 10:02 UTC 

[Bug middle-end/109907] New: [avr] Missed optimization for bit extraction (uses shift instead of single bit-test)
 2023-05-21  9:55 UTC  (9+ messages)
` [Bug middle-end/109907] "

[Bug target/100332] New: mcore-elf: error: 'prev_addr' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 2023-05-21  8:16 UTC  (2+ messages)
` [Bug target/100332] "

[Bug rtl-optimization/109919] New: ICE on valid code at -O2 and -O3 with "-fno-tree-dce -fno-tree-vrp" on x86_64-linux-gnu: in emit_move_insn, at expr.cc:4224
 2023-05-21  1:13 UTC  (5+ messages)
` [Bug middle-end/109919] [14 Regression] "

[Bug middle-end/108847] New: unnecessary bitwise AND on boolean types
 2023-05-20 23:36 UTC  (5+ messages)
` [Bug middle-end/108847] unnecessary bitwise AND on boolean types and shifting of the "sign" bit
` [Bug middle-end/108847] [10/11/12/13/14 Regression] "

[Bug analyzer/109432] New: tracker bug for issues with -Wanalyzer-out-of-bounds
 2023-05-20 22:42 UTC  (2+ messages)
` [Bug analyzer/109432] [meta-bug] "

[Bug analyzer/109437] New: -Wanalyzer-out-of-bounds is emitted at most once per frame
 2023-05-20 22:42 UTC  (2+ messages)
` [Bug analyzer/109437] "

[Bug analyzer/109439] New: RFE: Spurious -Wanalyzer-use-of-uninitialized-value tagging along -Wanalyzer-out-of-bounds
 2023-05-20 22:42 UTC  (2+ messages)
` [Bug analyzer/109439] "

[Bug fortran/109846] New: [rejects valid] Pointer-valued function reference rejected as actual argument
 2023-05-20 20:40 UTC  (4+ messages)
` [Bug fortran/109846] "

[Bug c++/109918] New: Unexpected -Woverloaded-virtual with virtual conversion operators
 2023-05-20 18:41 UTC  (2+ messages)
` [Bug c++/109918] [10/11/12/13/14 Regression] "

[Bug middle-end/101807] New: bool0 < bool1 Should expand as !bool0 &bool1 and bool0 <= bool1 as !bool0 | bool1
 2023-05-20 18:29 UTC  (3+ messages)
` [Bug middle-end/101807] "

[Bug target/109257] New: `-masm=intel` generates weird syntax for indirect jumps
 2023-05-20 16:51 UTC  (2+ messages)
` [Bug target/109257] "

[Bug c/109917] New: gcctk hangs at -O0 but normally terminates at -O2
 2023-05-20 14:49 UTC  (3+ messages)
` [Bug middle-end/109917] "

[Bug ipa/109914] New: --suggest-attribute=pure misdiagnoses static functions
 2023-05-20 14:47 UTC  (2+ messages)
` [Bug ipa/109914] "

[Bug ipa/109915] New: --suggest-attribute=const misdiagnoses static functions
 2023-05-20 14:47 UTC  (2+ messages)
` [Bug ipa/109915] "

[Bug c/109520] New: compiler never terminate
 2023-05-20 14:36 UTC  (2+ messages)
` [Bug middle-end/109520] compiler never terminates with an inline-asm goto and an output with high register pressure

[Bug libstdc++/109891] New: Null pointer special handling in ostream's operator << for C-strings
 2023-05-20 12:58 UTC  (2+ messages)
` [Bug libstdc++/109891] "

[Bug tree-optimization/96114] New: ICE in make_ssa_name_fn, at tree-ssanames.c:279 since r7-536-g381cdae49785fc4b
 2023-05-20 11:32 UTC  (2+ messages)
` [Bug c/96114] "

[Bug ipa/109916] New: warning reported despite of "#pragma GCC diagnostic ignored", due to -flto
 2023-05-20 11:08 UTC  (2+ messages)
` [Bug ipa/109916] "

[Bug middle-end/80922] #pragma diagnostic ignored not honoured with -flto
 2023-05-20 11:08 UTC 

[Bug ipa/85734] --suggest-attribute=malloc misdiagnoses static functions
 2023-05-20  9:54 UTC 

[Bug target/105753] New: [avr] ICE: in add_clobbers, at config/avr/avr-dimode.md:2705
 2023-05-20  6:46 UTC  (3+ messages)
` [Bug rtl-optimization/105753] "

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