https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68819
--- Comment #10 from David Malcolm ---
Updated patch, which addresses the LINE_MAP_MAX_LOCATION_WITH_COLS limit:
https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01921.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68763
--- Comment #14 from Jakub Jelinek ---
Created attachment 37092
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37092&action=edit
gcc6-pr68763.patch
SO, I've tried to write a patch for this, and it passed bootstrap, but
introduced:
+FAIL: g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66764
--- Comment #3 from Jan Hubicka ---
I also looked into this some time ago and did not reproduce the ICE, so perhaps
we can close the PR.
Honza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68276
--- Comment #4 from Ville Voutilainen ---
The current approach still needs to catch bad_new_array_length exceptions. That
is intended to be solved by
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1992 so once we get
to stage 1 for g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68989
Bug ID: 68989
Summary: Core issue 1992 will make catching
bad_new_array_length unnecessary in _M_grow_words
Product: gcc
Version: 6.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68989
Ville Voutilainen changed:
What|Removed |Added
Target Milestone|--- |7.0
Severity|normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68989
Ville Voutilainen changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68860
--- Comment #3 from Jakub Jelinek ---
Author: jakub
Date: Fri Dec 18 22:16:24 2015
New Revision: 231840
URL: https://gcc.gnu.org/viewcvs?rev=231840&root=gcc&view=rev
Log:
PR debug/68860
* ipa-split.c (split_function): Only perfor
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68917
Bernd Edlinger changed:
What|Removed |Added
CC||bernd.edlinger at hotmail dot
de
--- C
gcc version 6.0.0 20151218 (experimental) [trunk revision 231807] (GCC)
$:
$: gcc-trunk -m32 small.c -w -O3 ; ./a.out
$: gcc-trunk -m32 small.c -w -O2 ; ./a.out
g_95=0
$: gcc-trunk -m32 small.c -w -O0 ; ./a.out
g_95=0
$:
$: cat small.c
short a;
int b = 1, f;
char c, e = 1;
long long d;
static short
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68978
--- Comment #3 from Patrick Palka ---
Author: ppalka
Date: Fri Dec 18 23:16:33 2015
New Revision: 231841
URL: https://gcc.gnu.org/viewcvs?rev=231841&root=gcc&view=rev
Log:
Fix PR c++/68978 (bogus error: lvalue required as left operand of assignm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991
Bug ID: 68991
Summary: -O3 generates misaligned xorv4si3
Product: gcc
Version: 5.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimizatio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68978
Patrick Palka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68276
--- Comment #5 from Ville Voutilainen ---
The enhancement PR is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68989.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991
H.J. Lu changed:
What|Removed |Added
Target|x32 |x86
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66764
David Edelsohn changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991
H.J. Lu changed:
What|Removed |Added
CC||ienkovich at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991
--- Comment #3 from H.J. Lu ---
Here is the misaligned source:
(subreg:V4SI (unspec:V16QI [
(mem:V16QI (subreg/s/v:SI (reg/v/f:DI 219 [ Bits ]) 0) [14
MEM[(long unsigned int *)Bits_12(D)]+0 S16 A32])
] UNSPEC_LOADU) 0)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68991
--- Comment #4 from H.J. Lu ---
Also
subreg:V4SI (reg:TI 247 [ MEM[(const struct bitset &)FeatureEntry_115 + 8] ])
0)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68729
--- Comment #8 from John David Anglin ---
Author: danglin
Date: Sat Dec 19 01:50:00 2015
New Revision: 231845
URL: https://gcc.gnu.org/viewcvs?rev=231845&root=gcc&view=rev
Log:
PR target/68729
* config/pa/pa.c (pa_emit_move_seque
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68729
--- Comment #9 from John David Anglin ---
Author: danglin
Date: Sat Dec 19 01:52:17 2015
New Revision: 231846
URL: https://gcc.gnu.org/viewcvs?rev=231846&root=gcc&view=rev
Log:
PR target/68729
* config/pa/pa.c (pa_emit_move_seque
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68729
--- Comment #10 from John David Anglin ---
Author: danglin
Date: Sat Dec 19 01:54:34 2015
New Revision: 231847
URL: https://gcc.gnu.org/viewcvs?rev=231847&root=gcc&view=rev
Log:
PR target/68729
* config/pa/pa.c (pa_emit_move_sequ
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68983
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |6.0
101 - 123 of 123 matches
Mail list logo