https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53653
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60874
--- Comment #1 from Uroš Bizjak ---
Patch that extends libgo to use libffi closures is at [1].
[1] https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01355.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51864
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51652
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53357
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60874
Ian Lance Taylor changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61829
romangareev at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolut
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61852
--- Comment #2 from Marek Polacek ---
Author: mpolacek
Date: Sun Jul 20 10:43:26 2014
New Revision: 212865
URL: https://gcc.gnu.org/viewcvs?rev=212865&root=gcc&view=rev
Log:
PR c/61852
* c-decl.c (implicit_decl_warning): Add location_t p
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61852
Marek Polacek changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831
--- Comment #25 from Jürgen Reuter ---
Created attachment 33158
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33158&action=edit
Reduced test case, 140 lines
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61855
Bug ID: 61855
Summary: _MM_MANTISSA_NORM_ENUM in avx512intrin.h disabled when
optimization off
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831
--- Comment #26 from Jürgen Reuter ---
I cooked down the problem to a 140 line test case with which you should be able
to find the culprit. Just do:
gfortran iso_varying_string.o whizard_test.f90
and run
./a.out
It doesn't need any more input fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831
--- Comment #27 from Jürgen Reuter ---
Dominique, I tested your proposed fix from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831#c23
But it doesn't work, the problem still occurs.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61154
--- Comment #11 from yroux at gcc dot gnu.org ---
Author: yroux
Date: Sun Jul 20 12:04:22 2014
New Revision: 212866
URL: https://gcc.gnu.org/viewcvs?rev=212866&root=gcc&view=rev
Log:
2014-07-20 Yvan Roux
Revert:
2014-07-16 Yv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61856
Bug ID: 61856
Summary: Ternary operator in an NSDMI causes double evaluation
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61856
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61857
Bug ID: 61857
Summary: An init-capturing lambda is parsed incorrectly when
used in a braced-init-list
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61857
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61303
--- Comment #2 from Maciej Bliziński ---
I've just reproduced this with gcc-4.9.1 (Solaris 10 sparc).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39134
Chris Hennick changed:
What|Removed |Added
CC||christopherhe at trentu dot ca
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61303
--- Comment #3 from Ian Lance Taylor ---
Do you have a test case that I can use to reproduce the problem?
Do you know whether the problem occurs on GNU/Linux?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831
--- Comment #28 from Dominique d'Humieres ---
> Created attachment 33158 [details]
> Reduced test case, 140 lines
Further reduced to
program main
implicit none
type :: string_t
character(LEN=1), dimension(:), allocatable :: chars
en
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61407
Dominyk Tiller changed:
What|Removed |Added
CC||dominyktiller at gmail dot com
--- Comm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61854
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632
Jerry DeLisle changed:
What|Removed |Added
Attachment #33155|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632
--- Comment #22 from Dominique d'Humieres ---
> Created attachment 33160 [details]
> Updated patch taking care of valgrind error
>
> This patch includes fixing the valgrind error by allocating and setting
> the NULL byte at the end of the format
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831
--- Comment #29 from Jürgen Reuter ---
A trivial workaround for the problem is to replace
(In reply to Dominique d'Humieres from comment #28)
> > Created attachment 33158 [details]
> > Reduced test case, 140 lines
>
> Further reduced to
>
> pro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853
--- Comment #7 from John David Anglin ---
Regarding the record type:
(gdb) p debug_tree ((tree)0xfab48600)
constant 64>
unit size
constant 8>
align 64 symtab -145262192 alias set -1 canonical type 0xfab44d20
fields unit size
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49802
--- Comment #8 from Dominique d'Humieres ---
> I also confirm that compiling the test in comment #5 gives an ICE
I get the same ICE with the following code
call pr53876
end
subroutine pr53876
IMPLICIT NONE
TYPE :: individual
integer
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61854
Harald van Dijk changed:
What|Removed |Added
CC||harald at gigawatt dot nl
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632
--- Comment #23 from Jerry DeLisle ---
(In reply to Dominique d'Humieres from comment #22)
>
> (1) my understanding of
>
> offset = (j > 60) ? j - 40 : 0;
>
> j -= offset;
> width = dtp->format_len - offset;
>
> is to set j to 40 and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61632
--- Comment #24 from Jerry DeLisle ---
Author: jvdelisle
Date: Sun Jul 20 20:03:41 2014
New Revision: 212875
URL: https://gcc.gnu.org/viewcvs?rev=212875&root=gcc&view=rev
Log:
2014-07-20 Jerry DeLisle
PR libgfortran/61632
* io/format
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61858
Bug ID: 61858
Summary: GNAT BUG: in store_field, at expr.c:6591
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-e
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61853
--- Comment #8 from John David Anglin ---
PR 61858 may be related, or possibly a duplicate of this bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61859
Bug ID: 61859
Summary: extra character in match of std::regex_match
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59873
Richard Smith changed:
What|Removed |Added
CC||richard-gccbugzilla@metafoo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44122
Paul Pluzhnikov changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59832
--- Comment #6 from Paul Pluzhnikov ---
Still broken @r212875
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59815
--- Comment #3 from Paul Pluzhnikov ---
Still broken @r212875
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59812
--- Comment #3 from Paul Pluzhnikov ---
Reconfirmed @r212875
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61799
--- Comment #2 from Émeric MASCHINO ---
(In reply to Richard Biener from comment #1)
> Please try at least GCC 4.8 - both 4.6 and 4.7 are no longer supported.
GCC 4.8 is fine, thanks. I've tracked down the commit that fixed all of this to
revisi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61359
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61656
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61860
Bug ID: 61860
Summary: Internal compiler error Killed (program cc1plus)
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61860
--- Comment #1 from Mikael Pettersson ---
You ran out of RAM during the g++ job so the kernel killed it. You need more
RAM (preferably), or to add some swap (unpleasant but sometimes necessary).
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631
Jonathan Wakely changed:
What|Removed |Added
CC||stick at gk2 dot sk
--- Comment #19 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61859
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61861
Bug ID: 61861
Summary: Incorrect column number for -Wdiscarded-qualifiers
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61862
Bug ID: 61862
Summary: No -Wcast-align warning
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61863
Bug ID: 61863
Summary: Data corruption when creating temporary object
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61864
Bug ID: 61864
Summary: Feature Request, -Wcovered-switch-default to identify
"dead" default branch
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: no
51 matches
Mail list logo