[Bug target/51838] Inefficient add of 128 bit quantity represented as 64 bit tuple to 128 bit integer.

2021-08-29 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51838 --- Comment #3 from Uroš Bizjak --- (In reply to Hongtao.liu from comment #2) > The interest thing is when i remove addti3 and ashlti3 from i386.md, GCC > generates optimal code. Yes, we had this situation with _doubleword instructions, and it

[Bug go/101994] go1: internal compiler error: in return_statement, at go/go-gcc.cc:2318

2021-08-29 Thread lebedev.k.m at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101994 --- Comment #3 from Konstantin Lebedev --- (In reply to Ian Lance Taylor from comment #2) > Fix is https://golang.org/cl/343873. Test case is > https://golang.org/cl/343874. Thank you very much Great job

[Bug tree-optimization/67962] Optimization opportunity with conditional swap to two MIN/MAX in phiopt

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67962 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from Andrew Pins

[Bug tree-optimization/85509] fails to promote local static to const

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85509 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #6 from Andrew P

[Bug rtl-optimization/97756] [9/10/11/12 Regression] Inefficient handling of 128-bit arguments

2021-08-29 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97756 --- Comment #7 from Hongtao.liu --- (In reply to Patrick Palka from comment #3) > Perhaps related to this PR: On x86_64, the following basic wrapper around > int128 addition > > __uint128_t f(__uint128_t x, __uint128_t y) { return x + y; } >

[Bug tree-optimization/36352] missed "inlining" of static untouched variable in linked once function

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36352 --- Comment #3 from Andrew Pinski --- Here is a testcase without templates: inline int f(void) { static int t = 1; return t; } int g(void) { return f(); }

[Bug tree-optimization/94836] Failure to optimize condition based on known value of static variable

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94836 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Keywords|

[Bug target/51838] Inefficient add of 128 bit quantity represented as 64 bit tuple to 128 bit integer.

2021-08-29 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51838 --- Comment #2 from Hongtao.liu --- (In reply to Andrew Pinski from comment #1) > We do get slightly better now: > xorl%eax, %eax > movq%rdi, %r8 > xorl%edi, %edi > addq%rsi, %rax > adcq

[Bug tree-optimization/47205] GCC emits optimized out noinline function

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47205 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization --- Comment #4 from

[Bug lto/48200] Implement function attribute for symbol versioning (.symver)

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 Andrew Pinski changed: What|Removed |Added Status|RESOLVED|ASSIGNED Resolution|FIXED

[Bug lto/48200] Implement function attribute for symbol versioning (.symver)

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |10.0 Resolution|---

[Bug c/100789] [9/10/11/12 Regression] ICE with __transaction_relaxed and left shit signed overflow

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100789 Andrew Pinski changed: What|Removed |Added Summary|[9/10/11/12 Regression] |[9/10/11/12 Regression] ICE

[Bug c/100789] [9/10/11/12 Regression] ICE: in gimplify_expr, at gimplify.c:14750

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100789 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |9.5 Summary|ICE: in gimplify

[Bug target/57636] cr16: ICE while building libgcc

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57636 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.9.2 Status|UNCONFIRMED

[Bug tree-optimization/102087] [12 Regression] ICE on valid code at -O3 on x86_64-linux-gnu: in determine_exit_conditions, at tree-ssa-loop-manip.c:1049 since r12-3136-g3673dcf6d6baeb67

2021-08-29 Thread guojiufu at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102087 --- Comment #10 from Jiu Fu Guo --- Drafted a patch: diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c index 7af92d1c893..5c77c8b7d51 100644 --- a/gcc/tree-ssa-loop-niter.c +++ b/gcc/tree-ssa-loop-niter.c @@ -1482,7 +1482,7 @@

[Bug testsuite/60192] Test case gcc.dg/tree-ssa/sra-12.c fails on ARM

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60192 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug c++/60318] Documentation bug: C++ Misunderstandings: Implicit Copy-Assignment for Virtual Bases

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60318 Andrew Pinski changed: What|Removed |Added URL|http://gcc.gnu.org/onlinedo | |cs/gcc/Copy-Assignme

[Bug c++/102123] Internal Compiler Error occurs during template deduction in use with templates as template parameters

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102123 --- Comment #1 from Andrew Pinski --- template typename Template, typename... Args> struct _dummy_forwarder { using type = Template; }; template typename Template, typename... Args> using dummy_forwarder = typename _dummy_forwarder::type;

[Bug target/56986] config/epiphany/epiphany.opt:108: "floatig"

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56986 Andrew Pinski changed: What|Removed |Added Keywords||diagnostic Ever confirmed|0

[Bug c++/102123] New: Internal Compiler Error occurs during template deduction in use with templates as template parameters

