public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug other/111544] New: [14 regression] assignment of read-only location after r14-4111-g6e92a6a2a72d3b
 2023-09-22 20:34 UTC  (9+ messages)
` [Bug other/111544] "
` [Bug c++/111544] "

[Bug middle-end/111497] New: [11/12/13/14 Regression] ICE building mariadb on i686 since r8-470
 2023-09-22 19:50 UTC  (2+ messages)
` [Bug middle-end/111497] "

[Bug fortran/95710] New: ICE in gfc_type_is_extensible, at fortran/resolve.c:8848
 2023-09-22 19:17 UTC  (2+ messages)
` [Bug fortran/95710] "

[Bug other/111427] New: [14 regression] gfortran.dg/vect/pr60510.f fails after r14-3999-g3c834d85f2ec42
 2023-09-22 19:15 UTC  (2+ messages)
` [Bug middle-end/111427] "

[Bug tree-optimization/111543] New: `(a & b) & ~a` could be optimized before reassociation
 2023-09-22 18:56 UTC  (3+ messages)
` [Bug tree-optimization/111543] "

[Bug tree-optimization/111542] New: [11/12/13/14 Regression]
 2023-09-22 18:55 UTC  (3+ messages)
` [Bug tree-optimization/111542] "
` [Bug tree-optimization/111542] [11/12/13/14 Regression] (a==0)&(b==0) into `(a|b) == 0` optimization sometimes gets in the way of other optimizations

[Bug middle-end/111541] New: missing optimization x & ~c | (y | c) -> x | (y | c)
 2023-09-22 18:12 UTC  (3+ messages)
` [Bug middle-end/111541] "

[Bug c++/111538] New: Unhelpful message when returning initializer list when deducing the return type
 2023-09-22 17:39 UTC  (2+ messages)
` [Bug c++/111538] "

[Bug tree-optimization/108007] New: wrong code at -Os and above with "-fno-dce -fno-tree-dce" on x86_64-linux-gnu
 2023-09-22 17:30 UTC  (5+ messages)
` [Bug ipa/108007] [11/12/13/14 Regression] "

[Bug c/111540] New: Segmentation fault with '-O3 -fno-dce -fno-tree-dce -fno-tree-sra'
 2023-09-22 17:30 UTC  (3+ messages)
` [Bug c/111540] "

[Bug target/109166] New: Built-in __atomic_test_and_set does not seem to be atomic on ARMv4T
 2023-09-22 17:30 UTC  (3+ messages)
` [Bug target/109166] "

[Bug c++/108026] New: Confusing pedwarn with template lambda with -std=c++11
 2023-09-22 17:14 UTC  (2+ messages)
` [Bug c++/108026] "

[Bug c++/111504] New: compare operator not defined for recursive data types on C++20
 2023-09-22 15:50 UTC  (4+ messages)
` [Bug c++/111504] "

[Bug c++/111531] New: Bound member function (-Wno-pmf-conversions) with multiple inheritance
 2023-09-22 15:47 UTC  (5+ messages)
` [Bug c++/111531] "
` [Bug c++/111531] Bound member function with multiple inheritance documentation should be clearer

[Bug fortran/110311] New: [gfortran 14.0 regression]
 2023-09-22 14:56 UTC  (2+ messages)
` [Bug tree-optimization/110311] [14 Regression] regression in tree-optimizer

[Bug c++/111539] New: __is_range_adaptor_closure_fn is too loosely defined
 2023-09-22 14:46 UTC 

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

[Bug c++/111529] New: ICE on bool conversion in an unrolled loop condition inside template lambda nested in another template scope
 2023-09-22 13:01 UTC  (6+ messages)
` [Bug c++/111529] [11/12/13/14 Regression] "

[Bug middle-end/98710] New: missing optimization (x | c) & ~(y | c) -> x & ~(y | c)
 2023-09-22 11:31 UTC  (3+ messages)
` [Bug middle-end/98710] "

[Bug c++/111471] New: Incorrect NTTP printing in the error messages
 2023-09-22 10:32 UTC  (2+ messages)
