| Subject: | [Bug tree-optimization/23115] [4.1 Regression] -ftree-vectorize generates wrong code |
|---|---|
| From: | "pinskia at gcc dot gnu dot org" |
| Date: | 8 Sep 2005 20:03:35 -0000 |
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-08 20:03 ------- Before: if (x_16 < x_26) goto <L3>; else goto <L14>; <L14>:; # x_4 = PHI <x_26(1), x_16(2)>; <L3>:; if (x_16 > n_17) goto <L6>; else goto <L15>; <L15>:; # n_5 = PHI <n_17(3), x_16(4)>; <L6>:; After: x_4 = x_16 < x_26 ? x_26 : x_16; n_5 = 1 ? n_17 : x_16; That 1 is just wrong. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23115 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Bug c++/23708] [4.0/4.1 Regression] Non-inline function incorrectly treated as inline when using precompiled headers, pinskia at gcc dot gnu dot org |
|---|---|
| Next by Date: | [Bug libfortran/23784] New: close doesn't reset ioparm on error exit, tkoenig at gcc dot gnu dot org |
| Previous by Thread: | [Bug bootstrap/22313] [4.1 Regression] gcc HEAD as of 2005/07/05 fails to profiledbootstrap, pinskia at gcc dot gnu dot org |
| Next by Thread: | [Bug libfortran/23784] New: close doesn't reset ioparm on error exit, tkoenig at gcc dot gnu dot org |
| Indexes: | [Date] [Thread] [Top] [All Lists] |