gcc-4.7-20111119 is now available

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

Re: new mirror site Gcc

2011-11-19 Thread Gerald Pfeifer
On Mon, 7 Nov 2011, В.Тутубалин wrote: > I want to host a new mirror site Gcc. > Server name - Latvia ChampGround > Server admin - vt.avtm...@gmail.com, Vladimir > Server location - Latvia, Riga > Server address - champground.com > Server protocol - http > Connection speed - 100 Mbps Sure, go

Re: About TYPE_DECL, typedefs and TYPE_NEXT_VARIANT

2011-11-19 Thread Dodji Seketeli
Alberto Lozano Alelu a écrit: > When I get a typedef, I would like to show the definition. I use: > > tree v_next_type=DECL_ORIGINAL_TYPE(TYPE_NAME(v_type)); > > But this expression isn't always correct. You are correct. There are times where typedefs are thrown away (stripped) and only the und