http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56681
Joost VandeVondele changed:
What|Removed |Added
Status|NEW |RESOLVED
CC
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308
Sebastian Huber changed:
What|Removed |Added
CC||sebastian.huber@embedded-br
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56684
Richard Biener changed:
What|Removed |Added
Priority|P3 |P1
Status|UNCONFIRM
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56680
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56681
Richard Biener changed:
What|Removed |Added
CC||izamyatin at gmail dot com
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52512
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56434
--- Comment #8 from rguenther at suse dot de
2013-03-22 09:56:37 UTC ---
On Thu, 21 Mar 2013, chip at pobox dot com wrote:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56434
>
> --- Comment #7 from Chip Salzenberg 2013-03-21
> 0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48308
--- Comment #27 from Ramana Radhakrishnan
2013-03-22 09:59:47 UTC ---
(In reply to comment #26)
> In case this won't be fixed in 4.6, then it is probably good to set the status
> to WONTFIX so people know that they have to deal with this o
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56434
Richard Biener changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|una
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55117
--- Comment #19 from Tobias Burnus 2013-03-22
10:09:34 UTC ---
The issue of the original bug report in comment 0 - and the test cases comment
3 and comment 13 seem to be fixed by the patch for PR 51825 (see PR 51825
comment 5).
Remaini
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56684
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56685
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Known to work|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56678
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56678
Paolo Carlini changed:
What|Removed |Added
Target Milestone|--- |4.8.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56687
Bug #: 56687
Summary: [C++11] No visibility check within static_assert
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688
Bug #: 56688
Summary: Fortran save statement prevents loop vectorization.
Classification: Unclassified
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: norma
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56687
--- Comment #1 from Paolo Carlini 2013-03-22
11:07:36 UTC ---
Mainline is fine and isn't a regression. Either Jason backports to 4_8-branch
the patch which fixed it (it would be good to find it) or we can close the PR.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56687
--- Comment #2 from Paolo Carlini 2013-03-22
11:09:17 UTC ---
Very likely Dup of PR45917.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56687
Paolo Carlini changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45917
Paolo Carlini changed:
What|Removed |Added
CC||antoinep92 at gmail dot com
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56689
Bug #: 56689
Summary: internal compiler error: in get_loop_body, at
cfgloop.c:841
Classification: Unclassified
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36282
Bernhard Reutner-Fischer changed:
What|Removed |Added
CC||hubicka at ucw dot cz
--- Com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36282
Bernhard Reutner-Fischer changed:
What|Removed |Added
Known to work||3.4.6
Summ
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56689
Richard Biener changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688
--- Comment #2 from Richard Biener 2013-03-22
13:31:23 UTC ---
C testcase:
int x[1024], y[1024];
int z;
void foo (void)
{
unsigned i;
for (i = 0; i < 1024; ++i)
{
z = x[i] - y[i];
x[i] = z;
}
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39326
--- Comment #51 from Richard Biener 2013-03-22
14:00:25 UTC ---
> (struct mem_ref): Replace mem member with ao_ref typed member.
RTL gcse (-O2) suffers from the same slowness in its dependence tests. Caching
ao_ref instead of just
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688
Joost VandeVondele changed:
What|Removed |Added
CC||Joost.VandeVondele at mat
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688
--- Comment #4 from Richard Biener 2013-03-22
14:24:14 UTC ---
(In reply to comment #3)
> (In reply to comment #1)
> > because it appears that 'save' makes all variables global ones.
>
> But this is maybe a frontend issue ? The visibi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56688
--- Comment #5 from Richard Biener 2013-03-22
14:25:15 UTC ---
Testcase for that:
void foo(int i)
{
static int x;
x = i;
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835
--- Comment #55 from Mikael Pettersson 2013-03-22
14:30:23 UTC ---
(In reply to comment #54)
> This ICE started with r180192, an ICE fix (PR50780). I don't see anything in
> that patch that seems m68k or cc0 related
Actually, r180192 i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56678
--- Comment #2 from Jonathan Wakely 2013-03-22
14:35:54 UTC ---
Thanks, Paolo. You can assign it to me if you prefer but I won't be able to do
anything until next week.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52579
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #2 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44015
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #5 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55375
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #2 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28896
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #44 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49204
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #10 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #4 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55022
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #14 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56510
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #16 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56474
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #15 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #16 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #32 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53159
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #4 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55943
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56049
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #8 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56061
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54355
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #4 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56263
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56273
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #14 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43620
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
Kn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56033
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #4 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51173
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #3 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52664
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #2 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56339
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #13 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42954
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #22 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54305
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #1 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45273
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51106
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #23 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55563
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #2 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54063
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #5 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53884
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45397
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #12 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39970
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #5 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56451
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #2 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56145
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53221
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #2 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #92 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56357
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #5 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55654
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #7 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51617
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51855
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #3 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41090
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #16 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #3 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53203
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #2 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51365
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #16 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #19 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #25 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54221
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55145
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49857
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #4 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #16 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #18 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55342
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #5 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #39 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #46 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47477
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #12 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55056
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56088
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #9 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55092
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #8 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55307
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #1 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56344
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #6 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56326
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #3 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #19 from Jaku
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54540
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #8 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50720
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #2 from Jakub
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50339
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|4.8.0 |4.8.1
--- Comment #7 from Jakub
1 - 100 of 136 matches
Mail list logo