re PR middle-end/24589 (wrong code with zero sized structs on CONSTRUCTOR)
authorAndrew Pinski <pinskia@physics.uc.edu>
Thu, 3 Nov 2005 15:21:15 +0000 (15:21 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 3 Nov 2005 15:21:15 +0000 (07:21 -0800)
commit08330ec2ad5a413f7e88fbb48092dd0d27000850
tree93fded5899e717286d00db6895ac18a4548de59a
parentb88b7ced9b63f5f77b03dcd7fe114a152ac1dbd5
re PR middle-end/24589 (wrong code with zero sized structs on CONSTRUCTOR)

2005-11-03  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/24589
        * gimplify.c (gimplify_expr) <case CONSTRUCTOR>: Add the
        expressions to a statement list instead of gimplifying them.

2005-11-03  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/24589
        * gcc.c-torture/execute/zero-struct-2.c: New test.

From-SVN: r106436
gcc/ChangeLog
gcc/gimplify.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/zero-struct-2.c [new file with mode: 0644]