gcc enumeration print support

2010-11-28 Thread jovi zhang
Hi,    Does gcc compiler support enumeration print support? what I means is like this: typedef struct  {   int  ttype ;   intt  index ; }  unit_it_t ; unit_it_t f_unit; GCC_PRINT(f_unit); Then compiler will print all filed of f_unit data structure automatic, no need to let programmer print f_u

GCC Bugzilla with Firefox 3.6.12

2010-11-28 Thread John David Anglin
I have experienced a number of problems with the new bugzilla. It seems "Reload current page" doesn't consistently update all fields (e.g., Target Milestone). As a result, entering new comments, etc, can corrupt fields that haven't been updated. I tend to leave bug pages open in tabs. Has anyon

AstroTown - Science Fiction

2010-11-28 Thread Saulo Fonseca
The development of humankind can be compared to that of a single individual. Humankind has lived its phase of childhood, wanting to accomplish great discoveries. At that time, it thought that it was the center of universe, tied to many claims without foundation and with a certainty to be special

gcc-4.3-20101128 is now available

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

ftp.net mirror of gcc.gnu.org is broken

2010-11-28 Thread Gerald Pfeifer
Looking at http://gcc.gnu.org/mirrors.html I noticed that the following entry Viet Nam, HoChiMinh: http://mirror-fpt-telecom.fpt.net/gcc/, thanks to Minh Vu Tong (mirror at fpt dot net) is not working any more. It seems a symbolic link from http://mirror-fpt-telecom.fpt.net/gcc/ to http:

Re: Possible issue with c++ linking with g++

2010-11-28 Thread Ralf Wildenhues
* Param Ponnaiyan wrote on Sun, Nov 28, 2010 at 06:50:26PM CET: > If I link it this way > g++ *.o libxxx.a > everything works fine. > BUT if I convert the .o's into a library say libnew.a and separate > main into main.cpp > and link like this > g++ main.cpp libnew.a libxxx.a > then it fails. This

Possible issue with c++ linking with g++

2010-11-28 Thread Param Ponnaiyan
Just wanted to know of the below is a known issue and if there is a fix available for it. I have  700 odd .cpp files which gets converted to .o's. I then need to link them all with a library libxxx.a. If I link it this way g++ *.o libxxx.a everything works fine. BUT if I convert the .o's into a li