head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.11.21.22.00.18;	author gerald;	state dead;
branches;
next	1.1;

1.1
date	2002.12.31.23.00.02;	author arved;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove lang/gcc295 which is not used by any other port and had been
unused/unusable for most of last year.  Recommend lang/gcc44 instead.

Approved by:	maintainer
@
text
@--- gcc/cp/decl.c.orig	Sat Jun 10 02:06:42 2000
+++ gcc/cp/decl.c	Sun Dec 22 19:37:47 2002
@@@@ -7119,10 +7119,12 @@@@
   if (found_type > 1)
     error ("multiple types in one declaration");
 
+#if 0
   /* Inside a class, we might be in a friend or access declaration.
      Until we have a good way of detecting the latter, don't warn.  */
   if (t == NULL_TREE && ! current_class_type)
     pedwarn ("declaration does not declare anything");
+#endif
 
   /* Check for an anonymous union.  We're careful
      accessing TYPE_IDENTIFIER because some built-in types, like
@


1.1
log
@Attempt to Fix build on -CURRENT
Good bye 2002! Happy new year 2003! (CET)

PR:		46483
Submitted by:	Stefan Farfeleder <stefan@@fafoe.dyndns.org>
@
text
@@

