public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
[Bug rtl-optimization/107050] New: duplicate load of return value when facing multiple branches
 2022-09-27  8:53 UTC 

[Bug libgomp/107041] New: [13 Regression] C '-Wenum-int-mismatch' diagnostic for OpenACC 'acc_on_device'
 2022-09-27  8:50 UTC  (2+ messages)
` [Bug libgomp/107041] "

[Bug libstdc++/107049] New: error: ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::operator __sv_type() const [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; __sv_type = std::basic_string_view<char>]’ is inaccessible within this context
 2022-09-27  8:41 UTC  (7+ messages)
` [Bug libstdc++/107049] "
` [Bug c++/107049] "

[Bug ipa/107044] New: internal compiler error: in dump_possible_polymorphic_call_targets, at ipa-devirt.cc:3456
 2022-09-27  8:31 UTC  (3+ messages)
` [Bug ipa/107044] ICE in dump_possible_polymorphic_call_targets, at ipa-devirt.cc:3456 since r12-6325-gad64a821970ef554

[Bug c++/107024] New: ICE in finish_expr_stmt, at cp/semantics.cc:872
 2022-09-27  8:15 UTC  (5+ messages)
` [Bug c++/107024] "

[Bug c/107048] New: GCC lacks -fsanitize=kcfi
 2022-09-27  7:28 UTC 

[Bug rtl-optimization/107047] New: load introduced of struct fields after assigning it to a local variable
 2022-09-27  7:25 UTC 

[Bug tree-optimization/107046] New: [13 Regression] Recent FP range work causing inf-2 to be miscompiled on rx-elf
 2022-09-27  7:20 UTC  (2+ messages)
` [Bug tree-optimization/107046] "

[Bug c++/106651] New: [C++23] P1169 - static operator()
 2022-09-27  6:41 UTC  (2+ messages)
` [Bug c++/106651] "

[Bug c++/107029] New: ice during GIMPLE pass: reassoc
 2022-09-27  6:27 UTC  (4+ messages)
` [Bug c++/107029] [13 Regression] "
` [Bug tree-optimization/107029] "

[Bug c++/106652] New: [C++23] P1467 - Extended floating-point types and standard names
 2022-09-27  6:18 UTC  (2+ messages)
` [Bug c++/106652] "

[Bug c++/85518] ICE mangling _FloatN types
 2022-09-27  6:18 UTC 

[Bug c++/102284] New: Can access object outside of its lifetime during constant evaluation
 2022-09-27  1:40 UTC  (3+ messages)
` [Bug c++/102284] "

[Bug c++/100134] New: ICE when using a vector in a mdoule
 2022-09-26 23:34 UTC  (3+ messages)
` [Bug c++/100134] [modules] ICE when using a vector in a module

[Bug c++/103524] New: [meta-bug] modules issue
 2022-09-26 23:33 UTC  (2+ messages)
` [Bug c++/103524] "

[Bug c++/107045] New: [modules] ICE on use of std::vector from importable header
 2022-09-26 23:33 UTC  (3+ messages)
` [Bug c++/107045] "
` [Bug c++/107045] [modules] ICE on instantiation of a ::std class template with a friend function imported from an "

[Bug c/59850] New: Support sparse-style pointer address spaces (type attributes)
 2022-09-26 22:47 UTC  (2+ messages)
` [Bug c/59850] "

[Bug fortran/107000] New: ICE in gfc_real2complex, at fortran/arith.cc:2243
 2022-09-26 21:37 UTC  (4+ messages)
` [Bug fortran/107000] "

[Bug bootstrap/107042] New: GCC build error after today's change
 2022-09-26 20:36 UTC  (9+ messages)
` [Bug bootstrap/107042] "

[Bug tree-optimization/107043] New: range information not used in popcount
 2022-09-26 20:27 UTC  (2+ messages)
