Merge rev 1.2 (-fformat-extensions); 1.{7,9} (complain about -O2 on the

Alpha & FORCE_OPTIMIZATION_DOWNGRADE); 1.8 (-Wnon-const-format)
into GCC 2.95.3(RC#3).
This commit is contained in:
obrien 2001-02-17 09:06:31 +00:00
parent d58e575220
commit c6dcd6a7fe

@ -1,5 +1,6 @@
/* Top level of GNU C compiler
Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU CC.
@ -3823,7 +3824,7 @@ rest_of_compilation (decl)
/* Copy any shared structure that should not be shared. */
unshare_all_rtl (insns);
unshare_all_rtl (current_function_decl, insns);
#ifdef SETJMP_VIA_SAVE_AREA
/* This must be performed before virutal register instantiation. */