public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug fortran/107068] New: Run-time error when reading logical arrays with a namelist
 2024-02-17 15:35 UTC  (3+ messages)
` [Bug libfortran/107068] "

[Bug c/113973] New: Pleas issue a warning when using plain character values in bitwise operations
 2024-02-17 15:23 UTC 

[Bug c++/113966] New: Internal compiler error in `do_auto_deduction`
 2024-02-17 15:13 UTC  (6+ messages)
` [Bug c++/113966] "
` [Bug c++/113966] [14 Regression] "

[Bug ada/113972] New: ICE on container map for aggregate
 2024-02-17 15:09 UTC 

[Bug c++/113969] New: ICE: SIGSEGV in finish_enum_value_list (decl.cc:17143) on invalid code
 2024-02-17 14:53 UTC  (3+ messages)
` [Bug c++/113969] ICE: SIGSEGV in finish_enum_value_list (decl.cc:17143) (or build_enumerator (decl.cc:17438) ) "

[Bug c++/113968] New: ICE: in create_tmp_var, at gimple-expr.cc:488 with -fcontracts and invalid member in contract
 2024-02-17 14:53 UTC  (2+ messages)
` [Bug c++/113968] "

[Bug c++/113158] New: Erroneous "looser exception specification" error for class template
 2024-02-17 14:41 UTC  (4+ messages)
` [Bug c++/113158] [11/12/13/14 Regression] Erroneous "looser exception specification" error for class template and depedent noexcept value
` [Bug c++/113158] [11/12/13 "

[Bug fortran/113911] New: [14 Regression] Length is lost passing deferred-length character to subroutine
 2024-02-17 14:07 UTC  (3+ messages)
` [Bug fortran/113911] "

