[Bug rtl-optimization/82338] valgrind error in inherit_in_ebb

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

[Bug c/66249] -Wformat-signedness should not warn on enums

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66249 --- Comment #2 from Eric Gallager --- (In reply to Marek Polacek from comment #1) > -Wformat-signedness has many issues (which was the reason it's been pulled > out of -Wformat=2). Maybe it's time for a -Wformat=3?

[Bug other/82648] libiberty/regex.c:2364]: pointless test ?

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82648 Eric Gallager changed: What|Removed |Added CC||dj at gcc dot gnu.org --- Comment #3 fro

[Bug middle-end/54582] gap in FORTIFY checking of buffer lengths

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54582 Eric Gallager changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #1

[Bug c/71176] trunk/fixincludes/fixincl.c:162: bad % specifier

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71176 Eric Gallager changed: What|Removed |Added CC||bonzini at gnu dot org --- Comment #6 fr

[Bug middle-end/81669] trunk/gcc/fibonacci_heap.h:58: possible missing initialisation ?

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81669 Eric Gallager changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #3

[Bug target/71175] trunk/gcc/config/arm/arm.c: 2 * minor printf problems ?

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71175 --- Comment #2 from Eric Gallager --- svn blame says many people were involved in this code; not sure which of them to cc...

[Bug target/50355] Comparison is always true in alpha config code

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50355 --- Comment #1 from Eric Gallager --- I can't seem to find the code in question in the source file any longer...

[Bug target/52124] config/cr16/cr16.c: possibly redundant code

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

[Bug target/59205] config/iq2000/iq2000.c:2188: possible cut'n'paste error ?

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59205 Eric Gallager changed: What|Removed |Added CC||nickc at gcc dot gnu.org --- Comment #1

[Bug libstdc++/69285] libstdc++-v3/include/parallel/partition.h: 2 * array index check after use ?

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69285 Eric Gallager changed: What|Removed |Added CC||paolo at gcc dot gnu.org --- Comment #2

[Bug target/80672] gcc/config/sh/sh.c:716: prefer compare to find.

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

[Bug testsuite/91676] new test case gcc.dg/torture/pr91656-1.c in r275406 fails on powerpc64 BE

2019-09-27 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91676 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at g

[Bug libstdc++/77936] libstdc++-v3/include/parallel/checkers.h:66: pointless local variable ?

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

[Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71327 --- Comment #1 from Eric Gallager --- (In reply to David Binderman from comment #0) > libiberty/cplus-dem.c:2702]: (style) Redundant condition: If 'EXPR == '_'', > the comparison 'EXPR' is always true. > > Source code is > > while (*scan

[Bug other/71324] liboffloadmic/runtime/offload_env.cpp:316]: (style) Redundant condition

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

[Bug target/69286] trunk/libgcc/config/s390/tpf-unwind.h: 28 redundant condition ?

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

[Bug target/66469] config/rl78/rl78.c:679: possible bad array index ?

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66469 --- Comment #1 from Eric Gallager --- I can't seem to find the mentioned code in the source file any longer...

[Bug libgcc/70800] libgcc/config/libbid/bid_binarydecimal.c: suspicious comparison ? (missed -Wtautological-compare)

2019-09-27 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70800 --- Comment #5 from Eric Gallager --- (In reply to David Binderman from comment #0) > trunk/libgcc/config/libbid/bid_binarydecimal.c:143934]: (style) Expression > '(X & 0x) > 0xf423f' is always false. > > Source code is > > nan(s,((

[Bug target/85978] config/frv/frv.c: 3 * iffy code in switch

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

[Bug target/91927] -mstrict-align doesn't prevent unaligned accesses at -O2 and -O3 on AARCH64 targets

2019-09-27 Thread gr.audio at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91927 --- Comment #4 from Guillaume --- Thanks :) Le sam. 28 sept. 2019 à 02:13, pinskia at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> a écrit : > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91927 > > Andrew Pinski changed: > >What

