https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69860
--- Comment #3 from kargl at gcc dot gnu.org ---
Index: expr.c
===
--- expr.c (revision 237945)
+++ expr.c (working copy)
@@ -970,8 +970,14 @@ gfc_is_constant_expr (gfc_expr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69867
--- Comment #5 from kargl at gcc dot gnu.org ---
Index: decl.c
===
--- decl.c (revision 237945)
+++ decl.c (working copy)
@@ -1912,8 +1916,10 @@ build_struct (const char *na
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69962
--- Comment #3 from kargl at gcc dot gnu.org ---
Index: decl.c
===
--- decl.c (revision 237945)
+++ decl.c (working copy)
@@ -1485,10 +1485,14 @@ gfc_set_constant_character_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60950
Arseny Solokha changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69810
Arseny Solokha changed:
What|Removed |Added
CC||asolokha at gmx dot com
--- Comment #11
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65248
--- Comment #12 from jb999 at gmx dot de ---
Yes, that's why I'm using binutils 2.25.1 to link firefox.
I was just wondering whether binutils >= 2.26 and gcc 4.9.3 might cause harm.
>From what I understand will binutils >= 2.26 with gcc 4.9.3 al
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71727
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71727
--- Comment #1 from Andrew Pinski ---
>unaligned supported by hardware.
This is wrong here.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69964
--- Comment #2 from kargl at gcc dot gnu.org ---
Index: parse.c
===
--- parse.c (revision 237945)
+++ parse.c (working copy)
@@ -5626,8 +5628,11 @@ parse_block_data (void)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71726
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71595
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |7.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59498
Paul Keir changed:
What|Removed |Added
CC||pkeir at outlook dot com
--- Comment #11 fro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71737
--- Comment #1 from Paul Keir ---
Created attachment 38820
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38820&action=edit
Minimal testcase.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71737
Bug ID: 71737
Summary: ICE following 2x pack expansion in non-pack with
template alias
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70282
PeteVine changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70006
--- Comment #7 from kargl at gcc dot gnu.org ---
Index: io.c
===
--- io.c(revision 237945)
+++ io.c(working copy)
@@ -3052,7 +3052,7 @@ gfc_resolve_dt (gfc_dt *dt, loc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71733
--- Comment #5 from Peter Bergner ---
This patch bootstrapped and regtested with no regressions. I'll submit it when
I get back from the long holiday weekend.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71733
--- Comment #4 from Peter Bergner ---
Aaron, the following patch seems to fix the problem for me. Can you give this
a try?
I'm currently bootstraapping and regtesting it.
Index: gcc/config/rs6000/rs6000.c
==
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71733
--- Comment #3 from Peter Bergner ---
Confirmed, we're not disabling TARGET_P9_DFORM_VECTOR when we disable vsx.
(gdb) p TARGET_VSX
$14 = false
(gdb) p TARGET_P9_VECTOR
$15 = false
(gdb) p TARGET_P9_DFORM_SCALAR
$16 = false
(gdb) p TARGET_P9_DFO
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68566
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71733
Peter Bergner changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70159
AK changed:
What|Removed |Added
CC||hiraditya at msn dot com
--- Comment #11 from AK -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71722
--- Comment #4 from Bill Schmidt ---
Another possibility is all the vperm instructions, as this is little endian and
we might expect to see vpermr on occasion. That's hard to tell without digging
deeper.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70339
--- Comment #4 from Andreas Schwab ---
On powerpc:
/daten/gcc/gcc-20160701/gcc/testsuite/gcc.dg/diagnostic-token-ranges.c: In
function 'unknown_type_name':
/daten/gcc/gcc-20160701/gcc/testsuite/gcc.dg/diagnostic-token-ranges.c:21:3:
error: unkno
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71736
--- Comment #4 from Bernd Edlinger ---
gcc -c min.c
min.c: In function 'signal_handler':
min.c:28:36: warning: implicit declaration of function 'bb_error_msg_and_die'
[-Wimplicit-function-declaration]
).__i))) & 0x7f) + 1) >> 1) > 0) ) bb_error_
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71736
--- Comment #3 from Bernd Edlinger ---
Created attachment 38819
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38819&action=edit
delta-reduced test case
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71736
--- Comment #2 from Bernd Edlinger ---
Created attachment 38818
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38818&action=edit
preprocessed source code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71736
--- Comment #1 from Bernd Edlinger ---
full command line was:
gcc -Wp,-MD,mailutils/.mail.o.d -std=gnu99 -Iinclude -Ilibbb -include
include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"B
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71736
Bug ID: 71736
Summary: ICE in verify_ssa
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimization
Assig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71687
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Sat Jul 2 10:25:52 2016
New Revision: 237944
URL: https://gcc.gnu.org/viewcvs?rev=237944&root=gcc&view=rev
Log:
Backported from mainline
2016-07-01 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71717
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Sat Jul 2 10:24:41 2016
New Revision: 237943
URL: https://gcc.gnu.org/viewcvs?rev=237943&root=gcc&view=rev
Log:
Backported from mainline
2016-07-01 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71704
--- Comment #4 from Jakub Jelinek ---
Author: jakub
Date: Sat Jul 2 10:23:45 2016
New Revision: 237942
URL: https://gcc.gnu.org/viewcvs?rev=237942&root=gcc&view=rev
Log:
Backported from mainline
2016-06-30 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71705
--- Comment #5 from Jakub Jelinek ---
Author: jakub
Date: Sat Jul 2 10:22:48 2016
New Revision: 237941
URL: https://gcc.gnu.org/viewcvs?rev=237941&root=gcc&view=rev
Log:
Backported from mainline
2016-06-30 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71685
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Sat Jul 2 10:22:11 2016
New Revision: 237940
URL: https://gcc.gnu.org/viewcvs?rev=237940&root=gcc&view=rev
Log:
Backported from mainline
2016-06-29 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71626
--- Comment #6 from Jakub Jelinek ---
Author: jakub
Date: Sat Jul 2 10:21:24 2016
New Revision: 237939
URL: https://gcc.gnu.org/viewcvs?rev=237939&root=gcc&view=rev
Log:
Backported from mainline
2016-06-28 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71559
--- Comment #20 from Jakub Jelinek ---
Author: jakub
Date: Sat Jul 2 10:18:27 2016
New Revision: 237938
URL: https://gcc.gnu.org/viewcvs?rev=237938&root=gcc&view=rev
Log:
Backported from mainline
2016-06-20 Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71735
Andreas Schwab changed:
What|Removed |Added
Resolution|FIXED |INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71735
Florian changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71735
--- Comment #2 from Florian ---
(In reply to Andrew Pinski from comment #1)
> This is most likely out of memory.
> The process is killed by the kernel.
Hi Andrew,
Many thanks
It's more than likely
free -m
total used f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71735
Andrew Pinski changed:
What|Removed |Added
Keywords||memory-hog
URL|https://gi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71735
Bug ID: 71735
Summary: arm-linux-gnueabihf-gcc: internal compiler error
(cc1plus)
Product: gcc
Version: 4.9.2
Status: UNCONFIRMED
Severity: normal
Pri
41 matches
Mail list logo