Re: gcc auto-omit-frame-pointer vs msvc longjmp

2011-10-22 Thread Kai Tietz
2011/10/22 xunxun : > 于 2011/10/22 13:13, xunxun 写道: >> >> Hi, all >> >>    It seems that gcc's auto-omit-frame-pointer has other problems. >> >>    The example is from mingw bug tracker: >> http://sourceforge.net/tracker/?func=detail&aid=3426555&group_id=2435&atid=102435 >> >>    g++ -O3 main.cpp

Re: [RFC] New git-only branch for Fission project

2011-10-22 Thread Gerald Pfeifer
On Fri, 21 Oct 2011, Diego Novillo wrote: > I don't know whether git-only branches get added to > http://gcc.gnu.org/svn.html. Gerald? So far we haven't done that, but why not? Either add a new section for GIT branches or create git.html (which may be overkill for now, but more future proof).

Re: GCC 4.6.2 Release Candidate available from gcc.gnu.org

2011-10-22 Thread Gerald Pfeifer
Web page updated thusly. Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.814 diff -u -r1.814 index.html --- index.html 12 Oct 2011 04:48:22 - 1.814 +++ index.html 22 Oct 2011 13:13

Re: gcc auto-omit-frame-pointer vs msvc longjmp

2011-10-22 Thread asmwarrior
On 2011-10-20 23:34, Kai Tietz wrote: > Hi, > > For trunk-version I have a tentative patch for this issue. On 4.6.x > and older branches this doesn't work, as here we can't differenciate > that easy between ms- and sysv-abi. > > But could somebody give this patch a try? > > Regards, > Kai > >

Missing gstdint.h

2011-10-22 Thread Michael Eager
I'm getting a build failure when I build a bootstrap gcc for powerpc when compiling dfp.o. Gcc is configured --target=powerpc-linux --without-newlib, --without-headers. gcc -c -g -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototype

gcc-4.7-20111022 is now available

2011-10-22 Thread gccadmin
Snapshot gcc-4.7-20111022 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20111022/ 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: Missing gstdint.h

2011-10-22 Thread Joseph S. Myers
On Sat, 22 Oct 2011, Michael Eager wrote: > gstdint.h is in libgcc, not any of the -I directories. It should be in the libdecnumber build (not source) directory. -- Joseph S. Myers jos...@codesourcery.com