[Bug target/80865] broken compilation on Mac OS X 10.5 / powerpc: unrecognizable insn

2017-10-04 Thread pkg at 1tein dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80865 --- Comment #7 from Christian Cornelssen --- I have made the time-consuming effort of building and testing gcc-7.2.0 with varying subsets of the four patchsets proposed with attachment 42124. * Patchset 1/4 copies stack alignment changes

[Bug target/82408] cross-compiling for arm64 problems

2017-10-04 Thread peter.bohning at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82408 --- Comment #13 from Peter Bohning --- Okay, amazingly I have a computer again. I tried what you suggested and it didn't work. I need a libstdc++ library for aarch. Like I said several times, I already have the linaro toolchain, what I want

[Bug tree-optimization/82432] Missed constant propagation of return values of non-inlined static functions

2017-10-04 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82432 --- Comment #1 from Peter Cordes --- Meant to add https://godbolt.org/g/K9CxQ6 before submitting. And to say I wasn't sure tree-optimization was the right component. I did check that -flto didn't do this optimization either. Is it worth

[Bug target/80865] broken compilation on Mac OS X 10.5 / powerpc: unrecognizable insn

2017-10-04 Thread pkg at 1tein dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80865 --- Comment #6 from Christian Cornelssen --- Created attachment 42304 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42304=edit Patchset 2 from patch-darwin-ppc-2017-01-msg02971.diff, sufficient for non-Ada builds to succeed

[Bug target/82411] const is not always read-only

2017-10-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82411 Segher Boessenkool changed: What|Removed |Added Target|Powerpc*-*-*|powerpc*-*-* --- Comment #4 from

[Bug target/82411] const is not always read-only

2017-10-04 Thread kees at outflux dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82411 --- Comment #3 from Kees Cook --- To clarify, using -mno-sdata means all things are removed from sdata, not just const, yes? I'd like to be able to leave writable stuff there, to avoid any additional performance penalty.

[Bug tree-optimization/82432] New: Missed constant propagation of return values of non-inlined static functions

2017-10-04 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82432 Bug ID: 82432 Summary: Missed constant propagation of return values of non-inlined static functions Product: gcc Version: 8.0 Status: UNCONFIRMED Keywords:

[Bug ipa/81323] IPA-VRP doesn't handle return values

2017-10-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81323 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug tree-optimization/82432] Missed constant propagation of return values of non-inlined static functions

2017-10-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82432 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement --- Comment #2 from Andrew

[Bug target/80865] broken compilation on Mac OS X 10.5 / powerpc: unrecognizable insn

2017-10-04 Thread pkg at 1tein dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80865 --- Comment #8 from Christian Cornelssen --- Created attachment 42305 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42305=edit differences in non-Ada testsuite results when switching from attachment 42124 to attachment 42304

[Bug tree-optimization/82422] New: [8 Regression][graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:248

2017-10-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82422 Bug ID: 82422 Summary: [8 Regression][graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:248 Product: gcc Version: unknown Status: UNCONFIRMED

[Bug ada/82393] Compilation error on cygwin64

2017-10-04 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82393 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/71332] Passing non-copyable type by reference to variadic generic lambda after a copyable type by value results in a compile-time error

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71332 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/82381] [8 Regression] internal compiler error: qsort checking failed

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82381 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com ---

[Bug tree-optimization/82421] New: [8 Regression] [graphite] ICE: tree check: expected ssa_name, have integer_cst in get_rename, at graphite-isl-ast-to-gimple.c:1127

2017-10-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82421 Bug ID: 82421 Summary: [8 Regression] [graphite] ICE: tree check: expected ssa_name, have integer_cst in get_rename, at graphite-isl-ast-to-gimple.c:1127 Product: gcc

[Bug tree-optimization/80155] [7/8 regression] Performance regression with code hoisting enabled

2017-10-04 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80155 prathamesh3492 at gcc dot gnu.org changed: What|Removed |Added CC||prathamesh3492 at gcc