2021-08-29 Thread friedkeenan at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102123 Bug ID: 102123 Summary: Internal Compiler Error occurs during template deduction in use with templates as template parameters Product: gcc Version: 12.0 Status: UNCONFIR

[Bug fortran/56985] gcc/fortran/resolve.c:920: "'%s' in cannot appear in COMMON ..."

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56985 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-30 Status|UNCONFIRME

[Bug go/47726] language go can not build for mingw target

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47726 Andrew Pinski changed: What|Removed |Added Keywords||build Severity|critical

[Bug bootstrap/39572] x86_64-*-openbsd* is not supported yet

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39572 Andrew Pinski changed: What|Removed |Added CC||kgardas at objectsecurity dot com --- C

[Bug target/27396] It seems that x86_64-unknown-openbsd3.9 is completely unsupported.

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27396 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/102122] contrib/compare_tests reports different result with identical sum input

2021-08-29 Thread nickhuang99 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102122 --- Comment #1 from qingzhe huang --- I can see now this is maybe a testcase "gcc.dg/Wvla-parameter-2.c" issue: Do we expect XFAIL and PASS happen at the same time? For example, the input can be simplified as following: XFAIL: gcc.dg/Wvla-para

[Bug target/52838] [x32] missed optimization for pointer return value

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52838 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|target Target|

[Bug target/52848] [x32] *load_tp_x32 in i386.md isn't necessary

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52848 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization --- Comment #1 from

[Bug testsuite/102122] New: contrib/compare_tests reports different result with identical sum input

2021-08-29 Thread nickhuang99 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102122 Bug ID: 102122 Summary: contrib/compare_tests reports different result with identical sum input Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: norm

[Bug testsuite/49175] vect/pr48172.c execution failure for ARM GNU/Linux

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49175 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug target/60062] [4.7 Regression] wrong code (for code with the optimize attribute) at -O1 and above on x86_64-linux-gnu in 32-bit mode

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60062 Andrew Pinski changed: What|Removed |Added CC||vas.gurevich at gmail dot com --- Commen

[Bug target/47457] g++ calls without optimisation incorrectly from explicitly optimised code

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47457 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Keywords|

[Bug tree-optimization/47004] missed optimization in length comparison

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47004 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Target Milestone|---

[Bug middle-end/40589] efficiency problem with V2HI add

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40589 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/24929] long long shift/mask operations should be better optimized

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24929 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |4.3.0 Resolution|---

[Bug tree-optimization/39249] FAIL: g++.dg/ipa/iinline-1.C scan-ipa-dump inline "String::funcOne[^\n]*inline copy in int main"

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39249 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Known to work|

[Bug middle-end/36282] [4.7 Regression] Spurious warning "asm declaration ignored due to conflict with previous rename"

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36282 Andrew Pinski changed: What|Removed |Added CC||Petr.Salinger at seznam dot cz --- Comme

[Bug c/37266] extra #pragma weak breaks function aliasing

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37266 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRMED

[Bug preprocessor/36887] Please report #pragma GCC poison" location

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36887 --- Comment #3 from Andrew Pinski --- Simplified testcase: #pragma GCC poison a int a; GCC outputs: :2:5: error: attempt to use poisoned "a" 2 | int a; | ^ But not the location of the #pragma which would be useful to debug why it

[Bug target/86209] Peephole does not happen because the type of zero/sign extended operands is not the same.

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86209 --- Comment #15 from Andrew Pinski --- Hmm, I wonder why expand is generating subreg in place for the add in one case and not the other.

[Bug target/82533] inefficient code generation for copy loop on falkor

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82533 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/82260] [x86] Unnecessary use of 8-bit registers with -Os. slightly slower and larger code

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82260 Andrew Pinski changed: What|Removed |Added Known to fail||7.5.0 Target Milestone|---

[Bug tree-optimization/102121] switch conversion to load table should do integer compression

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102121 --- Comment #1 from Andrew Pinski --- float compression is another one that should be done but I am less worried about that.

[Bug tree-optimization/102121] New: switch conversion to load table should do integer compression

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102121 Bug ID: 102121 Summary: switch conversion to load table should do integer compression Product: gcc Version: 12.0 Status: UNCONFIRMED Keywords: missed-optimizat

[Bug fortran/100662] intrinsic::ieee_arithmetic fails on aarch, powerpc architectures on FreeBSD

2021-08-29 Thread andreast at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662 --- Comment #15 from Andreas Tobler --- Regarding comment #10, Steve is right with his guess, configure doesn't find the fenv functionalities needed. The reason is pretty simple, for aarch64 and powerpc, they are not public. A quick trial showed

[Bug target/88571] AVX512: when calculating logical expression with all values in kN registers, do not use GPRs

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88571 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Target Milestone|---

[Bug tree-optimization/68131] missed optimization and warning for broken overflow check

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68131 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0 Known to work|

