public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug c/107898] New: [11/12/13 Regression] ICE in irange_intersect, at value-range.cc:1640
 2023-05-05 13:34 UTC  (3+ messages)
` [Bug c/107898] [11 "

[Bug c/109748] New: RISC-V: Mis code gen for the
 2023-05-05 13:29 UTC  (3+ messages)
` [Bug target/109748] RISC-V: Mis code gen for the RVV intrinsic VSETVL

[Bug c/109615] New: Redundant VSETVL after optimized code of RVV
 2023-05-05 13:18 UTC  (2+ messages)
` [Bug target/109615] "

[Bug fortran/109622] New: internal compiler error: in omp_group_base, at gimplify.cc:9412 if -fopenacc is set
 2023-05-05 13:15 UTC  (4+ messages)
` [Bug fortran/109622] [13/14 regression][OpenACC] "

[Bug bootstrap/84402] [meta] GCC build system: parallelism bottleneck
 2023-05-05 12:48 UTC  (6+ messages)

[Bug tree-optimization/109746] New: Fails removing redundant comparison in for loop over multiple variables, unless members of struct
 2023-05-05 12:21 UTC  (2+ messages)
` [Bug tree-optimization/109746] "

[Bug tree-optimization/109735] New: [14 Regression] ICE in vectorizable_store, at tree-vect-stmts.cc:8529 since r14-322-g821ef93976e750
 2023-05-05 12:19 UTC  (6+ messages)
` [Bug tree-optimization/109735] "

[Bug tree-optimization/109690] New: bad SLP vectorization on zen
 2023-05-05 12:16 UTC  (3+ messages)
` [Bug target/109690] "

[Bug target/108724] New: [11 regression] Poor codegen when summing two arrays without AVX or SSE
 2023-05-05 12:06 UTC  (3+ messages)
` [Bug tree-optimization/108724] [11 Regression] "
` [Bug target/108724] "

[Bug target/109747] New: [12/13/14 Regression] SLP cost of constructors is off
 2023-05-05 12:02 UTC  (2+ messages)
` [Bug target/109747] "

[Bug c++/109745] New: Incorrect code generated with -O1 when having a constexpr object modifying a mutable member
 2023-05-05 11:56 UTC  (3+ messages)
` [Bug c++/109745] "

[Bug libgcc/109540] New: Y2038: GCC gthr-posix.h weakref symbol invoking function has impact on time values
 2023-05-05 11:46 UTC  (2+ messages)
` [Bug libgcc/109540] "

Y2038: GCC gthr-posix.h weakref symbol invoking function has impact on time values
 2023-05-05 11:23 UTC  (9+ messages)

[Bug analyzer/109335] New: -Wanalyzer-malloc-leak false positives and false negatives
 2023-05-05 11:13 UTC  (2+ messages)
` [Bug analyzer/109335] "

[Bug tree-optimization/100162] New: missed optimization for dead code elimination at -O3 (vs. -O2)
 2023-05-05 10:16 UTC  (3+ messages)
` [Bug tree-optimization/100162] "

[Bug c/109744] New: bogus Warray-bounds on gcc 12.2, fixed in 13 branch
 2023-05-05  9:33 UTC  (2+ messages)
` [Bug c/109744] mesa/panvk: "

[Bug libgomp/108098] New: OpenMP/nvptx reverse offload execution test FAILs
 2023-05-05  9:28 UTC  (2+ messages)
` [Bug libgomp/108098] "

[Bug libgomp/66005] New: libgomp make check time is excessive
 2023-05-05  9:05 UTC  (3+ messages)