` [Bug c++/111471] "

[Bug analyzer/111537] New: ICE: in set_cell_span, at text-art/table.cc:148 with D front-end and -fanalyzer
 2023-09-22 10:31 UTC 

[Bug c++/111493] New: [concepts] multidimensional subscript operator inside requires is broken
 2023-09-22 10:31 UTC  (2+ messages)
` [Bug c++/111493] "

[Bug c++/111485] New: Constraint mismatch on template template parameter
 2023-09-22 10:26 UTC  (2+ messages)
` [Bug c++/111485] [11/12/13/14 Regression] "

[Bug analyzer/111536] New: -fanalyzer false positive with NRVO return
 2023-09-22 10:23 UTC 

[Bug tree-optimization/111498] New: 951% profile quality regression between g:93996cfb308ffc63 (2023-09-18 03:40) and g:95d2ce05fb32e663 (2023-09-19 03:22)
 2023-09-22 10:12 UTC  (3+ messages)
` [Bug tree-optimization/111498] "

[Bug libstdc++/111535] New: _RangeAdaptorClosure's (range | adaptor) operator is underconstrained
 2023-09-22  8:55 UTC 

[Bug driver/111527] New: COLLECT_GCC_OPTIONS option hits single-variable limits too early
 2023-09-22  8:15 UTC  (3+ messages)
` [Bug driver/111527] "

[Bug c++/111517] New: Optimization -O1 removes necessary loop for initialization
 2023-09-22  8:04 UTC  (8+ messages)
` [Bug c++/111517] [12/13 Regression] "
` [Bug tree-optimization/111517] "
` [Bug tree-optimization/111517] [12/13 Regression] Optimization -O1 removes necessary loop for initialization since r12-5915-ge93809f62363ba

[Bug target/110751] New: RISC-V: Suport undefined value that allows VSETVL PASS use TA/MA
 2023-09-22  7:33 UTC  (5+ messages)
` [Bug target/110751] "

[Bug c/111451] New: RISC-V: Missed optimization of vrgather.vv into vrgatherei16.vv
 2023-09-22  7:20 UTC  (5+ messages)
` [Bug target/111451] "

[Bug c/110702] New: Wrong code at -O1 on x86_64-linux-gnu (regression since GCC-12.2)
 2023-09-22  5:46 UTC  (2+ messages)
` [Bug tree-optimization/110702] [12 Regression] "

[Bug target/111533] New: [14 Regression] ICE: RTL check: expected code 'reg', have 'const_int' in rhs_regno, at rtl.h:1934
 2023-09-22  5:24 UTC  (2+ messages)
` [Bug target/111533] "

[Bug tree-optimization/110817] New: [14 Regression] wrong code with vector compares on multiple targets
 2023-09-22  5:21 UTC  (2+ messages)
` [Bug tree-optimization/110817] [14 Regression] wrong code with vector compares and vector lowering

[Bug target/111534] New: [14 Regression] wrong code with -mgeneral-regs-only and vector compare
 2023-09-22  5:21 UTC  (2+ messages)
` [Bug target/111534] "

[Bug c++/111532] New: tuple get accesses through base element type in constant expression
 2023-09-22  1:27 UTC  (2+ messages)
` [Bug c++/111532] "

[Bug modula2/111530] New: Unable to build GM2 standard library on BSD due to a `getopt_long_only' GNU extension dependency
 2023-09-21 23:50 UTC 

[Bug c/108964] New: Attribute target should be implemented for C backend (not only c++)
 2023-09-21 22:41 UTC  (2+ messages)
` [Bug c/108964] Attribute (multi-) target should be implemented for C front-end "

[Bug target/111528] New: aarch64: Test gfortran.dg/pr80494.f90 fails with -fstack-protector-strong with gcc-13
 2023-09-21 20:00 UTC  (3+ messages)
` [Bug target/111528] "

[Bug c/111526] New: inconsistent handling of declaration after label
 2023-09-21 18:45 UTC  (8+ messages)
` [Bug c/111526] "

[Bug c++/111525] New: Inconsistent Wsign-compare in c++ with ubsan
 2023-09-21 18:00 UTC  (3+ messages)
` [Bug c++/111525] "

