gcc-4.8-20130120 is now available

2013-01-20 Thread gccadmin
Snapshot gcc-4.8-20130120 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20130120/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.8 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/trunk

Remove node from cgraph

2013-01-20 Thread Chassin
Hi ,i am developing a simple plugin that allows me to delete a node from the cgraph that match a specific pattern but when i delete the node using cgraph_remove_node , it seams to delete it ( by printing the cgraph again it doesn't appear ) , but in the compiled file it exist my plugin is