Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2018-06-04 Thread Martin Liška
on why I'm resending that. >>>>>>>>>> >>>>>>>>>> Patch can bootstrap on ppc64le-redhat-linux and survives regression >>>>>>>>>> tests. >>>>>>>>>> >

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2018-05-21 Thread Jason Merrill
h can bootstrap on ppc64le-redhat-linux and survives regression >>>>>>>>> tests. >>>>>>>>> >>>>>>>>> Ready to be installed? >>>>>>>>> Martin >>>>>>>> >>>>

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2018-05-21 Thread Martin Liška
elped him >>>>>>>> to survive regression tests. That's reason why I'm resending that. >>>>>>>> >>>>>>>> Patch can bootstrap on ppc64le-redhat-linux and survives regression >>>>>>>> tests

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-10-24 Thread Jason Merrill
hat. >>>>>>> >>>>>>> Patch can bootstrap on ppc64le-redhat-linux and survives regression >>>>>>> tests. >>>>>>> >>>>>>> Ready to be installed? >>>>>>> Martin

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-09-14 Thread Martin Liška
ives regression >>>>>> tests. >>>>>> >>>>>> Ready to be installed? >>>>>> Martin >>>>> >>>>>> >From a34ce0ef37ae00609c9f3ff98a9cb0b7db6a8bd0 Mon Sep 17 00:00:00 2001 >>>>>&

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-08-10 Thread Jason Merrill
eady to be installed? Martin >From a34ce0ef37ae00609c9f3ff98a9cb0b7db6a8bd0 Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 20 Apr 2017 14:56:30 +0200 Subject: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry. gcc/cp/ChangeLog: 2017-04-20 Jason Merrill

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-08-10 Thread Martin Liška
le-redhat-linux and survives regression >>>>>> tests. >>>>>> >>>>>> Ready to be installed? >>>>>> Martin >>>>> >>>>>> >From a34ce0ef37ae00609c9f3ff98a9cb0b7db6a8bd0 Mon Sep 17 00:00:00 2001 &

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-07-27 Thread Martin Liška
;>>> Martin >>>> >>>>> >From a34ce0ef37ae00609c9f3ff98a9cb0b7db6a8bd0 Mon Sep 17 00:00:00 2001 >>>>> From: marxin >>>>> Date: Thu, 20 Apr 2017 14:56:30 +0200 >>>>> Subject: [PATCH] Make __FUNCTION__ a mergeable

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-07-14 Thread Jim Wilson
On Fri, Jul 14, 2017 at 12:59 PM, Jim Wilson wrote: > On Fri, Jul 14, 2017 at 1:35 AM, Martin Liška wrote: >> May I ask Jim to test the patch? >> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > > I started an aarch64 bootstrap to test. My fast machine is busy with >

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-07-14 Thread Jim Wilson
On Fri, Jul 14, 2017 at 1:35 AM, Martin Liška wrote: > May I ask Jim to test the patch? > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. I started an aarch64 bootstrap to test. My fast machine is busy with work tasks, so I have to use a slower machine, and hence this

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-07-14 Thread Martin Liška
why I'm resending that. >>>> >>>> Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. >>>> >>>> Ready to be installed? >>>> Martin >>> >>>> >From a34ce0ef37ae00609c9f3ff98a9cb0b7db6a8bd0 Mon Sep 17 00:00

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-05-01 Thread Jason Merrill
e-redhat-linux and survives regression tests. >>> >>> Ready to be installed? >>> Martin >> >>> >From a34ce0ef37ae00609c9f3ff98a9cb0b7db6a8bd0 Mon Sep 17 00:00:00 2001 >>> From: marxin >>> Date: Thu, 20 Apr 2017 14:56:30 +0200 >>> Subject:

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-04-26 Thread Martin Liška
t;> >From a34ce0ef37ae00609c9f3ff98a9cb0b7db6a8bd0 Mon Sep 17 00:00:00 2001 >> From: marxin >> Date: Thu, 20 Apr 2017 14:56:30 +0200 >> Subject: [PATCH] Make __FUNCTION__ a mergeable string and do not generate >> symbol entry. >> >> gcc/cp/ChangeLog: >&

Re: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-04-25 Thread Jakub Jelinek
e: Thu, 20 Apr 2017 14:56:30 +0200 > Subject: [PATCH] Make __FUNCTION__ a mergeable string and do not generate > symbol entry. > > gcc/cp/ChangeLog: > > 2017-04-20 Jason Merrill > Martin Liska > Segher Boessenkool > > PR c++/64266

[PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry.

2017-04-25 Thread Martin Liška
dhat-linux and survives regression tests. Ready to be installed? Martin >From a34ce0ef37ae00609c9f3ff98a9cb0b7db6a8bd0 Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 20 Apr 2017 14:56:30 +0200 Subject: [PATCH] Make __FUNCTION__ a mergeable string and do not generate symbol entry. gcc/cp/Change