[Bug target/113971] New: failure to build on arm64 musl (#error "Unsupported AArch64 platform for heap trampolines")
 2024-02-17 13:51 UTC 

[Bug pch/113970] New: [14 Regression] pch/system-{1,2}.C fails on darwin
 2024-02-17 13:40 UTC  (2+ messages)
` [Bug pch/113970] "

[Bug target/112294] New: thread_local13.C and thread_local14.C fail on x86_64-darwin
 2024-02-17 12:51 UTC  (2+ messages)
` [Bug target/112294] "

[Bug c++/103524] New: [meta-bug] modules issue
 2024-02-17 12:17 UTC  (2+ messages)
` [Bug c++/103524] "

[Bug c++/110893] New: [modules] ICE Segmentation fault during GIMPLE pass modref
 2024-02-17 12:17 UTC  (2+ messages)
` [Bug c++/110893] "

[Bug sanitizer/113728] New: libasan uses incorrect prctl prototype
 2024-02-17 12:16 UTC  (2+ messages)
` [Bug sanitizer/113728] "

[Bug tree-optimization/113967] New: [14 Regression] ICE: in exact_div, at poly-int.h:2156 with -O -mavx512f
 2024-02-17 11:05 UTC  (6+ messages)
` [Bug tree-optimization/113967] "
` [Bug tree-optimization/113967] [14 Regression] ICE: in exact_div, at poly-int.h:2156 with -O -mavx512f since r14-3381

[Bug tree-optimization/113965] New: [14 Regression] gcc.target/aarch64/sve/mask_struct_load_3_run.c still fails
 2024-02-17  7:37 UTC  (5+ messages)
` [Bug tree-optimization/113965] "
` [Bug testsuite/113965] gcc.target/aarch64/sve/mask_struct_load_3_run.c still fails with qemu due to _Float16 rounding error

[Bug c++/113958] New: support visibility attribute for typeinfo symbol
 2024-02-17  6:19 UTC  (4+ messages)
` [Bug c++/113958] "

[Bug tree-optimization/113964] New: repeat copy of struct
 2024-02-17  5:53 UTC  (2+ messages)
` [Bug tree-optimization/113964] [11/12/13/14/15 Regression] "

[Bug analyzer/113963] New: analyzer-null-dereference, analyzer-malloc-leak false alarms in Gnulib savedir.c
 2024-02-17  5:31 UTC  (2+ messages)
` [Bug analyzer/113963] "

[Bug libgcc/113497] New: error: implicit declaration of function 'abort' on enable-execute-stack.c
 2024-02-17  5:18 UTC  (2+ messages)
` [Bug libgcc/113497] error: implicit declaration of function 'abort' on enable-execute-stack.c on i686-w64-mingw32 target

[Bug c/71219] Warn about (struct S*)malloc(n) where n < sizeof(struct S)
 2024-02-17  5:11 UTC 

[Bug c/88687] redundant -Wbuiltin-declaration-mismatch after -Wimplicit-function-declaration
 2024-02-17  5:09 UTC 

[Bug tree-optimization/87313] attribute malloc not used for alias analysis when it could be
 2024-02-17  5:07 UTC 

[Bug tree-optimization/83194] Possibly missed simplification with strcmp(s, t) == strcmp(t, s)
 2024-02-17  4:46 UTC 

[Bug c/111935] New: gcc ICE with risc-v vector intrinsics
 2024-02-17  3:30 UTC  (2+ messages)
` [Bug target/111935] "

[Bug target/113331] New: AMDGCN: Compilation failure due to duplicate .LEHB<n>/.LEHE<n> symbols
 2024-02-17  2:17 UTC  (2+ messages)
` [Bug target/113331] "

[Bug middle-end/113959] New: Optimize `__builtin_isnan(x) || __builtin_isinf(x)` to `__builtin_isfinite(x)`
 2024-02-17  2:17 UTC  (4+ messages)
` [Bug middle-end/113959] "

[Bug c++/113960] New: std::map with std::vector as input overwrites itself with c++20, on s390x platform
 2024-02-17  0:57 UTC  (2+ messages)
` [Bug target/113960] "

[Bug c/113779] New: Very inefficient m68k code generated for simple copy loop
 2024-02-17  0:39 UTC  (2+ messages)
` [Bug target/113779] "

[Bug libgcc/113850] New: condition variables timed wait does a lot of spurious wakeups on Win32 threading implementation
 2024-02-16 23:49 UTC  (3+ messages)
` [Bug libgcc/113850] "

[Bug target/113913] New: [14] RISC-V: suboptimal code gen for intrinsic vcreate
 2024-02-16 23:33 UTC  (2+ messages)
` [Bug target/113913] "

[Bug c++/104836] New: ice in unify, at cp/pt.cc:24055
 2024-02-16 22:32 UTC  (2+ messages)
` [Bug c++/104836] "

[Bug c++/57527] New: [C++11] Nested variadic templates cause internal compiler error
 2024-02-16 22:26 UTC  (2+ messages)
` [Bug c++/57527] "

[Bug analyzer/109802] New: [regression] during IPA pass: analyzer: internal compiler error (using dubious flexible arrays in unions)
 2024-02-16 21:24 UTC  (2+ messages)
` [Bug analyzer/109802] [13 Regression] ICE using dubious flexible arrays in unions

[Bug target/113934] New: Switch avr to LRA
 2024-02-16 20:56 UTC  (3+ messages)
` [Bug target/113934] "

[Bug middle-end/113907] New: [14 regression] ICU miscompiled since on x86 since r14-5109-ga291237b628f41
 2024-02-16 20:42 UTC  (10+ messages)
` [Bug middle-end/113907] "
` [Bug middle-end/113907] [12/13/14 "

[Bug analyzer/110285] New: -Wanalyzer-infinite-loop false positive
 2024-02-16 19:47 UTC  (2+ messages)
` [Bug analyzer/110285] [13/14 Regression] -Wanalyzer-infinite-recursion false positive involving floating-point values

[Bug analyzer/108562] New: [meta-bug] tracker bug for issues with -Wanalyzer-null-dereference
 2024-02-16 19:41 UTC  (3+ messages)
` [Bug analyzer/108562] "

[Bug analyzer/105755] New: -Wanalyzer-null-dereference regression compiling Emacs
 2024-02-16 19:41 UTC  (6+ messages)
` [Bug analyzer/105755] "

[Bug other/113961] New: [14 regression] 26_numerics/random/pr60037-neg.cc fails in new place after r14-9028-g7f3d900684ad98
 2024-02-16 19:40 UTC  (6+ messages)
` [Bug other/113961] "

[Bug analyzer/109851] New: False positive va_arg when iterating through format string with for-loop
 2024-02-16 19:39 UTC  (2+ messages)
` [Bug analyzer/109851] [13/14 Regression] "

[Bug analyzer/109579] New: -Wanalyzer-out-of-bounds false positive in Emacs mapping stack
 2024-02-16 19:33 UTC  (2+ messages)
` [Bug analyzer/109579] "

[Bug analyzer/109628] New: -Wanalyzer-use-of-uninitialized-value false positive on static storage
 2024-02-16 19:21 UTC  (2+ messages)
` [Bug analyzer/109628] "

[Bug libstdc++/87744] Some valid instantiations of linear_congruential_engine produce compiler errors when __int128 isn't available
 2024-02-16 19:12 UTC  (2+ messages)

[Bug tree-optimization/97990] New: ICE: ‘verify_type’ failed
 2024-02-16 19:01 UTC  (4+ messages)
` [Bug c++/97990] [11/12/13/14 Regression] ICE: ‘verify_type’ failed with vector types and non-PODs since r6-5222-gba6a6a1d44c17f25
` [Bug c++/97990] [11/12/13 "

[Bug target/112103] New: [14 regression] gcc.target/powerpc/rlwinm-0.c fails after r14-4941-gd1bb9569d70304
 2024-02-16 19:01 UTC  (2+ messages)
` [Bug target/112103] "

[Bug c++/109859] New: ICE on concept mis-typed as template type parameter
 2024-02-16 18:54 UTC  (2+ messages)
` [Bug c++/109859] [12/13/14 Regression] "

[Bug analyzer/113923] New: Segfault in gcc/gcc/tree-diagnostic.cc:265
 2024-02-16 18:41 UTC  (5+ messages)
` [Bug analyzer/113923] "

[Bug c++/111974] New: internal error: Segmentation fault on Ubuntu 23.10 (x86-64)
 2024-02-16 18:34 UTC  (2+ messages)
` [Bug c++/111974] internal error: Segmentation fault on Ubuntu 23.10 (x86-64) - compiling RefPerSys

[Bug c++/55004] New: [meta-bug] constexpr issues
 2024-02-16 18:30 UTC  (2+ messages)
` [Bug c++/55004] "

[Bug c++/89336] internal compiler error when compiling a constexpr function
 2024-02-16 18:30 UTC 

[Bug c++/67491] New: [meta-bug] concepts issues
 2024-02-16 18:24 UTC  (2+ messages)
` [Bug c++/67491] "

[Bug c++/87536] Illegal recursive concept leads to compiler ICE
 2024-02-16 18:24 UTC 

[Bug c++/87331] if delete "node->operator_type = kADD;" will report "internal compiler error: Segmentation fault"
 2024-02-16 18:21 UTC 

[Bug c++/85908] Internal error with concepts and polymorphic lambdas
 2024-02-16 18:21 UTC 

[Bug c++/29040] missing access control checks in subclasses for nested types
 2024-02-16 18:08 UTC 

[Bug c++/26278] ambiguous overload candidates list contains duplicates
 2024-02-16 18:06 UTC 

[Bug c++/19073] cp_binding_level::names not returning all decls
 2024-02-16 18:02 UTC 

[Bug c++/17000] parse error calling member template function of non-lvalue from within template class member
 2024-02-16 17:56 UTC 

[Bug c++/113789] New: ICE on P2266/C++23 `decltype(throw x)` where x is move-eligible parameter
 2024-02-16 17:53 UTC  (4+ messages)
` [Bug c++/113789] [13/14 Regression] "
` [Bug c++/113789] [13 "

[Bug c++/111682] New: valgrind error in tsubst_template_decl
 2024-02-16 17:46 UTC  (3+ messages)
` [Bug c++/111682] [14 regression] "

[Bug c++/113545] New: ICE in label_matches with constexpr function with switch-statement and converted (nonconstant, cast address) input
 2024-02-16 17:30 UTC  (3+ messages)
` [Bug c++/113545] "

[Bug c++/98388] New: Throwing move-only parameter results in hard error in SFINAE context
 2024-02-16 17:13 UTC  (2+ messages)
` [Bug c++/98388] "

[Bug c++/113853] New: implicit move in throw in trailing return type
 2024-02-16 17:13 UTC  (3+ messages)
` [Bug c++/113853] "

[Bug c++/104919] New: [modules] enum in constexpr function causes "failed to read compiled module cluster 1: Bad file data"
 2024-02-16 16:49 UTC  (2+ messages)
` [Bug c++/104919] "

[Bug c++/113929] New: GCC accepts template<this auto>
 2024-02-16 16:44 UTC  (3+ messages)
` [Bug c++/113929] "

[Bug c++/98752] New: wrong "error: ‘this’ is not a constant expression" with consteval constructor
 2024-02-16 16:39 UTC  (2+ messages)
` [Bug c++/98752] "

[Bug tree-optimization/108802] New: missed inlining of call via pointer to member function
 2024-02-16 16:35 UTC  (2+ messages)
` [Bug ipa/108802] [11/12/13/14 Regression] "

[Bug analyzer/111213] New: -Wanalyzer-out-of-bounds false negative with `return arr[9];`
 2024-02-16 16:33 UTC  (2+ messages)
` [Bug analyzer/111213] -Wanalyzer-out-of-bounds false negative with `return arr[9];` at -O1 and above

[Bug tree-optimization/111960] New: ICE: during GIMPLE pass: rebuild_frequencies: SIGSEGV (Invalid read of size 4) with -fdump-tree-rebuild_frequencies-all
 2024-02-16 16:25 UTC  (2+ messages)
` [Bug ipa/111960] [14 Regression] "

[Bug libstdc++/113841] New: Can't swap two std::hash<T*>
 2024-02-16 16:01 UTC  (2+ messages)
` [Bug libstdc++/113841] "

[Bug libstdc++/113294] New: constexpr error from accessing inactive union member in basic_string after move assignment
 2024-02-16 15:31 UTC  (3+ messages)
` [Bug libstdc++/113294] "

[Bug c++/99117] New: cannot accumulate std::valarray
 2024-02-16 15:12 UTC  (2+ messages)
` [Bug libstdc++/99117] [11/12/13 Regression] "

[Bug c++/113957] New: [14 Regression] bad-mapper-1.C hangs on all Darwin
 2024-02-16 14:57 UTC  (4+ messages)
` [Bug c++/113957] "
` [Bug other/113957] "

[Bug c++/54052] New: Segmentation Fault
 2024-02-16 14:49 UTC  (2+ messages)
` [Bug c++/54052] [11/12/13/14 Regression] g++ takes excessive time in opt and generate phase; can lead to Segmentation Fault when not enough memory available

[Bug libstdc++/113060] New: std::variant converting constructor/assignment is non-conforming after P2280?
 2024-02-16 14:43 UTC  (2+ messages)
` [Bug libstdc++/113060] "

[Bug analyzer/108400] New: false positive: null dereference
 2024-02-16 14:24 UTC  (2+ messages)
` [Bug analyzer/108400] [12/13/14 Regression] -Wanalyzer-null-dereference false positive on SoftEtherVPN's src/Cedar/WebUI.c

[Bug analyzer/105961] New: -Wanalyzer-use-of-uninitialized-value false positive after "= {0}"
 2024-02-16 14:13 UTC  (2+ messages)
` [Bug analyzer/105961] "

[Bug tree-optimization/108357] New: Dead Code Elimination Regression at -O2 (trunk vs. 12.2.0)
 2024-02-16 14:10 UTC  (2+ messages)
` [Bug tree-optimization/108357] [13 Regression] Dead Code Elimination Regression at -O2 since r13-4607-g2dc5d6b1e7ec88

[Bug analyzer/109251] New: -Wanalyzer-deref-before-check false positives seen in Linux kernel due to check in macros
 2024-02-16 14:04 UTC  (2+ messages)
` [Bug analyzer/109251] [13/14 Regression] "

[Bug analyzer/113314] New: -Wanalyzer-infinite-loop false positive seen on haproxy's fd.c
 2024-02-16 13:54 UTC  (2+ messages)
` [Bug analyzer/113314] [14 Regression] "

[Bug ipa/44563] GCC uses a lot of RAM when compiling a large numbers of functions
 2024-02-16 13:52 UTC 

[Bug target/113955] New: Finish LRA transition for mips by removing -mlra
 2024-02-16 13:27 UTC  (2+ messages)
` [Bug target/113955] "

[Bug fortran/113503] New: [14 Regression] xtb test miscompilation starting with r14-870
 2024-02-16 13:24 UTC  (3+ messages)
` [Bug fortran/113503] "

[Bug middle-end/111156] New: [14 Regression] aarch64 aarch64/sve/mask_struct_store_4.c failures
 2024-02-16 13:19 UTC  (2+ messages)
` [Bug middle-end/111156] "

[Bug sanitizer/113785] New: c-c++-common/asan/swapcontext-test-1.c FAILs
 2024-02-16 13:08 UTC  (4+ messages)
` [Bug sanitizer/113785] "

[Bug tree-optimization/113910] New: [12/13/14 regression] Factor 15 slowdown compiling AMDGPUDisassembler.cpp on SPARC
 2024-02-16 12:57 UTC  (2+ messages)
` [Bug tree-optimization/113910] [12/13 Regression] "

[Bug c/113895] New: ice in in copy_reference_ops_from_ref, at tree-ssa-sccvn.cc:1144
 2024-02-16 11:52 UTC  (5+ messages)
` [Bug tree-optimization/113895] [14 Regression] "

[Bug other/113931] New: [14 regression] 26_numerics/random/pr60037-neg.cc fails after r14-8998-gc9ce332b557bb9
 2024-02-16 11:48 UTC  (3+ messages)
` [Bug libstdc++/113931] "

` ` Piano ` `
 2024-02-16 11:39 UTC 

[Bug target/106543] New: *sge<u>_<X:mode><GPR:mode> uses operand 2 but there is no operand 2
 2024-02-16 10:10 UTC  (2+ messages)
` [Bug target/106543] [11/12/13/14 Regression] "

[Bug target/113951] New: regression redundant load
 2024-02-16  9:58 UTC  (2+ messages)
` [Bug rtl-optimization/113951] "

[Bug target/113932] New: [meta-bug] Targets which should be ported to LRA
 2024-02-16  9:45 UTC  (2+ messages)
` [Bug target/113932] "

[Bug fortran/113928] New: Aliasing of pointer in expression
 2024-02-16  9:43 UTC  (2+ messages)
` [Bug fortran/113928] "

[Bug target/106060] New: Inefficient constant broadcast on x86_64
 2024-02-16  9:41 UTC  (2+ messages)
` [Bug target/106060] "

[Bug target/106530] New: RISCV documentation for -march= is very lacking
 2024-02-16  9:25 UTC  (2+ messages)
` [Bug target/106530] "

[Bug target/109349] New: Add --print-supported-extensions
 2024-02-16  9:22 UTC  (3+ messages)
` [Bug target/109349] riscv: "

[Bug rtl-optimization/111267] New: Codegen regression from i386 argument passing changes
 2024-02-16  9:12 UTC  (2+ messages)
` [Bug rtl-optimization/111267] [14 Regression] "

[Bug rtl-optimization/113690] New: [13/14 Regression] ICE: in as_a, at machmode.h:381 with -O2 -fno-dce -fno-forward-propagate -fno-split-wide-types -funroll-loops
 2024-02-16  9:07 UTC  (2+ messages)
` [Bug target/113690] [13 "

[Bug ipa/98237] New: gcc-dg-lto-modref-3-01.exe etc. FAIL
 2024-02-16  8:49 UTC  (3+ messages)
` [Bug ipa/98237] gcc-dg-lto-modref-3-01.exe etc. FAIL when LTO plugin is not enabled

[Bug tree-optimization/113898] New: ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.cc:1156
 2024-02-16  8:29 UTC  (3+ messages)
` [Bug tree-optimization/113898] [14 regression] ICE in copy_reference_ops_from_ref, at tree-ssa-sccvn.cc:1156 since r14-8929-g938a419182f

[Bug tree-optimization/53947] New: [meta-bug] vectorizer missed-optimizations
 2024-02-16  8:22 UTC  (2+ messages)
` [Bug tree-optimization/53947] "

[Bug middle-end/51848] New: GCC is not able to vectorize when a constant value is also added to the sum of array expression inside a loop
 2024-02-16  8:22 UTC  (2+ messages)
` [Bug tree-optimization/51848] "

[Bug tree-optimization/112508] New: [14 Regression] Size regression when using -Os starting with r14-4089-gd45ddc2c04e
 2024-02-16  8:20 UTC  (3+ messages)
` [Bug tree-optimization/112508] "

[Bug fortran/113956] New: ice in gfc_trans_pointer_assignment, at fortran/trans-expr.cc:10524
 2024-02-16  8:20 UTC 

[Bug middle-end/94988] New: [11 Regression] FAIL: gcc.target/i386/pr64110.c scan-assembler vmovd[\\t ]
 2024-02-16  7:49 UTC  (2+ messages)
` [Bug middle-end/94988] "

[Bug target/63672] xbegin/xend/xabort missing memory barriers
 2024-02-16  6:32 UTC 

[Bug middle-end/36109] GET_MODE_SIZE is inefficient for constants
 2024-02-16  6:14 UTC 

[Bug middle-end/53103] New: bug locating unsigned type for non-standard precision
 2024-02-16  6:03 UTC  (2+ messages)
` [Bug middle-end/53103] "

[Bug rtl-optimization/106615] New: redundant load and store introduced in if-true-branch
 2024-02-16  5:56 UTC  (2+ messages)
` [Bug tree-optimization/106615] "

[Bug target/19799] sibcall-3.c and sibcall-4.c xfailed on hppa64-*-hpux*
 2024-02-16  5:48 UTC 

[Bug c/48504] New: Add Variable Length Array (VLA) support for -fstack-protector(-all)
 2024-02-16  5:33 UTC  (2+ messages)
` [Bug middle-end/48504] "

[Bug target/45335] Use ldrd to load two consecutive words
 2024-02-16  5:27 UTC 

[Bug middle-end/33780] different results between O3 and O0
 2024-02-16  5:15 UTC 

[Bug testsuite/12010] g++.exp and libstdc++.exp fail to find testsuite_flags when cross-compiling
 2024-02-16  4:49 UTC 

[Bug target/113954] New: Finish LRA transition for arc by removing -mlra
 2024-02-16  4:32 UTC 

[Bug target/113953] New: Finish LRA transition for s390 by removing -mlra
 2024-02-16  4:31 UTC 

[Bug target/113952] New: Finish LRA transition for sparc by removing -mlra
 2024-02-16  4:30 UTC 

[Bug fortran/50774] New: Internal Compiler Error when march=bdver1
 2024-02-16  4:23 UTC  (2+ messages)
` [Bug target/50774] "

[Bug target/113780] New: [ARM] Incorrect indirect tailcall generated for PAC-enabled function
 2024-02-16  4:18 UTC  (3+ messages)
` [Bug target/113780] "

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