` [Bug tree-optimization/107043] "

[Bug tree-optimization/107038] New: [13 Regression] Bogus -Wstringop-overflow= since r13-2789-gb40b3035879cf695
 2022-09-26 19:16 UTC  (8+ messages)
` [Bug tree-optimization/107038] "

[Bug fortran/106986] New: [10/11/12/13 Regression] ICE in simplify_findloc_nodim, at fortran/simplify.cc:5675
 2022-09-26 18:19 UTC  (4+ messages)
` [Bug fortran/106986] "

[Bug c++/98940] New: Implement C++23 language features
 2022-09-26 17:42 UTC  (2+ messages)
` [Bug c++/98940] "

[Bug c++/106656] New: [C++23] P2513 - char8_t Compatibility and Portability Fixes
 2022-09-26 17:42 UTC  (3+ messages)
` [Bug c++/106656] "

[Bug tree-optimization/107009] New: massive unnecessary code blowup in vectorizer
 2022-09-26 17:25 UTC  (4+ messages)
` [Bug tree-optimization/107009] [13 Regression] "

[Bug c++/106784] New: Add __is_convertible built-in
 2022-09-26 16:42 UTC  (3+ messages)
` [Bug c++/106784] "

[Bug rtl-optimization/78085] extra sign extend if used to store in 32bit and return 64bit and the upper bits are known to be zeroed
 2022-09-26 16:33 UTC  (3+ messages)

[Bug c/107016] New: [meta-bug] tracker bug for supporting "sparse" attributes in GCC
 2022-09-26 15:39 UTC  (2+ messages)
` [Bug c/107016] "

[Bug c++/107033] New: [13 Regression] [modules] ICE converting to span
 2022-09-26 15:31 UTC  (8+ messages)
` [Bug c++/107033] "
` [Bug c++/107033] [13 Regression] [modules] ICE using span as a range
` [Bug c++/107033] [13 Regression] [modules] Variable template of type trait via importable header gives wrong result

[Bug c++/107023] New: [[gnu::stdcall]] Crashes the compiler, but __attribute__((stdcall)) and __stdcall worrks
 2022-09-26 14:57 UTC  (7+ messages)
` [Bug c++/107023] "
` [Bug c++/107023] [10/11/12/13 Regression] "

[Bug fortran/107031] New: endfile truncates file at wrong position
 2022-09-26 14:33 UTC  (7+ messages)
` [Bug libfortran/107031] "

[Bug libgcc/107026] New: gcc_assert (in_shutdown || ob); build failure for i586-msdosdjgpp target
 2022-09-26 14:00 UTC  (10+ messages)
` [Bug libgcc/107026] "
` [Bug libgcc/107026] [13 Regression] "

[Bug libstdc++/107037] New: 541.leela_r compiling fail since r13-2779
 2022-09-26 13:00 UTC  (5+ messages)
` [Bug libstdc++/107037] [13 Regression] "

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)
 2022-09-26 13:00 UTC 

[Bug target/107032] New: ARM: libgcc2.c:2174:1: error: r7 cannot be used in 'asm' here
 2022-09-26 12:51 UTC  (6+ messages)
` [Bug target/107032] "

[Bug tree-optimization/107021] New: [13 Regression] 511.povray_r error with -Ofast -march=znver2 -flto since r13-2810-gb7fd7fb5011106
 2022-09-26 10:53 UTC  (9+ messages)
` [Bug tree-optimization/107021] "

[Bug middle-end/106982] New: [OpenACC] ICE incorrect sharing of tree nodes with nested reduction / .GOACC_REDUCTION
 2022-09-26 10:45 UTC  (2+ messages)
` [Bug middle-end/106982] [10/11/12/13 Regression][OpenACC] "

[Bug target/106919] New: [13 Regression] RTL check: expected code 'set' or 'clobber', have 'if_then_else' in s390_rtx_costs, at config/s390/s390.cc:3672on s390x-linux-gnu
 2022-09-26 10:09 UTC  (2+ messages)
