OSDN Git Service

PR c++/16405
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Dec 2004 16:27:11 +0000 (16:27 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Dec 2004 16:27:11 +0000 (16:27 +0000)
* gimplify.c (gimplify_modify_expr_rhs): Handle
INDIRECT_REF/ADDR_EXPR combinations.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92555 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/temp1.C

index 3a91de1..7533a94 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-23  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/16405
+       * g++.dg/opt/temp1.C: Add do-run marker.
+
 2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
 
        * g++.dg/template/spec19.C: New.
index f34bb8f..6454cdb 100644 (file)
@@ -1,5 +1,6 @@
 // PR c++/16405
 // { dg-options "-O2" } 
+// { dg-do run }
 
 // There should be exactly one temporary generated for the code in "f"
 // below when optimizing -- for the result of "b + c".  We have no