[Bug c++/111524] New: Missing support for inline namespace in spellcheck
 2023-09-21 17:28 UTC  (2+ messages)
` [Bug c++/111524] "

[Bug middle-end/111523] New: Unexpected performance regression with -ftrivial-auto-var-init=zero for e.g. systemctl unmask
 2023-09-21 16:49 UTC  (2+ messages)
` [Bug middle-end/111523] "

[Bug c/111518] New: relro protection not working in riscv
 2023-09-21 16:05 UTC  (4+ messages)
` [Bug c/111518] "
` [Bug target/111518] "

[Bug tree-optimization/111520] New: [14 Regression] ICE: verify_flow_info failed (error: probability of edge 3->8 not initialized) with -O -fsignaling-nans -fharden-compares -fnon-call-exceptions
 2023-09-21 16:01 UTC  (2+ messages)
` [Bug tree-optimization/111520] "

[Bug tree-optimization/111519] New: [13/14 Regression] Wrong code at -O3 on x86_64-linux-gnu since r13-455-g1fe04c497d
 2023-09-21 16:00 UTC  (4+ messages)
` [Bug tree-optimization/111519] "

[Bug tree-optimization/111515] New: [14 Regression] Missed Dead Code Elimination since r14-4089-gd45ddc2c04e
 2023-09-21 15:55 UTC  (4+ messages)
` [Bug tree-optimization/111515] "

[Bug target/111522] New: Different code path for static initialization with flto
 2023-09-21 15:53 UTC  (2+ messages)
` [Bug target/111522] "

[Bug fortran/111521] New: Polymorphic variable loses information about the actual type assigned when passed as function result
 2023-09-21 15:11 UTC  (2+ messages)
` [Bug fortran/111521] "

[Bug c++/111516] New: parameter passing note is not actionable
 2023-09-21 14:43 UTC  (2+ messages)
` [Bug c++/111516] "

[Bug c++/110622] New: x86: Miscompilation at O1 level (O0 is working)
 2023-09-21 14:29 UTC  (9+ messages)