` [Bug target/106919] [13 Regression] RTL check: expected code 'set' or 'clobber', have 'if_then_else' in s390_rtx_costs, at config/s390/s390.cc:3672on s390x-linux-gnu since r13-2251-g1930c5d05ceff2

[Bug target/107025] New: gas doesn't accept code produced by -mcpu=thunderx3t110
 2022-09-26  9:34 UTC  (3+ messages)
` [Bug target/107025] "

[Bug c++/106921] New: [11/12.1] -O1 and -fipa-icf -fpartial-inlining causes wrong code
 2022-09-26  9:33 UTC  (3+ messages)
` [Bug c++/106921] [11/12/13 Regression] -O1 and -fipa-icf -fpartial-inlining causes wrong code since r11-4987-g602c6cfc79ce4ae6

[Bug c++/107039] New: GCC not diagnosing UB in constant expression
 2022-09-26  9:29 UTC  (2+ messages)
` [Bug c++/107039] "

[Bug c++/82877] negative array index accepted in a pointer difference expression in constexpr context
 2022-09-26  9:29 UTC 

[Bug lto/107030] New: Emitted binary code changes when -g is enabled at -O2 -flto and optimize attribute
 2022-09-26  9:25 UTC  (4+ messages)
` [Bug lto/107030] "

[Bug middle-end/107028] New: [13 Regression][OpenACC] ICE in install_var_field, at omp-low.cc:797
 2022-09-26  9:20 UTC  (4+ messages)
` [Bug middle-end/107028] "

[Bug bootstrap/107018] New: [13 Regression] libgcc unwind-dw2-fde references undeclared variable
 2022-09-26  7:48 UTC  (3+ messages)
` [Bug bootstrap/107018] "

[Bug target/96072] New: ICE: Segmentation fault (in add_reg_note)
 2022-09-26  5:34 UTC  (2+ messages)
` [Bug target/96072] [10/11/12 Regression] "

[Bug tree-optimization/94962] New: Suboptimal AVX2 code for _mm256_zextsi128_si256(_mm_set1_epi8(-1))
 2022-09-26  5:30 UTC  (2+ messages)
` [Bug target/94962] "

[Bug tree-optimization/53346] New: [4.6/4.7/4.8 Regression] Bad vectorization in the proc cptrf2 of rnflow.f90
 2022-09-26  3:24 UTC  (3+ messages)
` [Bug target/53346] [4.6/4.7/4.8 Regression] Bad if conversion in "

[Bug rtl-optimization/100645] New: ICE in related_vector_mode, at stor-layout.c:537
 2022-09-26  3:24 UTC  (2+ messages)
` [Bug target/100645] "

[Bug lto/107036] New: Emitted binary code changes when -g is enabled at -O1 -flto and optimize attribute
 2022-09-26  1:53 UTC 

[Bug c++/99631] New: decltype of non-type template-parameter shouldn't be const
 2022-09-26  1:47 UTC  (3+ messages)
` [Bug c++/99631] "

[Bug target/105753] New: [avr] ICE: in add_clobbers, at config/avr/avr-dimode.md:2705
 2022-09-25 21:45 UTC  (2+ messages)
` [Bug target/105753] "

[Bug c++/107035] New: [avr] internal compiler error: in add_clobbers, at config/avr/avr-dimode.md
 2022-09-25 21:45 UTC  (2+ messages)
` [Bug target/107035] "

[Bug fortran/100029] New: ICE on subroutine call with allocatable polymorphic assumed-rank argument
 2022-09-25 21:07 UTC  (2+ messages)
` [Bug fortran/100029] "

[Bug c++/107034] New: SIGSEGV in code using c style array
 2022-09-25 21:07 UTC  (2+ messages)
` [Bug c++/107034] "

[Bug fortran/41453] use INTENT(out) for optimization
 2022-09-25 20:32 UTC  (7+ messages)

[Bug lto/107014] New: flatten+lto
 2022-09-25 19:56 UTC  (2+ messages)