[Bug target/91927] -mstrict-align doesn't prevent unaligned accesses at -O2 and -O3 on AARCH64 targets

2019-09-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91927 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRME

[Bug target/91927] -mstrict-align doesn't prevent unaligned accesses at -O2 and -O3 on AARCH64 targets

2019-09-27 Thread gr.audio at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91927 --- Comment #2 from Guillaume --- Thanks for your quick reply. Yes, I actually managed to write a minimal test case showing the problem (attached source file). Compiling it with: aarch64-elf-gcc -mcpu=cortex-a72 -march=armv8-a+crc -O3 -mstrict-a

[Bug target/91927] -mstrict-align doesn't prevent unaligned accesses at -O2 and -O3 on AARCH64 targets

2019-09-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91927 --- Comment #1 from Andrew Pinski --- Do you have a full testcase?

[Bug c++/91925] [9/10 Regression] -fpack-struct causes a decltype with template to ICE

2019-09-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91925 --- Comment #4 from Marek Polacek --- Also ICEs without the template: struct A {}; int fn(A); struct B { A a; decltype(fn(a)) p; };

[Bug c++/91925] [9/10 Regression] -fpack-struct causes a decltype with template to ICE

2019-09-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91925 --- Comment #3 from Marek Polacek --- struct A {}; template T fn(T); class B { A a; decltype(fn(a)) p; };

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2019-09-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|jason at gcc dot

[Bug c++/71504] [C++11] constexpr fails with multidimensional arrays

2019-09-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 --- Comment #8 from Jason Merrill --- Created attachment 46968 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46968&action=edit partial fix This fixes handling of references to the first object, but not later ones, so several of the testca

[Bug target/91927] New: -mstrict-align doesn't prevent unaligned accesses at -O2 and -O3 on AARCH64 targets

2019-09-27 Thread gr.audio at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91927 Bug ID: 91927 Summary: -mstrict-align doesn't prevent unaligned accesses at -O2 and -O3 on AARCH64 targets Product: gcc Version: 8.3.0 Status: UNCONFIRMED Sever

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Fri Sep 27 20:14:24 2019 New Revision: 276212 URL: https://gcc.gnu.org/viewcvs?rev=276212&root=gcc&view=rev Log: PR c++/88203 c-family/ * c-common.h (c_omp_predefined_vari

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #14 from Jakub Jelinek --- Author: jakub Date: Fri Sep 27 20:13:00 2019 New Revision: 276211 URL: https://gcc.gnu.org/viewcvs?rev=276211&root=gcc&view=rev Log: PR middle-end/91920 * gimplify.c (omp_default_clause): Pr

[Bug ipa/89924] [missed-optimization] Function not de-virtualized within the same TU

2019-09-27 Thread eyalroz at technion dot ac.il
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89924 --- Comment #9 from Eyal Rozenberg --- (In reply to Jason Merrill from comment #8) > I think if the object were not an actual Aint, performing the standard > conversion to A* should be undefined, allowing the devirtualization. But > I'm not find

[Bug c++/91369] Implement P0784R7: constexpr new

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91369 Jakub Jelinek changed: What|Removed |Added Attachment #46956|0 |1 is obsolete|

[Bug tree-optimization/80936] bcmp, bcopy, and bzero not declared nonnull

2019-09-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80936 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #7 from Martin Sebor -

[Bug c++/86173] Default construction of a union (in std::optional)

2019-09-27 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86173 --- Comment #5 from Marc Glisse --- A similar example was reported on https://stackoverflow.com/q/57964217/1918193

[Bug ipa/89924] [missed-optimization] Function not de-virtualized within the same TU

2019-09-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89924 Jason Merrill changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #8

[Bug tree-optimization/88760] GCC unrolling is suboptimal

2019-09-27 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88760 --- Comment #26 from Segher Boessenkool --- Yeah, and it probably should be a param (that different targets can default differently, per CPU probably). On most Power CPUs all loops take a minimum number of cycles per iteration (say, three), but