[Bug c/82423] New: GCC 4.3 fails if first PATH element contains subdirectory named gcc

2017-10-04 Thread alexander.samoylov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82423 Bug ID: 82423 Summary: GCC 4.3 fails if first PATH element contains subdirectory named gcc Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal

[Bug ada/82393] Compilation error on cygwin64

2017-10-04 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82393 Eric Botcazou changed: What|Removed |Added Attachment #42280|0 |1 is obsolete|

[Bug c++/78816] [c++14] Static auto variable usage in generic/variadic lambda fails to compile

2017-10-04 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78816 --- Comment #1 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Oct 4 08:34:40 2017 New Revision: 253397 URL: https://gcc.gnu.org/viewcvs?rev=253397=gcc=rev Log: 2017-10-04 Paolo Carlini PR

[Bug c++/54367] [meta-bug] lambda expressions

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 78816, which changed state. Bug 78816 Summary: [c++14] Static auto variable usage in generic/variadic lambda fails to compile https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78816 What|Removed

[Bug c++/78816] [c++14] Static auto variable usage in generic/variadic lambda fails to compile

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78816 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Blocks|

[Bug target/82418] Division on a constant is suboptimal because of not using imul instruction

2017-10-04 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82418 --- Comment #2 from Antony Polukhin --- I've checked the instructions cost according to the "4. Instruction tables" by By Agner Fog. Technical University of Denmark. For skylake: ; recip throughpLatency Ports

[Bug tree-optimization/82397] [8 Regression] qsort comparator non-negative on sorted output: 1 in vect_analyze_data_ref_accesses

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82397 Richard Biener changed: What|Removed |Added Keywords||ice-checking

[Bug tree-optimization/82421] [8 Regression] [graphite] ICE: tree check: expected ssa_name, have integer_cst in get_rename, at graphite-isl-ast-to-gimple.c:1127

2017-10-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82421 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/71564] label inside a lambda conflicts (?) with another one outside it

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71564 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/71117] [6/7 Regression] Overeager application of conversion to function pointer during overload resolution of call to function object

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71117 Paolo Carlini changed: What|Removed |Added CC||karol.wozniak at email dot com ---

[Bug c++/54367] [meta-bug] lambda expressions

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 71095, which changed state. Bug 71095 Summary: Problem with captureless generic lambda and calling function object with arguments passed by reference https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71095 What

[Bug c++/71628] ICE on valid C++11 code (with lambda expression, __typeof operator and variable length array): verify_gimple failed

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71628 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60230] internal compiler error on lambdas capturing multidimensional arrays with dynamic boundary

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60230 Paolo Carlini changed: What|Removed |Added CC||su at cs dot ucdavis.edu --- Comment #3

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 Andrey Guskov changed: What|Removed |Added CC||andrey.y.guskov at intel dot com ---

[Bug tree-optimization/82421] [8 Regression] [graphite] ICE: tree check: expected ssa_name, have integer_cst in get_rename, at graphite-isl-ast-to-gimple.c:1127

2017-10-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82421 --- Comment #2 from Arseny Solokha --- Oh, I forgot to mention that I had indeed applied that one on top of the weekly snapshot.

[Bug c/82413] [8 Regression] -O0 crash (ICE in decompose, at tree.h:5179)

2017-10-04 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82413 Markus Trippelsdorf changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug c++/71564] label inside a lambda conflicts (?) with another one outside it

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71564 Paolo Carlini changed: What|Removed |Added CC|paolo.carlini at oracle dot com| --- Comment #2 from Paolo

[Bug c++/58820] lambda multiple inheritance operator() not ambiguous

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58820 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com ---

[Bug middle-end/82394] Pointer imposes an optimization barrier

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82394 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/82037] Debian 8.8 powerpc64-unknown-linux-gnu bootstrap breaks in stage1 with gcc/liblto_plugin.so: wrong ELF class: ELFCLASS64

