aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2001-12-20mangle.c (mangle_member_name): Don't special-case for NO_DOLLAR_IN_LABEL.Bryce McKinlay4-30/+14
* mangle.c (mangle_member_name): Don't special-case for NO_DOLLAR_IN_LABEL. * mangle_name.c (unicode_mangling_length): Likewise. (append_unicode_mangled_name): Likewise. * parse.y (make_nested_class_name): Remove dead NO_DOLLAR_IN_LABEL code. From-SVN: r48220
2001-12-20expr.c (build_java_array_length_access): Don't force null pointer check ↵Bryce McKinlay2-1/+7
unless flag_check_references is set. * expr.c (build_java_array_length_access): Don't force null pointer check unless flag_check_references is set. From-SVN: r48219
2001-12-20libgcc2.c (__bb_exit_func): Remove unused variable.Andreas Jaeger2-28/+13
* libgcc2.c (__bb_exit_func): Remove unused variable. (num_digits): Remove unused function. From-SVN: r48215
2001-12-20Fix prologue/epilogue generation for ARM ISR routines.Nick Clifton4-43/+161
Add test case to catch bugs reported in prologue/epilogue generation for ARM ISR routines. From-SVN: r48210
2001-12-20re PR java/3417 (Downcast on integral types.)Tom Tromey2-14/+25
Fix for PR java/3417: * parse.y (patch_assignment): Added special processing for `return'. (patch_return): Don't convert booleans to integers, and don't special-case `null'. From-SVN: r48208
2001-12-20varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit ↵Richard Henderson83-2036/+267
floating point values. * varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit floating point values. (assemble_real_1): Remove. * 1750a/1750a.c (real_value_to_target_single): New. (real_value_to_target_double): New. * 1750a/1750a.h (TARGET_FLOAT_FORMAT): New. (REAL_VALUE_TO_TARGET_SINGLE): New. (REAL_VALUE_TO_TARGET_DOUBLE): New. * 1750a/1750a-protos.h: Update. * 1750a/1750a.h, a29k/a29k.h, alpha/alpha.h, alpha/unicosmk.h, alpha/vms.h, arc/arc.h, arm/aof.h, arm/aout.h, avr/avr.c, avr/avr.h, c4x/c4x.h, clipper/clix.h, convex/convex.h, cris/cris.h, d30v/d30v.h, dsp16xx/dsp16xx.c, dsp16xx/dsp16xx.h, elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/i370.h, i386/i386.h, i386/i386elf.h, i386/next.h, i386/ptx4-i.h, i386/sysv4.h, i860/fx2800.h, i860/i860.h, i860/paragon.h, i860/sysv4.h, i960/i960-protos.h, i960/i960.c, i960/i960.h, ia64/ia64.h, m32r/m32r.h, m68hc11/m68hc11.c, m68hc11/m68hc11.h, m68k/3b1.h, m68k/altos3068.h, m68k/crds.h, m68k/dpx2.h, m68k/hp320.h, m68k/m68k.h, m68k/mot3300.h, m68k/news.h, m68k/next.h, m68k/next21.h, m68k/sgs.h, m68k/sun2o4.h, m68k/sun3.h, m68k/tower-as.h, m88k/m88k.h, mcore/mcore.h, mips/mips-protos.h, mips/mips.c, mips/mips.h, mmix/mmix-protos.h, mmix/mmix.c, mmix/mmix.h, mn10200/mn10200.h, mn10300/mn10300.h, ns32k/encore.h, ns32k/ns32k.h, pa/long_double.h, pa/pa.h, pdp11/pdp11.h, pj/pj.h, romp/romp.c, romp/romp.h, rs6000/rs6000.h, s390/linux.h, sh/sh.h, sparc/sparc.h, stormy16/stormy16.h, v850/v850.h, vax/vax.h, vax/vaxv.h, we32k/we32k.h, doc/tm.texi: Remove ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE, ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_BYTE_FLOAT, ASM_OUTPUT_SHORT_FLOAT, ASM_OUTPUT_THREE_QUARTER_FLOAT, and all associated support routines. From-SVN: r48207
2001-12-20cfgcleanup.c (flow_find_cross_jump): Avoid incrementing of ninsns if one of ↵Jan Hubicka2-8/+20
block does not contain jump. * cfgcleanup.c (flow_find_cross_jump): Avoid incrementing of ninsns if one of block does not contain jump. (outgoing_edge_math): Revert last path; require edges to be noncomplex nonfake to match single exit edge; require conditional jumps to not have side effect. From-SVN: r48203
2001-12-20tm.texi (ASM_OUTPUT_OPERAND): Change documentation references to ↵Turly O'Connor3-9/+18
"recog_operand" to "recog_data.operand". * tm.texi (ASM_OUTPUT_OPERAND): Change documentation references to "recog_operand" to "recog_data.operand". * rtl.def: Likewise. From-SVN: r48202
2001-12-20Fix comment typo in last change.Jakub Jelinek1-1/+1
From-SVN: r48200
2001-12-20simplify-rtx.c (simplifi_binary_operation): If DIV has narrower mode than ↵Jakub Jelinek4-1/+31
op0, only return the bits in DIV's mode. * simplify-rtx.c (simplifi_binary_operation) [DIV]: If DIV has narrower mode than op0, only return the bits in DIV's mode. * gcc.c-torture/compile/20011219-2.c: New test. From-SVN: r48199
2001-12-20combine.c (distribute_notes): Avoid adding REG_LABEL notes to JUMP_INSNs ↵Jakub Jelinek4-0/+77
with JUMP_LABEL. * combine.c (distribute_notes): Avoid adding REG_LABEL notes to JUMP_INSNs with JUMP_LABEL. * gcc.c-torture/execute/20011219-1.c: New test. From-SVN: r48198
2001-12-20Daily bump.GCC Administrator2-2/+2
From-SVN: r48196
2001-12-20bindgen.adb: Minor reformattingGeert Bosch19-179/+789
* bindgen.adb: Minor reformatting * cstand.adb: Minor reformatting * fmap.adb: Minor reformatting Change name from Add for Add_To_File_Map (Add is much too generic) Change Path_Name_Of to Mapped_Path_Name Change File_Name_Of to Mapped_File_Name Fix copyright dates in header * fmap.ads: Change name from Add for Add_To_File_Map (Add is much too generic) Change Path_Name_Of to Mapped_Path_Name Change File_Name_Of to Mapped_File_Name Fix copyright dates in header * fname-uf.adb: Minor reformatting. New names of stuff in Fmap. Add use clause for Fmap. * make.adb: Minor reformatting * osint.adb: Minor reformatting. Change of names in Fmap. Add use clause for Fmap. * prj-env.adb: Minor reformatting * prj-env.ads: Minor reformatting * switch.adb: Minor reformatting. Do proper raise of Bad_Switch if error found (there were odd exceptions to this general rule in -gnatec/-gnatem processing) * raise.c (__gnat_eh_personality): Exception handling personality routine for Ada. Still in rough state, inspired from the C++ version and still containing a bunch of debugging artifacts. (parse_lsda_header, get_ttype_entry): Local (static) helpers, also inspired from the C++ library. * raise.c (eh_personality): Add comments. Part of work for the GCC 3 exception handling integration. * Makefile.in: Remove use of 5smastop.adb which is obsolete. (HIE_SOURCES): Add s-secsta.ad{s,b}. (HIE_OBJS): Add s-fat*.o (RAVEN_SOURCES): Remove files that are no longer required. Add interrupt handling files. (RAVEN_MOD): Removed, no longer needed. * a-ngelfu.adb: Remove ??? comment for inappropriate Inline_Always Add 2001 to copyright date * g-regpat.adb: Change pragma Inline_Always to Inline. There is no need to force universal inlining for these cases. * s-taprob.adb: Minor clean ups so that this unit can be used in Ravenscar HI. * exp_ch7.adb: Allow use of secondary stack in HI mode. Disallow it when pragma Restrictions (No_Secondary_Stack) is specified. * prj-tree.ads (Project_Node_Record): Add comments for components Pkg_Id and Case_Insensitive. * g-socket.adb: Minor reformatting. Found while reading code. * prj-tree.ads: Minor reformatting From-SVN: r48195
2001-12-20install.texi: Add documentation for --enable-altivec.Aldy Hernandez7-32/+86
2001-12-19 Aldy Hernandez <aldyh@redhat.com> * doc/install.texi: Add documentation for --enable-altivec. * config.gcc: Add support for --enable-altivec. * config/rs6000/altivec.h: New. * config/rs6000/linuxaltivec.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Define. Fix typo. * config/rs6000/rs6000.c (vrsave_operation): Change unspec to unspec_volatile. (generate_set_vrsave): Generate the unspec here instead of calling an .md pattern. (generate_set_vrsave): Use gen_rtvec. (rs6000_emit_prologue): Replace call to gen_get_vrsave with gen_rtx_SET. * config/rs6000/rs6000.md ("*movsi_internal1"): Add constraints for setting special registers. ("*set_vrsave_internal"): Use unspec_volatile. ("set_vrsave"): Remove. ("get_vrsave"): Remove. * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Add vrsave to SPECIAL_REGS. From-SVN: r48194
2001-12-20accommodate __STDC__ == 0 tests in UW 2.1.2 Remove all the fix suppression...Bruce Korb8-533/+230
accommodate __STDC__ == 0 tests in UW 2.1.2 Remove all the fix suppression "fixes" adjust sample results for changes in fixes From-SVN: r48193
2001-12-19re PR c/5147 ([cygwin] Failure of test gcc.dg/special/wkali-1.c)David Billinghurst2-6/+17
PR c/5147 * gcc.dg/special/ecos.exp: wkali-1.c unsupported if target does not support weak symbols. From-SVN: r48191
2001-12-20* po/gcc.pot: Regenerate.Joseph Myers2-463/+450
From-SVN: r48190
2001-12-20configure.in (all_diff_excludes, [...]): Remove.Joseph Myers15-29/+30
* configure.in (all_diff_excludes, diff_excludes): Remove. * configure: Regenerate. * Makefile.in (LANG_DIFF_EXCLUDES): Remove. * objc/config-lang.in (diff_excludes): Remove. ada: * config-lang.in (diff_excludes): Remove. ch: * config-lang.in (diff_excludes): Remove. cp: * config-lang.in (diff_excludes): Remove. f: * config-lang.in (diff_excludes): Remove. java: * config-lang.in (diff_excludes): Remove. From-SVN: r48189
2001-12-19sparc.md (ldd peephole2s): For load peepholes pass the destination register ↵Dan Nicolaescu4-57/+63
as a parameter to... * config/sparc/sparc.md (ldd peephole2s): For load peepholes pass the destination register as a parameter to mems_ok_for_ldd_peep. For store peepholes pass NULL_RTX. Move all volatile checks ... * config/sparc/sparc.c (mems_ok_for_ldd_peep): ... here. Add a register parameter, check it's not the same as base for an address. * config/sparc/sparc-protos.h (mems_ok_for_ldd_peep): Update. From-SVN: r48188
2001-12-19ia64.c (ia64_single_set): Return first set for prologue_allocate_stack and ↵Jakub Jelinek4-2/+55
epilogue_deallocate_stack... * config/ia64/ia64.c (ia64_single_set): Return first set for prologue_allocate_stack and epilogue_deallocate_stack instructions. * gcc.c-torture/compile/20011219-1.c: New test. From-SVN: r48187
2001-12-19rs6000.h: LEGITIMIZE_RELOAD_ADDRESS: redefine in terms of ↵Dale Johannesen4-50/+145
rs6000_legitimize_reload_address(). * config/rs6000/rs6000.h: LEGITIMIZE_RELOAD_ADDRESS: redefine in terms of rs6000_legitimize_reload_address(). * config/rs6000/rs6000-protos.h: Add this function. * config/rs6000/rs6000.c: Add this function. Includes handling for Darwin FP constants. From-SVN: r48181
2001-12-19t-hpux-shlib: New file.Jeff Law3-4/+29
* config/pa/t-hpux-shlib: New file. * config.gcc (hpux10, hpux11): Include t-hpux-shlib in tmake_file for 32bit hpux10 & hpux11 configurations. From-SVN: r48180
2001-12-19Pass -mno-fpu onto gas unless -mhard-float is specified.Nick Clifton2-2/+6
From-SVN: r48179
2001-12-19Remove definition: EXTRA_MULTILIB_PARTSNick Clifton2-1/+2
From-SVN: r48178
2001-12-19Define SUPPORTS_INIT_PRIORITYNick Clifton3-0/+9
From-SVN: r48177
2001-12-19re PR c++/90 (funny syntactical error message)Nathan Sidwell4-3/+29
cp: PR c++/90 * typeck.c (build_function_call_real): Use original function expression for errors. testsuite: * g++.dg/other/error1.C: New test. From-SVN: r48176
2001-12-19dwarf2out.c (add_name_and_src_coords_attributes): Fix VMS procedure ↵Douglas B Rupp2-2/+7
descriptor output. * dwarf2out.c (add_name_and_src_coords_attributes): Fix VMS procedure descriptor output. From-SVN: r48175
2001-12-19Daily bump.GCC Administrator2-2/+2
From-SVN: r48173
2001-12-19* rs6000.h (LOCAL_ALIGNMENT): Fix parens.Stan Shebs2-2/+5
From-SVN: r48172
2001-12-19sem_res.adb (Resolve_Selected_Component): do not generate a discriminant ↵Geert Bosch27-161/+992
check if the selected component is a component... * sem_res.adb (Resolve_Selected_Component): do not generate a discriminant check if the selected component is a component of the argument of an initialization procedure. * trans.c (tree_transform, case of arithmetic operators): If result type is private, the gnu_type is the base type of the full view, given that the full view itself may be a subtype. * sem_res.adb: Minor reformatting * trans.c (tree_transform, case N_Real_Literal): Add missing third parameter in call to Machine (unknown horrible effects from this omission). * urealp.h: Add definition of Round_Even for call to Machine Add third parameter for Machine * sem_warn.adb (Check_One_Unit): Suppress warnings completely on predefined units in No_Run_Time mode. * misc.c (insn-codes.h): Now include. * a-except.adb: Preparation work for future integration of the GCC 3 exception handling mechanism (Notify_Handled_Exception, Notify_Unhandled_Exception): New routines to factorize previous code sequences and make them externally callable, e.g. for the Ada personality routine when the GCC 3 mechanism is used. (Propagate_Exception, Raise_Current_Excep, Raise_From_Signal_Handler): Use the new notification routines. * prj-tree.ads (First_Choice_Of): Document the when others case * bindgen.adb (Gen_Ada_Init_*): Set priority of environment task in HI-E mode, in order to support Ravenscar profile properly. * cstand.adb (Create_Standard): Duration is a 32 bit type in HI-E mode on 32 bits targets. * fmap.adb: Initial version. * fmap.ads: Initial version. * fname-uf.adb (Get_File_Name): Use mapping if unit name mapped. If search is successfully done, add to mapping. * frontend.adb: Initialize the mapping if a -gnatem switch was used. * make.adb: (Gnatmake): Add new local variable Mapping_File_Name. Create mapping file when using project file(s). Delete mapping file before exiting. * opt.ads (Mapping_File_Name): New variable * osint.adb (Find_File): Use path name found in mapping, if any. * prj-env.adb (Create_Mapping_File): New procedure * prj-env.ads (Create_Mapping_File): New procedure. * switch.adb (Scan_Front_End_Switches): Add processing for -gnatem (Mapping_File) * usage.adb: Add entry for new switch -gnatem. * Makefile.in: Add dependencies for fmap.o. * sem_ch10.adb (Analyze_With_Clause): Retrieve proper entity when unit is a package instantiation rewritten as a package body. (Install_Withed_Unit): Undo previous change, now redundant. * layout.adb: (Compute_Length): Move conversion to Unsigned to callers. (Get_Max_Size): Convert Len expression to Unsigned after calls to Compute_Length and Determine_Range. (Layout_Array_Type): Convert Len expression to Unsigned after calls to Compute_Length and Determine_Range. Above changes fix problem with length computation for supernull arrays where Max (Len, 0) wasn't getting applied due to the Unsigned conversion used by Compute_Length. * rtsfind.ads: (OK_To_Use_In_No_Run_Time_Mode): Allow Ada.Exceptions and System.Secondary_Stack. (OK_To_Use_In_Ravenscar_Mode): New table needed to implement Ravenscar in HI-E mode. Remove unused entity RE_Exception_Data. * rtsfind.adb (RTE): Allow Ravenscar Profile in HI mode. * rident.ads (No_Secondary_Stack): New restriction. From-SVN: r48168
2001-12-18emit-rtl.c (widen_memory_access): Only call compare_tree_int on an INTEGER_CST.Richard Kenner2-1/+7
* emit-rtl.c (widen_memory_access): Only call compare_tree_int on an INTEGER_CST. From-SVN: r48166
2001-12-18rs6000.c (rs6000_override_options): Only use DI ops when TARGET_64BIT.David Edelsohn2-2/+7
* rs6000.c (rs6000_override_options): Only use DI ops when TARGET_64BIT. Fix typo. From-SVN: r48164
2001-12-18att.h (ASM_FILE_START): Use asm_dialect.Jan Hubicka7-30/+75
* att.h (ASM_FILE_START): Use asm_dialect. * linux.h (ASM_FILE_START): Likewise. * gas.h (ASM_FILE_START): Likewise. * i386.c (ix86_debug_arg_string, ix86_debug_addr_string, ix86_asm_string, ix86_asm_dialect): New. (override_options): Set asm_dialect. * i386.h (MASK_MIX_SSE_I387, MASK_INTEL_SYNTAX, MASK_DEBUG_ARG, MASK_DEBUG_ADDR): Kill. (MASK_64BIT, MASK_NO_RED_ZONE): renumber. (TARGET_DEBUG_ADDR, TARGET_DEBUG_ARG): Use string. (ASSEMBLER_DIALECT): Use asm_dialect. (TARGET_SWITCHES): Undocument deprecated items; deprecate intel-syntax; remove debug-addr and debug-arg. (TARGET_OPTIONS): Add debug-arg, debug-addr, asm. (asm_dialect): New enum. (ix86_debug_arg_string, ix86_debug_addr_string, ix86_asm_string, ix86_asm_dialect): Declare. * invoke.texi (-mintel-syntax): Remove. (-masm): Document. From-SVN: r48160
2001-12-18* libgcc2.c (__bb_exit_func): Kill -ax dumping code.Jan Hubicka2-225/+100
From-SVN: r48159
2001-12-18class.c (add_method): Do compare 'this' quals when trying to match a used ↵Jason Merrill1-1/+1
function. * class.c (add_method): Do compare 'this' quals when trying to match a used function. Don't defer to another used function. From-SVN: r48158
2001-12-18class.c (add_method): Do compare 'this' quals when trying to match a used ↵Jason Merrill2-4/+25
function. * class.c (add_method): Do compare 'this' quals when trying to match a used function. Don't defer to another used function. From-SVN: r48157
2001-12-18remove xfailJason Merrill1-1/+1
From-SVN: r48156
2001-12-18pt.c (instantiate_clone): Remove, fold into ...Nathan Sidwell4-66/+50
* pt.c (instantiate_clone): Remove, fold into ... (instantiate_template): ... here. Simplify by removing mutual recursion. * typeck2.c (build_m_component_ref): Don't cv qualify the function pointed to by a pointer to function. * class.c (delete_duplicate_fields_1): Typo. From-SVN: r48155
2001-12-18C++ ABI change: destroy value arguments in caller.Jason Merrill6-22/+28
* calls.c (initialize_argument_information): Pass the address of the TARGET_EXPR temporary rather than storing it into another. * semantics.c (genrtl_start_function, genrtl_finish_function): Don't create an extra binding level for the parameters. * decl.c (store_parm_decls): Don't do parameter cleanups. From-SVN: r48154
2001-12-18Fix spelling errorRichard Kenner1-1/+1
From-SVN: r48153
2001-12-18xm-vms.h (INCLUDE_DEFAULTS): Add /gnu/include.Douglas B Rupp3-0/+10
* config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Add /gnu/include. * config/alpha/vms.h (STACK_CHECK_BUILTIN): #define 0 for VMS. From-SVN: r48152
2001-12-18call.c (build_new_method_call): Use '%#V'.Nathan Sidwell3-5/+10
* call.c (build_new_method_call): Use '%#V'. * error.c (cv_to_string): Use V parameter to determine padding. From-SVN: r48150
2001-12-18linux.h (PREFERRED_DEBUGGING_TYPE): Remove.Jakub Jelinek5-21/+16
* config/linux.h (PREFERRED_DEBUGGING_TYPE): Remove. * config/sparc/linux.h (PREFERRED_DEBUGGING_TYPE): Remove. * config/sparc/linux64.h (PREFERRED_DEBUGGING_TYPE): Remove. (CC1_SPEC): Don't default to -gstabs+ if -m32. * elfos.h (PREFERRED_DEBUGGING_TYPE): Change to DWARF2_DEBUG. From-SVN: r48149
2001-12-18gcc.pot: Regenerate.Joseph Myers6-1130/+3818
* po/gcc.pot: Regenerate. cp: * call.c, decl2.c, init.c: Use "built-in" and "bit-field" spellings in messages. From-SVN: r48148
2001-12-18Daily bump.GCC Administrator2-2/+2
From-SVN: r48147
2001-12-18h8300.c: Fix comment typos.Kazu Hirata3-9/+14
* config/h8300/h8300.c: Fix comment typos. * config/h8300/h8300.h: Fix comment formatting. From-SVN: r48143
2001-12-18cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and ↵Zack Weinberg22-707/+709
cp_compiler_error. * cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compiler_error. * call.c, class.c, cp-tree.h, cvt.c, decl.c, decl2.c, error.c, except.c, friend.c, init.c, lex.c, method.c, parse.y, pt.c, rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c, typeck2.c: Change calls to the above macros to use their language-independent equivalents: error, warning, pedwarn, and internal_error respectively. From-SVN: r48140
2001-12-18machmode.h (mode_name, [...]): Set array size in declaration to ↵Kaveh R. Ghazi4-22/+42
NUM_MACHINE_MODES. * machmode.h (mode_name, mode_class, mode_size, mode_unit_size, mode_bitsize, mode_mask_array, mode_wider_mode): Set array size in declaration to NUM_MACHINE_MODES. (mode_size, mode_unit_size): Set array type to unsigned char. (mode_bitsize): Set array type to unsigned short. * rtl.c (rtx_length): Set array type to unsigned char. (rtx_length, rtx_name, rtx_format, rtx_class): Set array size to NUM_RTX_CODE. (mode_bitsize): Set array type to unsigned short. (mode_size, mode_unit_size): Set array type to unsigned char. (mode_name, mode_class, mode_bitsize, mode_size, mode_unit_size, mode_wider_mode, mode_mask_array): Set array size to NUM_MACHINE_MODES. * rtl.h (rtx_length, rtx_name, rtx_format, rtx_class): Set array size in declaration to NUM_RTX_CODE. From-SVN: r48139
2001-12-17* config/alpha/alpha.md (unop): Encode RB as $sp.Richard Henderson2-1/+5
From-SVN: r48137
2001-12-18gnat_rm.texi: Fix minor typos.Geert Bosch12-69/+152
* gnat_rm.texi: Fix minor typos. Found while reading the section regarding "Bit_Order Clauses" that was sent to a customer. Very interesting documentation! * sem_case.adb (Choice_Image): Avoid creating improper character literal names by using the routine Set_Character_Literal_Name. This fixes bombs in certain error message cases. * a-reatim.adb: Minor reformatting. * sem_ch12.adb (Validate_Derived_Type_Instance): Handle properly the case where the formal is an extension of another formal in the current unit or in a parent generic unit. * s-tposen.adb: Update comments. Minor reformatting. Minor code clean up. * s-tarest.adb: Update comments. Minor code reorganization. * exp_attr.adb (Attribute_Tag): Suppress expansion of <type_name>'Tag when Java_VM. * exp_attr.adb: Minor reformatting * sem_ch3.adb (Build_Derived_Private_Type): Refine check to handle derivations nested within a child unit: verify that the parent type is declared in an outer scope. * sem_ch12.adb: Minor reformatting * sem_warn.adb (Check_One_Unit): In No_Run_Time mode, do not post warning if current unit is a predefined one, from which bodies may have been deleted. * eval_fat.ads: Add comment that Round_Even is referenced in Ada code Fix header format. Add 2001 to copyright date. * exp_dbug.adb (Get_Encoded_Name): Fix out of bounds reference, which caused CE during compilation if checks were enabled. From-SVN: r48136