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
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:
===
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
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
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