https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83337
--- Comment #2 from Jakub Jelinek ---
Author: jakub
Date: Sun Dec 10 10:39:56 2017
New Revision: 255528
URL: https://gcc.gnu.org/viewcvs?rev=255528&root=gcc&view=rev
Log:
PR tree-optimization/83337
* gimple-loop-interchange.cc (c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83337
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83321
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83347
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83348
Bug ID: 83348
Summary: Missed optimization in math expression: can be used
std::pow function
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83237
Michele Pezzutti changed:
What|Removed |Added
CC||mpezz at tiscali dot it
--- Comment #
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83237
--- Comment #2 from Michele Pezzutti ---
Created attachment 42821
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42821&action=edit
patch for latest version
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45689
--- Comment #13 from Thomas Koenig ---
Created attachment 42822
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42822&action=edit
Patch which extends minval/maxval
This looks promising - it just removes the special handling of maxval
(which
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83349
Bug ID: 83349
Summary: Missed optimization in math expression: aggressive
optimization with std::pow
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: nor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83350
Bug ID: 83350
Summary: Missed optimization in math expression: missing cube
of the sum formula
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83341
--- Comment #1 from Segher Boessenkool ---
Actually, I'm blaming the wrong patch there. Sorry.
Hi.
This patch intends to fix Bug 83237 - Values returned by
std::poisson_distribution are not distributed correctly.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83237for issue
description and tests.
* include/bits/random.tcc (poisson_distribution<_IntType>::operator()):
Value of th
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83351
Bug ID: 83351
Summary: Missed optimization in math expression: sin^2(a) +
cos^2(a) == 1
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83326
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83332
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80645
Richard Biener changed:
What|Removed |Added
Keywords||diagnostic
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81875
--- Comment #4 from Tom de Vries ---
Proposed to backport to 6/7 branch (
https://gcc.gnu.org/ml/gcc-patches/2017-12/msg00574.html ).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80645
--- Comment #10 from Dominique d'Humieres ---
> Anyway, WAITING for Fortran folks to settle the wrong-code dispute.
AFAIU the code is valid Fortran
x(4:1:-1) = x((/1,3,2,4/))
x((/1,3,2,4/)) use a temporary array of size 4 and
tmp(1)=x(1)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82006
--- Comment #10 from Richard Biener ---
Hmm, builtins.exp references $LTO_TORTURE_OPTIONS. Does the issue only
reproduce with builtins.exp or also other .exp files?
How does check_effective_target_lto behave on mingw32 currently?
Unfortunately
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83352
Bug ID: 83352
Summary: Missed optimization in math expression: sqrt(sqrt(a))
== pow(a, 1/4)
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83069
Jan Hubicka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81842
--- Comment #3 from H.J. Lu ---
Created attachment 42823
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42823&action=edit
The first patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81842
--- Comment #4 from H.J. Lu ---
Created attachment 42824
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42824&action=edit
The second patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83353
Bug ID: 83353
Summary: Missed optimization in math expression: sin(asin(a))
== a
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priori
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83353
--- Comment #1 from Alexander Zaitsev ---
The same issue about cos(acos(x)).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83354
Bug ID: 83354
Summary: Missed optimization in math expression: pow(cbrt(x),
y) == pow(x, y / 3)
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81842
H.J. Lu changed:
What|Removed |Added
Attachment #42824|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53478
--- Comment #10 from dominiq at gcc dot gnu.org ---
Author: dominiq
Date: Sun Dec 10 19:11:18 2017
New Revision: 255530
URL: https://gcc.gnu.org/viewcvs?rev=255530&root=gcc&view=rev
Log:
2017-12-10 Dominique d'Humieres
PR fortran/5347
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53478
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83237
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83355
Bug ID: 83355
Summary: autofdo g++.dg/bprob/g++-bprob-1.C FAILS with ICE
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83356
Bug ID: 83356
Summary: [7 regression] excessive stack usage compiling with
-O2 -fsanitize=bounds -fsanitize=object-size
Product: gcc
Version: 7.2.1
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81875
--- Comment #5 from Tom de Vries ---
Author: vries
Date: Sun Dec 10 20:52:54 2017
New Revision: 255531
URL: https://gcc.gnu.org/viewcvs?rev=255531&root=gcc&view=rev
Log:
Backport "Fix condition folding in c_parser_omp_for_loop"
2017-12-10 Tom
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81875
--- Comment #6 from Tom de Vries ---
Author: vries
Date: Sun Dec 10 21:37:08 2017
New Revision: 255532
URL: https://gcc.gnu.org/viewcvs?rev=255532&root=gcc&view=rev
Log:
Backport "Fix condition folding in c_parser_omp_for_loop"
2017-12-10 Tom
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81842
H.J. Lu changed:
What|Removed |Added
Attachment #42823|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81842
H.J. Lu changed:
What|Removed |Added
Attachment #42827|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81842
H.J. Lu changed:
What|Removed |Added
Attachment #42828|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83357
Bug ID: 83357
Summary: [Gcc-optimization] wrong code for elements in a union
pointed by two different types of global pointers
Product: gcc
Version: 7.2.0
Status: UNCONFI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83357
--- Comment #1 from Yibiao Yang ---
# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83358
Bug ID: 83358
Summary: [8 Regression] division not converted with Intel
tuning since r253934
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83358
--- Comment #1 from Markus Trippelsdorf ---
The output above is from:
% gcc -O2 -mtune=haswell foo.i -S -o -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81889
Jeffrey A. Law changed:
What|Removed |Added
CC||law at redhat dot com
--- Comment #5 fr
don't specify -mcpu= with =mfpu=auto
tested with gcc version 8.0.0 20171210 (experimental) (GCC)
/usr/local/gcc/bin/gcc -Q --help=target | grep "mcpu\|mfpu\|march"
-march= armv7-a+fp
-mcpu=
-mfpu=vfpv3-d16
/usr/loca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83359
Bug ID: 83359
Summary: [8 Regression] ICE in expand_LOOP_DIST_ALIAS, at
internal-fn.c:2362
Product: gcc
Version: 8.0
Status: UNCONFIRMED
Keywords: ice-on-valid-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83360
Bug ID: 83360
Summary: make gcc failed, cause classpath/tools/tools.zip:0:0:
internal compiler error: in java_mangle_resource_name,
at java/mangle.c:657
Product: gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83360
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83360
--- Comment #2 from tottixh10.xianghua at huawei dot com ---
(In reply to Andrew Pinski from comment #1)
> Java was removed from GCC in GCC 7. GCC 4.9 is no longer supported.
Thanks for answering. So I need download GCC 7.x for installation?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83308
--- Comment #9 from John Paul Adrian Glaubitz ---
I have added "sh" to all relevant places and after uncovering a bug in
qemu-sh4, I managed to build libgo but the no-fpu variant eventually fails to
link:
make[4]: Entering directory
'/build/gcc-
49 matches
Mail list logo