Re: Fwd: GCC front end and GCC internals

2017-03-30 Thread Andre Groenewald
Sorry about the fwd in the description. This is my implementation: fnDeclType = build_function_type_array(integer_type_node, argVect.NumOfItems, parmTypes); tree fnDecl = build_fn_decl(identifier->Str, fnDeclType); DECL_EXTERNAL(fnDecl) = 1; fnAddr = build1(ADDR_EXPR, build_pointer_type(fnDeclTyp

gcc-6-20170330 is now available

2017-03-30 Thread gccadmin
Snapshot gcc-6-20170330 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20170330/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: Obsolete powerpc*-*-*spe*

2017-03-30 Thread Maciej W. Rozycki
On Wed, 15 Mar 2017, Andrew Jenner wrote: > > I am assuming SPE and VLE do not support AltiVec or 64-bit PowerPC, > > please correct me if that is incorrect. Also, is "normal" floating > > point supported at all? > > My understanding is that SPE is only present in the e500v1, e500v2 and > e200z[

Re: Fwd: GCC front end and GCC internals

2017-03-30 Thread Martin Jambor
Hello, I am not sure if I can help you but... On Thu, Mar 30, 2017 at 08:05:07AM +0200, Andre Groenewald wrote: > I am discovering the awesome world of GCC internals. I managed to > develop a basic front end. It can call internal and external functions > and link with standard libraries. All is g

R: R: R: R: Plugin development under windows

2017-03-30 Thread Davide Piombo
Hi Pedro, thanks a lot for your message, it clarified me a lot of things. Actually I have no time to try to change GCC plugin code to make it working in Windows, in order to solve my problem I will move to another solution, maybe in the future... Cheers Davide > -Messaggio originale-