[Bug target/87976] [i386] Sub-optimal code generation for _mm256_set1_epi64()

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87976 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug ipa/102118] [12 Regression] ice in merge, at ipa-modref-tree.h:203

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102118 Andrew Pinski changed: What|Removed |Added CC||marxin at gcc dot gnu.org Target Mile

[Bug c++/102120] expected tree that contains 'decl common' structure, have 'identifier_node' in dump_aggr_type, at cp/error.c:786

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102120 --- Comment #1 from Andrew Pinski --- It is ICEing while printing out the error message :).

[Bug c++/102120] New: expected tree that contains 'decl common' structure, have 'identifier_node' in dump_aggr_type, at cp/error.c:786

2021-08-29 Thread blubban at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102120 Bug ID: 102120 Summary: expected tree that contains 'decl common' structure, have 'identifier_node' in dump_aggr_type, at cp/error.c:786 Product: gcc Version: un

[Bug libstdc++/102026] The comment on the instantiation description of __variant::__gen_vtable_impl can be updated

2021-08-29 Thread hewillk at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102026 --- Comment #3 from 康桓瑋 --- It seems that all lambdas used in can remove the mutable keyword since there are no members that need to be "mutable" inside the lambda.

[Bug d/102094] d: ICE in gimple_register_canonical_type_1, at lto/lto-common.c:430

2021-08-29 Thread ibuclaw at gdcproject dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102094 Iain Buclaw changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug d/102094] d: ICE in gimple_register_canonical_type_1, at lto/lto-common.c:430

2021-08-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102094 --- Comment #2 from CVS Commits --- The master branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:07984707be4eb9aea55dafbbc796790b8b8ac700 commit r12-3206-g07984707be4eb9aea55dafbbc796790b8b8ac700 Author: Iain Buclaw Date: Sat A

[Bug c++/102119] New: ICE when accessing an uninitialised variable in a dynamic array of unions in a constexpr context.

2021-08-29 Thread gcc_report_187375 at mailfence dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102119 Bug ID: 102119 Summary: ICE when accessing an uninitialised variable in a dynamic array of unions in a constexpr context. Product: gcc Version: 11.2.1 Status: UNCONFIRME

[Bug c/102118] New: ice in merge, at ipa-modref-tree.h:203

2021-08-29 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102118 Bug ID: 102118 Summary: ice in merge, at ipa-modref-tree.h:203 Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug middle-end/101996] libatomic: RISC-V 64: Infinite recursion in __atomic_compare_exchange_1

2021-08-29 Thread bqq3z3afgj at bcco4 dot anonbox.net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101996 Alpine User changed: What|Removed |Added Resolution|--- |WORKSFORME Status|UNCONFIRMED

[Bug target/102117] s390: Inefficient code for 64x64=128 signed multiply for <= z13

2021-08-29 Thread jens.seifert at de dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102117 --- Comment #1 from Jens Seifert --- Sorry small bug in optimal sequence. __int128 imul128_opt(long long a, long long b) { unsigned __int128 x = (unsigned __int128)(unsigned long long)a; unsigned __int128 y = (unsigned __int128)(unsigned

[Bug target/102117] New: s390: Inefficient code for 64x64=128 signed multiply for <= z13

2021-08-29 Thread jens.seifert at de dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102117 Bug ID: 102117 Summary: s390: Inefficient code for 64x64=128 signed multiply for <= z13 Product: gcc Version: 8.3.1 Status: UNCONFIRMED Severity: normal

[Bug c++/102116] New: structured binding is returned from a function as rvalue in C++20 mode

2021-08-29 Thread fchelnokov at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102116 Bug ID: 102116 Summary: structured binding is returned from a function as rvalue in C++20 mode Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal

[Bug target/93990] [x86] Silly code generation for _addcarry_u32/_addcarry_u64

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93990 Andrew Pinski changed: What|Removed |Added Status|REOPENED|NEW Severity|normal

[Bug tree-optimization/89059] Once we emit switchconf tables, we don't optimize them anymore

2021-08-29 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89059 --- Comment #4 from Jakub Jelinek --- It is way too early, but on the other side the inlining decisions want to know if the switch is optimizable in certain way. So one possibility would be to lower as we currently do, but add optimizations to s

[Bug target/80689] 128 bit loads generated for structure copying with gcc 7.1.0 and leads to STLF stalls in avx2 targets.

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80689 --- Comment #10 from Andrew Pinski --- Even LLVM does this same thing.

[Bug tree-optimization/101932] Vectorizer failed due to argument types differ for ldexp

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101932 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug middle-end/90262] Inline small constant memmoves

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90262 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Last reconfirmed|2019-04-2

[Bug tree-optimization/93326] switch optimisation of multiple jumptables into a lookup

2021-08-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93326 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2020-01-20 00:00:00 |2021-8-29 Severity|normal