http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57956
--- Comment #1 from Rich Townsend ---
Temporary workaround: add --disable-nls to ./configure args.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57955
David Edelsohn changed:
What|Removed |Added
Summary|Uniquization of constants |[4.6/4.7/4.8/4.9
|brea
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49524
David Starner changed:
What|Removed |Added
CC||prosfilaes at gmail dot com
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57964
Bug ID: 57964
Summary: Bug box with ambiguity combined with expression if
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57921
Steve Ellcey changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57804
--- Comment #2 from Po-Chun Chang ---
Patch sent to gcc-patches@ and fortran@
http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01058.html
http://gcc.gnu.org/ml/fortran/2013-07/msg00072.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57802
--- Comment #2 from Po-Chun Chang ---
Patch sent to gcc-patches@ and fortran@
http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01057.html
http://gcc.gnu.org/ml/fortran/2013-07/msg00071.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57801
--- Comment #2 from Po-Chun Chang ---
Patch sent to gcc-patches@ and fortran@
http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01055.html
http://gcc.gnu.org/ml/fortran/2013-07/msg00069.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57791
--- Comment #2 from Po-Chun Chang ---
Patch sent to gcc-patches@ and fortran@
http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01056.html
http://gcc.gnu.org/ml/fortran/2013-07/msg00070.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57955
--- Comment #4 from Eric Botcazou ---
> I don't understand the comment "questionable optimization patterns".
I don't see much value in optimizing a memcpy to initialize a variable, it's
unlikely to be in a hot spot. I'd suggest adding 'const' to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57958
Paolo Carlini changed:
What|Removed |Added
Keywords||wrong-code
Priority|P3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57800
--- Comment #2 from Po-Chun Chang ---
Patch sent to gcc-patch@ and fortran@
http://gcc.gnu.org/ml/gcc-patches/2013-07/msg01054.html
http://gcc.gnu.org/ml/fortran/2013-07/msg00068.html
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57949
--- Comment #6 from joseph at codesourcery dot com ---
I'm not expert on the 64-bit ABI; the Power.org ABI TSC never really got
onto doing anything with the 64-bit ABI, although nominally it's in scope.
The only Freescale peculiarity I know of
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57949
Bill Schmidt changed:
What|Removed |Added
CC||joseph at codesourcery dot com
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57904
Martin Jambor changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926
Andrew Macleod changed:
What|Removed |Added
CC||rth at gcc dot gnu.org
--- Comment #9 fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57926
--- Comment #8 from Jason Merrill ---
I don't know how exactly these builtins interact with overload resolution, but
it should be calling decay_conversion to turn arrays into pointers.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3
--- Comment #8 from Robert Lougher ---
A couple of things:
On 22 July 2013 16:40, Ondřej Bílka wrote:
> These patches were generated by running command
>
> stylepp_spell_patch
>
> This is third part where human intervention is needed.
>
> I first ge
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56787
David Edelsohn changed:
What|Removed |Added
CC||dje at gcc dot gnu.org
Known to wor
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56864
David Edelsohn changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57949
--- Comment #4 from Bill Schmidt ---
Enabling the code used for MachO/Darwin64 when targeting ABI_AIX/linux produces
much better code:
li 9,144
addis 8,2,.LC1@toc@ha
lvx 0,1,9
ld 10,.LC1@toc@l(8)
addis 8,2,.LC2@toc@ha
ld 9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57911
Richard Earnshaw changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57847
Richard Earnshaw changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57907
--- Comment #1 from Richard Earnshaw ---
You get the warning because Cortex-A15 implements a superset of ARM-v7a, due to
the addition of the HW division instructions. This means that -march=armv7-a
and -mcpu=cortex-a15 leads to an ambiguity as to
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57787
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57782
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57811
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57963
Bug ID: 57963
Summary: LRA S/390: esa mode failure memcpy-chk
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimiz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57821
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57962
Bug ID: 57962
Summary: Missed Optimization for Superword Level Parallelism
Product: gcc
Version: 4.7.3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57961
Bug ID: 57961
Summary: Excessive memory use with -O0 ?
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assign
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57959
--- Comment #1 from Tobias Burnus ---
gfc_trans_subcomponent_assign lacks handling of allocatable scalars. It simply
does:
type1.0.anum = 5.0
instead of:
(re)allocate of "type1.0.anum"
*type1.0.anum = 5.0
For arrays, it is handled via
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57960
Bug ID: 57960
Summary: LRA ICE building glibc
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51244
--- Comment #61 from Laurent Aflonsi ---
Yes that's the point. L3 can be reached by another block (L2):
tstr2,r2
mov#-1,r2
negcr2,r2
.L3:
tstr2,r2
bt/s.L11
[...]
.L2:
mov.l@r4,r2
tst
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57957
Tobias Burnus changed:
What|Removed |Added
Keywords||wrong-code
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57959
Bug ID: 57959
Summary: ICE with structure constructor with scalar allocatable
components
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Keywords: ice-on-valid-c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57952
--- Comment #1 from vincenzo Innocente ---
I modified a bit the benchmark adding timing
and the new version now vectorize YMM with avx2, still not with old avx
if I remove the call to rdtsc(); it does not use YMM anymore
-fno-tree-pre does not hel
37 matches
Mail list logo