[Bug c/91812] GCC ignores volatile modifier

2019-09-18 Thread fuchedzhy at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91812 --- Comment #2 from Gregory Fuchedzhy --- (In reply to Eric Gallager from comment #1) > If you declare ptr like this instead, the assembly comes out looking > different: > volatile unsigned int *volatile ptr; Even seemingly unrelated code

[Bug c/91812] GCC ignores volatile modifier

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91812 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug libquadmath/58327] Problem of quadmath in connection with SDL2

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58327 Eric Gallager changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug regression/89733] [7/8/9/10 Regression] -Wuninitialized false positive with unclear message pointing to a class name

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89733 Eric Gallager changed: What|Removed |Added Status|WAITING |NEW --- Comment #9 from Eric Gallager

[Bug tree-optimization/91246] vectorization failure for a small loop to search array element

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91246 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,

[Bug tree-optimization/86530] Vectorization failure for a simple loop

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86530 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org

[Bug c++/68230] Unused function parameters not reported by -Wunused-parameter when only used recursively (add -Wparameter-only-used-recursively instead?)

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68230 Eric Gallager changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment

[Bug tree-optimization/81248] No ipa-sra optimization for small struct / class

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81248 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org ---

[Bug fortran/48419] [ABI cleanup] Reduce gfortran stack usage for procedures doing IO

2019-09-18 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48419 --- Comment #8 from Jerry DeLisle --- Created attachment 46897 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46897=edit Comments with my thoughts on ABI Just my initial thoughts. I would like to see some consensus before we jump forward

[Bug target/87007] [8 Regression] 10% slowdown with -march=skylake-avx512

2019-09-18 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87007 --- Comment #11 from Hongtao.liu --- https://gcc.gnu.org/viewcvs/gcc?view=revision=275926 Author: liuhongt Date: Thu Sep 19 01:21:39 2019 UTC (30 seconds ago) Changed paths: 4 Log Message: Extend pass rpad to handle avx512f vcvtusi2ss

[Bug target/91683] ICE: SIGSEGV at -O when compiling for riscv64

2019-09-18 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91683 --- Comment #20 from Jim Wilson --- Author: wilson Date: Thu Sep 19 01:19:25 2019 New Revision: 275925 URL: https://gcc.gnu.org/viewcvs?rev=275925=gcc=rev Log: RISC-V: Fix more splitters accidentally calling gen_reg_rtx. PR

[Bug fortran/48419] [ABI cleanup] Reduce gfortran stack usage for procedures doing IO

2019-09-18 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48419 --- Comment #7 from Jerry DeLisle --- (In reply to Thomas Koenig from comment #6) > We could do this if we clean up the ABI. If we do that, we could also > revisit PR 45715 :-) > > Is there an ABI cleanup PR somewhere? WeE did some of the ABI

[Bug fortran/91813] New: Derived types: Issues with user defined I/O and recursive function of abstract type

2019-09-18 Thread m.diehl at mpie dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91813 Bug ID: 91813 Summary: Derived types: Issues with user defined I/O and recursive function of abstract type Product: gcc Version: 9.1.0 Status: UNCONFIRMED

[Bug c/91812] New: GCC ignores volatile modifier

2019-09-18 Thread fuchedzhy at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91812 Bug ID: 91812 Summary: GCC ignores volatile modifier Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/83818] g++ class template parameter deduction discards const qualifier

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83818 Eric Gallager changed: What|Removed |Added Target Milestone|--- |7.4

[Bug c++/70435] section attribute of a function template is not honored.

2019-09-18 Thread fewix3000 at hotmail dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70435 Felix Jones changed: What|Removed |Added CC||fewix3000 at hotmail dot co.uk ---

[Bug c++/88061] section attributes of variable templates are ignored

2019-09-18 Thread fewix3000 at hotmail dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88061 Felix Jones changed: What|Removed |Added CC||fewix3000 at hotmail dot co.uk ---

[Bug c++/91809] in c++ bit-field is not promoted to int in printf argument

2019-09-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 --- Comment #2 from Andrew Pinski --- Or rather maybe fixed with the fix for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30277 (which was done 3 days ago).

[Bug c++/91809] in c++ bit-field is not promoted to int in printf argument

