[Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize

2005-06-17 Thread hubicka at ucw dot cz
--- Additional Comments From hubicka at ucw dot cz 2005-06-17 23:31 --- Subject: Re: [4.1 regression] ICE with -ftree-vectorize > > --- Additional Comments From rth at gcc dot gnu dot org 2005-06-17 22:11 > --- > Fixed: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01535.html

Re: [Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize

2005-06-17 Thread Jan Hubicka
> > --- Additional Comments From rth at gcc dot gnu dot org 2005-06-17 22:11 > --- > Fixed: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01535.html > > Although I didn't see this pr before writing the patch, I like my patch > better because not all paths go through loop peeling. Which

[Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize

2005-06-17 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-06-17 22:11 --- Fixed: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg01535.html Although I didn't see this pr before writing the patch, I like my patch better because not all paths go through loop peeling. Which means that we'

[Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize

2005-06-17 Thread hubicka at ucw dot cz
--- Additional Comments From hubicka at ucw dot cz 2005-06-17 13:53 --- Subject: Re: [4.1 regression] ICE with -ftree-vectorize > > --- Additional Comments From dorit at il dot ibm dot com 2005-06-17 > 12:58 --- > > bug.c: In function 'foo': > > bug.c:4: internal compiler err

[Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize

2005-06-17 Thread dorit at il dot ibm dot com
--- Additional Comments From dorit at il dot ibm dot com 2005-06-17 12:58 --- > bug.c: In function 'foo': > bug.c:4: internal compiler error: in get_bb_copy, at cfg.c:1078 a bunch of vectorizer testcases are failing with this error on i686-pc-linux-gnu and powerpc-darwin -- http://

[Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize

2005-06-17 Thread belyshev at depni dot sinp dot msu dot ru
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Known to fail||4.1.0

[Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize

2005-06-16 Thread hubicka at ucw dot cz
--- Additional Comments From hubicka at ucw dot cz 2005-06-16 08:36 --- Subject: Re: [4.1 regression] ICE with -ftree-vectorize > > --- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-16 > 08:32 --- > Honza, this was introduced with your patch > http://gcc.gn

[Bug tree-optimization/22088] [4.1 regression] ICE with -ftree-vectorize

2005-06-16 Thread reichelt at gcc dot gnu dot org
--- Additional Comments From reichelt at gcc dot gnu dot org 2005-06-16 08:32 --- Honza, this was introduced with your patch http://gcc.gnu.org/ml/gcc-cvs/2005-06/msg00584.html Could you please have a look? -- What|Removed |Added ---