2017-10-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82037 --- Comment #8 from Andreas Schwab --- /usr/bin/ld is a ppc32 binary, thus cannot load a ppc64 plugin. Either point the build to a ppc64 ld, or use a wrapper script that filters out the -plugin and -plugin-opt options.

[Bug target/82370] AVX512 can use a memory operand for immediate-count vpsrlw, but gcc doesn't.

2017-10-04 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82370 --- Comment #4 from Peter Cordes --- VPANDQ can be shorter than an equivalent VPAND, for displacements > 127 but <= 16 * 127 or 32 * 127, and that are an exact multiple of the vector width. EVEX with disp8 always implies a compressed

[Bug tree-optimization/82374] #pragma GCC optimize is not applied to openmp-generated functions

2017-10-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82374 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed Oct 4 07:50:38 2017 New Revision: 253395 URL: https://gcc.gnu.org/viewcvs?rev=253395=gcc=rev Log: PR tree-optimization/82374 * omp-low.c (create_omp_child_function):

[Bug tree-optimization/82381] [8 Regression] internal compiler error: qsort checking failed

2017-10-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82381 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Wed Oct 4 07:52:26 2017 New Revision: 253396 URL: https://gcc.gnu.org/viewcvs?rev=253396=gcc=rev Log: PR tree-optimization/82381 * tree-ssa-reassoc.c

[Bug c++/79563] Same-name labels in lambdas considered duplicate

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79563 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Blocks|

[Bug c++/54367] [meta-bug] lambda expressions

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54367 Bug 54367 depends on bug 79563, which changed state. Bug 79563 Summary: Same-name labels in lambdas considered duplicate https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79563 What|Removed |Added

[Bug c++/61358] Bogus "duplicate label" error after label used within C++11 lambda

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61358 Paolo Carlini changed: What|Removed |Added CC||jengelh at inai dot de --- Comment #1

[Bug debug/82425] New: [8 regression] gcc.dg/guality/inline-params-2.c fail

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82425 Bug ID: 82425 Summary: [8 regression] gcc.dg/guality/inline-params-2.c fail Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/66999] Missing comma in lambda capture causes internal compiler error

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66999 --- Comment #2 from Paolo Carlini --- Mostly fixed in 6.2.0 - we don't ICE anymore - but we should issue a single error, not two.

[Bug c++/71095] Problem with captureless generic lambda and calling function object with arguments passed by reference

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71095 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Blocks|

[Bug tree-optimization/82426] Missed tree-slp-vectorization on -O2 and -O3

2017-10-04 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82426 --- Comment #3 from Allan Jensen --- Note it appears the fact it can do it at all in -Os is new in gcc 7

[Bug c++/71946] asm in toplevel lambda function rejected

2017-10-04 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71946 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/77296] [F03] Compiler Error with allocatable string and associate

2017-10-04 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77296 --- Comment #4 from Paul Thomas --- Author: pault Date: Wed Oct 4 10:43:45 2017 New Revision: 253400 URL: https://gcc.gnu.org/viewcvs?rev=253400=gcc=rev Log: 2017-10-04 Paul Thomas PR fortran/60458 PR

[Bug fortran/60458] Error message on associate: deferred type parameter and requires either the pointer or allocatable attribute

2017-10-04 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60458 --- Comment #8 from Paul Thomas --- Author: pault Date: Wed Oct 4 10:43:45 2017 New Revision: 253400 URL: https://gcc.gnu.org/viewcvs?rev=253400=gcc=rev Log: 2017-10-04 Paul Thomas PR fortran/60458 PR

[Bug tree-optimization/82421] [8 Regression] [graphite] ICE: tree check: expected ssa_name, have integer_cst in get_rename, at graphite-isl-ast-to-gimple.c:1127

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82421 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/80155] [7/8 regression] Performance regression with code hoisting enabled

