summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * builtin-attrs.def (__builtin_printf_unlocked,ghazi2001-12-2113-18/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | __builtin_fprintf_unlocked, printf_unlocked, fprintf_unlocked): Mark with the __printf__ attribute. * builtins.c (expand_builtin_fputs): Add an `unlocked' parameter and set the replacement function depending on it. (expand_builtin): Skip BUILT_IN_*_UNLOCKED when not optimizing. Handle BUILT_IN_*_UNLOCKED when optimizing. * builtins.def (DEF_EXT_FALLBACK_BUILTIN, DEF_EXT_FRONT_END_LIB_BUILTIN): New macros. Declare the "unlocked" stdio functions. * c-common.c (c_expand_builtin_printf, c_expand_builtin_fprintf): Add an `unlocked' parameter and set the replacement function depending on it. (c_expand_builtin): Handle BUILT_IN_PRINTF_UNLOCKED and BUILT_IN_FPRINTF_UNLOCKED. * doc/extend.texi (printf_unlocked, fprintf_unlocked, fputs_unlocked): Document. testsuite: * gcc.dg/format/builtin-1.c: Test unlocked stdio. * gcc.dg/format/c90-printf-3.c: Likewise. * gcc.dg/format/c99-printf-3.c: Likewise. * gcc.dg/format/ext-1.c: Likewise. * gcc.dg/format/ext-6.c: Likewise. * gcc.dg/format/format.h: Prototype unlocked stdio. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48229 138bc75d-0d04-0410-961f-82ee72b054a4
* New test.rth2001-12-211-0/+50
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48228 138bc75d-0d04-0410-961f-82ee72b054a4
* * cfgloop.c (flow_loops_find): Use the information of the depthrth2001-12-212-14/+19
| | | | | | | first search order of the CFG correctly when finding natural loops. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48227 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha.md (prologue_mcount): Update for explicit relocs.rth2001-12-212-1/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48226 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha.c (call_operand) [OSF]: Accept pseudos.rth2001-12-213-11/+9
| | | | | | | | * config/alpha/alpha.md (call_osf, call_value_osf): Don't force operand into $27. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48225 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.old-deja/g++.eh/badalloc1.C (arena_size): New.rth2001-12-212-34/+77
| | | | | | | | | | (arena): Use it. (malloc): Correct allocation logic. Abort if we fill up the arena before initialization complete. (realloc): Correct allocation logic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48224 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (all_headers, all_lib2funcs): Remove.jsm282001-12-207-26/+16
| | | | | | | | | | | | | * configure: Regenerate. * Makefile.in (LANG_EXTRA_HEADERS): Remove. (USER_H): Don't include $(LANG_EXTRA_HEADERS). * config/alpha/t-interix (USER_H): Don't include $(LANG_EXTRA_HEADERS). * config/i386/t-interix: Likewise. * config/t-openbsd: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48222 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (java_init_decl_processing): Don't initializebryce2001-12-203-16/+11
| | | | | | | | | | finit_leg_identifier_node. * java-tree.h (java_tree_index): Remove JTI_FINIT_LEG_IDENTIFIER_NODE. (finit_leg_identifier_node): Remove. (ID_FINIT_P): Don't check for JTI_FINIT_LEG_IDENTIFIER_NODE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48221 138bc75d-0d04-0410-961f-82ee72b054a4
* * mangle.c (mangle_member_name): Don't special-case forbryce2001-12-204-30/+14
| | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48220 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.c (build_java_array_length_access): Don't force null pointerbryce2001-12-202-1/+7
| | | | | | | check unless flag_check_references is set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48219 138bc75d-0d04-0410-961f-82ee72b054a4
* * libgcc2.c (__bb_exit_func): Remove unused variable.aj2001-12-202-28/+13
| | | | | | | (num_digits): Remove unused function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48215 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix prologue/epilogue generation for ARM ISR routines.nickc2001-12-204-43/+161
| | | | | | | Add test case to catch bugs reported in prologue/epilogue generation for ARM ISR routines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48210 138bc75d-0d04-0410-961f-82ee72b054a4
* For PR java/4766:tromey2001-12-202-0/+30
| | | | | | | * libjava.compile/PR4766.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48209 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix for PR java/3417:tromey2001-12-202-14/+25
| | | | | | | | | | * parse.y (patch_assignment): Added special processing for `return'. (patch_return): Don't convert booleans to integers, and don't special-case `null'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48208 138bc75d-0d04-0410-961f-82ee72b054a4
* * varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integerrth2001-12-2083-2036/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48207 138bc75d-0d04-0410-961f-82ee72b054a4
* * cfgcleanup.c (flow_find_cross_jump): Avoid incrementing of ninsnshubicka2001-12-202-8/+20
| | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48203 138bc75d-0d04-0410-961f-82ee72b054a4
* * tm.texi (ASM_OUTPUT_OPERAND): Change documentation references toturly2001-12-203-9/+18
| | | | | | | | "recog_operand" to "recog_data.operand". * rtl.def: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48202 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-20 Andrew Haley <aph@redhat.com>aph2001-12-205-0/+90
| | | | | | | | | | * libjava.lang/FileHandleGcTest.out: New file. * libjava.lang/FileHandleGcTest.java: New file. * libjava.lang/Array_3.out: New file. * libjava.lang/Array_3.java: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48201 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix comment typo in last change.jakub2001-12-201-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48200 138bc75d-0d04-0410-961f-82ee72b054a4
* * simplify-rtx.c (simplifi_binary_operation) [DIV]: If DIV hasjakub2001-12-204-1/+31
| | | | | | | | | narrower mode than op0, only return the bits in DIV's mode. * gcc.c-torture/compile/20011219-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48199 138bc75d-0d04-0410-961f-82ee72b054a4
* * combine.c (distribute_notes): Avoid adding REG_LABEL notesjakub2001-12-204-0/+77
| | | | | | | | | to JUMP_INSNs with JUMP_LABEL. * gcc.c-torture/execute/20011219-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48198 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-12-206-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48196 138bc75d-0d04-0410-961f-82ee72b054a4
* * bindgen.adb: Minor reformattingbosch2001-12-2019-179/+789
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48195 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-19 Aldy Hernandez <aldyh@redhat.com>aldyh2001-12-207-32/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48194 138bc75d-0d04-0410-961f-82ee72b054a4
* accommodate __STDC__ == 0 tests in UW 2.1.2korbb2001-12-208-533/+230
| | | | | | | | Remove all the fix suppression "fixes" adjust sample results for changes in fixes git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48193 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c/5147rth2001-12-202-6/+17
| | | | | | | | * gcc.dg/special/ecos.exp: wkali-1.c unsupported if target does not support weak symbols. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48191 138bc75d-0d04-0410-961f-82ee72b054a4
* * po/gcc.pot: Regenerate.jsm282001-12-202-463/+450
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48190 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in (all_diff_excludes, diff_excludes): Remove.jsm282001-12-2015-29/+30
| | | | | | | | | | | | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48189 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sparc/sparc.md (ldd peephole2s): For load peepholes passrth2001-12-194-57/+63
| | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48188 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.c (ia64_single_set): Return first set forjakub2001-12-194-2/+55
| | | | | | | | | prologue_allocate_stack and epilogue_deallocate_stack instructions. * gcc.c-torture/compile/20011219-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48187 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-19 Phil Edwards <pme@gcc.gnu.org>pme2001-12-1914-95/+190
| | | | | | | | | | | | | | | | | | | | | | | | | * docs/doxygen/Intro.3: New 'Allocators' module. * docs/doxygen/TODO: Update. * docs/doxygen/doxygroups.cc: Update. * docs/doxygen/run_doxygen: Update. * include/bits/stl_alloc.h: Tweak doxygen hooks in comments. * include/bits/std_memory.h: Doxygenate. * include/bits/stl_iterator_base_types.h: Likewise. * include/bits/stl_raw_storage_iter.h: Likewise. * include/bits/stl_tempbuf.h: Likewise. (get_temporary_buffer): Remove unused nonstandard overload. * include/bits/stl_uninitialized.h: Likewise. * include/bits/stl_iterator_base_types.h (input_iterator, output_iterator, forward_iterator, bidirectional_iterator, random_access_iterator): Move old names... * include/backward/iterator.h: ...to here. * include/bits/stl_bvector.h: Update. * include/ext/stl_rope.h: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48185 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-19 Phil Edwards <pme@gcc.gnu.org>pme2001-12-198-89/+109
| | | | | | | | | | | | | * docs/html/configopts.html: Describe recent options. * docs/html/documentation.html: Point to new doxygen tarballs. * docs/html/install.html: Brief updates. * docs/html/17_intro/RELEASE-NOTES: Remove weird control character. * docs/html/ext/howto.html: Fix typos, describe filebuf::fd(). * docs/html/faq/index.html: Update for 3.0.95. * docs/html/faq/index.txt: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48184 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Write After Approval): Add myself.fw2001-12-192-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48183 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/FlowLayout.java (FlowLayout(), FlowLayout(int)): Settromey2001-12-192-26/+42
| | | | | | | | | | gaps to 5. (FlowLayout(int,int,int)): Use methods to set fields. (getSize): Skip invisible components. (layoutContainer): Skip invisible components. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48182 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.h: LEGITIMIZE_RELOAD_ADDRESS:dalej2001-12-194-50/+145
| | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48181 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/pa/t-hpux-shlib: New file.law2001-12-193-4/+29
| | | | | | | | * config.gcc (hpux10, hpux11): Include t-hpux-shlib in tmake_file for 32bit hpux10 & hpux11 configurations. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48180 138bc75d-0d04-0410-961f-82ee72b054a4
* Pass -mno-fpu onto gas unless -mhard-float is specified.nickc2001-12-192-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48179 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove definition: EXTRA_MULTILIB_PARTSnickc2001-12-192-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48178 138bc75d-0d04-0410-961f-82ee72b054a4
* Define SUPPORTS_INIT_PRIORITYnickc2001-12-193-0/+9
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48177 138bc75d-0d04-0410-961f-82ee72b054a4
* cp:nathan2001-12-194-3/+29
| | | | | | | | | | | PR c++/90 * typeck.c (build_function_call_real): Use original function expression for errors. testsuite: * g++.dg/other/error1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48176 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2out.c (add_name_and_src_coords_attributes): Fix VMS procedurekenner2001-12-192-2/+7
| | | | | | | descriptor output. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48175 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-12-196-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48173 138bc75d-0d04-0410-961f-82ee72b054a4
* * rs6000.h (LOCAL_ALIGNMENT): Fix parens.shebs2001-12-192-2/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48172 138bc75d-0d04-0410-961f-82ee72b054a4
* forced commitcgf2001-12-190-0/+0
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48171 138bc75d-0d04-0410-961f-82ee72b054a4
* * boehm.cc (_Jv_BuildGCDescr): Define unconditionally.bryce2001-12-192-4/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48170 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/jvm.h (_Jv_BuildGCDescr): Declare unconditionally.bryce2001-12-193-4/+5
| | | | | | | * nogc.cc (_Jv_BuildGCDescr): Define unconditionally. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48169 138bc75d-0d04-0410-961f-82ee72b054a4
* * sem_res.adb (Resolve_Selected_Component): do not generate abosch2001-12-1927-161/+992
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48168 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-19 David Billinghurst <David.Billinghurst@riotinto.com>billingd2001-12-182-2/+8
| | | | | | | | | libstdc++-v3/5148 * testsuite/lib/libstdc++-v3-dg.exp: Append .exe to executable filenames git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48167 138bc75d-0d04-0410-961f-82ee72b054a4
* * emit-rtl.c (widen_memory_access): Only call compare_tree_intkenner2001-12-182-1/+7
| | | | | | | on an INTEGER_CST. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48166 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-12-18 Benjamin Kosnik <bkoz@redhat.com>bkoz2001-12-184-100/+38
| | | | | | | | | | * docs/html/17_intro/TODO: Update. * docs/html/17_intro/RELEASE-NOTES: Edits, update. * README: Edit for clarity, update to reflect current directory structure. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48165 138bc75d-0d04-0410-961f-82ee72b054a4