1. 17 Jun, 2005 4 commits
    • [multiple changes] · bb2b2a24
      
      2005-06-17  Jakub Jelinek  <jakub@redhat.com>
                  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/abi/alpha-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/hppa-linux-gnu/baseline_symbols.txt: Same.
      	* config/abi/mips-linux-gnu/baseline_symbols.txt: Same.
      	* config/abi/sparc-linux-gnu/baseline_symbols.txt: Same.
      
      	* config/abi/alpha-freebsd5/baseline_symbols.txt: Remove.
      	* config/abi/i386-freebsd4/baseline_symbols.txt: Same.
      	* config/abi/i386-freebsd5/baseline_symbols.txt: Same.
      	* config/abi/sparc-freebsd5/baseline_symbols.txt: Same.
      
      	* config/abi/arm-linux-gnu/baseline_symbols.txt: Remove.
      	* config/abi/m68k-linux-gnu/baseline_symbols.txt: Same.
      
      2005-06-17  Jakub Jelinek  <jakub@redhat.com>
      
      	* config/abi/ia64-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/s390x-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/s390-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/x86_64-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/x86_64-linux-gnu/32/baseline_symbols.txt: Update.
      	* config/abi/powerpc-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/i486-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/i386-linux-gnu/baseline_symbols.txt: Update.
      	* config/abi/powerpc64-linux-gnu/baseline_symbols.txt: New file.
      	* config/abi/powerpc64-linux-gnu/32/baseline_symbols.txt: New file.
      
      2005-06-16  Jakub Jelinek  <jakub@redhat.com>
      
      	* src/compatibility.cc: Include bits/c++config.h first.
      	(_GLIBCXX_SYMVER_COMPATIBILITY): Define if _GLIBCXX_SYMVER
      	and PIC are both defined.
      	* include/bits/char_traits.h (char_traits::eq): Rename
      	only if _GLIBCXX_SYMVER_COMPATIBILITY is defined.
      
      2005-06-16  Jakub Jelinek  <jakub@redhat.com>
      
              * acinclude.m4 ((GLIBCXX_ENABLE_SYMVERS): Rename _GLIBCXX_SIZE_T_IS_INT
              to _GLIBCXX_SIZE_T_IS_UINT.  Define _GLIBCXX_PTRDIFF_T_IS_INT.
              * configure: Regenerate.
              * config.h.in: Regenerate.
              * src/compatibility.cc (istream:ignore(streamsize)): Use
              _GLIBCXX_PTRDIFF_T_IS_INT instead of _GLIBCXX_SIZE_T_IS_INT.
              * config/abi/compatibility.h: Rename _GLIBCXX_SIZE_T_IS_INT
              to _GLIBCXX_SIZE_T_IS_UINT.  Use _GLIBCXX_PTRDIFF_T_IS_INT
              instead for symbols with streamsize arguments.
      
      2005-06-16  Jakub Jelinek  <jakub@redhat.com>
      
      	* config/linker-map.gnu: Also export
      	_ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[il][il].
      
      2005-06-15  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* configure.ac (libtool_VERSION): To 6:6:0.
      	* configure: Regenerate.
      	* config/linker-map.gnu: Edit.
      	* src/istream.cc: Move istream::ignore(streamsize) specializations...
      	* src/compatibility.cc: ...here. New.
      	* include/bits/char_traits.h (char_traits::eq): Rename when
      	appropriate.
      	* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Define _GLIBCXX_SIZE_T_IS_INT.
      	Bump glibcxx_min_gnu_ld_version to 21590.
      	* configure: Regenerate.
      	* acconfig.h: Remove _GLIBCXX_ASM_SYMVER.
      	* config.h.in: Regenerate.
      	* src/Makefile.am (sources): Add compatibility.cc.
      	* src/Makefile.in: Regenerate.
      	* include/Makefile.am (host_headers_noinst): Add compatibility.h.
      	* include/Makefile.in: Regenerate.
      	* testsuite/testsuite_abi.h (symbol): Add data members.
      	* testsuite/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.5,
      	GLIBCXX_3.4.6.  Remove deprecated versions. Do a better job
      	version checking.
      
      From-SVN: r101125
      Benjamin Kosnik committed
    • re PR testsuite/21945 (gfortran testsuite dies on cygwin (again)) · 3453c37f
      2005-06-07  David Billinghurst  <David.Billinghurst@riotinto.com>
      
      	PR testsuite/21945
      	* lib/gcc-dg.exp (gcc-dg-test-1): Catch error if file can't be deleted.
      
      From-SVN: r101124
      David Billinghurst committed
    • re PR tree-optimization/22022 (ACATS ICE cxg1002 tree_split_edge, at tree-cfg.c:3025) · fbe7e2f5
              PR tree-opt/22022
              * tree-complex.c (update_phi_components): Avoid no-op moves.
      
      From-SVN: r101121
      Richard Henderson committed
    • Daily bump. · 73194ef6
      [[Split portion of a mixed commit.]]
      
      From-SVN: r101118.2
      GCC Administrator committed
  2. 16 Jun, 2005 36 commits
    • vect-dv-2.c, [...]: Call check_vect to verify the presence of hardware vector support. · 18338c6e
      	* gcc.dg/vect/vect-dv-2.c, gcc.dg/vect/vect-ifcvt-2.c,
      	gcc.dg/vect/vect-ifcvt-3.c, gcc.dg/vect/vect-ifcvt-4.c,
      	gcc.dg/vect/vect-ifcvt-5.c, gcc.dg/vect/vect-ifcvt-6.c,
      	gcc.dg/vect/vect-ifcvt-7.c, gcc.dg/vect/vect-ifcvt-9.c: Call
      	check_vect to verify the presence of hardware vector support.
      
      From-SVN: r101114
      Giovanni Bajo committed
    • re PR testsuite/22056 (gcc.dg/pr14796-2.c scan-tree-dump c & -34359738368 fails) · c26db6b6
      2005-06-16  James A. Morrison  <phython@gcc.gnu.org>
      
              PR testsuite/22056
              * gcc.dg/pr14796-2.c: Accept -34359738368 and -800000000.
      
      From-SVN: r101110
      James A. Morrison committed
    • Makefile.in (cc1-checksum.c): Use build/genchecksum$(build_exeext), not build/genchecksum$(exeext). · c21376ab
      	* Makefile.in (cc1-checksum.c): Use
      	build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
      
      From-SVN: r101109
      Joseph Myers committed
    • re PR libfortran/19216 (list directed read with leading slash (NIST FM923)) · 04d9e6bd
      	PR libfortran/19216
      	* io/list_read.c (eat_separator): No need to call next_record,
      	even in non-namelist_mode.
      	* gfortran.dg/pr19216.f: Add correct space between brackets and
      	dg directive.
      
      From-SVN: r101105
      Francois-Xavier Coudert committed
    • re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t-in.f) · 2f06ccc6
      	PR libfortran/16436
      	* io/transfer.c (read_sf): Correct updating of bytes_left field.
      	(formatted_transfer): Correct updating of bytes_left field and
      	reformatting code (comments and whitespace).
      	* io/unix.c (move_pos_offset): "active" field should not be
      	changed here. Whitespace corrections.
      	* gfortran.dg/g77/f77-edit-t-in.f: Not XFAIL-ed any more.
      
      From-SVN: r101100
      Francois-Xavier Coudert committed
    • gengtype.c (adjust_field_rtx_def): Don't add a skip to basic_block types. · 0518582d
      	* gengtype.c (adjust_field_rtx_def): Don't add a skip to
      	basic_block types.
      
      From-SVN: r101099
      Geoffrey Keating committed
    • t-slibgcc-darwin (SHLIB_SOVERSION): Rename from SHLIB_MINOR. · 5b7dacce
      	* config/t-slibgcc-darwin (SHLIB_SOVERSION): Rename from
      	SHLIB_MINOR.
      	(SHLIB_REVISION): Delete.
      	(SHLIB_VERSTRING): Update to compensate.
      	(SHLIB_SONAME): Just use one '.' in the name.
      
      From-SVN: r101098
      Geoffrey Keating committed
    • re PR tree-optimization/22018 (VRP miscompiles multiply) · 0d22e81f
      	PR tree-optimization/22018
      	* tree-vrp.c (vrp_int_const_binop): Overhaul handling of overflow.
      
      From-SVN: r101097
      Eric Botcazou committed
    • be.po, [...]: Update. · 9b9c745e
      	* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
      	rw.po, sv.po, tr.po, vi.po: Update.
      
      From-SVN: r101092
      Joseph Myers committed
    • Fix typo in last log message. · edf633b1
      From-SVN: r101091
      Joseph Myers committed
    • be.po, [...]: Update. · 63b2df69
      	* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, ja.po, nl.po,
      	rw.po, sv.po, tr.po, zh_CN: Update.
      
      From-SVN: r101090
      Joseph Myers committed
    • re PR tree-optimization/22035 (complex float comparison broken) · 8f8abce4
              PR tree-opt/22035
              * builtins.c (fold_builtin_complex_mul): Remove.
              (fold_builtin_complex_div): Remove.
              (fold_builtin_1): Don't call them.
              * fold-const.c (fold_complex_add, fold_complex_mult_parts,
              fold_complex_mult, fold_complex_div_parts, fold_complex_div): Remove.
              (fold_binary): Don't call them.  Don't expand complex comparisons to
              elementary comparisons.
              * tree-complex.c (init_dont_simulate_again): Enhance search for
              stmts that require decomposition.
              (complex_visit_stmt): Handle RETURN_EXPR properly.
              (create_components): Handle no referenced variables properly.
              * tree.h (fold_complex_mult_parts): Remove.
              (fold_complex_div_parts): Remove.
      
      From-SVN: r101086
      Richard Henderson committed
    • extend.texi: Document sseregparm target attribute. · 2f84b963
      2005-06-16  Richard Guenther  <rguenth@gcc.gnu.org>
      
      	* doc/extend.texi: Document sseregparm target attribute.
      	Clarify fastcall and regparm documentation.
      	* config/i386/i386.h: Adjust float_in_sse documentation.
      	* config/i386/i386.c: Add new target attribute sseregparm.
      	(ix86_handle_cdecl_attribute, ix86_handle_regparm_attribute):
      	Merge into ...
      	(ix86_handle_cconv_attribute): ... here.  Also handle
      	sseregparm attribute.
      	(ix86_comp_type_attributes): Compare sseregparm attributes.
      	(ix86_function_sseregparm): New function, split out from ...
      	(init_cumulative_args): ... here.  Use to decide use
      	of SSE registers and error in case of missing support.
      	(ix86_value_regno): Likewise.
      	(function_arg_advance): Do not bail out for DFmode if we need
      	to pass doubles in registers.
      	(function_arg): Likewise.
      
      	* gcc.target/i386/attributes-error.c: New testcase.
      	* gcc.target/i386/fastcall-sseregparm.c: Likewise.
      	* gcc.target/i386/regparm-stdcall.c: Likewise.
      	* gcc.target/i386/sseregparm-1.c: Likewise.
      	* gcc.target/i386/sseregparm-2.c: Likewise.
      
      From-SVN: r101085
      Richard Guenther committed
    • Alan Modra <amodra.bigpond.net.au> · 9f18db39
      2005-06-16  Paolo Bonzini  <bonzini@gnu.org>
                  Daniel Jacobowitz  <dan@codesourcery.com>
      	    Alan Modra <amodra.bigpond.net.au>
      
              * configure.ac (gcc_version): Set near the beginning.
              (as, ld, nm): Do not link in-tree tools.  Set gcc_cv_* if tools are
              found in the tree.  Use gcc_AC_PROG to find the tools in the system.
              (objdump): Do not look for it.
              * Makefile.in (NM_FOR_TARGET): Point to ./nm.
              (ORIGINAL_AS_FOR_TARGET, ORIGINAL_LD_FOR_TARGET,
              ORIGINAL_NM_FOR_TARGET): Substitute from autoconf.
              (as, ld, nm): New rules.
              (libgcc.mk): Depend on them.
              * aclocal.m4 (gcc_AC_TOOL_DIRS, gcc_AC_CHECK_TOOL,
              gcc_AC_BUILD_EXEEXT): New.
              (gcc_AC_CHECK_PROG_VER): Use gcc_AC_BUILD_EXEEXT.
              * configure: Regenerate.
      
      Co-Authored-By: Daniel Jacobowitz <dan@codesourcery.com>
      
      From-SVN: r101084
      Paolo Bonzini committed
    • Makefile.am (libgcj_la_SOURCES): Define without conditional sources. · 72095b64
      2005-06-16  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am (libgcj_la_SOURCES): Define without conditional sources.
      	(if USING_BOEHMGC): Directly append libgcj_la_SOURCES.
      	(if USING_NOGC, SUPPLY_BACKTRACE, USING_POSIX_PLATFORM,
      	USING_WIN32_PLATFORM, USING_DARWIN_CRT, USING_POSIX_THREADS,
      	USING_WIN32_THREADS, USING_NO_THREADS): Likewise.
      	* Makefile.in: Regenerate.
      
      From-SVN: r101083
      Kelley Cook committed
    • basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start,… · 5e2d947c
      basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, global_live_at_end from ...
      
      
      	* basic-block.h (rtl_bb_info): Break out head_, end_,
      	global_live_at_start, global_live_at_end from ...
      	(basic_block_def): ... here; update all references
      	(BB_RTL): New flag.
      	(init_rtl_bb_info): Declare.
      	* cfgexpand.c (expand_gimple_basic_block): Init bb info, set BB_RTL
      	flag.
      	* cfgrtl.c: Include ggc.h
      	(create_basic_block_structure): Init bb info.
      	(rtl_verify_flow_info_1): Check BB_RTL flag and rtl_bb_info pointer.
      	(init_rtl_bb_info): New function.
      	(rtl_merge_block, cfglayout_merge_block): Copy global_live_at_end here.
      	* cfghooks.c (merge_block): Do not copy global_live_at_end here.
      	* cfg.c (clear_bb_flags): Skip BB_RTL flag.
      	(dump_flow_info): Gueard global_live_* dumping.
      
      From-SVN: r101082
      Jan Hubicka committed
    • resync · 0adcdb66
      From-SVN: r101081
      Arnaud Charlet committed
    • Resync with latest version of AI-302 · 8d3ed5b8
      From-SVN: r101079
      Arnaud Charlet committed
    • Update header. · bc979ad1
      From-SVN: r101078
      Arnaud Charlet committed
    • Update comments and spec. · 5ecdbd8c
      From-SVN: r101077
      Arnaud Charlet committed
    • Minor reformatting. · a35e2879
      From-SVN: r101076
      Arnaud Charlet committed
    • Minor reformatting. · ad34d105
      Update header.
      
      From-SVN: r101075
      Arnaud Charlet committed
    • Update copyright · ab5a0988
      From-SVN: r101074
      Arnaud Charlet committed
    • Removed, no longer used. · 53a54647
      From-SVN: r101073
      Arnaud Charlet committed
    • [multiple changes] · 84fdd8a3
      2005-06-10  Arnaud Charlet  <charlet@adacore.com>
      
      	* Makefile.in: Add initialize.o when needed.
      	Adapt to new VMS package body Symbols and subunits
      	No specialized version of a-sytaco is needed for VxWorks.
      
      	* a-wichun.ads, a-wichun.adb, a-zchuni.ads, a-zchuni.adb: New files.
      	* a-zchara.ads, a-widcha.ads: New files.
      
      	* system-hpux-ia64.ads: New file.
      
      	* i-vxwork-x86.ads, i-vxwork.ads (intContext): Add this function which
      	is imported from the VxWorks kernel.
      
      2005-06-14  Robert Dewar  <dewar@adacore.com>
      
      	* g-soliop-mingw.ads, g-soccon-vms.adb, a-swmwco.ads, exp_smem.adb,
      	fmap.adb, a-szmzco.ads, s-traent-vms.adb, s-traent-vms.ads,
      	a-direio.ads, a-exctra.ads, a-exexda.adb, a-exextr.adb, a-stream.ads,
      	s-restri.ads, s-restri.adb, s-traent.adb, s-traent.ads, a-slcain.adb,
      	a-stzhas.ads, a-tiinau.adb, comperr.adb, exp_ch11.adb, g-boubuf.adb,
      	g-calend.adb, g-debpoo.ads, g-moreex.ads, gprep.adb, g-regpat.ads,
      	i-cexten.ads, i-os2thr.ads, makeutl.ads, memroot.adb, mlib-prj.adb,
      	namet.adb, namet.ads, prj-makr.adb, prj-proc.adb, sem_dist.adb,
      	sem_elim.ads, s-valint.adb, s-vallli.adb, s-vallli.adb, s-vallli.ads,
      	s-valllu.adb, s-valllu.ads, s-valrea.adb, s-valrea.ads, scn.adb,
      	s-tasinf.adb, targparm.adb, uname.adb, uname.ads, xnmake.adb,
      	xsinfo.adb, a-direct.ads: Remove extra blank lines. Minor reformatting.
      
      2005-06-14  Thomas Quinot  <quinot@adacore.com>
      
      	* xeinfo.adb: Fix typo in comment
      
      2005-06-14  Javier Miranda  <miranda@adacore.com>
      
      	* repinfo.ads: Fix typo in comment
      
      2005-06-14  Gary Dismukes  <dismukes@adacore.com>
      
      	* s-finimp.adb (Parent_Tag): Delete this imported function (function
      	Parent_Tag is now in the visible part of Ada.Tags).
      	(Get_Deep_Controller): Call Ada.Tags.Parent_Tag directly instead of
      	using imported function.
      
      2005-06-14  Bernard Banner  <banner@adacore.com>
      
      	* vxaddr2line.adb: Add support for Windows hosted x86 vxworks. Should
      	also apply for handling support for VxSim 653.
      
      2005-06-14  Eric Botcazou  <ebotcazou@adacore.com>
      
      	* xsnames.adb: Add automatic generation of snames.h.
      
      2005-06-14  Thomas Quinot  <quinot@adacore.com>
      
      	* gen-soccon.c: Add IP_MULTICAST_IF constant
      	Minor reformatting and adjustments to prevent warnings.
      
      2005-06-14  Pascal Obry  <obry@adacore.com>
      
      	* seh_init.c: Do not include <sys/stat.h>. This is not needed.
      
      From-SVN: r101072
      Arnaud Charlet committed
    • gnat_rm.texi: Add documentation for pragma Persistent_BSS Document second argument (Ada_05)... · 0453ca3d
      2005-06-10  Robert Dewar  <dewar@adacore.com>
      	    Eric Botcazou  <ebotcazou@adacore.com>
      	    Ben Brosgol  <brosgol@adacore.com>
      	    Cyrille Comar  <comar@adacore.com>
      	    Sergey Rybin  <rybin@adacore.com>
      	    Pascal Obry  <obry@adacore.com>
      
      	* gnat_rm.texi: Add documentation for pragma Persistent_BSS
      	Document second argument (Ada_05) of pragma Obsolescent
      	Add note that call to subprogram marked with pragma Obsolescent
      	is now considered to be a violation of program Restrictions
      	(No_Obsolescent_Features).
      	(Implementation Defined Pragmas) <Machine_Attribute>: Make it clear
      	that only machine-dependent attributes are supported.
      
      	* gnat_ugn.texi:
      	Commented out menu lines and empty section for gnatclean examples
      	Document -gnatwy/Y
      	Fix some over long lines
      	Clarify and enhance documentation of ADA_PROJECT_PATH.
      	Rework section 2.11.2(3) about linking with a non-GNU compiler.
      	Mention new switch -fcallgraph-info.
      	Mention new switch -fstack-usage.
      	For gnatpp, replace '-notab' with '-N' and add this option to Index
      	Corrected VMS example.
      	VMS keyword for style check -gnatyd is DOS_LINE_ENDINGS, no NOCRLF
      	Minor reformatting
      	Add documentation for -gnatyu switch (unnecessary blank lines)
      	Document new switch -U for GNAT PRETTY and GNAT METRIC
      	Add note about Stdcall being handled as C convention on non Windows OS.
      	Remove some junk typo in description of gnatbind -S switch
      	Remove reference to Extensions_Allowed pragma
      	Document the new order of the directories to be searched (source and
      	object directories of project files before directories in ADA_*_PATH
      	environment variables.
      
              * g-trasym.ads: Document that IRIX is supported
      
      From-SVN: r101071
      Robert Dewar committed
    • re PR ada/20515 ("stdcall" imports are not handled correctly) · ea6ac859
      2005-06-10  Eric Botcazou  <ebotcazou@adacore.com>
      	    Olivier Hainque  <hainque@adacore.com>
      	    Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
      	    Pascal Obry  <obry@adacore.com>
      
      	* gigi.h: (build_allocator): Add arg IGNORE_INIT_TYPE.
      
      	* trans.c (call_to_gnu): Issue a warning for users of Starlet when
      	making a temporary around a procedure call because of non-addressable
      	actual parameter.
      	(process_freeze_entity): If entity is a private type, capture size
      	information that may have been computed for the full view.
      	(tree_transform, case N_Allocator): If have initializing expression,
      	check type for Has_Constrained_Partial_View and pass that to
      	build_allocator.
      	(tree_transform, case N_Return_Statement): Pass extra arg to
      	build_allocator.
      
      	* decl.c (annotate_value): Remove early return if -gnatR is not
      	specified.
      	(gnat_to_gnu_field): Don't make a packable type for a component clause
      	if the position is byte aligned, the field is aliased, and the clause
      	size isn't a multiple of the packable alignment. It serves no useful
      	purpose packing-wise and would be rejected later on.
      	(gnat_to_gnu_entity, case object): Pass extra arg to build_allocator.
      
      	PR ada/20515
      	(gnat_to_gnu_entity): Remove use of macro _WIN32 which is wrong in the
      	context of cross compilers. We use TARGET_DLLIMPORT_DECL_ATTRIBUTES
      	instead.
      	(create_concat_name): Idem.
      
      From-SVN: r101070
      Eric Botcazou committed
    • a-swunha.ads, [...]: Removed. · 8704d4b3
      2005-06-14  Matthew Heaney  <heaney@adacore.com>
      
      	* a-swunha.ads, a-swunha.adb: Removed. Replaced by a-swuwha.ad[sb]
      	* a-swuwha.ads, a-swuwha.adb: New files
      
      	* a-szunha.ads, a-szunha.adb: Removed, replaced by a-szuzha.ad[sb]
      	* a-szuzha.ads, a-szuzha.adb: New files.
      
      	* a-rbtgso.adb, a-crbtgo.ads, a-crbtgo.adb, a-crbtgk.ads,
      	a-crbtgk.adb, a-crbltr.ads, a-coorse.ads, a-coorse.adb, a-convec.ads,
      	a-convec.adb, a-coinve.ads, a-coinve.adb, a-cohata.ads, a-cohama.ads,
      	a-cohama.adb, a-ciorse.ads, a-ciorse.adb, a-cihama.ads, a-cihama.adb,
      	a-cidlli.ads, a-cidlli.adb, a-chtgop.ads, a-chtgop.adb, a-cdlili.ads,
      	a-cdlili.adb, a-coormu.adb, a-ciormu.adb, a-cihase.adb, a-cohase.adb,
      	a-cohase.ads, a-ciorma.ads, a-coorma.ads, a-ciormu.ads, a-coormu.ads,
      	a-swunha.adb, a-stunha.adb, a-ciorma.adb, a-coorma.adb, a-shcain.ads,
      	a-shcain.adb, a-chtgke.ads, a-chtgke.adb, a-stwiha.ads, a-stwiha.adb,
      	a-strhas.adb, a-stzhas.adb: synchronized to the latest version of the
      	Ada 2005 RM.
      
      From-SVN: r101069
      Matthew Heaney committed
    • makegpr.adb (Compile_Link_With_Gnatmake): Invoke gnatmake with -d if gprmake was invoked with -d. · dc8f5791
      2005-06-14  Vincent Celier  <celier@adacore.com>
      
      	* makegpr.adb (Compile_Link_With_Gnatmake): Invoke gnatmake with -d if
      	gprmake was invoked with -d.
      	(Compile_Sources): If -d was used, output the "completed ..." message
      	for each compilation.
      	(Scan_Arg): Recognize new switch -d
      	When -c and at least one main is specified, set
      	Unique_Compile to True to guarantee that no other sources will be
      	compiled.
      
      From-SVN: r101068
      Vincent Celier committed
    • vms_conv.ads, [...]: Remove "Library" command. · a46edbad
      2005-06-14  Doug Rupp  <rupp@adacore.com>
      	    Vincent Celier  <celier@adacore.com>
      
      	* vms_conv.ads, vms_conv.adb: Remove "Library" command.
      	Update copyright.
      
      	* vms_data.ads: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
      	Remove "Library" command.
      	Change keyword for style check -gnatyd from NOCRLF to
      	DOS_LINE_ENDINGS.
      	Remove useless second style check keyword NONE
      	Remove help documentation for inexistent style check keyword
      	RM_COLUMN_LAYOUT.
      	Add help documentation for style check keywords DOS_LINE_ENDINGS,
      	UNNECESSARY_BLANK_LINES and XTRA_PARENS
      	Add UNNECESSARY_BLANK_LINES for -gnatyu
      	Add qualifiers /ALL_PROJECTS (-U) for GNAT PRETTY and GNAT METRIC
      
              * ug_words: Add entry for -gnaty/Y [NO]ADA_2005_COMPATIBILITY
      
      From-SVN: r101067
      Doug Rupp committed
    • styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message. · f3d771b3
      2005-06-14  Sergey Rybin  <rybin@adacore.com>
      
      	* styleg-c.adb (Body_With_No_Spec): Remove ':' from warning message.
      
      From-SVN: r101066
      Sergey Rybin committed
    • nmake.adt: Modify header so that xnmake does not generate output files with multiple blank... · d026bfa5
      2005-06-14  Robert Dewar  <dewar@adacore.com>
      
      	* nmake.adt: Modify header so that xnmake does not generate output
      	files with multiple blank lines.
      
              * treeprs.adt: Remove a blank line so that output from xtreeprs does
              not have an extra blank line
      
      From-SVN: r101065
      Robert Dewar committed
    • 2005-06-14 Arnaud Charlet <charlet@adacore.com> · ff7cce69
      	    Jose Ruiz  <ruiz@adacore.com>
      
      	* s-tposen.adb, s-tpobop.adb
      	(Exceptional_Complete_Rendezvous): Save the occurrence and not only
      	the exception id.
      	(PO_Do_Or_Queue): Before queuing a task on an entry queue we check that
      	there is no violation of the Max_Entry_Queue_Length restriction (if it
      	has been set); Program_Error is raised otherwise.
      	(Requeue_Call): Before requeuing the task on the target entry queue we
      	check that there is no violation of the Max_Entry_Queue_Length
      	restriction (if it has been set); Program_Error is raised otherwise.
      
      From-SVN: r101064
      Arnaud Charlet committed
    • s-tasren.adb (Exceptional_Complete_Rendezvous): Fix race condition. · f51ab33b
      2005-06-14  Arnaud Charlet  <charlet@adacore.com>
      
      	* s-tasren.adb (Exceptional_Complete_Rendezvous): Fix race condition.
      
      From-SVN: r101063
      Arnaud Charlet committed
    • s-strxdr.adb: Follow AI95-00132 · ab129900
      2005-06-14  Thomas Quinot  <quinot@adacore.com>
      
      	* s-strxdr.adb: Follow AI95-00132
      
      From-SVN: r101062
      Thomas Quinot committed