Re: cp/do_poplevel

2006-01-25 Thread Volker Reichelt
On 25 Jan, Marcin Dalecki wrote:
 The following:
 
 2006-01-23  Volker Reichelt  [EMAIL PROTECTED]
 
   * cp-tree.h (do_poplevel): Remove prototype.
   * semantics.c (do_poplevel): Add prototype.  Make static.
 
 
 Is a plain mistake due to:
 
 ../.././gcc/objcp/objcp-decl.c: In function 'tree_node*  
 objcp_end_compound_stmt(tree_node*, int)':
 ../.././gcc/objcp/objcp-decl.c:114: error: 'do_poplevel' was not  
 declared in this scope
 ../.././gcc/objcp/objcp-decl.c:118: error: 'do_poplevel' was not  
 declared in this scope

Since Objective-C++ isn't built by default I didn't see that.
I just reverted the patch, see
  http://gcc.gnu.org/ml/gcc-cvs/2006-01/msg01012.html
Sorry for the inconvenience!

Regards,
Volker




cp/do_poplevel

2006-01-25 Thread Marcin Dalecki

The following:

2006-01-23  Volker Reichelt  [EMAIL PROTECTED]

* cp-tree.h (do_poplevel): Remove prototype.
* semantics.c (do_poplevel): Add prototype.  Make static.


Is a plain mistake due to:

../.././gcc/objcp/objcp-decl.c: In function 'tree_node*  
objcp_end_compound_stmt(tree_node*, int)':
../.././gcc/objcp/objcp-decl.c:114: error: 'do_poplevel' was not  
declared in this scope
../.././gcc/objcp/objcp-decl.c:118: error: 'do_poplevel' was not  
declared in this scope