[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-31 Thread rth at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |rth at gcc dot gnu dot org |dot org | Status|NEW

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-31 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-01 02:38 --- Subject: Bug 19042 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-01 02:38:06 Modified files: gcc: ChangeLog tree-sra.c Log message:

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-31 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2005-01-01 02:42 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-31 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19042

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-30 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2004-12-30 17:42 --- The patch slightly improves a few SPEC testcases. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19042

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-17 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Last reconfirmed|-00-00 00:00:00

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-17 13:38 --- Patch here: http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01260.html. -- What|Removed |Added

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 19:32 --- Note we end up with: D.770 = COMPLEX_EXPR D.768 - 4.0e+0, 0.0; ca1$imag = IMAGPART_EXPR D.770; ca1$real = REALPART_EXPR D.770; in .t66.final_cleanup --

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 20:30 --- Here is the reduced testcase (fortran): COMMON TA(6,6) COMPLEX*16 CA1,CA2,CLAM2

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 20:40 --- Here it is further reduced: COMMON TA(6,6) COMPLEX*16 CA2,CLAM2 CLAM2=DCMPLX(a,2.0)

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 20:38 --- Here it is further reduced: COMMON TA(6,6) COMPLEX*16 CA2,CLAM2 CA2=DCMPLX(F2,ZERO)

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 20:49 --- This is most likely a dup of bug 18268. -- What|Removed |Added BugsThisDependsOn|

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-16 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-16 21:03 --- And here is a testcase where we don't use an unitialized variable and no loops either: COMMON TA,A COMPLEX*16 CLAM2

[Bug tree-optimization/19042] Complex types are not SRA all the time.

2004-12-16 Thread dje at gcc dot gnu dot org
-- What|Removed |Added CC||dje at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19042