https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63607
Bug ID: 63607
Summary: run fail with -flto -mfloat-abi=softfp for
armeb-linux-gnueabi-gcc
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61538
--- Comment #22 from Joshua Kinard ---
(In reply to Andrew Pinski from comment #21)
> (In reply to Joshua Kinard from comment #20)
> > Created attachment 33166 [details]
> > Disassembly of the ASM from 'sln' compiled by a non-working gcc-4.8.0.
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61538
--- Comment #21 from Andrew Pinski ---
(In reply to Joshua Kinard from comment #20)
> Created attachment 33166 [details]
> Disassembly of the ASM from 'sln' compiled by a non-working gcc-4.8.0.
>
> This is the objdump disassembly of the '__lll_l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63602
--- Comment #1 from Arseny Solokha ---
It seems I've reduced the snippet too hard. However, are global variables
declared static or not, it doesn't change anything.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63582
DJ Delorie changed:
What|Removed |Added
CC||dj at redhat dot com
Assignee|una
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63606
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63181
Jonathan Wakely changed:
What|Removed |Added
CC||bcmpinc at hotmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63606
Bug ID: 63606
Summary: Missing a warning for binding a reference member to a
stack allocated parameter
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307
--- Comment #7 from Andrew Pinski ---
(In reply to iverbin from comment #6)
> Author: iverbin
> Date: Mon Oct 20 15:22:09 2014
> New Revision: 216483
This breaks the build as wd->decl_map will always contain a BLOCK which does
not have an UID.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57610
Mitsuru Kariya changed:
What|Removed |Added
CC||kariya_mitsuru at hotmail dot
com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63605
Bug ID: 63605
Summary: wrong code at -O3 on x86_64-linux-gnu
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63604
Bug ID: 63604
Summary: [C++11] A direct-initialization of a reference should
use explicit conversion functions
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Sev
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63601
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63577
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63601
--- Comment #2 from Jason Merrill ---
Author: jason
Date: Mon Oct 20 17:29:02 2014
New Revision: 216488
URL: https://gcc.gnu.org/viewcvs?rev=216488&root=gcc&view=rev
Log:
PR c++/63601
* lambda.c (current_nonlambda_function): New.
* s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63599
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63594
--- Comment #6 from Jakub Jelinek ---
Created attachment 33763
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33763&action=edit
gcc5-pr63594-wip2.patch
Updated WIP patch, which attempts to generate better code using inter-unit
moves, but h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63594
--- Comment #5 from Jakub Jelinek ---
Better testcase that tests both broadcasts from GPRs and broadcasts from
memory:
#define C1 c
#define C2 C1, C1
#define C4 C2, C2
#define C8 C4, C4
#define C16 C8, C8
#define C32 C16, C16
#define C64 C32, C3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55821
--- Comment #9 from Sandra Loosemore ---
Yes, that patch (with regenerated Makefile.in) did the trick. Thanks.
config.log says my configure line is:
$ /scratch/sandra/arm-fsf/src/gcc-mainline/libquadmath/configure --srcdir=/scr
atch/sandra/arm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63553
--- Comment #5 from patnel97269-gfortran at yahoo dot fr ---
Thanks for the patch.
Another similar case, this time the type contains an allocatable field,
produces a internal compiler error (without applying the patch) :
internal compiler erro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63307
--- Comment #6 from iverbin at gcc dot gnu.org ---
Author: iverbin
Date: Mon Oct 20 15:22:09 2014
New Revision: 216483
URL: https://gcc.gnu.org/viewcvs?rev=216483&root=gcc&view=rev
Log:
PR c/63307
gcc/c-family/
* cilk.c: Include vec.h.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63603
Tobias Burnus changed:
What|Removed |Added
Target Milestone|--- |4.9.2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61192
--- Comment #3 from Daniel Cederman ---
(In reply to Ilya Palachev from comment #2)
> (In reply to Daniel Cederman from comment #0)
> > when using lto on sparc.
>
> Daniel, can you also provide original source code (not preprocessed)? It's
> int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63563
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63603
Bug ID: 63603
Summary: [4.9/5 Regression] Linking with -fno-lto still invokes
LTO
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54488
--- Comment #7 from Evgeniya Maenkova ---
I got only 317Mb by top.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63588
--- Comment #2 from Matthias Klose ---
yes, see above.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63577
Richard Biener changed:
What|Removed |Added
Summary|[4.8/4.9/5? Regression]:|[4.8/4.9/5 Regression]:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63576
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63577
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*
Status|UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63580
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63588
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63582
Richard Biener changed:
What|Removed |Added
Target|cris-axis-elf |cris-axis-elf,
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63583
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63588
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63595
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63596
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63598
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63594
--- Comment #4 from Kirill Yukhin ---
(In reply to Jakub Jelinek from comment #3)
> Created attachment 33761 [details]
> WIP patch for discussions
>
> From what I see, if TARGET_AVX512BW is not defined, then we obviously can't
> use
> ix86_vecto
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63531
Marek Polacek changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63600
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60655
--- Comment #22 from Alan Modra ---
Author: amodra
Date: Mon Oct 20 11:54:22 2014
New Revision: 216462
URL: https://gcc.gnu.org/viewcvs?rev=216462&root=gcc&view=rev
Log:
PR debug/60655
* simplify-rtx.c (simplify_plus_minus): Delete unuse
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63601
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61052
Ilya Palachev changed:
What|Removed |Added
CC||i.palachev at samsung dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63602
Bug ID: 63602
Summary: Wrong code w/ -O2 -ftree-loop-linear
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optim
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61192
Ilya Palachev changed:
What|Removed |Added
CC||i.palachev at samsung dot com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63173
--- Comment #7 from Fei Yang ---
(In reply to clyon from comment #6)
> (In reply to Ramana Radhakrishnan from comment #5)
> (In reply to
> Venkataramanan from comment #4)
> > (In reply to Fei Yang from comment #3)
>
> > > (In reply to ktkachov fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63583
--- Comment #2 from marxin at gcc dot gnu.org ---
Author: marxin
Date: Mon Oct 20 10:44:54 2014
New Revision: 216458
URL: https://gcc.gnu.org/viewcvs?rev=216458&root=gcc&view=rev
Log:
PR ipa/63583
* ipa-icf-gimple.c (func_checker::compare_gi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63531
--- Comment #6 from Ralf ---
(In reply to Marek Polacek from comment #5)
> I meant a GCC build, that contains r215459 fix (for that you'd have to build
> gcc, 5 nor 4.9.2 haven't been released yet).
>
> But I'm pretty sure this is already fixed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63594
--- Comment #3 from Jakub Jelinek ---
Created attachment 33761
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33761&action=edit
WIP patch for discussions
>From what I see, if TARGET_AVX512BW is not defined, then we obviously can't use
ix86
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534
--- Comment #32 from Stupachenko Evgeny ---
(In reply to Iain Sandoe from comment #30)
> FWIW, I built a stage #1 with fortran, objc and ada enabled.
>
> libgcc, libstdc++v3, libgomp, libobjc and libada build.
>
> libgfortran & libquadmath fail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534
--- Comment #31 from Stupachenko Evgeny ---
(In reply to Jeffrey A. Law from comment #29)
> I thought we had already dealt with the "hidden" GOT usages that show up
> during reload... Is it IRA that's removing the SET_GOT?
That is not EQUIV rel
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63599
--- Comment #3 from Marc Glisse ---
ifcvt making a transformation that doesn't help vectorization and ends up
pessimizing the code... not really the first time this happens. I believe Jakub
had a big patch for that, but it never got in. Maybe vec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63173
clyon at gcc dot gnu.org changed:
What|Removed |Added
CC||cbaylis at gcc dot gnu.org
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63173
Ramana Radhakrishnan changed:
What|Removed |Added
CC||ramana at gcc dot gnu.org
--- Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63173
--- Comment #4 from Venkataramanan ---
(In reply to Fei Yang from comment #3)
> (In reply to ktkachov from comment #1)
> > Confirmed.
>
> Feel free to propose a patch for them on gcc-patches along the
> > lines you described in:
> https://gcc.gn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63599
--- Comment #2 from vincenzo Innocente ---
I agree that the code produces correct results. It looks to me sub-optimal.
I understand that with Ofast the sequence below will be always executed
andps%xmm5, %xmm8
rcpps%xmm3, %xmm0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63594
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63601
Bug ID: 63601
Summary: Segfault on usage of 'this' in unevaluated context
inside lambda
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63600
Bug ID: 63600
Summary: ice in ix86_expand_sse2_abs
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: u
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63173
Fei Yang changed:
What|Removed |Added
CC||fei.yang0953 at gmail dot com
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63563
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63586
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63589
Janne Blomqvist changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63589
--- Comment #4 from Janne Blomqvist ---
Author: jb
Date: Mon Oct 20 08:16:06 2014
New Revision: 216451
URL: https://gcc.gnu.org/viewcvs?rev=216451&root=gcc&view=rev
Log:
PR 63589 Fix splitting of PATH in find_addr2line.
2014-10-20 Janne Blomqv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63589
--- Comment #3 from Janne Blomqvist ---
Author: jb
Date: Mon Oct 20 08:04:39 2014
New Revision: 216450
URL: https://gcc.gnu.org/viewcvs?rev=216450&root=gcc&view=rev
Log:
PR 63589 Fix splitting of PATH in find_addr2line.
2014-10-20 Janne Blomqv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63589
--- Comment #2 from Janne Blomqvist ---
Author: jb
Date: Mon Oct 20 07:53:37 2014
New Revision: 216449
URL: https://gcc.gnu.org/viewcvs?rev=216449&root=gcc&view=rev
Log:
PR 63589 Fix splitting of PATH in find_addr2line.
2014-10-20 Janne Blomqv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587
--- Comment #4 from rguenther at suse dot de ---
On Sun, 19 Oct 2014, mliska at suse dot cz wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63587
>
> --- Comment #2 from Martin Liška ---
> Following two functions are merged:
> static boo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62031
--- Comment #14 from clyon at gcc dot gnu.org ---
I confirm what I observed is a testsuite harness problem, for which I proposed
a patch here:
https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01792.html
dejagnu-1.5 (as shipped with Ubuntu 14.04) mas
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54488
--- Comment #6 from rguenther at suse dot de ---
On Sun, 19 Oct 2014, evgeniya.maenkova at gmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54488
>
> --- Comment #5 from Evgeniya Maenkova ---
> Also, I collect massif data an
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63599
--- Comment #1 from Andrew Pinski ---
The tree level looks like this:
t_13 = VEC_COND_EXPR ;
ret_14 = VEC_COND_EXPR { 4.142135679721832275390625e-1,
4.142135679721832275390625e-1, 4.142135679721832275390625e-1,
4.142135679721832275390625e-1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63599
Bug ID: 63599
Summary: "wrong" branch optimization with Ofast in a loop
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tr
73 matches
Mail list logo