public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug tree-optimization/110332] New: [14 regression] ICE in dominated_by_p when building LLVM with -O3
2023-06-22 9:55 UTC (15+ 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 tree-optimization/110310] New: vector epilogue handling is inefficient
2023-06-22 9:35 UTC (2+ messages)
` [Bug tree-optimization/110310] "
[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 fortran/110360] New: ABI issue with character,value dummy argument
2023-06-22 7:16 UTC (7+ messages)
` [Bug fortran/110360] "
[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 fortran/82943] [F03] Error with type-bound procedure of parametrized derived type
2023-06-22 6:30 UTC
[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 fortran/110311] New: [gfortran 14.0 regression]
2023-06-21 23:37 UTC (4+ messages)
` [Bug fortran/110311] [14 Regression] gfortran 14.0 regression
[Bug testsuite/101002] New: Some powerpc tests fail with -mlong-double-64
2023-06-21 23:19 UTC (7+ messages)
` [Bug testsuite/101002] "
[Bug c++/110346] New: [C++26] P2752R3 - Static storage for braced initializers
2023-06-21 22:54 UTC (3+ messages)
` [Bug c++/110346] "
[Bug c/110252] New: Wrong code at -O2/3/s on x86_64-linux-gnu
2023-06-21 22:51 UTC (2+ messages)
` [Bug tree-optimization/110252] [14 Regression] "
[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 (2+ messages)
[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/100650] New: Passing a derived-type array constructor to the reshape intrinsic gives incorrect results
2023-06-21 21:10 UTC (4+ messages)
` [Bug fortran/100650] "
[Bug fortran/108961] New: Segfault when associating to pointer from C_F_POINTER
2023-06-21 21:07 UTC (3+ messages)
` [Bug fortran/108961] "
[Bug fortran/88688] Incorrect association in SELECT TYPE
2023-06-21 21:06 UTC (2+ messages)
[Bug fortran/87477] [meta-bug] [F03] issues concerning the ASSOCIATE statement
2023-06-21 21:05 UTC (3+ messages)
[Bug fortran/107900] New: Select type with intrinsic type inside associate causes ICE / Segmenation fault
2023-06-21 21:05 UTC (3+ messages)
` [Bug fortran/107900] "
[Bug fortran/110224] New: Rejects valid: function reference with data pointer result as lhs in assignment
2023-06-21 21:05 UTC (3+ messages)
` [Bug fortran/110224] "
[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 target/54089] New: [SH] Refactor shift patterns
2023-06-21 20:32 UTC (5+ messages)
` [Bug target/54089] "
[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 (4+ 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] "
[Bug fortran/94380] New: Nested associate+select type blocks cause compiler segfault
2023-06-21 16:06 UTC (2+ messages)
` [Bug fortran/94380] "
[Bug libstdc++/110339] New: Implement C++26 library features
2023-06-21 16:00 UTC (2+ messages)
` [Bug libstdc++/110339] "
[Bug c++/110338] New: Implement C++26 language features
2023-06-21 15:59 UTC (2+ messages)
` [Bug c++/110338] "
[Bug preprocessor/109704] New: #pragma {push,pop}_macro broken for identifiers that contain dollar signs at nonfirst positions
2023-06-21 15:30 UTC (2+ messages)
` [Bug preprocessor/109704] "
[Bug middle-end/110018] New: Missing vectorizable_conversion(unsigned char -> double) for BB vectorizer
2023-06-21 14:35 UTC (4+ messages)
` [Bug middle-end/110018] "
[Bug c/110243] New: Wrong code at -O3 on x86_64-linux-gnu
2023-06-21 13:50 UTC (2+ messages)
` [Bug tree-optimization/110243] [13/14 Regression] "
[Bug middle-end/106081] New: missed vectorization
2023-06-21 13:45 UTC (2+ messages)
` [Bug middle-end/106081] "
[Bug tree-optimization/96208] New: non-power-of-2 group size can be vectorized for 2-element vectors case
2023-06-21 13:39 UTC (2+ messages)
` [Bug tree-optimization/96208] non-grouped load can be SLP "
[Bug c/110251] New: Hang at -O3 on x86_64-linux-gnu
2023-06-21 13:30 UTC (2+ messages)
` [Bug tree-optimization/110251] [13/14 Regression] "
[Bug ada/46006] New: vectorization outside of loops
2023-06-21 13:17 UTC (2+ messages)
` [Bug tree-optimization/46006] vectorization outside of loops starting from loads
[Bug c/110062] New: missed vectorization in graphicsmagick
2023-06-21 12:53 UTC (3+ messages)
` [Bug tree-optimization/110062] "
[Bug c++/105651] New: Failure compiling constexpr/__builtin_memcpy on Cygwin with -std=c++20
2023-06-21 12:22 UTC (3+ messages)
` [Bug tree-optimization/105651] [12 Regression] bogus "may overlap" memcpy warning with std::string and operator+ at -O3
[Bug rtl-optimization/110307] New: ICE in move_insn, at haifa-sched.cc:5473 on alpha with -fPIC -fpeephole2 -fschedule-insns2
2023-06-21 11:08 UTC (3+ 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 ada/110336] New: Ada doesn't build with coverage enabled on Arm
2023-06-21 10:49 UTC
[Bug tree-optimization/109812] New: GraphicsMagick resize is a lot slower in GCC 13.1 vs Clang 16
2023-06-21 9:46 UTC (2+ messages)
` [Bug target/109812] GraphicsMagick resize is a lot slower in GCC 13.1 vs Clang 16 on Intel Raptor Lake
[Bug other/110329] New: [14 regression] build fails building documentation after r14-1949-g957ae904065917
2023-06-21 9:37 UTC (4+ messages)
` [Bug other/110329] "
[Bug fortran/49324] New: iso_varying_string and reshape fail
2023-06-21 9:27 UTC (2+ messages)
` [Bug fortran/49324] Deep copy missing for array constructors of DT w/ allocatable components
[Bug debug/110308] New: [14 Regression] ICE on audiofile-0.3.6: RTL: vartrack: Segmentation fault in mode_to_precision(machine_mode)
2023-06-21 8:46 UTC (4+ messages)
` [Bug debug/110308] "
[Bug target/110313] New: [14 Regression] GCN Fiji reload ICE in 'process_alt_operands'
2023-06-21 8:45 UTC (7+ messages)
` [Bug target/110313] "
[Bug tree-optimization/110327] New: [12/13/14 Regression] Missed Dead Code Elimination when using __builtin_unreachable since r12-4790-g4b3a325f07a
2023-06-21 8:33 UTC (2+ messages)
` [Bug tree-optimization/110327] "
[Bug tree-optimization/110326] New: [gcc 14.0 regression]
2023-06-21 8:32 UTC (2+ messages)
` [Bug fortran/110326] [14 Regression]
[Bug tree-optimization/36127] bad choice of loop IVs above -Os on x86
2023-06-21 8:05 UTC (2+ messages)
[Bug rtl-optimization/110237] New: gcc.dg/torture/pr58955-2.c is miscompiled by RTL scheduling after reload
2023-06-21 7:33 UTC (3+ messages)
` [Bug rtl-optimization/110237] "
[Bug tree-optimization/110333] New: GCC 13 -Wformat-overflow=2 should reflect real libc limits for sprintf
2023-06-21 7:21 UTC (3+ messages)
` [Bug tree-optimization/110333] "
[Bug ipa/110334] New: [13/14 Regresssion] unused functions not eliminated before LTO streaming
2023-06-21 7:12 UTC (4+ messages)
` [Bug ipa/110334] "
[Bug c/110322] New: Be more helpful when a varargs function is called in a wrong way
2023-06-21 6:58 UTC (3+ messages)
` [Bug c/110322] "
[Bug tree-optimization/88993] [9 Regression] GCC 9 -Wformat-overflow=2 should reflect real libc limits
2023-06-21 6:56 UTC
[Bug tree-optimization/79161] possibly lost DCE / invariant motion optimization
2023-06-21 6:20 UTC (2+ messages)
[Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow
2023-06-21 4:45 UTC (3+ messages)
[Bug tree-optimization/83733] -Wformat-overflow false positive for %d on bounded integer when inlining
2023-06-21 4:45 UTC
[Bug tree-optimization/94021] -Wformat-truncation false positive due to excessive integer range
2023-06-21 4:33 UTC
[Bug tree-optimization/80776] -Wformat-overflow false positive for %d on integer bounded by __builtin_unreachable
2023-06-21 4:28 UTC (2+ messages)
[Bug tree-optimization/55906] New: suboptimal code generated for post-inc on Thumb1
2023-06-21 4:04 UTC (2+ messages)
` [Bug tree-optimization/55906] "
[Bug other/16996] [meta-bug] code size improvements
2023-06-21 3:54 UTC
[Bug target/11180] [avr-gcc] Optimization decrease performance of struct assignment
2023-06-21 3:54 UTC
[Bug target/110331] New: ppc64 vec_extract with constant index is suboptimal on P8
2023-06-21 3:19 UTC
[Bug tree-optimization/53947] New: [meta-bug] vectorizer missed-optimizations
2023-06-21 2:38 UTC (2+ messages)
` [Bug tree-optimization/53947] "
[Bug c++/110330] New: GCC does not diagnose ambiguous function introduced from base class
2023-06-20 22:42 UTC (3+ messages)
` [Bug c++/110330] "
[Bug c++/82894] [10/11/12/13/14 Regression] Inherited member functions do not create ambiguity
2023-06-20 22:42 UTC
[Bug bootstrap/110324] New: [14 Regression][bootstrap, nvptx] build/genpreds: Internal error: RTL check: expected elt 2 type 'T', have 's' due to r14-1949-g957ae904065917
2023-06-20 22:34 UTC (3+ messages)
` [Bug bootstrap/110324] [14 Regression][build][nvptx] "
[Bug c++/66290] New: wrong location for -Wunused-macros
2023-06-20 22:05 UTC (3+ messages)
` [Bug c++/66290] "
[Bug modula2/110284] New: [14 Regression] Bootstrap failures with m2
2023-06-20 22:00 UTC (2+ messages)
` [Bug modula2/110284] "
[Bug c/110305] New: Incorrect optimization with -O3 -fsignaling-nans -fno-signed-zeros
2023-06-20 21:46 UTC (2+ messages)
` [Bug rtl-optimization/110305] "
[Bug target/110132] New: aarch64: Bogus -Wbuiltin-declaration-mismatch with ls64 builtins
2023-06-20 21:22 UTC (2+ messages)
` [Bug target/110132] "
[Bug target/110100] New: __builtin_aarch64_st64b stores to the wrong address
2023-06-20 21:22 UTC (3+ messages)
` [Bug target/110100] "
[Bug ada/110314] New: Gnat failed assertion and Allocators with discriminant
2023-06-20 21:12 UTC (3+ messages)
` [Bug ada/110314] "
[Bug c++/110304] New: __builtin_adcs missing and you miss the point of builtin_adcb
2023-06-20 21:03 UTC (6+ messages)
` [Bug c++/110304] __builtin_adcs missing and jakub "
[Bug c/102989] New: Add Clang's _ExtInt(N)
2023-06-20 20:04 UTC (2+ messages)
` [Bug c/102989] Implement C2x's n2763 (_BitInt)
page: next (older) | prev (newer) | 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).