[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2019-07-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #104 from dave.anglin at bell dot net --- On 2019-07-25 8:46 p.m., dave.anglin at bell dot net wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 > > --- Comment #103 from dave.anglin at bell dot net --- > On 2019-07-25 7:27

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2019-07-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #103 from dave.anglin at bell dot net --- On 2019-07-25 7:27 p.m., elowe at elowe dot com wrote: > According to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 > > comment 6 > > "As far as I can tell all g++ versions available for

[Bug tree-optimization/91183] strlen of a strcpy result with a conditional source not folded

2019-07-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91183 --- Comment #6 from Martin Sebor --- r273783 makes this work on x86_64 (and other targets with relaxed alignment) and sparc-solaris11 (and other strictly aligned targets) where the strlen call in g() still isn't folded. The difference is this

[Bug c++/91264] modifying const-qual object in constexpr context not detected

2019-07-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91264 --- Comment #2 from Marek Polacek --- Another test: constexpr void f (int ) { r = 99; } constexpr int f2 () { const int i = 0; f (const_cast(i)); return i; } constexpr int i = f2 ();

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2019-07-25 Thread elowe at elowe dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #102 from EML --- > Can 4.7.4 rebuild itself?  It not, it's probably somewhat broken.  Need to > figure out whether it > is good enough to build stage1 at -O0.  I think the early faults at -O2/-O1 > should be looked at to see > if

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2019-07-25 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #101 from dave.anglin at bell dot net --- On 2019-07-25 8:46 a.m., cameron.heide at betasystems dot com wrote: > Looks like it's PHSS_34860, which is probably pretty old (it's also 11.23). In > case they're also relevant, it's using

[Bug c++/91264] modifying const-qual object in constexpr context not detected

2019-07-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91264 --- Comment #1 from Marek Polacek --- Similar for e.g. const_cast(i)++;

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-25 Thread seurer at gcc dot gnu.org
++ --with-cpu=power8 --disable-bootstrap --disable-multilib --with-as=/home/seurer/binutils/install/bin/as --with-ld=/home/seurer/binutils/install/bin/ld Thread model: posix Supported LTO compression algorithms: zlib gcc version 10.0.0 20190725 (experimental) [trunk revision 273783] (GCC) COLLECT_GCC_OPTIONS

[Bug tree-optimization/86688] missing -Wstringop-overflow using a non-string local array in strnlen with excessive bound

2019-07-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86688 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/88443] [meta-bug] bogus/missing -Wstringop-overflow warnings

2019-07-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88443 Bug 88443 depends on bug 86688, which changed state. Bug 86688 Summary: missing -Wstringop-overflow using a non-string local array in strnlen with excessive bound https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86688 What|Removed

[Bug c++/91264] New: modifying const-qual object in constexpr context not detected

2019-07-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91264 Bug ID: 91264 Summary: modifying const-qual object in constexpr context not detected Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/91260] std::unary_function and std::binary_function still exist in C++17

2019-07-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91260 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/91263] New: unordered_map and unordered_set operator== double key comparison causes exponential behavior

2019-07-25 Thread terrelln at fb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91263 Bug ID: 91263 Summary: unordered_map and unordered_set operator== double key comparison causes exponential behavior Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug libstdc++/91259] Parenthesize requires clauses that contain expressions that are not just a value of type bool

2019-07-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91259 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/91259] Parenthesize requires clauses that contain expressions that are not just a value of type bool

2019-07-25 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91259 Casey Carter changed: What|Removed |Added CC||Casey at Carter dot net --- Comment #2

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #3 from Martin Sebor

[Bug tree-optimization/91183] strlen of a strcpy result with a conditional source not folded

2019-07-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91183 --- Comment #5 from Martin Sebor --- Author: msebor Date: Thu Jul 25 19:03:00 2019 New Revision: 273812 URL: https://gcc.gnu.org/viewcvs?rev=273812=gcc=rev Log: PR tree-optimization/91183 PR tree-optimization/86688 gcc/testsuite/ChangeLog:

[Bug tree-optimization/86688] missing -Wstringop-overflow using a non-string local array in strnlen with excessive bound

