https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71063
--- Comment #6 from ktkachov at gcc dot gnu.org ---
(In reply to Marek Polacek from comment #5)
> Sure, and sorry for duplicated work. Now how to test this properly in
> gcc.misc-tests/help.exp...
Thanks.
Ah, I was not aware of gcc.misc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71074
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70830
--- Comment #5 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Thu May 12 09:56:46 2016
New Revision: 236169
URL: https://gcc.gnu.org/viewcvs?rev=236169&root=gcc&view=rev
Log:
[ARM] PR target/70830: Avoid POP-{reglis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71082
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69538
--- Comment #5 from ktkachov at gcc dot gnu.org ---
Patch posted at:
https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00634.html
and Richards' reply at:
https://gcc.gnu.org/ml/gcc-patches/2016-04/msg00388.html
There's more digging to do
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70830
--- Comment #6 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Thu May 12 12:47:03 2016
New Revision: 236173
URL: https://gcc.gnu.org/viewcvs?rev=236173&root=gcc&view=rev
Log:
[ARM] PR target/70830: Avoid POP-{reglis
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70830
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71104
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Keywords||ice-on-valid-code
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71104
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
Target Milestone: ---
Target: aarch64
The testcase:
int a, b, d, e;
int c[10];
short f;
unsigned g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70978
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||vmakarov at gcc dot gnu.org
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
Target Milestone: ---
The testcase:
int a, c, d, e, f;
int b[1];
short g;
void
fn1 ()
{
for (; a; a++)
if (f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70809
--- Comment #3 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue May 17 12:15:05 2016
New Revision: 236318
URL: https://gcc.gnu.org/viewcvs?rev=236318&root=gcc&view=rev
Log:
[AArch64] PR target/70809: Delete aarch64_vmls
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70809
--- Comment #4 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue May 17 13:08:01 2016
New Revision: 236321
URL: https://gcc.gnu.org/viewcvs?rev=236321&root=gcc&view=rev
Log:
[AArch64] PR target/70809: Delete aarch64_vmls
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71153
--- Comment #5 from ktkachov at gcc dot gnu.org ---
In the foo_clear_bit_unlock case combine tries to match:
(parallel [
(set (mem/v:DI (reg:DI 88) [-1 S8 A64])
(unspec_volatile:DI [
(and:DI (not:DI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71153
--- Comment #6 from ktkachov at gcc dot gnu.org ---
(In reply to ktkachov from comment #5)
> In the foo_clear_bit_unlock case combine tries to match:
> (parallel [
> (set (mem/v:DI (reg:DI 88) [-
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70809
--- Comment #5 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Wed May 18 12:53:32 2016
New Revision: 236386
URL: https://gcc.gnu.org/viewcvs?rev=236386&root=gcc&view=rev
Log:
[AArch64] PR target/70809: Delete aarch64_vmls
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71172
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71170
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71175
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Keywords||easyhack
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69857
--- Comment #9 from ktkachov at gcc dot gnu.org ---
(In reply to David Binderman from comment #8)
> (In reply to ktkachov from comment #7)
> > Yes, that's an approach that can be taken. Once such a case is found, you
> > co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71191
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71191
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70825
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056
--- Comment #3 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Thu May 19 13:43:58 2016
New Revision: 236459
URL: https://gcc.gnu.org/viewcvs?rev=236459&root=gcc&view=rev
Log:
[ARM] PR target/71056: Don't use vectorized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70809
--- Comment #6 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Fri May 20 09:12:59 2016
New Revision: 236500
URL: https://gcc.gnu.org/viewcvs?rev=236500&root=gcc&view=rev
Log:
[AArch64] PR target/70809: Delete aarch64_vmls
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70809
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70729
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Summary|[6/7 Regression]|[6 Regression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71233
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69857
--- Comment #11 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue May 24 11:32:35 2016
New Revision: 236635
URL: https://gcc.gnu.org/viewcvs?rev=236635&root=gcc&view=rev
Log:
[ARM] PR target/69857 Remove bogus early retu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69857
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
CC: law at gcc dot gnu.org
Target Milestone: ---
The below
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71272
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Known to work||6.1.0
Target Milestone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66940
--- Comment #3 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Wed May 25 15:53:21 2016
New Revision: 236728
URL: https://gcc.gnu.org/viewcvs?rev=236728&root=gcc&view=rev
Log:
[RTL ifcvt] PR rtl-optimization/66940: Avoi
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
CC: kugan at gcc dot gnu.org
Target Milestone: ---
Target: aarch64-none-linux-gnu
An aarch64-none-linux-gnu bootstrap with
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71292
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Priority|P3 |P1
Known to work
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
Target Milestone: ---
Target: arm
extern void fn2 (long long);
int a;
void
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Known to work||6.1.0
Target Milestone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295
--- Comment #1 from ktkachov at gcc dot gnu.org ---
The function is trying to handle a V2DImode subreg of an EImode reg when it
ICEs.
From the dumps I think it's due to the instruction:
(insn 6 15 16 2 (set (subreg:V2DI (reg/v:EI 111 [ b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295
--- Comment #2 from ktkachov at gcc dot gnu.org ---
Setting info->representable_p to false and returning on the condition that
GET_MODE_SIZE (ymode) + offset > GET_MODE_SIZE (xmode)
in that function fixes the ICE for me (though I haven
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71292
--- Comment #4 from ktkachov at gcc dot gnu.org ---
The patch fixes that ICE in the testcase for me.
Thanks!
Keywords: missed-optimization
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
Target Milestone: ---
Target: aarch64
After r236630 I'm seein
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71307
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Known to work||6.1.0
Target Milestone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056
--- Comment #6 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue May 31 08:29:39 2016
New Revision: 236910
URL: https://gcc.gnu.org/viewcvs?rev=236910&root=gcc&view=rev
Log:
[ARM] PR target/71056: Don't use vectorized
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68696
--- Comment #4 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue May 31 11:23:59 2016
New Revision: 236918
URL: https://gcc.gnu.org/viewcvs?rev=236918&root=gcc&view=rev
Log:
[AArch64] PR target/68696 FAIL: gcc.target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71142
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71372
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70830
--- Comment #8 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Thu Jun 2 08:54:15 2016
New Revision: 237027
URL: https://gcc.gnu.org/viewcvs?rev=237027&root=gcc&view=rev
Log:
Fix fallout from: [ARM] PR target/70830: A
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
Target Milestone: ---
GCC trunk at r237026 ICEs on
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71380
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Known to work||6.1.0
Target Milestone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295
--- Comment #3 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Thu Jun 2 12:26:42 2016
New Revision: 237034
URL: https://gcc.gnu.org/viewcvs?rev=237034&root=gcc&view=rev
Log:
[rtlanal] Fix rtl-optimization/71295
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71295
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71399
--- Comment #1 from ktkachov at gcc dot gnu.org ---
I tried a bootstrap of the GCC 5.3.0 release as taken from one of the mirrors
in:
https://gcc.gnu.org/mirrors.html
This was done on an ARMv8-A machine inside an aarch32 chroot with binutils
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71399
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71190
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71419
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Keywords|wrong-code |documentation
Severity: normal
Priority: P3
Component: target
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
Target Milestone: ---
Target: arm
The testcase:
#pragma pack(1)
struct S0
{
volatile int f0;
short f2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71436
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Known to work||6.1.0
Target Milestone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71436
--- Comment #1 from ktkachov at gcc dot gnu.org ---
The invalid mem-mem set rtx appears during reload. It transforms:
(insn 55 67 151 3 (parallel [
(set (reg:SI 0 r0)
(mem/u/c:SI (reg/f:SI 147) [2 c+0 S4 A32
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71436
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Component|target |rtl-optimization
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70830
--- Comment #9 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Mon Jun 6 14:39:21 2016
New Revision: 237134
URL: https://gcc.gnu.org/viewcvs?rev=237134&root=gcc&view=rev
Log:
Fix fallout from: [ARM] PR target/70830: A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37780
--- Comment #4 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Mon Jun 6 15:59:48 2016
New Revision: 237138
URL: https://gcc.gnu.org/viewcvs?rev=237138&root=gcc&view=rev
Log:
[1/3][ARM] Keep ctz expressions together unt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37780
--- Comment #5 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Mon Jun 6 16:01:47 2016
New Revision: 237139
URL: https://gcc.gnu.org/viewcvs?rev=237139&root=gcc&view=rev
Log:
[2/3][AArch64] Keep CTZ components together unt
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37780
--- Comment #6 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Mon Jun 6 16:06:05 2016
New Revision: 237141
URL: https://gcc.gnu.org/viewcvs?rev=237141&root=gcc&view=rev
Log:
[3/3][RTL ifcvt] PR middle-end/37780: Con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71416
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Last reconfirmed|2016-06-06 00:00:00 |2016-6-8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71478
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to work
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71521
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to work
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71530
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37780
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81497
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Target||arm
Status
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81551
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81551
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81580
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81907
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82074
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Target||aarch64
Status
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82175
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80671
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80709
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80709
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|WAITING |NEW
Last reconfirmed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80818
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70184
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Severity: normal
Priority: P3
Component: tree-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
Target Milestone: ---
The testcase gcc.dg/vect/O3-pr70130.c performs an out of bounds access when
vectorised on aarch64 (I
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68535
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Known to
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81414
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to work
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47059
Bug 47059 depends on bug 23684, which changed state.
Bug 23684 Summary: Combine stores for non strict alignment targets
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23684
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23684
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47582
Bug 47582 depends on bug 23684, which changed state.
Bug 23684 Summary: Combine stores for non strict alignment targets
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23684
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81422
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Target||aarch64-none-linux-gnu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78439
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||andrewm.roberts at sky dot
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78471
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
--- Comment #29 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Tue Nov 22 16:55:16 2016
New Revision: 242709
URL: https://gcc.gnu.org/viewcvs?rev=242709&root=gcc&view=rev
Log:
[AArch64] Fix PR target/77822: Use tighter pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822
--- Comment #30 from ktkachov at gcc dot gnu.org ---
Fixed on aarch64 for 6.3 as well. There's nothing more to do for aarch64 here.
Dominik, do you intend to do any backports of the s390 patches? Or can we close
this?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70184
--- Comment #7 from ktkachov at gcc dot gnu.org ---
(In reply to Richard Biener from comment #4)
> With TER we delay expanding of (unsigned b) until you require its expansion
> during asm op expansion (and thus may be interleaved wi
Priority: P3
Component: sanitizer
Assignee: unassigned at gcc dot gnu.org
Reporter: ktkachov at gcc dot gnu.org
CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
jakub at gcc dot gnu.org, kcc at gcc dot gnu.org
Target
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78513
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
Keywords||link-failure
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70184
--- Comment #8 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Thu Nov 24 15:22:34 2016
New Revision: 242840
URL: https://gcc.gnu.org/viewcvs?rev=242840&root=gcc&view=rev
Log:
[TER] PR target/48863 : Don't replace expre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48863
--- Comment #6 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Thu Nov 24 15:22:34 2016
New Revision: 242840
URL: https://gcc.gnu.org/viewcvs?rev=242840&root=gcc&view=rev
Log:
[TER] PR target/48863 : Don't replace expre
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48863
ktkachov at gcc dot gnu.org changed:
What|Removed |Added
CC||ktkachov at gcc dot gnu.org
701 - 800 of 2215 matches
Mail list logo