2017-10-04 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80155 --- Comment #32 from Thomas Preud'homme --- (In reply to rguent...@suse.de from comment #31) > On Wed, 4 Oct 2017, prathamesh3492 at gcc dot gnu.org wrote: > > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80155 > > > > prathamesh3492 at gcc

[Bug tree-optimization/82397] [8 Regression] qsort comparator non-negative on sorted output: 1 in vect_analyze_data_ref_accesses

2017-10-04 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82397 --- Comment #4 from rguenther at suse dot de --- On Wed, 4 Oct 2017, amonakov at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82397 > > --- Comment #3 from Alexander Monakov --- > Is it possible to simply invoke

[Bug middle-end/82407] [8 Regression][meta-bug] qsort_chk fallout tracking

2017-10-04 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82407 Bug 82407 depends on bug 82396, which changed state. Bug 82396 Summary: [8 Regression] qsort comparator non-negative on sorted output: 4 in ready_sort_real in haifa scheduler https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82396 What

[Bug rtl-optimization/82396] [8 Regression] qsort comparator non-negative on sorted output: 4 in ready_sort_real in haifa scheduler

2017-10-04 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82396 Wilco changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/82402] [5/6/7/8 Regression] error: SSA_NAME_OCCURS_IN_ABNORMAL_PHI should be set

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82402 Richard Biener changed: What|Removed |Added Keywords||ice-checking Priority|P3

[Bug c++/82405] Function not inlined for switch and suboptimal assembly is generated

2017-10-04 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82405 --- Comment #10 from rguenther at suse dot de --- On Tue, 3 Oct 2017, jakub at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82405 > > --- Comment #9 from Jakub Jelinek --- > So it means maybe llvm performs more

[Bug c++/82406] [7 Regression] Rejects a valid snippet

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82406 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/82410] [7/8 Regression] ICE in replace_placeholders_r

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82410 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug libgomp/82428] New: Builtins for openacc gang/worker/vector id/size

2017-10-04 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82428 Bug ID: 82428 Summary: Builtins for openacc gang/worker/vector id/size Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug tree-optimization/82426] New: Missed tree-slp-vectorization on -O2 and -O3

2017-10-04 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82426 Bug ID: 82426 Summary: Missed tree-slp-vectorization on -O2 and -O3 Product: gcc Version: 7.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/82397] [8 Regression] qsort comparator non-negative on sorted output: 1 in vect_analyze_data_ref_accesses

2017-10-04 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82397 --- Comment #3 from Alexander Monakov --- Is it possible to simply invoke data_ref_compare_tree always, without checking operand_equal_p beforehand? It's possible to canonicalize commutative chains in data_ref_compare_tree, or - even better -

[Bug c/82413] [8 Regression] -O0 crash (ICE in decompose, at tree.h:5179)

2017-10-04 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82413 --- Comment #5 from rsandifo at gcc dot gnu.org --- Author: rsandifo Date: Wed Oct 4 10:50:19 2017 New Revision: 253401 URL: https://gcc.gnu.org/viewcvs?rev=253401=gcc=rev Log: PR82413: Mismatched precisions in build_range_check

[Bug libgcc/82427] New: gcc-7.2.1 error: '::mktime' has not been declared using ::mktime;

2017-10-04 Thread martin.gansser at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82427 Bug ID: 82427 Summary: gcc-7.2.1 error: '::mktime' has not been declared using ::mktime; Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug target/82418] Division on a constant is suboptimal because of not using imul instruction

2017-10-04 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82418 Marc Glisse changed: What|Removed |Added Target||x86_64-*-* Status|UNCONFIRMED

[Bug libstdc++/82427] gcc-7.2.1 error: '::mktime' has not been declared using ::mktime;

2017-10-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82427 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/82422] [8 Regression][graphite] ICE in set_codegen_error, at graphite-isl-ast-to-gimple.c:248

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82422 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/82427] gcc-7.2.1 error: '::mktime' has not been declared using ::mktime;

