https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566
--- Comment #1 from Martin Liška ---
Created attachment 33738
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33738&action=edit
Patch that enables just a single function merge operation.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534
--- Comment #22 from Iain Sandoe ---
(In reply to Iain Sandoe from comment #17)
> (In reply to Dominique d'Humieres from comment #16)
> > > Created attachment 33733 [details]
> > > patch to fix darwin bootstrap
> > >
> > > With pseudo GOT registe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566
--- Comment #3 from Martin Liška ---
Created attachment 33740
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33740&action=edit
object file created w/ IPA ICF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566
--- Comment #2 from Martin Liška ---
Created attachment 33739
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33739&action=edit
object file created w/o IPA ICF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63566
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567
Bug ID: 63567
Summary: Linux kernel build error due to non-static
initializers
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63534
--- Comment #23 from Iain Sandoe ---
Created attachment 33741
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33741&action=edit
asm and .i
I built 216304+removing the two sections in i386.md.
A stage 1 compiler built with -O0 -g is suffien
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63568
Bug ID: 63568
Summary: Missed optimization (a & ~mask) | (b & mask) = a ^ ((a
^ b) & mask)
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63530
--- Comment #3 from Carrot ---
It turns out that when function vect_create_addr_base_for_vector_ref create a
new pointer, it doesn't set the correct alignment of pointer value, so the
default alignment of the point_to type is used. We should use
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63559
--- Comment #3 from Dmitry Vyukov ---
Ah, OK, thanks.
FWIW, TBB is open-source. However it uses hand-rolled atomic operations, so
tsan won't work out-of-the box anyway.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63553
paul.richard.thomas at gmail dot com
changed:
What|Removed |Added
CC||paul.richard.thom
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848
--- Comment #21 from Markus Trippelsdorf ---
Author: trippels
Date: Fri Oct 17 05:10:07 2014
New Revision: 216361
URL: https://gcc.gnu.org/viewcvs?rev=216361&root=gcc&view=rev
Log:
Fix pr61848, linux kernel miscompile
This patch cures the linux
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61848
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567
Marek Polacek changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63567
--- Comment #3 from Marek Polacek ---
(But warn with -pedantic.)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63562
--- Comment #1 from Markus Trippelsdorf ---
More info in /home/trippels/moz-build-dir/toolkit/library on gcc110:
trippels@gcc1-power7 library % cat list
/home/trippels/moz-build-dir/toolkit/library/../../xpcom/components/nsComponentManager.o
/ho
=/home/marxin/bin/gcc/libexec/gcc/powerpc64-unknown-linux-gnu/5.0.0/lto-wrapper
Target: powerpc64-unknown-linux-gnu
Configured with: ../configure --enable-checking=release
--prefix=/home/marxin/bin/gcc
Thread model: posix
gcc version 5.0.0 20141016 (experimental) (GCC)
trippels@gcc1-power7 library
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61605
--- Comment #10 from vries at gcc dot gnu.org ---
Author: vries
Date: Fri Oct 17 06:36:45 2014
New Revision: 216365
URL: https://gcc.gnu.org/viewcvs?rev=216365&root=gcc&view=rev
Log:
Use fuse-caller-save info in cprop-hardreg
2014-10-17 Tom de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61605
--- Comment #9 from vries at gcc dot gnu.org ---
Author: vries
Date: Fri Oct 17 06:36:35 2014
New Revision: 216364
URL: https://gcc.gnu.org/viewcvs?rev=216364&root=gcc&view=rev
Log:
Handle copy cycles in pass_cprop_hardreg
2014-10-17 Tom de Vri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63569
Bug ID: 63569
Summary: [5.0 Regression] Wrong code with volatile and ICF
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63569
--- Comment #1 from Andrew Pinski ---
Created attachment 33743
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33743&action=edit
A Testcase which ICEs instead of just wrong code
Compile with -O2.
The ICE you get:
t3.c: In function ‘register
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63569
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |5.0
--- Comment #2 from Andrew Pinski -
101 - 123 of 123 matches
Mail list logo