2019-07-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86688 --- Comment #4 from Martin Sebor --- Author: msebor Date: Thu Jul 25 19:03:00 2019 New Revision: 273812 URL: https://gcc.gnu.org/viewcvs?rev=273812=gcc=rev Log: PR tree-optimization/91183 PR tree-optimization/86688 gcc/testsuite/ChangeLog:

[Bug c++/83928] implicit conversion of literal class type to unscoped enumeration can not be used as array size

2019-07-25 Thread smw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83928 --- Comment #1 from Stephen M. Webb --- This appears to have been fixed as of the GCC 8.1 and later.

[Bug rtl-optimization/91223] [10 Regression] ICE: in curr_insn_transform, at lra-constraints.c:4459

2019-07-25 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223 --- Comment #7 from Vladimir Makarov --- Author: vmakarov Date: Thu Jul 25 18:36:52 2019 New Revision: 273810 URL: https://gcc.gnu.org/viewcvs?rev=273810=gcc=rev Log: 2019-07-25 Vladimir Makarov PR rtl-optimization/91223 *

[Bug c++/91262] New: using template type parameter after typename

2019-07-25 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91262 Bug ID: 91262 Summary: using template type parameter after typename Product: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug gcov-profile/91087] g++.dg/gcov/pr16855.C fails everywhere on Darwin.

2019-07-25 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91087 --- Comment #2 from Iain Sandoe --- Author: iains Date: Thu Jul 25 18:12:03 2019 New Revision: 273809 URL: https://gcc.gnu.org/viewcvs?rev=273809=gcc=rev Log: [Darwin, testsuite] Address PR91087 - XFAIL parts of pr16855.C. The testcase is

[Bug c++/91261] New: noptr-new-declarator does not accept converted constant expressions

2019-07-25 Thread smw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91261 Bug ID: 91261 Summary: noptr-new-declarator does not accept converted constant expressions Product: gcc Version: 8.3.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/91260] New: std::unary_function and std::binary_function still exist in C++17

2019-07-25 Thread e.tadeu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91260 Bug ID: 91260 Summary: std::unary_function and std::binary_function still exist in C++17 Product: gcc Version: 10.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/91259] Parenthesize requires clauses that contain expressions that are not just a value of type bool

2019-07-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91259 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug libstdc++/91259] New: Parenthesize requires clauses that contain expressions that are not just a value of type bool

2019-07-25 Thread david at doublewise dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91259 Bug ID: 91259 Summary: Parenthesize requires clauses that contain expressions that are not just a value of type bool Product: gcc Version: 9.1.0 Status: UNCONFIRMED

[Bug lto/91252] [Bug] When use -flto "weak symbol" are converted to "t".

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

[Bug ipa/89330] IPA inliner touches released cgraph_edges

2019-07-25 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330 --- Comment #13 from Martin Jambor --- I have proposed this patch on the mailing list: https://gcc.gnu.org/ml/gcc-patches/2019-07/msg01648.html

[Bug fortran/65819] overzealous checking in gfc_check_dependency for identical=true

2019-07-25 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65819 --- Comment #7 from Thomas Koenig --- Author: tkoenig Date: Thu Jul 25 16:24:00 2019 New Revision: 273807 URL: https://gcc.gnu.org/viewcvs?rev=273807=gcc=rev Log: 2019-07-25 Thomas Koenig PR fortran/65819 * dependency.h

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-25 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/91242] ICE on aarch64 SVE tests - gcc.target/aarch64/sve/clastb_[146].c

2019-07-25 Thread marxin at gcc dot gnu.org
-enable-cheaders=c_global > --enable-poison-system-directories --enable-nls --enable-__cxa_atexit > Thread model: posix > Supported LTO compression algorithms: zlib > gcc version 10.0.0 20190725 (experimental) (GCC) That's because you use --enable-checking=release. I can reproduce it on trunk right now with a cross compiler.

[Bug libgomp/91256] openmp crash in shutdown

