public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug libstdc++/97841] New: [C++17] is_invocable handling of incomplete return type is wrong
 2023-06-23 12:58 UTC  (2+ messages)
` [Bug libstdc++/97841] "

[Bug c++/105178] New: g++ incorrectly reports invalid use of incomplete type
 2023-06-23 12:57 UTC  (3+ messages)
` [Bug libstdc++/105178] [11 Regression] "

[Bug c++/104242] New: Class with constructor from std::any is not copyable
 2023-06-23 12:56 UTC  (2+ messages)
` [Bug libstdc++/104242] [12 Regression] "

[Bug middle-end/110375] New: -ftrivial-auto-var-init=zero issues with pointers to data members
 2023-06-23 12:51 UTC 

[Bug libgomp/66005] New: libgomp make check time is excessive
 2023-06-23 12:51 UTC  (2+ messages)
` [Bug testsuite/66005] "

[Bug c/110298] New: ICE at -Os on x86_64-linux-gnu
 2023-06-23 11:30 UTC  (3+ messages)
` [Bug tree-optimization/110298] [10/11/12/13 Regression] ICE at -Os on x86_64-linux-gnu since r10-840
` [Bug tree-optimization/110298] [10/11/12 "

[Bug c++/110182] New: GCC generates incorrect results for simple Eigen Casts / Subtractions at -O2 or above for a 3 dimensional vector
 2023-06-23 11:30 UTC  (2+ messages)
` [Bug tree-optimization/110182] [11/12 Regression] Vector(2) cast from double to float and back and subtraction seems to produce incorrect results

[Bug ipa/110334] New: [13/14 Regresssion] unused functions not eliminated before LTO streaming
 2023-06-23 11:21 UTC  (6+ messages)
` [Bug ipa/110334] "

[Bug c/110374] New: slightly incorrect warning text "ISO C forbids forward parameter declarations"
 2023-06-23 11:13 UTC 

[Bug middle-end/104077] New: bogus/missing -Wdangling-pointer
 2023-06-23 10:30 UTC  (2+ messages)
` [Bug middle-end/104077] [meta-bug] "

[Bug c++/110055] New: Dangling pointer warning inside std::vector on RISC-V
 2023-06-23 10:30 UTC  (3+ messages)
` [Bug middle-end/110055] [13 Regression] "

[Bug c++/110295] New: internal compiler error: in dwarf2out_finish
 2023-06-23 10:30 UTC  (2+ messages)
` [Bug c++/110295] [10/11/12/13 Regression] ICE in dwarf2out_finish with local class with inherited operator delete in a templated function and -g

[Bug tree-optimization/109143] New: PTA compile-time hog with many calls
 2023-06-23 10:29 UTC  (2+ messages)
` [Bug tree-optimization/109143] "

[Bug ipa/109983] New: [12/13/14 regression] Wireshark compilation hangs with -O2 -fipa-pta
 2023-06-23 10:29 UTC  (2+ messages)
` [Bug ipa/109983] [12/13 "

[Bug c++/96117] New: Cannot mix c++11-style and GCC-style attributes
 2023-06-23  9:59 UTC  (2+ messages)
` [Bug c++/96117] Cannot mix c++11-style and GCC-style attributes on struct in one specific location

[Bug c/110280] New: internal compiler error: in const_unop, at fold-const.cc:1884
 2023-06-23  9:59 UTC  (2+ messages)
` [Bug tree-optimization/110280] [13/14 Regression] "

[Bug libstdc++/110102] New: [13 regression] initializer_list ctors of containers skip Allocator_traits::construct, copies move-only type
 2023-06-23  9:42 UTC  (2+ messages)
` [Bug c++/110102] "

[Bug c/109780] New: csmith: runtime crash with -O2 -march=znver1
 2023-06-23  9:42 UTC  (2+ messages)
` [Bug target/109780] [12/13/14 Regression] "

[Bug target/110273] New: i686-w64-mingw32 with -march=znver4 generates AVX instructions without stack alignment
 2023-06-23  9:42 UTC  (2+ messages)
` [Bug target/110273] [12/13/14 Regression] i686-w64-mingw32 with -mavx512f "

[Bug target/78904] zero-extracts are not effective
 2023-06-23  8:22 UTC 

[Bug fortran/110360] New: ABI issue with character,value dummy argument
 2023-06-23  8:00 UTC  (10+ messages)
` [Bug fortran/110360] "

[Bug fortran/110371] New: gfortran ICE "verify_gimple failed" in gfortran.dg/vect/pr51058-2.f90
 2023-06-23  6:17 UTC  (5+ messages)
` [Bug fortran/110371] "
` [Bug tree-optimization/110371] [14 Regression] gfortran ICE "verify_gimple failed" in gfortran.dg/vect/pr51058-2.f90 since r14-2007

[Bug target/54089] New: [SH] Refactor shift patterns
 2023-06-23  6:06 UTC  (8+ messages)
` [Bug target/54089] "

[Bug tree-optimization/101703] New: (bool0 + bool1) & 1 and (bool0 + bool1) == 1 can be optimized to bool0 ^ bool1
 2023-06-23  5:31 UTC  (4+ messages)
` [Bug tree-optimization/101703] "

[Bug middle-end/82259] missed optimization: use LEA to add 1 to flip the low bit when copying before AND with 1
 2023-06-23  3:47 UTC 

[Bug target/110372] New: [14 Regression] ICE: insn does not satisfy its constraints: {*movdi_internal} with -mno-sse2
 2023-06-23  2:20 UTC  (2+ messages)
` [Bug target/110372] "

[Bug tree-optimization/104292] New: [missed optimization] boolean addition generates suboptimal code
 2023-06-23  0:45 UTC  (3+ messages)
` [Bug tree-optimization/104292] (bool)(bool0 + bool1) should be simplified into bool0 | bool1

[Bug c++/110283] New: Bogus Warray-bounds
 2023-06-22 22:52 UTC  (3+ messages)
` [Bug tree-optimization/110283] "

[Bug tree-optimization/110373] New: __builtin_object_size does not recognize subarrays in multi-dimensional arrays
 2023-06-22 22:12 UTC 

[Bug tree-optimization/110365] New: wrong code at -O2 and -O3 on x86_64-linux-gnu
 2023-06-22 21:45 UTC  (5+ messages)
` [Bug tree-optimization/110365] "

[Bug fortran/100650] New: Passing a derived-type array constructor to the reshape intrinsic gives incorrect results
 2023-06-22 21:24 UTC  (3+ messages)
` [Bug fortran/100650] "

[Bug tree-optimization/110369] New: wrong code on x86_64-linux-gnu
 2023-06-22 21:23 UTC  (6+ messages)
` [Bug tree-optimization/110369] "
` [Bug tree-optimization/110369] [14 Regression] "
` [Bug rtl-optimization/110369] [14 Regression] wrong code on x86_64-linux-gnu with sel-scheduling

[Bug c/105863] New: RFE: __attribute__((incbin("file"))) or __builtin_incbin("file")
 2023-06-22 20:42 UTC  (3+ messages)
` [Bug c/105863] RFE: C23 #embed

[Bug c/102989] New: Add Clang's _ExtInt(N)
 2023-06-22 19:47 UTC  (2+ messages)
` [Bug c/102989] Implement C2x's n2763 (_BitInt)

[Bug c++/80242] [C++17+] "Trailing return types" with "non-type template arguments" which could be "constant expressions" produce a parsing error
 2023-06-22 19:44 UTC 

[Bug c++/110338] New: Implement C++26 language features
 2023-06-22 18:46 UTC  (2+ messages)
` [Bug c++/110338] "

[Bug c++/110346] New: [C++26] P2752R3 - Static storage for braced initializers
 2023-06-22 18:46 UTC  (5+ messages)
` [Bug c++/110346] "

[Bug tree-optimization/110370] New: wrong code on x86_64-linux-gnu
 2023-06-22 18:39 UTC 

[Bug c/110368] New: Incorrect "is used uninitialized" warning message
 2023-06-22 17:37 UTC  (6+ messages)
` [Bug c/110368] "

[Bug libstdc++/110366] New: [C++26] P2641R4 Checking if a union alternative is active
 2023-06-22 17:15 UTC  (2+ messages)
` [Bug libstdc++/110366] "

[Bug c++/110367] New: [C++26] Add new built-in for std::is_within_lifetime
 2023-06-22 17:15 UTC  (2+ messages)
` [Bug c++/110367] "

[Bug fortran/49213] New: [OOP] gfortran rejects structure constructor expression
 2023-06-22 16:45 UTC  (2+ messages)
` [Bug fortran/49213] "

[Bug rtl-optimization/110307] New: ICE in move_insn, at haifa-sched.cc:5473 on alpha with -fPIC -fpeephole2 -fschedule-insns2
 2023-06-22 16:17 UTC  (4+ messages)
` [Bug rtl-optimization/110307] ICE in move_insn, at haifa-sched.cc:5473 when building Ruby on alpha with -fPIC -O2 (or -fpeephole2 -fschedule-insns2)

[Bug fortran/82943] [F03] Error with type-bound procedure of parametrized derived type
 2023-06-22 15:43 UTC  (2+ messages)

[Bug c/110252] New: Wrong code at -O2/3/s on x86_64-linux-gnu
 2023-06-22 15:36 UTC  (3+ messages)
` [Bug tree-optimization/110252] [14 Regression] "

[Bug other/110198] New: [14 regression] g++.dg/analyzer/pr100244.C fails after r14-1632-g9589a46ddadc8b
 2023-06-22 14:33 UTC  (2+ messages)
` [Bug analyzer/110198] "

[Bug tree-optimization/110310] New: vector epilogue handling is inefficient
 2023-06-22 14:30 UTC  (4+ messages)
` [Bug tree-optimization/110310] "

[Bug testsuite/101002] New: Some powerpc tests fail with -mlong-double-64
 2023-06-22 13:49 UTC  (7+ messages)
` [Bug testsuite/101002] "

[Bug debug/110308] New: [14 Regression] ICE on audiofile-0.3.6: RTL: vartrack: Segmentation fault in mode_to_precision(machine_mode)
 2023-06-22 13:18 UTC  (2+ messages)
` [Bug debug/110308] "

[Bug fortran/110224] New: Rejects valid: function reference with data pointer result as lhs in assignment
 2023-06-22 13:17 UTC  (3+ messages)
` [Bug fortran/110224] "

[Bug libgomp/110364] New: [OpenMP] Environment vars - doc and device-specific cleanup; make GOMP_DEBUG more useful; janitorial takes
 2023-06-22 13:01 UTC 

[Bug tree-optimization/110361] New: [13/14 Regression] Missed Dead Code Elimination when using __builtin_unreachable since r13-2020-g16b013c9d9b
 2023-06-22 12:58 UTC  (2+ messages)
` [Bug tree-optimization/110361] "

[Bug tree-optimization/110362] New: Range information on lower bytes of __uint128_t
 2023-06-22 12:58 UTC  (2+ messages)
` [Bug rtl-optimization/110362] "

[Bug c++/110363] New: New use-after-move warning
 2023-06-22 12:53 UTC 

[Bug tree-optimization/96208] New: non-power-of-2 group size can be vectorized for 2-element vectors case
 2023-06-22 12:51 UTC  (2+ messages)
` [Bug tree-optimization/96208] non-grouped load can be SLP "

[Bug fortran/110311] New: [gfortran 14.0 regression]
 2023-06-22 11:54 UTC  (4+ messages)
` [Bug fortran/110311] [14 Regression] gfortran 14.0 regression
` [Bug fortran/110311] [14 Regression] regression in tree-optimizer

[Bug tree-optimization/110326] New: [gcc 14.0 regression]
 2023-06-22 11:54 UTC  (4+ messages)
` [Bug fortran/110326] [14 Regression]

[Bug target/110132] New: aarch64: Bogus -Wbuiltin-declaration-mismatch with ls64 builtins
 2023-06-22 10:21 UTC  (3+ messages)
` [Bug target/110132] "

[Bug target/110100] New: __builtin_aarch64_st64b stores to the wrong address
 2023-06-22 10:20 UTC  (4+ messages)
` [Bug target/110100] "

[Bug tree-optimization/110332] New: [14 regression] ICE in dominated_by_p when building LLVM with -O3
 2023-06-22  9:55 UTC  (10+ messages)
` [Bug tree-optimization/110332] "

[Bug libgomp/94648] New: [OpenMP] DEVICE_HOST_FALLBACK when no actual device + omp_target_alloc + omp_get_default_device
 2023-06-22  9:50 UTC  (2+ messages)
` [Bug libgomp/94648] "

[Bug c/108964] New: Attribute target should be implemented for C backend (not only c++)
 2023-06-22  9:03 UTC  (2+ messages)
` [Bug c/108964] "

[Bug tree-optimization/110335] New: int converted to double should be considered non-nan and non-nan*non-nan is still non-nan
 2023-06-22  7:39 UTC  (2+ messages)
` [Bug tree-optimization/110335] "

[Bug rtl-optimization/109973] New: Wrong code for AVX2 since 13.1 by combining VPAND and VPTEST
 2023-06-22  6:44 UTC  (2+ messages)
` [Bug target/109973] [13/14 Regression] Wrong code for AVX2 since 13.1 by combining VPAND and VPTEST since r13-2006-ga56c1641e9d25e

[Bug target/110118] New: Miss CSE optimization for vptest after r14-1466-g3635e8c67e13e3da7e1e23a617dd9952218e93e0
 2023-06-22  6:44 UTC  (2+ messages)
` [Bug target/110118] "

[Bug c++/110344] New: [C++26] P2738R1 - constexpr cast from void*
 2023-06-22  6:28 UTC  (2+ messages)
` [Bug c++/110344] "

[Bug c++/110342] New: [C++26] P2361R6 - Unevaluated strings
 2023-06-22  6:18 UTC  (2+ messages)
` [Bug c++/110342] "

[Bug c++/110349] New: [C++26] P2169R4 - Placeholder variables with no name
 2023-06-22  6:03 UTC  (2+ messages)
` [Bug c++/110349] "

[Bug analyzer/106626] New: Improvements to wording of -Wanalyzer-out-of-bounds
 2023-06-22  2:06 UTC  (2+ messages)
` [Bug analyzer/106626] "

[Bug c/110337] New: Wrong code at -O2/s on x86_64-linux-gnu
 2023-06-21 22:51 UTC  (2+ messages)
` [Bug c/110337] "

[Bug c++/110341] New: [C++26] P1854R4 - Making non-encodable string literals ill-formed
 2023-06-21 22:48 UTC  (3+ messages)
` [Bug c++/110341] "

[Bug c++/110348] New: [C++26] P2741R3 - User-generated static_assert messages
 2023-06-21 22:47 UTC  (2+ messages)
` [Bug c++/110348] "

[Bug middle-end/88873] missing vectorization for decomposed operations on a vector type
 2023-06-21 22:18 UTC 

[Bug c++/110340] New: [C++26] P2621R2 - Remove undefined behavior from lexing
 2023-06-21 21:20 UTC  (2+ messages)
` [Bug c++/110340] "

[Bug fortran/108961] New: Segfault when associating to pointer from C_F_POINTER
 2023-06-21 21:07 UTC  (2+ messages)
` [Bug fortran/108961] "

[Bug fortran/88688] Incorrect association in SELECT TYPE
 2023-06-21 21:06 UTC 

[Bug fortran/87477] [meta-bug] [F03] issues concerning the ASSOCIATE statement
 2023-06-21 21:05 UTC  (2+ messages)

[Bug fortran/107900] New: Select type with intrinsic type inside associate causes ICE / Segmenation fault
 2023-06-21 21:05 UTC  (2+ messages)
` [Bug fortran/107900] "

[Bug c++/110164] New: Improve diagnostic for incomplete standard library types due to missing include
 2023-06-21 20:50 UTC  (3+ messages)
` [Bug c++/110164] "

[Bug c/101836] New: __builtin_object_size(P->M, 1) where M is an array and the last member of a struct fails
 2023-06-21 19:47 UTC  (2+ messages)
` [Bug middle-end/101836] "

[Bug c/101832] New: __builtin_object_size(P->M, 1) where M ends with a flex-array behaves like sizeof()
 2023-06-21 19:40 UTC  (2+ messages)
` [Bug tree-optimization/101832] "

[Bug c++/110358] New: requesting nicer suppression for Wdangling-reference
 2023-06-21 19:14 UTC  (4+ messages)
` [Bug c++/110358] "

[Bug c++/109642] New: False Positive -Wdangling-reference with std::span-like classes
 2023-06-21 19:06 UTC  (4+ messages)
` [Bug c++/109642] "

[Bug d/110359] New: d: Suboptimal codegen for __builtin_expect(cond, false) since PR96435
 2023-06-21 18:44 UTC 

[Bug fortran/110350] New: Intrinsic handling inside nested associate blocks
 2023-06-21 17:55 UTC  (2+ messages)
` [Bug fortran/110350] "

[Bug libstdc++/110357] New: [C++26] P2592R3 Hashing support for std::chrono value classes
 2023-06-21 17:31 UTC 

[Bug libstdc++/110356] New: [C++26] P2637R3 Member visit
 2023-06-21 17:29 UTC 

[Bug libstdc++/110355] New: std::format("{}", 1e-7) returns "1e-07" instead of "1e-7"
 2023-06-21 17:26 UTC  (2+ messages)
` [Bug libstdc++/110355] "

[Bug libstdc++/110354] New: [C++26] P2587R3 to_string or not to_string
 2023-06-21 17:24 UTC  (2+ messages)
` [Bug libstdc++/110354] "

[Bug libstdc++/110353] New: [C++26] P1383R2 More constexpr for cmath and complex
 2023-06-21 17:21 UTC 

[Bug libstdc++/110352] New: [C++26] P2630R4 submdspan
 2023-06-21 17:20 UTC 

[Bug tree-optimization/109989] New: RISC-V: Missing sign extension with int to float conversion with 64bit soft floats
 2023-06-21 16:59 UTC  (3+ messages)
` [Bug target/109989] "

[Bug debug/110351] New: gcc does not recognize gcodeview as debuglevel
 2023-06-21 16:54 UTC  (4+ messages)
` [Bug debug/110351] "

[Bug c++/110347] New: [OpenMP] private/firstprivate of a C++ member variable mishandled
 2023-06-21 16:28 UTC  (2+ messages)
` [Bug c++/110347] "

[Bug c++/110345] New: [C++26] P2552R3 - On the ignorability of standard attributes
 2023-06-21 16:20 UTC 

[Bug c++/110343] New: [C++26] P2558R2 - Add @, $, and ` to the basic character set
 2023-06-21 16:13 UTC 

[Bug fortran/95398] New: ICE on invalid code
 2023-06-21 16:06 UTC  (2+ messages)
` [Bug fortran/95398] "

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