` [Bug target/110622] "
` [Bug target/110622] x87: Miscompilation at O2 level (O1 "

[Bug middle-end/323] optimized code gives strange floating point results
 2023-09-21 13:34 UTC 

[Bug libstdc++/111327] New: std::bind_front doesn't perfectly forward according to value category of the call wrapper object
 2023-09-21 12:35 UTC  (2+ messages)
` [Bug libstdc++/111327] std::bind_front (and std::not_fn) doesn't always "

[Bug libstdc++/111511] New: Incorrect ADL in std::to_array in GCC 11/12/13
 2023-09-21 11:37 UTC  (6+ messages)
` [Bug libstdc++/111511] "

[Bug target/111425] New: ia64: ICE in net/ipv4/fib_semantics.c:1621:1: internal compiler error: Segmentation fault
 2023-09-21 11:10 UTC  (2+ messages)
` [Bug target/111425] "

[Bug modula2/111510] New: Modula-2 runtime ICE on arm-linux-gnueabihf: iso/RTentity.mod:245:in findChildAndParent has caused internal runtime error, RTentity is either corrupt or the module storage has not been initialized yet
 2023-09-21 10:18 UTC  (2+ messages)
` [Bug modula2/111510] "

[Bug target/111428] New: RISC-V vector: Flaky segfault in {min|max}val_char_{1|2}.f90
 2023-09-21 10:16 UTC  (3+ messages)
` [Bug target/111428] "

[Bug c/111450] New: RISC-V: Missed optimized for strided load/store with stride = element width
 2023-09-21  8:27 UTC  (3+ messages)
` [Bug target/111450] "

[Bug target/111486] New: [14 Regression] ICE: in require, at machmode.h:313 with -O2 -march=rv64iv
 2023-09-21  8:25 UTC  (2+ messages)
` [Bug target/111486] "

[Bug tree-optimization/111514] New: [14 Regression] ICE: in lower_bound, at value-range.h:1078 since r14-3644-g1aceceb1e2
 2023-09-21  8:15 UTC  (3+ messages)
` [Bug tree-optimization/111514] "

[Bug c++/111512] New: GCC's __builtin_memcpy can trigger ADL
 2023-09-21  8:11 UTC  (2+ messages)
` [Bug c++/111512] "

[Bug tree-optimization/111469] New: Wrong code at -Os on x86_64-linux-gnu since r14-573-g69f1a8af45
 2023-09-21  8:10 UTC  (2+ messages)
` [Bug tree-optimization/111469] [14 Regression] "

[Bug tree-optimization/111495] New: [14 regression] ICE in lower_bound, at value-range.h:1078 when building LLVM 17.0.1
 2023-09-21  8:00 UTC  (7+ messages)
` [Bug tree-optimization/111495] "
` [Bug tree-optimization/111495] [14 regression] ICE in lower_bound, at value-range.h:1078 when building LLVM 17.0.1 since r14-3644-g1aceceb1e2d6e8

[Bug sanitizer/111513] New: Incorrect -Wformat-overflow warning when using UBSAN with gettext()
 2023-09-21  7:39 UTC  (5+ messages)
` [Bug sanitizer/111513] "
` [Bug tree-optimization/111513] "

[Bug c++/111482] New: ice in lower_bound with -O3
 2023-09-21  7:33 UTC  (2+ messages)
` [Bug tree-optimization/111482] [14 Regression] "

[Bug target/111367] New: Error: operand out of range (0x1391c is not between 0xffffffffffff8000 and 0x7fff)
 2023-09-21  6:57 UTC  (2+ messages)
` [Bug target/111367] "

[Bug bootstrap/111505] New: Asan (address-sanitizer) bootstrap fails since r14-4003-geaa8e8541349df
 2023-09-21  6:23 UTC  (3+ messages)
` [Bug middle-end/111505] "
` [Bug middle-end/111505] [14 Regression] "

[Bug tree-optimization/111502] New: Suboptimal unaligned 2/4-byte memcpy on strict-align targets
 2023-09-21  6:22 UTC  (5+ messages)
` [Bug middle-end/111502] "

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

[Bug tree-optimization/111456] New: [14 Regression] Dead Code Elimination Regression since r14-3719-gb34f3736356
 2023-09-21  2:44 UTC  (3+ messages)
` [Bug tree-optimization/111456] "

[Bug c/111507] New: Floating point exception with '-O3'
 2023-09-21  2:19 UTC  (3+ messages)
` [Bug c/111507] "

[Bug c/111509] New: Floating point exception with '-O3 -fno-dce -fno-inline-small-functions -fno-tree-dce -fno-tree-dominator-opts -fno-tree-dse'
 2023-09-21  2:17 UTC  (3+ messages)
` [Bug c/111509] "

[Bug c/111508] New: Floating point exception with '-O3 -fno-dce -fno-early-inlining -fno-tree-dce -fno-tree-dse'
 2023-09-21  2:15 UTC  (3+ messages)
` [Bug c/111508] "

[Bug c/111506] New: RISC-V: Failed to vectorize conversion from INT64 -> _Float16
 2023-09-21  1:23 UTC 

[Bug tree-optimization/106164] New: (a > b) & (a >= b) does not get optimized until reassoc1
 2023-09-20 22:41 UTC  (2+ messages)
` [Bug tree-optimization/106164] "

[Bug preprocessor/90400] _Pragma not always expanded in the right location within macros
 2023-09-20 20:51 UTC  (2+ messages)

[Bug preprocessor/61474] New: ICE (segfault) in preprocessor
 2023-09-20 20:49 UTC  (3+ messages)
` [Bug preprocessor/61474] "

[Bug fortran/111503] New: Issues with POINTER, OPTIONAL, CONTIGUOUS dummy arguments
 2023-09-20 20:11 UTC 

[Bug fortran/107716] New: Getting negative values with NINT when using doubleprecision values in range on i386
 2023-09-20 19:48 UTC  (3+ messages)
` [Bug fortran/107716] "

[Bug c/111500] New: [arm-none-eabi-gcc] / suboptimal optimization
 2023-09-20 19:14 UTC  (2+ messages)
` [Bug target/111500] "

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