Broken Math Resource Link on Your Site

2012-09-23 Thread Alexandra Sawyer
Hi Administrator, I came across your website and wanted to notify you about a broken link on your page in case you weren't aware of it. The link on gcc.gnu.org/ml/gcc-help/1999-q3n/msg00261.html which links to http://www.cs.unb.ca/~alopez-o/math-faq/math-faq.html is no longer working. I've in

Re: Possible headsup on GCC testsuite PCH failures

2012-09-23 Thread Dehao Chen
Yes, this is a known problem: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54645 A patch was proposed: http://gcc.gnu.org/ml/gcc-patches/2012-09/msg01563.html Sorry to break the test. Dehao On Sun, Sep 23, 2012 at 4:56 PM, Aaron Gray wrote: > Can someone double check this for me I am getting 99

gcc-4.8-20120923 is now available

2012-09-23 Thread gccadmin
Snapshot gcc-4.8-20120923 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.8-20120923/ 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

Possible headsup on GCC testsuite PCH failures

2012-09-23 Thread Aaron Gray
Can someone double check this for me I am getting 99 PCH failures on the testsuite from GIT HEAD. Many thanks in advance, Aaron

Re: bootstrap broken w disable-checking

2012-09-23 Thread Andreas Tobler
On 23.09.12 18:24, Richard Guenther wrote: On Sat, Sep 22, 2012 at 9:40 AM, Andreast Tobler wrote: Hi all, while testing some patches fro Michael M, I noticed that disable-checking seems broken on trunk. I saw this on x86_64-freebsd and powerpc64-freebsd. Is this issue already known? If not,

Re: bootstrap broken w disable-checking

2012-09-23 Thread Richard Guenther
On Sat, Sep 22, 2012 at 9:40 AM, Andreast Tobler wrote: > Hi all, > > while testing some patches fro Michael M, I noticed that disable-checking > seems broken on trunk. I saw this on x86_64-freebsd and powerpc64-freebsd. > > Is this issue already known? > If not, usual bug report with preprocessed

Question about adding omp nodes in generic form ... (GCC OpenMP)

2012-09-23 Thread pschen
Hi, Originally, programmers add OpenMP's compiler directives into programs and then GCC will parse these OpenMP programs into the corresponding generic nodes. We want to automatically detect simple loop constructs from the generic forms. Then the loop constuct is replaced with the corresponding om

Re: Contributing to the project

2012-09-23 Thread Marc Glisse
On Sun, 23 Sep 2012, enzovit...@libero.it wrote: I would like to contribute to the project. Great! Would someone indicate some easy first project to work on? Please don't just redirect me to the list of open projects. Not sure whether that list is still valid, and I'd appreciate a more speci

Re: Contributing to the project

2012-09-23 Thread Basile Starynkevitch
On Sun, Sep 23, 2012 at 02:26:30PM +0200, enzovit...@libero.it wrote: > Dear GCC team, > > I would like to contribute to the project. > > I have a decent background in programming, in a number of languages on a > number of platforms, but no specific experience in developing a compiler. I > have

Contributing to the project

2012-09-23 Thread enzovit...@libero.it
Dear GCC team, I would like to contribute to the project. I have a decent background in programming, in a number of languages on a number of platforms, but no specific experience in developing a compiler. I have a pretty good university education on processors, but no intimate knowledge of any