https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65008
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62249
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
Richard Biener changed:
What|Removed |Added
CC||zackw at panix dot com
--- Comment #29
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
--- Comment #30 from Richard Biener ---
So, do we really want to go without this fixed again, for GCC 5? Honza? After
all this is an underlying wrong-code issue! (wrong function is picked as
prevailing)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65000
--- Comment #11 from Jakub Jelinek ---
The patch (without the unrelated? c-typeck.c bits) passed bootstrap/regtest on
{x86_64,i686,ppc64,ppc64le,s390,s390x,aarch64}-linux.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65005
--- Comment #3 from Jan Hubicka ---
Author: hubicka
Date: Wed Feb 11 09:11:06 2015
New Revision: 220608
URL: https://gcc.gnu.org/viewcvs?rev=220608&root=gcc&view=rev
Log:
PR ipa/65005
* ipa-visibility.c (cgraph_node::non_local_p): Turn i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
--- Comment #31 from Jan Hubicka ---
> So, do we really want to go without this fixed again, for GCC 5? Honza?
> After
> all this is an underlying wrong-code issue! (wrong function is picked as
> prevailing)
Well, I have only two hands and d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64577
--- Comment #2 from Chengnian Sun ---
(In reply to Marek Polacek from comment #1)
> -Wpadded is implemented in stor-layout.c, so moving to middle-end component.
Hi Marek,
Is this bug confirmed?
Thanks.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65012
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64824
David Binderman changed:
What|Removed |Added
CC||dcb314 at hotmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64824
--- Comment #4 from David Binderman ---
The attached code fails on trunk dated 20150211
../kpx_cpu/src/cpu/jit/basic-dyngen-ops.cpp:166:6: error: type mismatch in
shift
expression
DEFINE_OP(rol_32_T0_im, T0 = do_rol_32(T0, PARAM1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65009
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65008
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65007
Richard Biener changed:
What|Removed |Added
Keywords||documentation
Status|UNCONF
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65006
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65005
Richard Biener changed:
What|Removed |Added
Keywords||wrong-code
Priority|P3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64577
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65013
Bug ID: 65013
Summary: [API] std::deque is missing constructors
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64824
--- Comment #5 from Jakub Jelinek ---
What does #c3 have to do with this? I don't see any OpenMP pragmas in your
code, therefore it can't be related to this. File a new PR?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61925
--- Comment #9 from Jakub Jelinek ---
Author: jakub
Date: Wed Feb 11 10:04:14 2015
New Revision: 220609
URL: https://gcc.gnu.org/viewcvs?rev=220609&root=gcc&view=rev
Log:
PR target/61925
* config/i386/i386.c (ix86_reset_to_default_global
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
--- Comment #32 from rguenther at suse dot de ---
On Wed, 11 Feb 2015, hubicka at ucw dot cz wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
>
> --- Comment #31 from Jan Hubicka ---
> > So, do we really want to go without this fixe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
--- Comment #33 from rguenther at suse dot de ---
On Wed, 11 Feb 2015, Richard Biener wrote:
> On Wed, 11 Feb 2015, hubicka at ucw dot cz wrote:
>
> > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61886
> >
> > --- Comment #31 from Jan Hubicka
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Created attachment 34721
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34721&action=edit
C++ source code
The attached code does the following with trunk dated 20150211
$ ../results/
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64824
--- Comment #6 from David Binderman ---
(In reply to Jakub Jelinek from comment #5)
> What does #c3 have to do with this?
Same ice, so I guessed same problem.
>I don't see any OpenMP pragmas in your code, therefore it can't be related to
>>t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65015
Bug ID: 65015
Summary: LTO produces randomly ordered debug information
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61925
Jakub Jelinek changed:
What|Removed |Added
Summary|[4.8/4.9/5 Regression] |[4.8/4.9 Regression]
|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893
--- Comment #10 from Andrew Pinski ---
Author: pinskia
Date: Wed Feb 11 10:18:45 2015
New Revision: 220610
URL: https://gcc.gnu.org/viewcvs?rev=220610&root=gcc&view=rev
Log:
Fix bug 64893: ICE with vget_lane_u32 with C++ front-end
2015-02-11 A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65016
Bug ID: 65016
Summary: [5 Regression] r220608 causes Firefox LTO build
failure
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64893
Andrew Pinski changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
Richard Biener changed:
What|Removed |Added
Priority|P3 |P2
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64342
--- Comment #11 from Dominique d'Humieres ---
> avx512f-kandnw-1.c and funcspec-5.c seem to be non-PIC related issues.
> I asked Kirill to look at them.
At r220588 avx512f-kandnw-1.c is still failing. AFAICT it is a problem with the
regexp.
I al
++
Assignee: unassigned at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Created attachment 34722
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34722&action=edit
C++ source code
Given the C++ source code from bug # 47903, compiled
by trunk of 20150211 with f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64590
--- Comment #13 from Dâniel Fraga ---
(In reply to David Baron from comment #12)
> The correct changeset that fixed the problem is:
> https://hg.mozilla.org/integration/mozilla-inbound/rev/3023f9390942
Yes, thanks! :)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60621
--- Comment #3 from marc at kdab dot com ---
Now, what is _really_ weird is that push_back(T&&) _calls_ emplace_back(). I
also tried the magic incantation
g++ --param large-unit-insns=1 \
--param inline-unit-growth=1 \
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60621
marc at kdab dot com changed:
What|Removed |Added
Attachment #32429|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65017
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65016
Richard Biener changed:
What|Removed |Added
Target Milestone|--- |5.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65018
Bug ID: 65018
Summary: Use secure_getenv when available
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
--- Comment #6 from Ilya Enkovich ---
Is this actually an ICE on valid code? 'const' attribute seems incorrect here
similar to what we had in PR64353.
The problem comes from SSA inconsistency caused by the wrong attribute.
Probably just ignore
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64342
--- Comment #12 from Dominique d'Humieres ---
> At r220588 avx512f-kandnw-1.c is still failing. AFAICT it is a problem
> with the regexp.
> I also see a similar failure with avx512f-gather-5.c.
[Book15] f90/bug% egrep "kandnw[^\{\n]*%k[0-7]" avx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65015
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65015
--- Comment #2 from conchur at web dot de ---
Created attachment 34724
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34724&action=edit
Mini Testcases
Current results (the -COMPILE things are just out of curiosity):
SIMPLE-COMPILE: OK
SIMP
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65013
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65015
--- Comment #3 from Richard Biener ---
Author: rguenth
Date: Wed Feb 11 12:00:44 2015
New Revision: 220613
URL: https://gcc.gnu.org/viewcvs?rev=220613&root=gcc&view=rev
Log:
2015-02-11 Richard Biener
PR lto/65015
* dwarf2out.c (gen_p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
--- Comment #25 from Richard Biener ---
Author: rguenth
Date: Wed Feb 11 12:14:07 2015
New Revision: 220614
URL: https://gcc.gnu.org/viewcvs?rev=220614&root=gcc&view=rev
Log:
2015-02-11 Richard Biener
Backport from mainline
2014-07-2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
--- Comment #26 from Richard Biener ---
Author: rguenth
Date: Wed Feb 11 12:14:54 2015
New Revision: 220615
URL: https://gcc.gnu.org/viewcvs?rev=220615&root=gcc&view=rev
Log:
2015-02-11 Richard Biener
Backport from mainline
2014-07-2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65015
--- Comment #4 from Richard Biener ---
(In reply to conchur from comment #2)
> Created attachment 34724 [details]
> Mini Testcases
>
> Current results (the -COMPILE things are just out of curiosity):
>
> SIMPLE-COMPILE: OK
> SIMPLE-LINK: OK
> L
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65018
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65002
--- Comment #7 from Jakub Jelinek ---
Sure, the __attribute__((const)) looks very much wrong to me, as it returns
what the reference points, it necessarily reads memory and therefore is at most
pure, but certainly not const.
But, we must not ICE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
--- Comment #10 from H.J. Lu ---
Created attachment 34725
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34725&action=edit
A patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
H.J. Lu changed:
What|Removed |Added
Status|REOPENED|NEW
--- Comment #11 from H.J. Lu ---
(In repl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65019
Bug ID: 65019
Summary: Compare debug failure with
-fsanitize=alignment,object-size,vptr -O3
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65019
--- Comment #1 from Tobias Burnus ---
Note that the "final" is required - if one leaves it out, it succeeds.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
H.J. Lu changed:
What|Removed |Added
Attachment #34725|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
Markus Trippelsdorf changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65014
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Component|c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65014
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65020
Bug ID: 65020
Summary: [5.0 regression] bootstrap failed on arm because of
r219789
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65017
--- Comment #2 from Richard Biener ---
I can't reproduce this - how did you compile/configure GCC? Just tried both
--enable-checking and --enable-checking=release builds.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65017
--- Comment #3 from David Binderman ---
(In reply to Richard Biener from comment #2)
> I can't reproduce this - how did you compile/configure GCC? Just tried both
> --enable-checking and --enable-checking=release builds.
../src/trunk/configure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29849
Oleg Endo changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29842
Bug 29842 depends on bug 29849, which changed state.
Bug 29849 Summary: sh-linux uses inefficient multilib
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29849
What|Removed |Added
-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64813
--- Comment #21 from Martin Liška ---
Author: marxin
Date: Wed Feb 11 13:33:47 2015
New Revision: 220616
URL: https://gcc.gnu.org/viewcvs?rev=220616&root=gcc&view=rev
Log:
Handle noreturn function thunk creation.
PR ipa/64813
* cgraphun
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65017
--- Comment #4 from rguenther at suse dot de ---
On Wed, 11 Feb 2015, dcb314 at hotmail dot com wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65017
>
> --- Comment #3 from David Binderman ---
> (In reply to Richard Biener from comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65014
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64824
--- Comment #7 from Jakub Jelinek ---
Author: jakub
Date: Wed Feb 11 13:40:31 2015
New Revision: 220617
URL: https://gcc.gnu.org/viewcvs?rev=220617&root=gcc&view=rev
Log:
PR c/64824
* c-parser.c (c_parser_binary_expression): Fix OpenMP s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57822
--- Comment #9 from Dominique d'Humieres ---
> I am afraid that the test will fail on targets without REAL(10).
see https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00698.html and e.g.,
https://gcc.gnu.org/ml/gcc-testresults/2015-02/msg01269.html.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64813
Martin Liška changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65014
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64123
--- Comment #28 from Richard Biener ---
Similar issue happens when building python with profile feedback enabled, that
is,
./configure; make profile-opt as implemented in python upstream. Core file
tells me
(gdb) bt
#0 0x7f890ef2616a in _I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64474
Tobias Burnus changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65020
--- Comment #1 from Maxim Kuvyrkov ---
Do you have 770c9167327b3c20b718dae5062d57a052316a78 / 220316 applied?
That patch is not a complete fix (see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64935), but it fixes the bootstrap
problem.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968
--- Comment #4 from Frédéric Buclin ---
Bugzilla 5.0 is not available from bzr, it requires git. But there is already a
.git repository in the root bugzilla/ directory, which requires root
permissions to be read. What is git used for currently?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65020
Richard Biener changed:
What|Removed |Added
Target||arm
Component|c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65014
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64927
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64868
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Wed Feb 11 14:44:10 2015
New Revision: 220622
URL: https://gcc.gnu.org/viewcvs?rev=220622&root=gcc&view=rev
Log:
Backported from mainline
2015-02-04 Jakub Jelinek
PR c/648
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64824
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Wed Feb 11 14:44:10 2015
New Revision: 220622
URL: https://gcc.gnu.org/viewcvs?rev=220622&root=gcc&view=rev
Log:
Backported from mainline
2015-02-04 Jakub Jelinek
PR c/648
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64979
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Wed Feb 11 14:45:26 2015
New Revision: 220623
URL: https://gcc.gnu.org/viewcvs?rev=220623&root=gcc&view=rev
Log:
Backported from mainline
2015-02-09 Jakub Jelinek
PR targe
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65020
--- Comment #2 from Jiong Wang ---
(In reply to Maxim Kuvyrkov from comment #1)
> Do you have 770c9167327b3c20b718dae5062d57a052316a78 / 220316 applied?
>
> That patch is not a complete fix (see
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=649
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60718
Dominique d'Humieres changed:
What|Removed |Added
Status|NEW |WAITING
--- Comment #23 from Domi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64824
--- Comment #9 from Jakub Jelinek ---
Author: jakub
Date: Wed Feb 11 14:48:41 2015
New Revision: 220624
URL: https://gcc.gnu.org/viewcvs?rev=220624&root=gcc&view=rev
Log:
PR c/64824
* c-parser.c (c_parser_binary_expression): Fix OpenMP s
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60718
Bernd Edlinger changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65017
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|WAITING
--- Comment #5 from Richard Bie
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65003
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Wed Feb 11 15:09:48 2015
New Revision: 220625
URL: https://gcc.gnu.org/viewcvs?rev=220625&root=gcc&view=rev
Log:
PR middle-end/65003
* varasm.c (place_block_symbol): Assert that D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65003
Jakub Jelinek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65021
Bug ID: 65021
Summary: nvptx mkoffload doesn't clean up its temporary files
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Keywords: openacc, openmp
Severity: major
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
--- Comment #14 from Markus Trippelsdorf ---
Well, at least your patch survives a Firefox LTO build using gold
on a ppc64 test machine.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
--- Comment #15 from H.J. Lu ---
(In reply to Markus Trippelsdorf from comment #14)
> Well, at least your patch survives a Firefox LTO build using gold
> on a ppc64 test machine.
Does it build without my patch?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
--- Comment #16 from Markus Trippelsdorf ---
(In reply to H.J. Lu from comment #15)
> (In reply to Markus Trippelsdorf from comment #14)
> > Well, at least your patch survives a Firefox LTO build using gold
> > on a ppc64 test machine.
>
> Does
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
--- Comment #17 from H.J. Lu ---
(In reply to Markus Trippelsdorf from comment #16)
> (In reply to H.J. Lu from comment #15)
> > (In reply to Markus Trippelsdorf from comment #14)
> > > Well, at least your patch survives a Firefox LTO build using
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64837
--- Comment #18 from Markus Trippelsdorf ---
(In reply to H.J. Lu from comment #17)
> (In reply to Markus Trippelsdorf from comment #16)
> > (In reply to H.J. Lu from comment #15)
> > > (In reply to Markus Trippelsdorf from comment #14)
> > > > W
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64972
Kai Tietz changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65019
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835
Martin Jambor changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968
--- Comment #5 from Frank Ch. Eigler ---
The current .git repos are there as a backup.
I'll move them out of the way.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65019
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|--- |5.0
Summary|Compare debug fai
1 - 100 of 181 matches
Mail list logo