[Bug fortran/91926] assumed rank optional

2019-09-27 Thread jrfsousa at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91926 --- Comment #1 from José Rui Faustino de Sousa --- Created attachment 46966 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46966&action=edit Fortran code

[Bug fortran/91926] New: assumed rank optional

2019-09-27 Thread jrfsousa at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91926 Bug ID: 91926 Summary: assumed rank optional Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assigne

[Bug tree-optimization/80936] bcmp, bcopy, and bzero not declared nonnull

2019-09-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80936 Martin Sebor changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug libstdc++/91910] Debug mode: there is a racing condition between destructors of iterator and the associated container.

2019-09-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91910 --- Comment #7 from Jonathan Wakely --- Fixed on trunk only for now but I might backport it.

[Bug libstdc++/91910] Debug mode: there is a racing condition between destructors of iterator and the associated container.

2019-09-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91910 --- Comment #6 from Jonathan Wakely --- Author: redi Date: Fri Sep 27 16:20:40 2019 New Revision: 276184 URL: https://gcc.gnu.org/viewcvs?rev=276184&root=gcc&view=rev Log: PR libstdc++/91910 fix data race in Debug Mode destructors Fix data race

[Bug libquadmath/68686] tgammaq(x) is always negative for noninteger x < 0

2019-09-27 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68686 Joseph S. Myers changed: What|Removed |Added CC||tydeman at tybor dot com --- Comment #

[Bug libquadmath/91924] tgammal(- odd.5 ) has wrong sign

2019-09-27 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91924 Joseph S. Myers changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/91919] [10 Regression] arm-linux-eabi ICE with building kernel

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91919 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Fri Sep 27 15:48:51 2019 New Revision: 276183 URL: https://gcc.gnu.org/viewcvs?rev=276183&root=gcc&view=rev Log: PR target/91919 * config/arm/arm.md (mlal): Remove SE wrap

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 --- Comment #7 from Jakub Jelinek --- Created attachment 46964 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46964&action=edit gcc10-pr88203.patch Untested implementation of that.

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #6 from Jakub Jelin

[Bug c++/79328] Wshadow and lambda captures

2019-09-27 Thread arnaud02 at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79328 Arnaud Desitter changed: What|Removed |Added CC||arnaud02 at users dot sourceforge.

[Bug c++/91923] [9/10 Regression] Failure-to-SFINAE with class type NTTP in C++17

2019-09-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91923 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/71504] bogus error: accessing value through a glvalue in a constant expression

2019-09-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/71504] bogus error: accessing value through a glvalue in a constant expression

2019-09-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71504 Jason Merrill changed: What|Removed |Added CC||n.eugene536 at gmail dot com --- Comment

[Bug c++/89239] gcc claims that this expression is not constexpr

2019-09-27 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89239 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug lto/70929] [7/8/9/10 regression] Cross-module inlining for functions having argument passed by reference is no longer working.

2019-09-27 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70929 Martin Jambor changed: What|Removed |Added CC||jamborm at gcc dot gnu.org --- Comment #

[Bug c++/91925] [9/10 Regression] -fpack-struct causes a decltype with template to ICE

2019-09-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91925 --- Comment #2 from Marek Polacek --- Started with r268075.

[Bug c++/91925] [9/10 Regression] -fpack-struct causes a decltype with template to ICE

2019-09-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91925 Marek Polacek changed: What|Removed |Added Keywords||ice-on-valid-code Status|UNC

[Bug tree-optimization/88760] GCC unrolling is suboptimal

2019-09-27 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88760 --- Comment #25 from Richard Earnshaw --- Well very small loops should be unrolled more than slightly larger ones. So perhaps if the loop body is only 3 or 4 instructions it should be unrolled four times but above that perhaps only twice. Some

[Bug fortran/91497] -Wconversion warns when doing explicit type conversion