2019-07-25 Thread Danack at basereality dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91256 --- Comment #1 from Danack at basereality dot com --- As a bit more info - for the sake of debugging I added a sleep command in the Imagick code just after where it tells the ImageMagick library to shut itself down. This seems to 'make the

[Bug testsuite/91258] [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-25 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 --- Comment #1 from seurer at gcc dot gnu.org --- The gcc.dg/strlenopt-70.c failure looks like it only occurs on BE.

[Bug testsuite/91258] New: [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783

2019-07-25 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91258 Bug ID: 91258 Summary: [10 regression] g++.dg/ubsan/vla-1.C and gcc.dg/strlenopt-70.c fail starting with r273783 Product: gcc Version: 10.0 Status: UNCONFIRMED

[Bug tree-optimization/91257] [7/8/9/10 Regression] Compile-time and memory-hog hog

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91257 --- Comment #2 from Richard Biener --- Looks like trunk is quite a bit faster with 65s for some reason.

[Bug tree-optimization/91257] [7/8/9/10 Regression] Compile-time and memory-hog hog

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91257 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/91257] [7/8/9/10 Regression] Compile-time and memory-hog hog

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91257 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog, |

[Bug middle-end/63155] [7 Regression] memory hog

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63155 --- Comment #55 from Richard Biener --- (In reply to Rogério de Souza Moraes from comment #53) > Created attachment 46627 [details] > New testcase that shows performance degradation in GCC 9.1 > > This new testcase that shows performance

[Bug tree-optimization/91257] New: [7/8/9/10 Regression] Compile-time and memory-hog hog

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91257 Bug ID: 91257 Summary: [7/8/9/10 Regression] Compile-time and memory-hog hog Product: gcc Version: 9.1.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libgomp/91256] New: openmp crash in shutdown

2019-07-25 Thread Danack at basereality dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91256 Bug ID: 91256 Summary: openmp crash in shutdown Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp

[Bug c++/91241] [7/8/9/10 Regression] internal compiler error: symtab_node::verify failed

2019-07-25 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91241 --- Comment #4 from Marek Polacek --- As this is symtab.c code: Honza, can you take a look at this?

[Bug middle-end/63155] [7 Regression] memory hog

2019-07-25 Thread rogerio.souza at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63155 --- Comment #54 from Rogério de Souza Moraes --- Hi everyone, we continue to get performance degradation as we use a new compiler version to build the source code 'testcase-v1.c" that is available in the attachment above. Could you please

[Bug middle-end/61577] [4.9.0 Regression] can't compile on hp-ux v3 ia64

2019-07-25 Thread cameron.heide at betasystems dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #100 from C. Heide --- (In reply to The Written Word from comment #99) > (In reply to C. Heide from comment #98) > > (In reply to The Written Word from comment #97) > > > No issues with PCH or libsupc++ like I'm seeing? > > > > No,

[Bug other/91255] New: Can't use define_subst in target that uses set_attr_alternative

2019-07-25 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91255 Bug ID: 91255 Summary: Can't use define_subst in target that uses set_attr_alternative Product: gcc Version: 9.0 Status: UNCONFIRMED Keywords:

[Bug middle-end/63155] [7 Regression] memory hog

2019-07-25 Thread rogerio.souza at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63155 --- Comment #53 from Rogério de Souza Moraes --- Created attachment 46627 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46627=edit New testcase that shows performance degradation in GCC 9.1 This new testcase that shows performance

[Bug middle-end/91242] ICE on aarch64 SVE tests - gcc.target/aarch64/sve/clastb_[146].c

2019-07-25 Thread jaydeepchauhan1494 at gmail dot com
--with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --enable-poison-system-directories --enable-nls --enable-__cxa_atexit Thread model: posix Supported LTO compression algorithms: zlib gcc version 10.0.0 20190725

[Bug c++/66477] [constexpr] accepts-invalid with constexpr member call on non-constant reference

2019-07-25 Thread yankel-webservices at scialom dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66477 YSC changed: What|Removed |Added CC||yankel-webservices@scialom. |

