public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c++/106310] New: Failure to resolve call to template member function in template base class
 2023-09-11 22:11 UTC  (4+ messages)
` [Bug c++/106310] [11/12/13 Regression] lookup after this-> seems wrong for dependent lookup since r12-6754-g30f2c22def739211
` [Bug c++/106310] [11 "

[Bug c++/106890] New: virtual inheritance triggers compiler error when instatiating derived class with in-class initialization
 2023-09-11 22:11 UTC  (3+ messages)
` [Bug c++/106890] [11 Regression] virtual inheritance triggers compiler error when instatiating derived class with in-class initialization since r8-2709-g12659e10c7820071

[Bug c++/109666] New: Segmentation fault with std::array using gcc 13
 2023-09-11 22:11 UTC  (2+ messages)
` [Bug c++/109666] [12 Regression] Segmentation fault with std::array

[Bug c/111340] New: gcc.dg/bitint-12.c fails on x86_64-apple-darwin
 2023-09-11 21:47 UTC  (5+ messages)
` [Bug target/111340] gcc.dg/bitint-12.c fails on x86_64-apple-darwin or fails on x86_64-linux-gnu with -fPIE

[Bug tree-optimization/107881] New: (a <= b) == (b >= a) should be optimized to (a == b)
 2023-09-11 21:45 UTC  (2+ messages)
` [Bug tree-optimization/107881] "

[Bug modula2/111330] New: [13 Regression] Bootstrap failure building SeqFile.lo
 2023-09-11 21:30 UTC  (7+ messages)
` [Bug modula2/111330] "

[Bug tree-optimization/111348] New: `(a CMP b) ? minmax<a, c> : minmax<b, c>` pattern missing :c on CMP
 2023-09-11 20:42 UTC  (4+ messages)
` [Bug tree-optimization/111348] "

[Bug libstdc++/111351] New: constexpr std::string objects permitted to escape constant evaluation when SSO
 2023-09-11 20:28 UTC  (5+ messages)
` [Bug libstdc++/111351] "

[Bug other/111377] New: [14 regression] c-c++-common/analyzer/compound-assignment-1.c fails after XXX on big endian
 2023-09-11 19:21 UTC  (3+ messages)
` [Bug other/111377] "

[Bug libstdc++/66414] New: Regression: string::find ten times slower than strstr
 2023-09-11 19:09 UTC  (6+ messages)
` [Bug libstdc++/66414] "

[Bug rtl-optimization/111378] New: Missed optimization for comparing with exact_log2 constants
 2023-09-11 19:06 UTC 

[Bug fortran/111341] New: Elemental operator on zero-sized array seg-faults
 2023-09-11 18:29 UTC  (4+ messages)
` [Bug fortran/111341] "

[Bug rtl-optimization/111376] New: missed optimization of one bit test on MIPS32r1
 2023-09-11 18:24 UTC 

[Bug middle-end/111375] New: RISC-V vector Fortran: SEGV ICE during get_avl_or_vl_reg (vsetvl pass)
 2023-09-11 18:21 UTC 

[Bug c++/111374] New: Spurious -Warray-bounds warning when building std::vector (or libstdc++ bug?)
 2023-09-11 18:17 UTC 

[Bug rtl-optimization/111373] New: Register moves right before stores and return
 2023-09-11 16:59 UTC  (5+ messages)
` [Bug middle-end/111373] conditional "
` [Bug middle-end/111373] conditional selection gives bad code generation

[Bug libstdc++/111050] New: [11/12/13/14 Regression] ABI break in _Hash_node_value_base since GCC 11
 2023-09-11 16:59 UTC  (3+ messages)
` [Bug libstdc++/111050] "

[Bug libgcc/111372] New: libgcc: RISCV C++ exception handling stack usage grew in 13.1
 2023-09-11 16:31 UTC  (4+ messages)
` [Bug libgcc/111372] "
` [Bug target/111372] "

[Bug libstdc++/91910] Debug mode: there is a racing condition between destructors of iterator and the associated container
 2023-09-11 16:07 UTC 

[Bug analyzer/111312] New: Should the analyzer run earlier?
 2023-09-11 15:54 UTC  (2+ messages)
` [Bug analyzer/111312] "

[Bug driver/86030] specs file processing does not create response files for input directories
 2023-09-11 15:52 UTC  (8+ messages)

[Bug target/111371] New: ICE in curr_insn_transform, at lra-constraints.cc:4290 on pp64le with -mcpu=power5+ -mpower10-fusion -Os
 2023-09-11 14:26 UTC 

[Bug tree-optimization/111349] New: `Optimize (a CMP CST1) ? max<a,CST2> : a` pattern's cmp is missing :c
 2023-09-11 14:25 UTC  (4+ messages)
` [Bug tree-optimization/111349] "

[Bug libstdc++/106547] New: std::variant::emplace goes into an infinite recursion with certain weird trivially copyable types
 2023-09-11 13:53 UTC  (4+ messages)
` [Bug libstdc++/106547] "

[Bug target/111370] New: On Aarch64 4% 511.povray_r regression between g:6cd85273071b5f13 (2023-08-23 00:17) and g:e1f096a3cc96c719 (2023-08-25 22:34)
 2023-09-11 13:51 UTC 

[Bug libstdc++/111357] New: __integer_pack fails to work with values of dependent type convertible to integers
 2023-09-11 13:43 UTC  (7+ messages)
` [Bug c++/111357] "
` [Bug c++/111357] __integer_pack fails to work with values of dependent type convertible to integers in noexcept context
` [Bug c++/111357] [11/12/13/14 Regression] "

[Bug target/111311] New: RISC-V regression testsuite errors with --param=riscv-autovec-preference=scalable
 2023-09-11 13:21 UTC  (4+ messages)
` [Bug target/111311] "

[Bug middle-end/111369] New: ICE in handle_cast, gimple-lower-bitint.cc:1486 with -Os
 2023-09-11 13:17 UTC  (3+ messages)
` [Bug middle-end/111369] "
` [Bug middle-end/111369] [14 Regression] "

[Bug target/111366] New: error: inlining failed in call to 'always_inline' 'hwy::PreventElision<int&>(int&)void': target specific option mismatch
 2023-09-11 12:58 UTC  (9+ messages)
` [Bug target/111366] "

[Bug c++/111284] New: Some passing-by-value parameters are miscompiled since GCC 9
 2023-09-11 12:12 UTC  (3+ messages)
` [Bug c++/111284] [11/12/13/14 Regression] Some passing-by-value parameters are mishandled "

[Bug other/111368] New: contrib/test_summary should check to ensure the git branch being put in the email matches the branch actually tested
 2023-09-11 11:58 UTC 

[Bug other/111359] New: contrib/gcc-git-customization.sh uses getent, which is non-portable
 2023-09-11 11:37 UTC  (6+ messages)
` [Bug other/111359] "

[Bug libstdc++/111347] New: Memory leak loading a shared library built with --static-libsdtc++ when version script is used
 2023-09-11 11:18 UTC  (4+ messages)
` [Bug libstdc++/111347] "

[Bug c++/111363] New: internal compiler error when mistype type of operator<=>
 2023-09-11 11:16 UTC  (2+ messages)
` [Bug c++/111363] "

[Bug target/111367] New: Error: operand out of range (0x1391c is not between 0xffffffffffff8000 and 0x7fff)
 2023-09-11 10:03 UTC  (4+ messages)
` [Bug target/111367] "

[Bug other/17239] gcc_update not being writable while it is running
 2023-09-11 10:02 UTC  (2+ messages)

[Bug target/108812] New: gcc.target/powerpc/p9-sign_extend-runnable.c fails on power 9 BE
 2023-09-11  9:42 UTC  (2+ messages)
` [Bug target/108812] "

[Bug other/111329] New: [14 regression] gcc.dg/analyzer/out-of-bounds-diagram-1-debug.c fails after r14-3745-g4f4fa2501186e4
 2023-09-11  9:13 UTC  (3+ messages)
` [Bug middle-end/111329] "

[Bug other/111360] New: contrib/gcc_update: bad test
 2023-09-11  9:02 UTC  (3+ messages)
` [Bug other/111360] "

[Bug c/111365] New: Wrong code at -O3 since r13-1268-g8c99e307b20
 2023-09-11  8:43 UTC  (5+ messages)
` [Bug tree-optimization/111365] "

[Bug bootstrap/106472] New: No rule to make target '../libbacktrace/libbacktrace.la', needed by 'libgo.la'
 2023-09-11  4:27 UTC  (5+ messages)
` [Bug bootstrap/106472] "

[Bug middle-end/111324] New: More optimization about "(X * Y) / Y"
 2023-09-11  3:26 UTC  (2+ messages)
` [Bug middle-end/111324] "

[Bug tree-optimization/96708] New: Failure to optimize max pattern with comparison when using a temporary variable
 2023-09-11  2:21 UTC  (2+ messages)
` [Bug tree-optimization/96708] "

[Bug tree-optimization/111346] New: `X <= MINMAX` pattern is missing :c on the cmp
 2023-09-11  2:20 UTC  (6+ messages)
` [Bug tree-optimization/111346] "

[Bug c++/111306] New: macro-fusion makes error on conjugate complex multiplication
 2023-09-11  1:23 UTC  (5+ messages)
` [Bug target/111306] [12,13] macro-fusion makes error on conjugate complex multiplication fp16

[Bug target/111335] New: fmaddpch seems not commutative for operands[1] and operands[2] due to precision loss
 2023-09-11  1:22 UTC  (5+ messages)
` [Bug target/111335] "

[Bug tree-optimization/111364] New: `MAX_EXPR<a, b> <= a` is not optimized to `a >= b`
 2023-09-10 21:11 UTC  (2+ messages)
` [Bug tree-optimization/111364] "

[Bug other/102665] New: ELF-specific configure flags should be rejected on non-ELF platforms
 2023-09-10 16:04 UTC  (2+ messages)
` [Bug bootstrap/102665] "

[Bug c/111331] New: Wrong code at -O1 on x86_64-linux-gnu since
 2023-09-10 15:49 UTC  (3+ messages)
` [Bug tree-optimization/111331] [11/12/13/14 Regression] "
` [Bug tree-optimization/111331] [11/12/13 "

[Bug bootstrap/91972] Bootstrap should use -Wmissing-declarations
 2023-09-10 15:34 UTC 

[Bug target/111362] New: [14 Regression] '-fcompare-debug' failure (length) with -O -fno-tree-ch --param=max-completely-peel-times=0 -march=rv64iv
 2023-09-10 11:15 UTC 

[Bug analyzer/111361] New: [14 Regression] ICE: in has_null_terminator, at analyzer/region-model.cc:3410 with -fanalyzer
 2023-09-10 11:09 UTC 

[Bug ada/81114] GNAT mishandles filenames with UTF8 chars on case-insensitive filesystems
 2023-09-10 10:07 UTC 

[Bug c++/111300] New: [14 Regression] g++.dg/modules/xtreme-header-2_b.C
 2023-09-10  9:24 UTC  (7+ messages)
` [Bug c++/111300] [14 Regression] g++.dg/modules/xtreme-header_b.C
` [Bug c++/111300] Modules error: mangling of [lambda] conflicts with previous mangle

[Bug libstdc++/111358] New: libstdc++'s optional::and_then and optional::transform are not ADL-proof
 2023-09-10  8:23 UTC  (2+ messages)
` [Bug libstdc++/111358] "

[Bug c++/111356] New: Segmentation fault when compiling large static data structure
 2023-09-10  7:52 UTC  (5+ messages)
` [Bug c++/111356] "

[Bug tree-optimization/110068] New: missing min detection
 2023-09-10  6:58 UTC  (2+ messages)
` [Bug tree-optimization/110068] "

[Bug go/90685] failure of go in gcc-9.1.0 to build in i686-pc-linux-gnu
 2023-09-10  6:32 UTC  (3+ messages)

[Bug target/110960] New: TestSatWidenMulPairwiseAdd in the Google Highway Test suite fails when compiled with GCC 12 or later with the -mcpu=power9 option
 2023-09-09 20:05 UTC  (4+ messages)
` [Bug target/110960] TestSatWidenMulPairwiseAdd in the Google Highway test "

[Bug libstdc++/111353] New: bits/new_allocator.h: No such file or directory in freestanding C++ toolchain
 2023-09-09 20:03 UTC  (8+ messages)
` [Bug libstdc++/111353] "

[Bug analyzer/96395] New: gcc.dg/analyzer/explode-2.c fails when compiled as C++
 2023-09-09 16:26 UTC  (2+ messages)
` [Bug analyzer/96395] Generalize gcc.dg/analyzer tests to be run with both C and C++

[Bug c/111303] New: ICE: in type, at value-range.h:869
 2023-09-09 16:04 UTC  (3+ messages)
` [Bug tree-optimization/111303] [14 Regression] "

[Bug tree-optimization/111355] New: ICE on valid code at -O1 and above: in lower_bound, at value-range.h:1078
 2023-09-09 16:04 UTC  (3+ messages)
` [Bug tree-optimization/111355] [14 Regression] "

[Bug fortran/97122] New: Spurious FINAL ... must be in the specification part of a MODULE
 2023-09-09 11:00 UTC  (2+ messages)
` [Bug fortran/97122] "

[Bug c/111334] New: ICE is reported during the combine pass optimization
 2023-09-09  9:52 UTC  (5+ messages)
` [Bug target/111334] [14 regression] "

[Bug target/111350] New: gcc.target/i386/avx512fp16-vfcmulcph-1b.c and friends fail on x86_64-apple-darwin21
 2023-09-09  9:39 UTC  (3+ messages)
` [Bug target/111350] "

[Bug target/111354] New: [7/10/12 regression] The instructions of the DPDK demo program are different and run time increases
 2023-09-09  6:39 UTC  (4+ messages)
` [Bug target/111354] "

[Bug c++/111352] New: Inconsistent constructor behavior associated with auto lambda
 2023-09-09  5:55 UTC  (5+ messages)
` [Bug c++/111352] "

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