On 3/29/19 11:29 PM, nick wrote:
> Greetings all,
>
> Not sure why this exists still as tree-eh.h is including in tree-eh.c which
> defines this header
> as used for this FIXME:
> #include "tree-pass.h" /* FIXME: only for PROP_gimple_any */
>
> Unless there is something in the build or
On Sun, 31 Mar 2019, Giuliano Belinassi wrote:
> Hi,
>
> I wrote my GSoC Proposal to the "Parallelize GCC with threads" project,
> and if someone is interested in it, I am linking the text here in order
> to get feedback. Please let me know if something is not entirely clear,
> or if there are an
On Fri, 29 Mar 2019, nick wrote:
>
>
> On 2019-03-29 10:28 a.m., nick wrote:
> >
> >
> > On 2019-03-29 5:08 a.m., Richard Biener wrote:
> >> On Thu, 28 Mar 2019, nick wrote:
> >>
> >>>
> >>>
> >>> On 2019-03-28 4:59 a.m., Richard Biener wrote:
> On Wed, Mar 27, 2019 at 6:31 PM nick wrote
On 4/1/19 1:24 AM, Eric Gallager wrote:
On 3/29/19, nick wrote:
Seems your right touching the complete garbage collector is too much. I'm
just looking at the users of the garbage collector and it seems one of the
major ones is pre compiled headers.
The thing about pre-compiled headers is t
On 2019-04-01 5:56 a.m., Richard Biener wrote:
> On Fri, 29 Mar 2019, nick wrote:
>
>>
>>
>> On 2019-03-29 10:28 a.m., nick wrote:
>>>
>>>
>>> On 2019-03-29 5:08 a.m., Richard Biener wrote:
On Thu, 28 Mar 2019, nick wrote:
>
>
> On 2019-03-28 4:59 a.m., Richard Biener wrot
On Mon, 1 Apr 2019, nick wrote:
>
>
> On 2019-04-01 5:56 a.m., Richard Biener wrote:
> > On Fri, 29 Mar 2019, nick wrote:
> >
> >>
> >>
> >> On 2019-03-29 10:28 a.m., nick wrote:
> >>>
> >>>
> >>> On 2019-03-29 5:08 a.m., Richard Biener wrote:
> On Thu, 28 Mar 2019, nick wrote:
>
> >>
On 2019-04-01 9:47 a.m., Richard Biener wrote:
> On Mon, 1 Apr 2019, nick wrote:
>
>>
>>
>> On 2019-04-01 5:56 a.m., Richard Biener wrote:
>>> On Fri, 29 Mar 2019, nick wrote:
>>>
On 2019-03-29 10:28 a.m., nick wrote:
>
>
> On 2019-03-29 5:08 a.m., Richard Biener wrot
Zdravím,
Obsah této posty je velmi duverný a legální. Jmenuji se Peter Wong, pracuji s
bankou tady v Hong Kongu. Rozhodl jsem se vás kontaktovat pro moznost
investovat do lukrativního podnikání ve va?í zemi. Jsem ochoten Vám nabídnout
40% investicního zisku jako muj obchodní partner.
Nase bank
On 3/31/19 11:25 AM, Paul Koning wrote:
>
>
>> On Mar 30, 2019, at 5:03 AM, co...@sdf.org wrote:
>>
>> hi folks,
>>
>> i was interesting in tackling some problems gcc netbsd/vax has.
>> it has some ICEs which are in reload phase. searching around, the answer
>> to that is "switch to LRA first". N
On 4/1/19 12:57 AM, claz...@gmail.com wrote:
> Hi,
>
> I would like to apply the ARC specific fix for bugzilla 89877 to
> include/longlong.h file, but I don't know for sure if I am allowed or
> not. I mention that I am the ARC reviewer.
If it's in ARC specific bits within longlong.h, then yes, you
On 2019-04-01 4:21 a.m., Martin Liška wrote:
> On 3/29/19 11:29 PM, nick wrote:
>> Greetings all,
>>
>> Not sure why this exists still as tree-eh.h is including in tree-eh.c which
>> defines this header
>> as used for this FIXME:
>> #include "tree-pass.h" /* FIXME: only for PROP_gimpl
On 3/26/19, Andi Kleen wrote:
>> That is a correct diagnostics.
>>
>> See Canonical loop form.
>>
>> test-exprOne of the following:
>> var relational-op b
>> b relational-op var
>>
>> ( var relational-op b )
>> is neither of those.
>
> Still se
HI,
Discussing the project with Andi, I have drafted a proposal, please
review and suggest
necessary changes.
If some OpenMP experts from GCC have some ideas or changes please suggest.
https://docs.google.com/document/d/1axElw-I5pTwcjI4iMle5NhLeRCcshIjH5ZHm3GGwsZU/edit?usp=sharing
Thanks,
Sameera
On 4/1/19 12:49 PM, nick wrote:
On 2019-04-01 4:21 a.m., Martin Liška wrote:
On 3/29/19 11:29 PM, nick wrote:
Greetings all,
Not sure why this exists still as tree-eh.h is including in tree-eh.c which
defines this header
as used for this FIXME:
#include "tree-pass.h" /* FIXME: onl
Hi,
My name is Bryan Carroll and I'm a M.S. student in the Applied
Mathematics and Computer Science program at University of Central
Oklahoma. I'm interested in the OpenMP and GDB debugger project.
A little bit about myself: I've been programming for about 6 years,
the majority of those years in
On Sat, 30 Mar 2019, Tejas Joshi wrote:
> Hello.
> I have developed a fairly working patch for roundeven, attaching herewith.
> The testcase function as follows :
>
> double f()
> {
> double x = 4.5;
> double ret = __builtin_roundeven (x);
> return ret;
> }
Tests need to be added to the te
On 2019-04-01 1:54 p.m., Andrew MacLeod wrote:
> On 4/1/19 12:49 PM, nick wrote:
>>
>> On 2019-04-01 4:21 a.m., Martin Liška wrote:
>>> On 3/29/19 11:29 PM, nick wrote:
Greetings all,
Not sure why this exists still as tree-eh.h is including in tree-eh.c
which defines this he
Hi Richard, Jakub and Martin,
First of all I'm sorry for the very late reply, and I will be more
punctual with my replies from now on.
On Fri, Mar 8, 2019 at 4:35 AM Richard Biener
wrote:
>
> On Thu, Mar 7, 2019 at 7:20 PM Martin Sebor wrote:
> >
> > On 3/4/19 6:17 AM, Richard Biener wrote:
> >
On Sun, Mar 3, 2019 at 5:16 PM Jeff Law wrote:
>
> On 3/3/19 4:06 PM, Patrick Palka wrote:
> > Hi everyone,
> >
> > I am very interested in working on GCC as part of GSoC this year. A few
> > years
> > ago I was a somewhat active code contributor[1] and unfortunately my
> > contributing waned on
19 matches
Mail list logo