2017-10-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82427 Jonathan Wakely changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 --- Comment #4 from Andrey Guskov --- Damn. Sorry for the false alarm. The correct revision had to be r253275.

[Bug c/82413] [8 Regression] -O0 crash (ICE in decompose, at tree.h:5179)

2017-10-04 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82413 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug target/82418] Division on a constant is suboptimal because of not using imul instruction

2017-10-04 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82418 --- Comment #4 from Marc Glisse --- (In reply to Alexander Monakov from comment #3) > it's likely that your test measured something else, You are right, my test was bogus and clang's version is faster.

[Bug tree-optimization/80155] [7/8 regression] Performance regression with code hoisting enabled

2017-10-04 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80155 --- Comment #31 from rguenther at suse dot de --- On Wed, 4 Oct 2017, prathamesh3492 at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80155 > > prathamesh3492 at gcc dot gnu.org changed: > >What|Removed

[Bug tree-optimization/82426] Missed tree-slp-vectorization on -O2 and -O3

2017-10-04 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82426 --- Comment #1 from Allan Jensen --- Created attachment 42300 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42300=edit Assembler output with -O3

[Bug tree-optimization/82426] Missed tree-slp-vectorization on -O2 and -O3

2017-10-04 Thread linux at carewolf dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82426 --- Comment #2 from Allan Jensen --- Created attachment 42301 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42301=edit Assembler output with -Os -ftree-slp-vectorize

[Bug tree-optimization/82374] #pragma GCC optimize is not applied to openmp-generated functions

2017-10-04 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82374 --- Comment #4 from Thomas Schwinge --- Author: tschwinge Date: Wed Oct 4 11:13:24 2017 New Revision: 253402 URL: https://gcc.gnu.org/viewcvs?rev=253402=gcc=rev Log: Adjust test cases for attributes propagation changes for OMP outlined regions

[Bug c++/82414] [5 Regression] Issue with ODR/LTO in G++

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82414 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.5

[Bug testsuite/82412] [8 regression] gfortran.dg/graphite/pr42334-1.f fails starting with r253342

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82412 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0 --- Comment #1 from Richard Biener

[Bug rtl-optimization/82396] [8 Regression] qsort comparator non-negative on sorted output: 4 in ready_sort_real in haifa scheduler

2017-10-04 Thread wilco at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82396 --- Comment #7 from Wilco --- Author: wilco Date: Wed Oct 4 10:27:26 2017 New Revision: 253399 URL: https://gcc.gnu.org/viewcvs?rev=253399=gcc=rev Log: Fix PR82396: qsort comparator non-negative on sorted output r253236 broke AArch64

[Bug target/82418] Division on a constant is suboptimal because of not using imul instruction

2017-10-04 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82418 Alexander Monakov changed: What|Removed |Added CC||amonakov at gcc dot gnu.org ---

[Bug c++/82401] [8 Regression] error: qsort comparator non-negative on sorted output: 1 in insert_late_enum_def_bindings on an invalid code

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82401 Richard Biener changed: What|Removed |Added Keywords||ice-checking

[Bug rtl-optimization/82398] [8 Regression] error: qsort comparator non-negative on sorted output: 2 in fill_vec_av_set at gcc/sel-sched.c:3725

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82398 Richard Biener changed: What|Removed |Added Keywords||ice-checking

[Bug libstdc++/82427] gcc-7.2.1 error: '::mktime' has not been declared using ::mktime;

2017-10-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82427 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

2017-10-04 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 --- Comment #3 from Ian Lance Taylor --- Andrey: do you have more details? I don't see how this change, which does not affect the generated code in any way, could possibly cause a SPEC failure.

[Bug libstdc++/82427] gcc-7.2.1 error: '::mktime' has not been declared using ::mktime;

2017-10-04 Thread martin.gansser at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82427 mgansser at alice dot de changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from

[Bug other/82368] [8 regression] with r253275 several new test cases in libbacktrace fail

