This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/24365] [4.1/4.2 Regression] statement makes a memory store with complex



------- Comment #11 from pinskia at gcc dot gnu dot org  2006-01-13 14:38 -------
Subject: Bug 24365

Author: pinskia
Date: Fri Jan 13 14:38:03 2006
New Revision: 109668

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109668
Log:
2006-01-13  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/24365
        * tree-inline.c (declare_return_variable): If the return variable
        was marked as a non gimple complex, set the return slot variable
        to be a non gimple comple variable.

2006-01-13  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/24365
        * g++.dg/opt/complex5.C: New test.


Added:
    branches/gcc-4_1-branch/gcc/testsuite/g++.dg/opt/complex5.C
      - copied unchanged from r109667,
trunk/gcc/testsuite/g++.dg/opt/complex5.C
Modified:
    branches/gcc-4_1-branch/gcc/ChangeLog
    branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_1-branch/gcc/tree-inline.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24365


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]