[Bug plugins/90924] lto-plugin/lto-plugin.c heap memory corruption due to insufficient sanitization.

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90924 --- Comment #10 from Richard Biener --- Author: rguenth Date: Thu Jul 25 10:50:47 2019 New Revision: 273795 URL: https://gcc.gnu.org/viewcvs?rev=273795=gcc=rev Log: 2019-07-25 Richard Biener PR lto/90924 Backport from

[Bug plugins/90924] lto-plugin/lto-plugin.c heap memory corruption due to insufficient sanitization.

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90924 --- Comment #9 from Richard Biener --- Author: rguenth Date: Thu Jul 25 10:48:26 2019 New Revision: 273794 URL: https://gcc.gnu.org/viewcvs?rev=273794=gcc=rev Log: 2019-07-25 Richard Biener PR lto/90924 Backport from

[Bug plugins/90924] lto-plugin/lto-plugin.c heap memory corruption due to insufficient sanitization.

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90924 --- Comment #8 from Richard Biener --- Author: rguenth Date: Thu Jul 25 10:46:54 2019 New Revision: 273793 URL: https://gcc.gnu.org/viewcvs?rev=273793=gcc=rev Log: 2019-07-25 Richard Biener PR lto/90924 Backport from

[Bug lto/91252] [Bug] When use -flto "weak symbol" are converted to "t".

2019-07-25 Thread akhilesh.k at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91252 --- Comment #3 from Akhilesh Kumar --- When I used binutils version 2.32 we are getting the same result @akhilesh-ubuntu:~/akhilesh/lto$ gcc -flto -o nornal myapp.c @akhilesh-ubuntu:~/akhilesh/lto$ ./bin/nm -C ./nornal | grep power

[Bug lto/91252] [Bug] When use -flto "weak symbol" are converted to "t".

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91252 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/91254] Wrong generate code with a series of array access

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91254 --- Comment #5 from Richard Biener --- For me it is "stuck" in the loop at line 170. Note it works fine for 200 digits and also 400. Maybe you simply need to wait longer? That is, I doubt it is GCCs fault - maybe the code is simply slow? You

[Bug c++/23383] builtin array operator new is not marked with malloc attribute

2019-07-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23383 --- Comment #28 from Martin Liška --- Author: marxin Date: Thu Jul 25 09:36:38 2019 New Revision: 273791 URL: https://gcc.gnu.org/viewcvs?rev=273791=gcc=rev Log: Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). 2019-07-25

[Bug testsuite/91245] gnat.dg/float_value1.adb FAILs

2019-07-25 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91245 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug testsuite/91245] gnat.dg/float_value1.adb FAILs

2019-07-25 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91245 --- Comment #2 from Eric Botcazou --- Author: ebotcazou Date: Thu Jul 25 08:01:20 2019 New Revision: 273788 URL: https://gcc.gnu.org/viewcvs?rev=273788=gcc=rev Log: PR testsuite/91245 * gnat.dg/float_value1.adb: Only run on x86.

[Bug testsuite/91245] gnat.dg/float_value1.adb FAILs

2019-07-25 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91245 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug lto/91252] [Bug] When use -flto "weak symbol" are converted to "t".

2019-07-25 Thread dongkyun.s at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91252 dongkyun.s at samsung dot com changed: What|Removed |Added CC||dongkyun.s at samsung dot

[Bug tree-optimization/91236] [10 Regression] ICE in walk_non_aliased_vuses at gcc/tree-ssa-alias.c:3395 on aarch64

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91236 --- Comment #10 from Richard Biener --- Author: rguenth Date: Thu Jul 25 06:57:46 2019 New Revision: 273787 URL: https://gcc.gnu.org/viewcvs?rev=273787=gcc=rev Log: 2019-07-25 Richard Biener PR tree-optimization/91236 *

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 91236, which changed state. Bug 91236 Summary: [10 Regression] ICE in walk_non_aliased_vuses at gcc/tree-ssa-alias.c:3395 on aarch64 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91236 What|Removed

[Bug tree-optimization/91236] [10 Regression] ICE in walk_non_aliased_vuses at gcc/tree-ssa-alias.c:3395 on aarch64

2019-07-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91236 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---