` [Bug libgomp/66005] "

[Bug c/109714] New: bogus may be used uninitialized warning
 2023-05-05  8:51 UTC  (5+ messages)
` [Bug tree-optimization/109714] bogus "may be used uninitialized warning"
` [Bug tree-optimization/109714] mesa/aux/draw_llvm: "

[Bug tree-optimization/27504] x && (x & y) not optimized to x & y
 2023-05-05  8:17 UTC 

[Bug c/108500] New: -O -finline-small-functions results in "internal compiler error: Segmentation fault" on a very large program (700k function calls)
 2023-05-05  8:09 UTC  (2+ messages)
` [Bug tree-optimization/108500] [11 Regression] "

[Bug tree-optimization/100082] New: missed optimization for dead code elimination at -O3 (vs. -O2)
 2023-05-05  7:53 UTC  (2+ messages)
` [Bug tree-optimization/100082] "

[Bug ipa/99987] New: missed optimization for dead code elimination at -O3 (vs. -O2)
 2023-05-05  7:50 UTC  (2+ messages)
` [Bug tree-optimization/99987] [12/13/14 Regression] "

[Bug tree-optimization/57755] New: Improve fold_binary_op_with_conditional_arg
 2023-05-05  7:43 UTC  (3+ messages)
` [Bug tree-optimization/57755] "

[Bug tree-optimization/69991] missed tail merge optimization
 2023-05-05  7:03 UTC 

[Bug tree-optimization/70546] ifconvert if(cond) ++count; to count += cond; fails because of mergephi and failed loop header copying
 2023-05-05  6:59 UTC 

[Bug tree-optimization/67886] New: Incomplete optimization for virtual function call into freshly constructed object
 2023-05-05  6:51 UTC  (2+ messages)
` [Bug tree-optimization/67886] "

[Bug c++/109732] New: [14 regression] gcc miscompiles iterator comparison on nlohmann_json
 2023-05-05  6:25 UTC  (19+ messages)
` [Bug tree-optimization/109732] "
` [Bug tree-optimization/109732] [14 regression] gcc miscompiles iterator comparison on nlohmann_json since r14-204-gf1f5cbaa3f716f

[Bug tree-optimization/25290] PHI-OPT could be rewritten so that is uses match
 2023-05-05  6:24 UTC 

[Bug c/109743] New: RISC-V: Unnecessary VSETVLI of the RVV intrinsic in loop
 2023-05-05  6:17 UTC 

[Bug tree-optimization/109691] New: Takes until forwprop2 to remove !a sometimes
 2023-05-05  6:09 UTC  (3+ messages)
` [Bug tree-optimization/109691] "

[Bug objc++/109728] New: lambda capture with initializer doesn't compile
 2023-05-05  5:30 UTC  (3+ messages)
` [Bug objc++/109728] lambda capture with initializer doesn't compile when compiling ObjC++ code

[Bug tree-optimization/109722] New: ABSU<a> == 0 is not optimized to just a == 0
 2023-05-05  5:24 UTC  (4+ messages)
` [Bug tree-optimization/109722] "

[Bug c/105576] New: x86: Support a machine constraint to get raw symbol name
 2023-05-05  4:53 UTC  (2+ messages)
` [Bug target/105576] "

[Bug fortran/109662] New: bad namelist input but gfortran accepted it
 2023-05-05  2:44 UTC  (2+ messages)
` [Bug libfortran/109662] "

[Bug c++/109645] New: ice in instantiate_decl, at cp/pt.cc:27097
 2023-05-05  1:09 UTC  (2+ messages)
` [Bug c++/109645] [14 Regression] ICE in instantiate_decl, at cp/pt.cc:27097 since r14-283-g95d4c0d2e6318a

[Bug c++/109658] New: ICE when building aria2-1.36.0 (internal compiler error: in instantiate_decl, at cp/pt.cc:27095)
 2023-05-05  1:09 UTC  (5+ messages)
