decl.c (finish_constructor_body): create simple compound stmt instead of a if(1)...
authorDirk Mueller <dmueller@suse.com>
Wed, 4 Jan 2006 15:26:15 +0000 (15:26 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 4 Jan 2006 15:26:15 +0000 (15:26 +0000)
commitebfd9521b5926ac5a1d80b4a2f017e4bb57545de
tree68b979aad07636e1ccefd80d4cad57a4adad2687
parentd8701f023e1eddc20439eb2dc1b887b2225acb77
decl.c (finish_constructor_body): create simple compound stmt instead of a if(1) { } construct.

2002-01-04  Dirk Mueller <dmueller@suse.com>

* decl.c (finish_constructor_body): create simple
compound stmt instead of a if(1) { } construct.

From-SVN: r109331
gcc/cp/ChangeLog
gcc/cp/decl.c