https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77313
Andreas Schwab changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77312
--- Comment #1 from Andreas Schwab ---
*** Bug 77313 has been marked as a duplicate of this bug. ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69494
--- Comment #4 from Andrew Pinski ---
Related to PR 66268 also.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77312
--- Comment #2 from Andrew Pinski ---
I don't see why you think this is valid thing to do.
You are in a function which calls delete on the object you are in currently.
That seems like this code is broken.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50461
Nick Clifton changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77317
Bug ID: 77317
Summary: x86_64 --target_board=''unix/ unix/-m32'' parallel
testrun gives inconsistent results in gcc.dg/vect
Product: gcc
Version: 7.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952
--- Comment #49 from Bernd Edlinger ---
Author: edlinger
Date: Mon Aug 22 07:34:34 2016
New Revision: 239649
URL: https://gcc.gnu.org/viewcvs?rev=239649&root=gcc&view=rev
Log:
2016-08-22 Bernd Edlinger
PR c/52952
* gcc.dg/cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62171
--- Comment #19 from Richard Biener ---
Author: rguenth
Date: Mon Aug 22 07:37:21 2016
New Revision: 239650
URL: https://gcc.gnu.org/viewcvs?rev=239650&root=gcc&view=rev
Log:
2016-08-22 Richard Biener
PR tree-optimization/62171
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50461
--- Comment #16 from Nick Clifton ---
Oops - forgot to mention - the patch is present in gcc 4.8.0 and later.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77316
Richard Biener changed:
What|Removed |Added
Known to work||4.9.4
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77315
Richard Biener changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77305
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
--- Comment #19 from __vic ---
No plans for 6.2?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52879
--- Comment #5 from Janne Blomqvist ---
To be honest, I'm not sure that this test program really tests anything
sensible. There is no rule in the secret black book of PRNG algorithm design,
nor in the Fortran standard, that generating a single va
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563
--- Comment #36 from __vic ---
What about 6.2?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563
--- Comment #37 from rguenther at suse dot de ---
On Mon, 22 Aug 2016, d.v.a at ngs dot ru wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563
>
> --- Comment #36 from __vic ---
> What about 6.2?
No, maybe GCC 7 if Honza finally manag
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77318
Bug ID: 77318
Summary: [7 regression] FAIL: gfortran.dg/graphite/pr68279.f90
-O (internal compiler error)
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77317
--- Comment #1 from Robert Suchanek ---
I see what the problem is.
During mechanical change I "fixed" global variable name(s) in this and in a few
other procedures that appeared that they should have cached the result.
A quick look at my patch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70689
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71020
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70689
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71824
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71020
--- Comment #7 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74563
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #1 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71602
--- Comment #10 from vries at gcc dot gnu.org ---
Created attachment 39482
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39482&action=edit
alternate approach patch
Alternate approach patch, fixing the problem by making canonical_va_list_ty
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71824
--- Comment #4 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=74563
--- Comment #2 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70768
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70597
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77308
--- Comment #8 from Bernd Edlinger ---
analyzing the different thumb1/2 reload dumps,
I see t2 often uses code like that to access spill slots:
(insn 11576 8090 9941 5 (set (reg:SI 3 r3 [11890])
(plus:SI (reg/f:SI 13 sp)
(con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71779
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |5.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71488
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #15 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70768
--- Comment #7 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70597
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71488
--- Comment #16 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71463
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #10 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71463
--- Comment #11 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |5.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |5.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70583
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70583
--- Comment #5 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #13 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62254
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |5.5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71144
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71706
--- Comment #5 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70955
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #13 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61225
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70390
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64715
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71144
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70390
--- Comment #7 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70359
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #17 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67326
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70359
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #17 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71166
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #10 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72759
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71294
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #10 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71638
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69823
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72759
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69823
--- Comment #4 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72775
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #6 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71638
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68682
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72775
--- Comment #7 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69728
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68682
--- Comment #3 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71570
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69728
--- Comment #5 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67219
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778
--- Comment #3 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71570
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #2 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67219
--- Comment #8 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70164
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #17 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72813
--- Comment #4 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71906
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72813
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68717
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70164
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #17 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71906
--- Comment #9 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71563
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #4 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77259
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72752
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71563
--- Comment #5 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68717
--- Comment #5 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #22 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778
--- Comment #4 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71947
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #5 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72752
--- Comment #6 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77259
--- Comment #4 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68560
--- Comment #23 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71947
--- Comment #6 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67239
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #27 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70867
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #3 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71778
--- Comment #5 from Richard Biener ---
GCC 6.2 is being released, adjusting target milestone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71602
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #11 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68644
Richard Biener changed:
What|Removed |Added
Target Milestone|6.2 |6.3
--- Comment #6 from Richard Biener
1 - 100 of 435 matches
Mail list logo