` [Bug c++/109658] [14 Regression] ICE when building aria2-1.36.0 (internal compiler error: in instantiate_decl, at cp/pt.cc:27095) since r14-283-g95d4c0d2e6318a

[Bug c++/109723] New: [14 regression] ICE in instantiate_decl, at cp/pt.cc:27066 when building opencv-4.7.0
 2023-05-05  1:09 UTC  (3+ messages)
` [Bug c++/109723] [14 regression] ICE in instantiate_decl, at cp/pt.cc:27066 when building opencv-4.7.0 since r14-283-g95d4c0d2e6318a

[Bug fortran/97122] New: Spurious FINAL ... must be in the specification part of a MODULE
 2023-05-04 22:17 UTC  (4+ messages)
` [Bug fortran/97122] "

[Bug c++/52339] New: using delete ptr1->ptr2 where ptr2 destructor deletes a const ptr1 fails
 2023-05-04 22:12 UTC  (8+ messages)
` [Bug c++/52339] "

[Bug c++/100918] New: Naming a destructor as a qualified template-id results in bogus access error
 2023-05-04 21:49 UTC  (4+ messages)
` [Bug c++/100918] [10 Regression] "

[Bug c++/109742] New: ICE on unexpanded NTTP pack
 2023-05-04 21:44 UTC  (2+ messages)
` [Bug c++/109742] "

[Bug libstdc++/109741] New: alignas(64) in libstdc++-v3/src/c++11/shared_ptr.cc
 2023-05-04 20:18 UTC  (15+ messages)
` [Bug libstdc++/109741] "

[Bug testsuite/109656] New: [14 regression] 26_numerics/random/random_device/cons/token.cc fails after r14-289-gf9412cedd6c0e7
 2023-05-04 20:08 UTC  (2+ messages)
` [Bug testsuite/109656] "

[Bug c++/109666] New: Segmentation fault with std::array using gcc 13
 2023-05-04 20:04 UTC  (4+ messages)
` [Bug c++/109666] [12 Regression] Segmentation fault with std::array

[Bug c++/109730] New: ICE in c_common_parse_file()
 2023-05-04 20:04 UTC  (6+ messages)
` [Bug c++/109730] [12/13/14 regression] ICE in contains_struct_check
` [Bug c++/109730] [12/13/14 regression] ICE in contains_struct_check since r12-9441-g94569d91bd4c60

[Bug c/109716] New: bogus stringop-overread "reading 4 bytes from a region of size 0"
 2023-05-04 19:10 UTC  (4+ messages)
` [Bug tree-optimization/109716] "
` [Bug tree-optimization/109716] mesa/r300 "

[Bug target/109733] New: ICE in extract_insn, at recog.cc:2791 since r14-475-g508f082829af68
 2023-05-04 18:27 UTC  (7+ messages)
` [Bug target/109733] [14 Regression] "

[Bug c++/109738] New: C++20 implicit conversion is used during spaceship operator resolution instead of class's operator< for classes without spaceship operator
 2023-05-04 18:15 UTC  (2+ messages)
` [Bug c++/109738] "

[Bug c++/109740] New: -Woverloaded-virtual is too aggressive
 2023-05-04 17:45 UTC  (3+ messages)
` [Bug c++/109740] "

[Bug modula2/109729] New: gm2 (14.0.0) does not like a CHAR type FOR loop control variable any more
 2023-05-04 17:22 UTC  (5+ messages)
` [Bug modula2/109729] "

[Bug fortran/109701] New: I have a MWE where an omp reduction breaks if I add the option for GPU offloading (even if it isn't used)
 2023-05-04 16:41 UTC  (3+ messages)
` [Bug fortran/109701] "

[Bug c/109695] New: crash in gimple_ranger::range_of_expr
 2023-05-04 16:22 UTC  (6+ messages)
` [Bug tree-optimization/109695] [14 Regression] crash in gimple_ranger::range_of_expr since r14-377-gc92b8be9b52b7e

[Bug c++/101780] New: Missing initializers whereas structure has default initializers
 2023-05-04 16:11 UTC  (2+ messages)
` [Bug c++/101780] "