2019-09-18 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 --- Comment #1 from Andrew Pinski --- I thought I had saw a dup of this bug and closed as invalid before.

[Bug target/91446] Wrong cost for scalar_load/scalar_store of vector type

2019-09-18 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91446 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/91811] New: 256-bit vector store isn't used

2019-09-18 Thread hjl.tools at gmail dot com
a_offset 8 ret .cfi_endproc .LFE0: .size foo, .-foo .ident "GCC: (GNU) 10.0.0 20190918 (experimental)" .section.note.GNU-stack,"",@progbits [hjl@gnu-cfl-1 xxx]$ Is it possible to use 256-bit YMM register store?

[Bug target/90878] [8/9/10 Regression] integer -> SSE register move isn't generated

2019-09-18 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90878 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/91738] [10 regression] gcc.target/arm/pr53447-5.c fails since r274823

2019-09-18 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91738 --- Comment #2 from Wilco --- Author: wilco Date: Wed Sep 18 19:52:09 2019 New Revision: 275907 URL: https://gcc.gnu.org/viewcvs?rev=275907=gcc=rev Log: [ARM] Add logical DImode expanders We currently use default mid-end expanders for logical

[Bug target/90878] [8/9/10 Regression] integer -> SSE register move isn't generated

2019-09-18 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90878 --- Comment #8 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Sep 18 19:50:45 2019 New Revision: 275906 URL: https://gcc.gnu.org/viewcvs?rev=275906=gcc=rev Log: i386: Restore Skylake SImode hard register store cost On Skylake, we should

[Bug target/91446] Wrong cost for scalar_load/scalar_store of vector type

2019-09-18 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91446 --- Comment #3 from hjl at gcc dot gnu.org --- Author: hjl Date: Wed Sep 18 19:49:19 2019 New Revision: 275905 URL: https://gcc.gnu.org/viewcvs?rev=275905=gcc=rev Log: i386: Increase Skylake SImode pseudo register store cost On Skylake, SImode

[Bug debug/91810] New: I do not know what is wrong

2019-09-18 Thread lpsullivan at wpi dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91810 Bug ID: 91810 Summary: I do not know what is wrong Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug fortran/48419] [ABI cleanup] Reduce gfortran stack usage for procedures doing IO

2019-09-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48419 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug fortran/81651] Enhancement request: have f951 print out fully qualified module file name

2019-09-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81651 Thomas Koenig changed: What|Removed |Added Keywords||diagnostic Status|WAITING

[Bug fortran/48303] [Legacy] Support Character constants in DATA statement for non-character variables

2019-09-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48303 Thomas Koenig changed: What|Removed |Added Keywords||documentation

[Bug fortran/69815] Don't always use BLOCKS for front-end optimization variables

2019-09-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69815 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW

[Bug fortran/91550] [8/9 Regression] ICE in do_subscript, at fortran/frontend-passes.c:2652

2019-09-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91550 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/91550] [8/9 Regression] ICE in do_subscript, at fortran/frontend-passes.c:2652

2019-09-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91550 --- Comment #4 from Thomas Koenig --- Author: tkoenig Date: Wed Sep 18 17:39:33 2019 New Revision: 275892 URL: https://gcc.gnu.org/viewcvs?rev=275892=gcc=rev Log: 2019-09-18 Thomas Koenig Backport from trunk PR fortran/91550 *

[Bug fortran/91550] [8/9 Regression] ICE in do_subscript, at fortran/frontend-passes.c:2652

2019-09-18 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91550 --- Comment #3 from Thomas Koenig --- Author: tkoenig Date: Wed Sep 18 17:32:08 2019 New Revision: 275891 URL: https://gcc.gnu.org/viewcvs?rev=275891=gcc=rev Log: 2019-09-18 Thomas Koenig Backport from trunk PR fortran/91550 *

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 --- Comment #6 from Eric Gallager --- (In reply to Eric Gallager from comment #4) > (In reply to Ville Voutilainen from comment #2) > > Also present in 4.9 trunk, and I recently got a user complaint about this > > bug. How can I upvote? :) > >

[Bug fortran/88632] [F08] function contained in module invisible to submodule unless declared public

