On Tue, Mar 28, 2017 at 04:41:29PM -0400, David Malcolm wrote:
> I'm a relative newcomer to GCC [1], so I thought it would be a good
> idea to try to capture some of the "gotchas" and similar information on
> hacking on GCC in the form of a short guide for new contributors,
> whilst the experience
On Tue, Mar 28, 2017 at 07:51:47AM +, Davide Piombo wrote:
> Hi Joseph,
> OK, thanks, now it clear to me your point.
> I do not know what the GCC plugin code really contains and I trust you when
> you say that GCC plugin section is not ready to handle dll on windows.
> But I still have two poi
Snapshot gcc-5-20170328 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/5-20170328/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 5 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-5
I'm a relative newcomer to GCC [1], so I thought it would be a good
idea to try to capture some of the "gotchas" and similar information on
hacking on GCC in the form of a short guide for new contributors,
whilst the experience of learning it is still fresh in my mind.
The guide can be read here:
Hi Joseph,
OK, thanks, now it clear to me your point.
I do not know what the GCC plugin code really contains and I trust you when you
say that GCC plugin section is not ready to handle dll on windows.
But I still have two points that are not clear to me:
1- I found some historical references abou