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 optimization/15121] [tree-ssa] [regression] missing store from nested function


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-06 04:28 -------
Fixed by one of the following:

2004-05-05  Richard Henderson  <rth@redhat.com>

        * tree-nested.c (create_tmp_var_for): Disallow variable sized types.
        (convert_nonlocal_reference): Set val_only false for the base of a
        component or array reference.
        (convert_local_reference): Likewise.

2004-05-05  Richard Henderson  <rth@redhat.com>

        * gimplify.c (create_tmp_var): Disallow variable sized objects.
        (gimplify_modify_expr): Don't memcpy for VA_ARG_EXPR.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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