2019-09-18 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88632 --- Comment #3 from Paul Thomas --- (In reply to Paul Thomas from comment #2) > Created attachment 45349 [details] > A provisional patch that fixes the problem > > The attached fixes this but causes regressions: > > FAIL:

[Bug go/91763] [10 regression] go.go-torture/execute/printnil.go FAILs

2019-09-18 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91763 --- Comment #7 from Ian Lance Taylor --- Thanks!

[Bug c++/91809] New: in c++ bit-field is not promoted to int in printf argument

2019-09-18 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91809 Bug ID: 91809 Summary: in c++ bit-field is not promoted to int in printf argument Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug c++/91808] New: Static definition rejected after extern declaration in anonymous namespace

2019-09-18 Thread andrey.vihrov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91808 Bug ID: 91808 Summary: Static definition rejected after extern declaration in anonymous namespace Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity:

[Bug target/52593] Builtin sqrt on x86 is not correctly rounded

2019-09-18 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52593 Alexander Monakov changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libstdc++/91807] [9/10 Regression] std::variant with multiple identical types assignment fail to compile

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91807 Richard Biener changed: What|Removed |Added Keywords||rejects-valid Known to work|

[Bug tree-optimization/91789] Value ranges determined from comparisons not used transitively

2019-09-18 Thread amacleod at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91789 Andrew Macleod changed: What|Removed |Added CC||amacleod at redhat dot com --- Comment

[Bug middle-end/91708] [10 regression][ARM] Bootstrap fails in gen_movsi, at config/arm/arm.md:5258

2019-09-18 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91708 --- Comment #22 from Wilco --- (In reply to Richard Earnshaw from comment #21) > But dropping in a char* will give a more restrictive alias set, so that > isn't wrong, even if it is suboptimal The alias set could be anything given CSE changes

[Bug tree-optimization/18501] [7/8/9/10 Regression] Missing 'used uninitialized' warning (CCP)

2019-09-18 Thread vlad at ispras dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18501 --- Comment #91 from Vladislav Ivanishin --- > --- Comment #90 from Eric Gallager --- > At Cauldron, Vladislav Ivanishin said in his lightning talk that ISP > RAS has a patch to fix this. Well, I also said that this patch is not meant to go

[Bug libstdc++/91807] New: [Regression] std::variant with multiple identical types assignment fail

2019-09-18 Thread raplonu.jb at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91807 Bug ID: 91807 Summary: [Regression] std::variant with multiple identical types assignment fail Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/91708] [10 regression][ARM] Bootstrap fails in gen_movsi, at config/arm/arm.md:5258

2019-09-18 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91708 --- Comment #21 from Richard Earnshaw --- But dropping in a char* will give a more restrictive alias set, so that isn't wrong, even if it is suboptimal

[Bug middle-end/91708] [10 regression][ARM] Bootstrap fails in gen_movsi, at config/arm/arm.md:5258

2019-09-18 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91708 --- Comment #20 from Wilco --- (In reply to Richard Earnshaw from comment #19) > (In reply to Wilco from comment #18) > > (In reply to Richard Earnshaw from comment #17) > > > So do we have a testcase that shows the problem on older compilers? >

[Bug tree-optimization/91776] `-fsplit-paths` generates slower code on arm

2019-09-18 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91776 Wilco changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug go/91763] [10 regression] go.go-torture/execute/printnil.go FAILs

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91763 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/91763] [10 regression] go.go-torture/execute/printnil.go FAILs

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91763 --- Comment #6 from Richard Biener --- Author: rguenth Date: Wed Sep 18 11:28:20 2019 New Revision: 275872 URL: https://gcc.gnu.org/viewcvs?rev=275872=gcc=rev Log: 2019-09-18 Richard Biener PR lto/91763 * lto-streamer-in.c

[Bug tree-optimization/91776] `-fsplit-paths` generates slower code on arm

2019-09-18 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91776 --- Comment #3 from Richard Earnshaw --- (In reply to Wilco from comment #1) > (In reply to yhr-_-yhr from comment #0) > > I'm doing this test on a Raspberry Pi Model 3B+. The CPU is BCM2835 ARMv7. > > I think it's BM2837, ie. Cortex-A53. Or