[Bug c++/109739] New: bogus warning due to -Wmissing-field-initializers in C++20 with designated initializers on struct with empty base class
 2023-05-04 15:59 UTC 

[Bug libstdc++/109703] New: __builtin_unreachable() reached
 2023-05-04 15:43 UTC  (2+ messages)
` [Bug libstdc++/109703] [12/13/14 Regression] __builtin_unreachable() reached since r13-6915-gbf78b43873b0b7

[Bug libstdc++/109737] New: [13/14] Hitting unreachable code when using std::string::assign with iterators
 2023-05-04 15:43 UTC  (2+ messages)
` [Bug libstdc++/109737] "

[Bug c/108896] New: provide "element_count" attribute to give more context to __builtin_dynamic_object_size() and -fsanitize=bounds
 2023-05-04 15:30 UTC  (3+ messages)
` [Bug c/108896] "

[Bug analyzer/109736] New: GCC Static Analyzer evaluates `e == d + 1` to be UNKNOWN with the fact that `e == d`, e is a pointer, and d is an array
 2023-05-04 14:16 UTC 

[Bug analyzer/109063] New: GCC Static Analyzer evaluates `e == &d + 1` to be UNKNOWN with the fact that `e == &d`
 2023-05-04 14:12 UTC  (2+ messages)
` [Bug analyzer/109063] "

[Bug c/109734] New: ARM64 support for __builtin_popcountll
 2023-05-04 13:35 UTC  (4+ messages)
` [Bug target/109734] "

[Bug c++/109717] New: -Warray-bound error with gnu++20 and fmt library
 2023-05-04 13:30 UTC  (6+ messages)
` [Bug libstdc++/109717] "
` [Bug tree-optimization/109717] "

[Bug c++/109720] New: -Wmaybe-uninitialized triggering when I can see no path that would allow it
 2023-05-04 13:23 UTC  (3+ messages)
` [Bug tree-optimization/109720] "

[Bug c/53929] New: Bug in the use of Intel asm syntax when a global is named "and"
 2023-05-04 13:14 UTC  (2+ messages)
` [Bug target/53929] [meta-bug] -masm=intel with global symbol

[Bug go/98823] New: go testsuite and timeouts
 2023-05-04 13:02 UTC  (2+ messages)
` [Bug go/98823] "

[Bug target/106484] New: Failure to optimize uint64_t/constant division on ARM32
 2023-05-04 12:55 UTC  (2+ messages)
` [Bug target/106484] "

[Bug other/109709] New: List of prerequisites should include that tar is required (not only for unpacking the source)
 2023-05-04 12:42 UTC  (3+ messages)
` [Bug bootstrap/109709] "

[Bug c++/109731] New: g++ eveluates delete's expressio more than once
 2023-05-04 11:34 UTC  (6+ messages)
` [Bug c++/109731] g++ evaluates delete expressions "

[Bug libstdc++/103240] New: std::type_info::before gives wrong answer for ARM EABI
 2023-05-04 11:04 UTC  (3+ messages)
` [Bug libstdc++/103240] "

[Bug c/56113] New: out of memory when compiling a function with many goto labels (50k > )
 2023-05-04 10:54 UTC  (4+ messages)
` [Bug c/56113] "

[Bug tree-optimization/109721] New: [14 Regression] predcom-2 fails after recent changes
 2023-05-04 10:52 UTC  (3+ messages)
` [Bug tree-optimization/109721] [14 Regression] predcom-2 started to fail on arc-elf after r14-391

[Bug preprocessor/108900] New: [libcpp] cpp gives wrong line number information
 2023-05-04 10:19 UTC  (2+ messages)
` [Bug preprocessor/108900] [libcpp] cpp gives wrong line number information with a file huge number of lines

[Bug tree-optimization/54627] New: VRP uses lots of memory and compile-time
 2023-05-04  9:29 UTC  (2+ messages)
` [Bug tree-optimization/54627] "

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