` [Bug lto/107014] flatten+lto fails the kernel build

[Bug c/106972] New: internal compiler error: in extract_insn, at recog.c:2770 on ARMeb when building gcc itself
 2022-09-25 19:43 UTC  (2+ messages)
` [Bug target/106972] "

[Bug target/101989] New: Fail to optimize (a & b) | (c & ~b) to vpternlog instruction
 2022-09-25 19:35 UTC  (2+ messages)
` [Bug target/101989] "

[Bug target/93768] Use vpternlog for composite logical operations
 2022-09-25 19:35 UTC 

[Bug c++/106826] New: [modules] Variable template of type trait via importable header gives wrong result
 2022-09-25 17:14 UTC  (2+ messages)
` [Bug c++/106826] [13 Regression] "

[Bug fortran/99169] New: Segfault when passing allocatable scalar into intent(out) dummy argument
 2022-09-25 12:48 UTC  (2+ messages)
` [Bug fortran/99169] [9/10/11 Regression] "

[Bug fortran/87401] [9 Regression] Runtime segfault with associated intent(out) variable
 2022-09-25 12:48 UTC 

[Bug fortran/87395] [9 Regression] ICE in in lookup_field_for_decl with whizard
 2022-09-25 12:48 UTC  (2+ messages)

[Bug lto/105012] New: [12 Regression] wrf from SPECCPU2017 ICEs during LTO linking
 2022-09-25 12:48 UTC  (3+ messages)
` [Bug fortran/105012] [12/13 Regression] wrf from SPECCPU2017 ICEs during LTO linking since r12-7692-g8db155ddf8cec9

[Bug fortran/106817] New: clobber ordering problem when an actual intent(in) argument depends on the value of an intent(out) argument
 2022-09-25 12:48 UTC  (2+ messages)
` [Bug fortran/106817] "

[Bug libstdc++/106852] New: Implement C++23 P2465R3 Standard Library Modules std and std.compat
 2022-09-25  5:53 UTC  (2+ messages)
` [Bug libstdc++/106852] "

[Bug fortran/102900] New: ICE via gfc_class_data_get in alloc_comp_class_4.f03 with -fcheck=all
 2022-09-24 19:45 UTC  (2+ messages)
` [Bug fortran/102900] ICE via gfc_class_data_get with alloc_comp_class_4.f03 or proc_ptr_52.f90 using -fcheck=all

[Bug fortran/100245] New: ICE on automatic reallocation
 2022-09-24 19:02 UTC  (4+ messages)
` [Bug fortran/100245] "

[Bug middle-end/107027] New: Please improve the documentation of global register variables
 2022-09-24 18:28 UTC 

[Bug libstdc++/91456] std::function and std::is_invocable_r do not understand guaranteed elision
 2022-09-24  9:38 UTC  (2+ messages)

[Bug c/107001] New: ICE in expand_gimple_stmt_1, at cfgexpand.cc:4017
 2022-09-24  7:31 UTC  (2+ messages)
` [Bug c/107001] ICE in expand_gimple_stmt_1, at cfgexpand.cc:4017 since r9-3941-g28567c40e2c7c88e

[Bug c/106981] New: [OpenMP] ICE in decompose, at wide-int.h:984 with '#pragma acc atomic capture'
 2022-09-24  7:31 UTC  (2+ messages)
` [Bug c/106981] [10/11/12/13 Regression][OpenACC][OpenMP] ICE in decompose, at wide-int.h:984 with '#pragma omp/acc "

[Bug c/106939] New: Linker-defined symbols are stained due to 'array subscript is partly outside array bounds' warning
 2022-09-24  1:21 UTC  (2+ messages)
` [Bug c/106939] "

[Bug c++/107022] New: error: use of deleted function 'std::unordered_map
 2022-09-23 22:22 UTC  (7+ messages)
` [Bug c++/107022] "

[Bug c/51437] New: GCC should warn on the use of reserved identifier/macro names
 2022-09-23 20:20 UTC  (2+ messages)
` [Bug c/51437] "

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