2019-09-27 Thread manfred99 at gmx dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91497 --- Comment #19 from Manfred Schwarb --- Created attachment 46963 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46963&action=edit extended patch from comment #4 to also cover gfc_simplify_dble and gfc_simplify_sngl Note, I do not have nei

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread robert at robbieab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #13 from robert at robbieab dot com --- The patch appears to fix both my test-case, and the original problem in Darktable. Darktable is using a 3 member array which does get modified, initialized to -FLT_MAX and than used to store the

[Bug ipa/89924] [missed-optimization] Function not de-virtualized within the same TU

2019-09-27 Thread kamleshbhalui at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89924 --- Comment #7 from Kamlesh Kumar --- After this patch diff --git a/gcc/ipa-polymorphic-call.c b/gcc/ipa-polymorphic-call.c index 705af03..b76793f 100644 --- a/gcc/ipa-polymorphic-call.c +++ b/gcc/ipa-polymorphic-call.c @@ -1118,6 +1118,10 @@ ip

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread robert at robbieab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #12 from robert at robbieab dot com --- Ah, thank you for the explanation. I will try and test this today.

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #11 from Jakub Jelinek --- BTW, dunno what darktable uses, but if it has possibly large automatic local variable in the body with possibly large initializer and that variable isn't really modified, you might as well make it static con

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #10 from Jakub Jelinek --- (In reply to robert from comment #9) > Does the patch mean k[] gets marked as shared? No, k is a local automatic variable in the scope of the worksharing loop body and as such it is really private. The patc

[Bug tree-optimization/91885] [9 Regression] ICE when compiling SPEC 2017 blender benchmark with -O3 -fprofile-generate

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91885 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Fri Sep 27 10:28:48 2019 New Revision: 276178 URL: https://gcc.gnu.org/viewcvs?rev=276178&root=gcc&view=rev Log: PR tree-optimization/91885 * gcc.dg/pr91885.c (__int64_t):

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread robert at robbieab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #9 from robert at robbieab dot com --- Does the patch mean k[] gets marked as shared?

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

2019-09-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 --- Comment #33 from Andrew Pinski --- See https://mails.dpdk.org/archives/dev/2019-September/144749.html also.

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

2019-09-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 --- Comment #32 from Andrew Pinski --- >I'm sure -flto-parition=none is needed for workaround, now. This does not always work. I think if the symver was done in an archive.

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread robert at robbieab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #7 from robert at robbieab dot com --- Yeah, what Daniel said. The test case here was just "something simple that triggers the problem". The revised test cases also exhibit the problem for me, and shouldn't be racy, or anything else

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread robert at robbieab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 robert at robbieab dot com changed: What|Removed |Added Attachment #46955|0 |1 is obsolete|

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread robert at robbieab dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 robert at robbieab dot com changed: What|Removed |Added Attachment #46954|0 |1 is obsolete|

[Bug c++/91925] New: -fpack-struct causes a decltype with template to ICE

2019-09-27 Thread jan at ypmania dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91925 Bug ID: 91925 Summary: -fpack-struct causes a decltype with template to ICE Product: gcc Version: 9.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread gcc at octaforge dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #4 from Daniel Kolesa --- Yeah, the testcase doesn't really matter, AFAIK the purpose here was just to provide something that fails in the same way as darktable (which is the project where this bug shows up).

[Bug middle-end/91920] ggc 9.2.0 failing openmp compile on ppc64le

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91920 --- Comment #3 from Jakub Jelinek --- Will fix, just note that the testcase is invalid (racy).

[Bug tree-optimization/91909] [10 regression] gcc.dg/vect/vect-cond-4.c fails on armeb after r275898

2019-09-27 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91909 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolutio

[Bug tree-optimization/91909] [10 regression] gcc.dg/vect/vect-cond-4.c fails on armeb after r275898

2019-09-27 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91909 --- Comment #6 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Fri Sep 27 08:21:37 2019 New Revision: 276175 URL: https://gcc.gnu.org/viewcvs?rev=276175&root=gcc&view=rev Log: Fix reduc_index==1 handling for COND_REDUCTION (PR91909)