]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl.c (grok_op_properties): Add missing return value.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Mon, 8 May 2006 09:28:04 +0000 (09:28 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Mon, 8 May 2006 09:28:04 +0000 (09:28 +0000)
From-SVN: r113626

gcc/cp/ChangeLog
gcc/cp/decl.c

index 97abb1a69c67cb02f6dfa4b5c4607c6cf10cfa8e..cc1cbddd15b64db683765272917873800c73c06d 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * decl.c (grok_op_properties): Add missing return value.
+
 2006-05-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/27427
index 589d918e2a056a93b2d1278837db91adfd4a74f7..7828dfee05369ddf9351e2d0fc8676207854ae9c 100644 (file)
@@ -8748,7 +8748,7 @@ grok_op_properties (tree decl, bool complain)
                {
                  tree arg = non_reference (TREE_VALUE (p));
                  if (arg == error_mark_node)
-                   return;
+                   return false;
 
                  /* IS_AGGR_TYPE, rather than CLASS_TYPE_P, is used
                     because these checks are performed even on