2017-10-04 Thread andrey.y.guskov at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82368 --- Comment #5 from Andrey Guskov --- Please update the bug header: s/235275/253275/

[Bug fortran/82431] [8 Regression] Rejects 416.gamess

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82431 Richard Biener changed: What|Removed |Added Target Milestone|--- |8.0

[Bug fortran/82431] New: [8 Regression] Rejects 416.gamess

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82431 Bug ID: 82431 Summary: [8 Regression] Rejects 416.gamess Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug target/82430] [5/6/7/8 Regression] Suboptimal code generated because of unnecessary "pxor xmm0, xmm0"

2017-10-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82430 Jakub Jelinek changed: What|Removed |Added CC||uros at gcc dot gnu.org --- Comment #2

[Bug testsuite/82412] [8 regression] gfortran.dg/graphite/pr42334-1.f fails starting with r253342

2017-10-04 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82412 --- Comment #3 from seurer at gcc dot gnu.org --- Oh, and ISL is what comes from contrib/download_prerequisites. isl-0.18 in this case.

[Bug c++/82424] [8 Regression] ICE in tree check: expected record_type or union_type or qual_union_type, have typename_type in lookup_base, at cp/search.c:203

2017-10-04 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82424 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/82429] New: strcpy to stpcpy transformation disabled in strict mode

2017-10-04 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82429 Bug ID: 82429 Summary: strcpy to stpcpy transformation disabled in strict mode Product: gcc Version: 8.0 Status: UNCONFIRMED Severity: normal

[Bug target/82430] New: [4.9 Regression] Suboptimal code generated because of unnecessary "pxor xmm0, xmm0"

2017-10-04 Thread antoshkka at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82430 Bug ID: 82430 Summary: [4.9 Regression] Suboptimal code generated because of unnecessary "pxor xmm0, xmm0" Product: gcc Version: 8.0 Status: UNCONFIRMED

[Bug testsuite/82412] [8 regression] gfortran.dg/graphite/pr42334-1.f fails starting with r253342

2017-10-04 Thread seurer at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82412 seurer at gcc dot gnu.org changed: What|Removed |Added CC||seurer at gcc dot gnu.org

[Bug fortran/82431] [8 Regression] Rejects 416.gamess

2017-10-04 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82431 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ada/82393] Compilation error on cygwin64

2017-10-04 Thread didu31 at hotmail dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82393 --- Comment #5 from Didier G --- OK. Build succeed. Tests in progress ...

[Bug c++/81525] [7 Regression] Invalid codegen with constexpr variable template

2017-10-04 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81525 --- Comment #10 from Jason Merrill --- Author: jason Date: Wed Oct 4 15:37:09 2017 New Revision: 253414 URL: https://gcc.gnu.org/viewcvs?rev=253414=gcc=rev Log: PR c++/81525 - broken handling of auto in generic lambda. * pt.c

[Bug debug/82425] [8 regression] gcc.dg/guality/inline-params-2.c fail

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82425 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/82430] [5/6/7/8 Regression] Suboptimal code generated because of unnecessary "pxor xmm0, xmm0"

2017-10-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82430 Richard Biener changed: What|Removed |Added Target||x86_64-*-* Known to work|

[Bug tree-optimization/82429] strcpy to stpcpy transformation disabled in strict mode

2017-10-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82429 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1

[Bug c++/82424] [8 Regression] ICE in tree check: expected record_type or union_type or qual_union_type, have typename_type in lookup_base, at cp/search.c:203

2017-10-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82424 Martin Liška changed: What|Removed |Added Target Milestone|--- |8.0

[Bug c++/82424] New: [8 Regression] ICE in tree check: expected record_type or union_type or qual_union_type, have typename_type in lookup_base, at cp/search.c:203

2017-10-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82424 Bug ID: 82424 Summary: [8 Regression] ICE in tree check: expected record_type or union_type or qual_union_type, have typename_type in lookup_base, at cp/search.c:203

  1   2   >