ل

2018-11-19 Thread Muhdnizam Abrahim
Sent fromغغذق my iPhone زغزع

Re: Need to know how to debug "match.pd" file

2018-11-19 Thread Martin Liška
On 11/19/18 8:18 AM, bala mani wrote: > Hi, > > > > I am looking at this issue: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86628 Hi. Good! > > > > For this issue, i want to debug "match.pd". I am a beginner for GCC. Could > you please guide me how to debug this file? So as you prob

Re: Parallelize the compilation using Threads

2018-11-19 Thread Richard Biener
On Fri, Nov 16, 2018 at 8:00 PM Giuliano Augusto Faulin Belinassi wrote: > > Hi! Sorry for the late reply again :P > > On Thu, Nov 15, 2018 at 8:29 AM Richard Biener > wrote: > > > > On Wed, Nov 14, 2018 at 10:47 PM Giuliano Augusto Faulin Belinassi > > wrote: > > > > > > As a brief introduction

Re: Bug 84762 - GCC for PowerPC32 violates the SysV ABI spec for small struct returns

2018-11-19 Thread Lokesh Janghel
Hi Segher, I am building the GCC with the following configuration ( using gcc trunk ). ../gcc/configure --target=powerpc-linux --prefix=/opt/buckeye/powerpc-linux --disable-shared --disable-threads --enable-languages=c --with-newlib And my assembly code (without optimization) is: $ cc1 -msvr4-

Re: Bug 84762 - GCC for PowerPC32 violates the SysV ABI spec for small struct returns

2018-11-19 Thread Franz Sirl
Am 2018-11-19 um 15:36 schrieb Lokesh Janghel: Hi Segher, I am building the GCC with the following configuration ( using gcc trunk ). ../gcc/configure --target=powerpc-linux --prefix=/opt/buckeye/powerpc-linux --disable-shared --disable-threads --enable-languages=c --with-newlib And my assemb