[Bug middle-end/91708] [10 regression][ARM] Bootstrap fails in gen_movsi, at config/arm/arm.md:5258

2019-09-18 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91708 --- Comment #19 from Richard Earnshaw --- (In reply to Wilco from comment #18) > (In reply to Richard Earnshaw from comment #17) > > So do we have a testcase that shows the problem on older compilers? > > Yes, the same testcase shows the same

[Bug testsuite/91797] [10 regression] r273240 breaks test case gcc.target/powerpc/pr68805.c

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91797 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug testsuite/91799] [10 regression] r273245 breaks test case gcc.target/powerpc/pr88233.c

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91799 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug target/91804] [10 regression] r265398 breaks gcc.target/powerpc/vec-rlmi-rlnm.c

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91804 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug target/91702] [9/10 Regression] ICE with mips16

2019-09-18 Thread dragan.mladjeno...@rt-rk.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91702 --- Comment #1 from Dragan Mladjenovic --- Hi, Same as with https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91474#c5. Chould you perhaps verify if r273174 fixes your issue? Thanks in advance.

[Bug driver/91794] exception and unwind state is not carried to LTO but controls EH vs debug frame

2019-09-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91794 --- Comment #7 from Eric Botcazou --- > So I guess an appropriate cleanup would be to pass a struct function > to dwarf2out_do_eh_frame but also deal with it being NULL? You need to ask Jan, my fix for 81351 was minimal and based on his

[Bug target/91474] Internal compiler error when building mabi=32 mips64-elf cross-compiler: segfault in parallel_settings.cc

2019-09-18 Thread dragan.mladjeno...@rt-rk.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91474 --- Comment #5 from Dragan Mladjenovic --- Hi, I wasn't able to reproduce this issue which leds me to believe that this is the r273174 is the probable fix. In either way, it should be backported to gcc-9 branch, but it would be nice if you can

[Bug fortran/91413] [F2018]: Procedures are recursive by default; switching from stack to static allocation is not safe

2019-09-18 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91413 Janne Blomqvist changed: What|Removed |Added Assignee|jb at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug tree-optimization/91758] Clang fails to pass validation after r261089

2019-09-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91758 --- Comment #9 from Martin Liška --- (In reply to Eric Botcazou from comment #8) > > I've got it. It's a usage of an uninitialize member variable in a class: > > https://bugs.llvm.org/show_bug.cgi?id=40547#c38 > > Thanks for catching this!

[Bug go/91763] [10 regression] go.go-torture/execute/printnil.go FAILs

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91763 --- Comment #4 from Richard Biener --- (In reply to Ian Lance Taylor from comment #2) > I see now the fact that we are using exceptions is already being passed. > The problem seems to be that flag_exceptions is set when we read an > exception

[Bug driver/91794] exception and unwind state is not carried to LTO but controls EH vs debug frame

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91794 --- Comment #6 from Richard Biener --- (In reply to Eric Botcazou from comment #5) > > Eric - was the intent of the PR81351 fix that the dwarf2out_do_eh_frame () > > works per function? > > No, dwarf2out_do_eh_frame is global but whether the

[Bug go/91763] [10 regression] go.go-torture/execute/printnil.go FAILs

2019-09-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91763 --- Comment #3 from Richard Biener --- So that sounds like PR91794? See the 2nd attachment for a suggested fix, note -fexceptions/-fnon-call-exceptions is dealt with in another way.

[Bug tree-optimization/91758] Clang fails to pass validation after r261089

2019-09-18 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91758 --- Comment #8 from Eric Botcazou --- > I've got it. It's a usage of an uninitialize member variable in a class: > https://bugs.llvm.org/show_bug.cgi?id=40547#c38 Thanks for catching this!

[Bug target/89557] [7/8/9/10 regression] 4*movq to 2*movaps IPC performance regression on znver1 with -Og

2019-09-18 Thread 0xe2.0x9a.0x9b at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89557 --- Comment #11 from Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0x9b at gmail dot com> --- (In reply to Eric Gallager from comment #10) > > /usr/bin/time ./a0-7.4 |& egrep -o [0-9]+.*user > 1.48 real 1.26 user > /usr/bin/time ./ag-7.4