[GSoC] writing test-case

2014-05-11 Thread Prathamesh Kulkarni
Hi, I was trying to write test-case for the pattern A + -B -> A - B (currently written for only int type). Is the test-case written correctly (attached) ? a) I am not able to follow why 3 slashes are required here in x_.\\\(D\\\) ? Why does x_.\(D\) not work ? (I saw 3 slashes used in a testca

ubsan bootstrap on x86_64 trunk rev. 210310: summary of results (BRRR):

2014-05-11 Thread Toon Moene
This was the configure command: configure flags: --prefix=/home/toon/compilers/install --with-gnu-as --with-gnu-ld --with-build-config=bootstrap-ubsan --enable-languages=all --disable-multilib --disable-nls --with-arch=core-avx2 --with-tune=core-avx2 Here are the numbers: ===

Re: [GSoC] writing test-case

2014-05-11 Thread Andreas Schwab
Prathamesh Kulkarni writes: > a) I am not able to follow why 3 slashes are required here > in x_.\\\(D\\\) ? Why does x_.\(D\) not work ? Two of the three backslashes are eaten by the tcl parser. But actually only two backslashes are needed, since the parens are not special to tcl (but are spec

Re: [GSoC] writing test-case

2014-05-11 Thread Prathamesh Kulkarni
On Sun, May 11, 2014 at 8:10 PM, Andreas Schwab wrote: > Prathamesh Kulkarni writes: > >> a) I am not able to follow why 3 slashes are required here >> in x_.\\\(D\\\) ? Why does x_.\(D\) not work ? > > Two of the three backslashes are eaten by the tcl parser. But actually > only two backslashes

gcc-4.10-20140511 is now available

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