1. 24 Jul, 2009 9 commits
    • Add missing name of file changed. · 1e0b18db
      From-SVN: r150049
      Richard Earnshaw committed
    • natVMSecureRandomWin32.cc: New Win32 specific implementation. · 727f2e3a
      2009-07-24  Kai Tietz  <kai.tietz@onevision.com>
      
              * gnu/java/security/jce/prng/natVMSecureRandomWin32.cc: New Win32
              specific implementation.
      
      From-SVN: r150048
      Kai Tietz committed
    • re PR fortran/40822 (Internal compiler error when Fortran intrinsic LEN… · bfce226c
      re PR fortran/40822 (Internal compiler error when Fortran intrinsic LEN referenced before explicit declaration)
      
      2009-07-24  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40822
      	* array.c (gfc_resolve_character_array_constructor): Use new function
      	gfc_new_charlen.
      	* decl.c (add_init_expr_to_sym,variable_decl,match_char_spec,
      	gfc_match_implicit): Ditto.
      	* expr.c (gfc_simplify_expr): Ditto.
      	* gfortran.h (gfc_new_charlen): New prototype.
      	* iresolve.c (check_charlen_present,gfc_resolve_char_achar): Use new
      	function gfc_new_charlen.
      	* module.c (mio_charlen): Ditto.
      	* resolve.c (gfc_resolve_substring_charlen,
      	gfc_resolve_character_operator,fixup_charlen,resolve_fl_derived,
      	resolve_symbol): Ditto.
      	* symbol.c (gfc_new_charlen): New function to create a new gfc_charlen
      	structure and add it to a namespace.
      	(gfc_copy_formal_args_intr): Make sure ts.cl is present
      	for CHARACTER variables.
      
      
      2009-07-24  Janus Weil  <janus@gcc.gnu.org>
      
      	PR fortran/40822
      	* gfortran.dg/char_length_16.f90: New.
      
      From-SVN: r150047
      Janus Weil committed
    • Makefile.in (TREE_DATA_REF_H, [...]): Cleanup use of SCEV_H and TREE_DATA_REF_H. · 223cf84d
      2009-07-24  Tobias Grosser  <grosser@fim.uni-passau.de>
      
      	* Makefile.in (TREE_DATA_REF_H, tree-vrp.o, tree-cfg.o, tree-if-conv.o
      	tree-ssa-loop.o, tree-ssa-loop-niter.o, tree-ssa-loop-ivcanon.o,
      	tree-ssa-loop-prefetch.o, tree-predcom.o, tree-affine.o,
      	tree-scalar-evolution.o, tree-data-ref.o, tree-vect-loop.o,
      	tree-vect-data-refs.o, tree-loop-linear.o, tree-loop-distribution.o
      	tree-parloops.o, tree-pretty-printer.o, fold-const.o, tree-ssa-dce.o,
      	lambda-code.o, params.o): Cleanup use of SCEV_H and TREE_DATA_REF_H.
      
      From-SVN: r150045
      Tobias Grosser committed
    • re PR libffi/40807 (libffi.call/return_sc.c) · 723512ba
      	PR libffi/40807
      	* src/x86/ffi.c (ffi_prep_cif_machdep): Also use sign/zero-extending
      	return types for X86_WIN32.
      	* src/x86/win32.S (_ffi_call_SYSV): Handle omitted return types.
      	(_ffi_call_STDCALL, _ffi_closure_SYSV, _ffi_closure_raw_SYSV,
      	_ffi_closure_STDCALL): Likewise.
      
      	* src/closures.c (is_selinux_enabled): Define to const 0 for Cygwin.
      	(dlmmap, dlmunmap): Also use these functions on Cygwin.
      
      From-SVN: r150042
      Dave Korn committed
    • re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1) · 80927a56
      	PR fortran/40643
      	PR fortran/31067
      	* trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc,
      	gfc_conv_intrinsic_minmaxval): Handle Infinities and NaNs properly,
      	optimize.
      	* trans-array.c (gfc_trans_scalarized_loop_end): No longer static.
      	* trans-array.h (gfc_trans_scalarized_loop_end): New prototype.
      
      	* libgfortran.h (GFC_REAL_4_INFINITY, GFC_REAL_8_INFINITY,
      	GFC_REAL_10_INFINITY, GFC_REAL_16_INFINITY, GFC_REAL_4_QUIET_NAN,
      	GFC_REAL_8_QUIET_NAN, GFC_REAL_10_QUIET_NAN, GFC_REAL_16_QUIET_NAN):
      	Define.
      	* m4/iparm.m4 (atype_inf, atype_nan): Define.
      	* m4/ifunction.m4: Formatting.
      	* m4/iforeach.m4: Likewise.
      	(START_FOREACH_FUNCTION): Initialize dest to all 1s, not all 0s.
      	(START_FOREACH_BLOCK, FINISH_FOREACH_FUNCTION,
      	FINISH_MASKED_FOREACH_FUNCTION): Run foreach block inside a loop
      	until count[0] == extent[0].
      	* m4/minval.m4: Formatting.  Handle NaNs and infinities.  Optimize.
      	* m4/maxval.m4: Likewise.
      	* m4/minloc0.m4: Likewise.
      	* m4/maxloc0.m4: Likewise.
      	* m4/minloc1.m4: Likewise.
      	* m4/maxloc1.m4: Likewise.
      	* generated/maxloc0_16_i16.c: Regenerated.
      	* generated/maxloc0_16_i1.c: Likewise.
      	* generated/maxloc0_16_i2.c: Likewise.
      	* generated/maxloc0_16_i4.c: Likewise.
      	* generated/maxloc0_16_i8.c: Likewise.
      	* generated/maxloc0_16_r10.c: Likewise.
      	* generated/maxloc0_16_r16.c: Likewise.
      	* generated/maxloc0_16_r4.c: Likewise.
      	* generated/maxloc0_16_r8.c: Likewise.
      	* generated/maxloc0_4_i16.c: Likewise.
      	* generated/maxloc0_4_i1.c: Likewise.
      	* generated/maxloc0_4_i2.c: Likewise.
      	* generated/maxloc0_4_i4.c: Likewise.
      	* generated/maxloc0_4_i8.c: Likewise.
      	* generated/maxloc0_4_r10.c: Likewise.
      	* generated/maxloc0_4_r16.c: Likewise.
      	* generated/maxloc0_4_r4.c: Likewise.
      	* generated/maxloc0_4_r8.c: Likewise.
      	* generated/maxloc0_8_i16.c: Likewise.
      	* generated/maxloc0_8_i1.c: Likewise.
      	* generated/maxloc0_8_i2.c: Likewise.
      	* generated/maxloc0_8_i4.c: Likewise.
      	* generated/maxloc0_8_i8.c: Likewise.
      	* generated/maxloc0_8_r10.c: Likewise.
      	* generated/maxloc0_8_r16.c: Likewise.
      	* generated/maxloc0_8_r4.c: Likewise.
      	* generated/maxloc0_8_r8.c: Likewise.
      	* generated/maxloc1_16_i16.c: Likewise.
      	* generated/maxloc1_16_i1.c: Likewise.
      	* generated/maxloc1_16_i2.c: Likewise.
      	* generated/maxloc1_16_i4.c: Likewise.
      	* generated/maxloc1_16_i8.c: Likewise.
      	* generated/maxloc1_16_r10.c: Likewise.
      	* generated/maxloc1_16_r16.c: Likewise.
      	* generated/maxloc1_16_r4.c: Likewise.
      	* generated/maxloc1_16_r8.c: Likewise.
      	* generated/maxloc1_4_i16.c: Likewise.
      	* generated/maxloc1_4_i1.c: Likewise.
      	* generated/maxloc1_4_i2.c: Likewise.
      	* generated/maxloc1_4_i4.c: Likewise.
      	* generated/maxloc1_4_i8.c: Likewise.
      	* generated/maxloc1_4_r10.c: Likewise.
      	* generated/maxloc1_4_r16.c: Likewise.
      	* generated/maxloc1_4_r4.c: Likewise.
      	* generated/maxloc1_4_r8.c: Likewise.
      	* generated/maxloc1_8_i16.c: Likewise.
      	* generated/maxloc1_8_i1.c: Likewise.
      	* generated/maxloc1_8_i2.c: Likewise.
      	* generated/maxloc1_8_i4.c: Likewise.
      	* generated/maxloc1_8_i8.c: Likewise.
      	* generated/maxloc1_8_r10.c: Likewise.
      	* generated/maxloc1_8_r16.c: Likewise.
      	* generated/maxloc1_8_r4.c: Likewise.
      	* generated/maxloc1_8_r8.c: Likewise.
      	* generated/maxval_i16.c: Likewise.
      	* generated/maxval_i1.c: Likewise.
      	* generated/maxval_i2.c: Likewise.
      	* generated/maxval_i4.c: Likewise.
      	* generated/maxval_i8.c: Likewise.
      	* generated/maxval_r10.c: Likewise.
      	* generated/maxval_r16.c: Likewise.
      	* generated/maxval_r4.c: Likewise.
      	* generated/maxval_r8.c: Likewise.
      	* generated/minloc0_16_i16.c: Likewise.
      	* generated/minloc0_16_i1.c: Likewise.
      	* generated/minloc0_16_i2.c: Likewise.
      	* generated/minloc0_16_i4.c: Likewise.
      	* generated/minloc0_16_i8.c: Likewise.
      	* generated/minloc0_16_r10.c: Likewise.
      	* generated/minloc0_16_r16.c: Likewise.
      	* generated/minloc0_16_r4.c: Likewise.
      	* generated/minloc0_16_r8.c: Likewise.
      	* generated/minloc0_4_i16.c: Likewise.
      	* generated/minloc0_4_i1.c: Likewise.
      	* generated/minloc0_4_i2.c: Likewise.
      	* generated/minloc0_4_i4.c: Likewise.
      	* generated/minloc0_4_i8.c: Likewise.
      	* generated/minloc0_4_r10.c: Likewise.
      	* generated/minloc0_4_r16.c: Likewise.
      	* generated/minloc0_4_r4.c: Likewise.
      	* generated/minloc0_4_r8.c: Likewise.
      	* generated/minloc0_8_i16.c: Likewise.
      	* generated/minloc0_8_i1.c: Likewise.
      	* generated/minloc0_8_i2.c: Likewise.
      	* generated/minloc0_8_i4.c: Likewise.
      	* generated/minloc0_8_i8.c: Likewise.
      	* generated/minloc0_8_r10.c: Likewise.
      	* generated/minloc0_8_r16.c: Likewise.
      	* generated/minloc0_8_r4.c: Likewise.
      	* generated/minloc0_8_r8.c: Likewise.
      	* generated/minloc1_16_i16.c: Likewise.
      	* generated/minloc1_16_i1.c: Likewise.
      	* generated/minloc1_16_i2.c: Likewise.
      	* generated/minloc1_16_i4.c: Likewise.
      	* generated/minloc1_16_i8.c: Likewise.
      	* generated/minloc1_16_r10.c: Likewise.
      	* generated/minloc1_16_r16.c: Likewise.
      	* generated/minloc1_16_r4.c: Likewise.
      	* generated/minloc1_16_r8.c: Likewise.
      	* generated/minloc1_4_i16.c: Likewise.
      	* generated/minloc1_4_i1.c: Likewise.
      	* generated/minloc1_4_i2.c: Likewise.
      	* generated/minloc1_4_i4.c: Likewise.
      	* generated/minloc1_4_i8.c: Likewise.
      	* generated/minloc1_4_r10.c: Likewise.
      	* generated/minloc1_4_r16.c: Likewise.
      	* generated/minloc1_4_r4.c: Likewise.
      	* generated/minloc1_4_r8.c: Likewise.
      	* generated/minloc1_8_i16.c: Likewise.
      	* generated/minloc1_8_i1.c: Likewise.
      	* generated/minloc1_8_i2.c: Likewise.
      	* generated/minloc1_8_i4.c: Likewise.
      	* generated/minloc1_8_i8.c: Likewise.
      	* generated/minloc1_8_r10.c: Likewise.
      	* generated/minloc1_8_r16.c: Likewise.
      	* generated/minloc1_8_r4.c: Likewise.
      	* generated/minloc1_8_r8.c: Likewise.
      	* generated/minval_i16.c: Likewise.
      	* generated/minval_i1.c: Likewise.
      	* generated/minval_i2.c: Likewise.
      	* generated/minval_i4.c: Likewise.
      	* generated/minval_i8.c: Likewise.
      	* generated/minval_r10.c: Likewise.
      	* generated/minval_r16.c: Likewise.
      	* generated/minval_r4.c: Likewise.
      	* generated/minval_r8.c: Likewise.
      	* generated/product_c10.c: Likewise.
      	* generated/product_c16.c: Likewise.
      	* generated/product_c4.c: Likewise.
      	* generated/product_c8.c: Likewise.
      	* generated/product_i16.c: Likewise.
      	* generated/product_i1.c: Likewise.
      	* generated/product_i2.c: Likewise.
      	* generated/product_i4.c: Likewise.
      	* generated/product_i8.c: Likewise.
      	* generated/product_r10.c: Likewise.
      	* generated/product_r16.c: Likewise.
      	* generated/product_r4.c: Likewise.
      	* generated/product_r8.c: Likewise.
      	* generated/sum_c10.c: Likewise.
      	* generated/sum_c16.c: Likewise.
      	* generated/sum_c4.c: Likewise.
      	* generated/sum_c8.c: Likewise.
      	* generated/sum_i16.c: Likewise.
      	* generated/sum_i1.c: Likewise.
      	* generated/sum_i2.c: Likewise.
      	* generated/sum_i4.c: Likewise.
      	* generated/sum_i8.c: Likewise.
      	* generated/sum_r10.c: Likewise.
      	* generated/sum_r16.c: Likewise.
      	* generated/sum_r4.c: Likewise.
      	* generated/sum_r8.c: Likewise.
      
      	* gfortran.dg/maxlocval_2.f90: New test.
      	* gfortran.dg/maxlocval_3.f90: New test.
      	* gfortran.dg/maxlocval_4.f90: New test.
      	* gfortran.dg/minlocval_1.f90: New test.
      	* gfortran.dg/minlocval_2.f90: New test.
      	* gfortran.dg/minlocval_3.f90: New test.
      	* gfortran.dg/minlocval_4.f90: New test.
      
      From-SVN: r150041
      Jakub Jelinek committed
    • mingw-w64.h (STANDARD_INCLUDE_DIR): Remove and use default set in mingw32.h header. · 3a802a9e
      2009-07-24  Kai Tietz  <kai.tietz@onevision.com>
      
              * config/i386/mingw-w64.h (STANDARD_INCLUDE_DIR): Remove and
              use default set in mingw32.h header.
              * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Use for 32-bit and
              64-bit /mingw/include path.
              (STANDARD_STARTFILE_PREFIX_1): Use for 32-bit and 64-bit /mingw/lib
              path.
      
      From-SVN: r150040
      Kai Tietz committed
    • re PR rtl-optimization/40209 (ICE in iv_analyze_def caused by stale REG_UNUSED note) · c580edc8
      	PR rtl-optimization/40209
      	* loop-iv.c (iv_analysis_loop_init): Call df_note_add_problem.
      
      From-SVN: r150038
      Neil Vachharajani committed
    • Daily bump. · a7796c74
      From-SVN: r150035
      GCC Administrator committed
  2. 23 Jul, 2009 31 commits
    • dll-4.c: Allow foo1 and foo2 in either order in scan-assembler. · 0aeedfd7
      	* gcc.dg/dll-4.c: Allow foo1 and foo2 in either order in
      	scan-assembler.
      
      From-SVN: r150031
      Joseph Myers committed
    • i386.c: Use ASM_LONG instead of .long. · 0d42d490
      	* config/i386/i386.c: Use ASM_LONG instead of .long.  Concatenate
      	ASM_LONG, LPREFIX, MCOUNT_NAME and PROFILE_COUNT_REGISTER strings
      	with the rest of string where appropriate.  Use fputs or putc
      	instead of fprintf where appropriate.
      
      From-SVN: r150030
      Uros Bizjak committed
    • be.po, [...]: Update. · 8c576a3f
      	* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, id.po, ja.po,
      	nl.po, sv.po, tr.po, uk,po, vi.po, zh_CN.po, zh_TW.po: Update.
      
      From-SVN: r150025
      Joseph Myers committed
    • be.po, [...]: Update. · f3a12c77
      	* be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po, ja.po,
      	nl.po, ru.po, sr.po, sv.po, tr.po, zh_CN.po, zh_TW.po: Update.
      
      From-SVN: r150024
      Joseph Myers committed
    • cmath (abs(_Tp)): Add. · 7cf8aefc
      2009-07-23  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/c_std/cmath (abs(_Tp)): Add.
      	* include/c_global/cmath (abs(_Tp)): Likewise.
      	* testsuite/26_numerics/headers/cmath/overloads.cc: Extend.
      
      From-SVN: r150022
      Paolo Carlini committed
    • re PR fortran/40839 (gfortran segmentation fault when a unit number is missing) · 88e18fed
      	PR fortran/40839
      	* io.c (gfc_resolve_dt): Add LOC argument.  Fail if
      	dt->io_unit is NULL.  Return FAILURE after issuing error about
      	negative UNIT number.
      	(match_io_element): Don't segfault if current_dt->io_unit is NULL.
      	* gfortran.h (gfc_resolve_dt): Adjust prototype.
      	* resolve.c (resolve_code): Adjust caller.
      
      	* gfortran.dg/pr40839.f90: New test.
      
      From-SVN: r150021
      Jakub Jelinek committed
    • Fix PR #. · 93d7c994
      From-SVN: r150019
      H.J. Lu committed
    • Commit patch #3 of 4 for Power7 VSX support · a72c65c7
      Co-Authored-By: Pat Haugen <pthaugen@us.ibm.com>
      Co-Authored-By: Revital Eres <eres@il.ibm.com>
      
      From-SVN: r150018
      Michael Meissner committed
    • lwg-closed.html: Update to R65. · 23041160
      2009-07-23  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* doc/html/ext/lwg-closed.html: Update to R65.
      	* doc/html/ext/lwg-defects.html: Likewise.
      	* doc/html/ext/lwg-active.html: Likewise.
      	* doc/xml/manual/intro.xml: Update DRs entries.
      
      From-SVN: r150017
      Paolo Carlini committed
    • lwg-closed.html: Update to R65. · f50e1d84
      2009-07-23  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* doc/html/ext/lwg-closed.html: Update to R65.
      	* doc/html/ext/lwg-defects.html: Likewise.
      	* doc/html/ext/lwg-active.html: Likewise.
      	* doc/xml/manual/intro.xml: Update DRs entries.
      
      From-SVN: r150016
      Paolo Carlini committed
    • (split for ior/xor with shift and zero-extend): Cast op3 to · 6d53a79f
      	unsigned HWI.
      
      From-SVN: r150013
      Richard Earnshaw committed
    • aotcompile.py.in: Use hashlib instead of md5 if available. · fa89660f
      2009-07-23  Matthias Klose  <doko@ubuntu.com>
      
              * contrib/aotcompile.py.in: Use hashlib instead of md5 if available.
      
      From-SVN: r150010
      Matthias Klose committed
    • [multiple changes] · e27b834b
      2009-07-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem.adb (Do_Unit_And_Dependents): Now that specs and bodies are not
      	done at the same time, guard against listing a body more than once.
      
      2009-07-23  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch6.adb: Minor reformatting
      
      2009-07-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch3.adb (Analyze_Object_Declaration): A scalar constant with a
      	static expression is known valid.
      	* sem_eval.adb (Compile_Time_Compare): Handle properly non-static
      	operands of a subtype with a single value.
      
      From-SVN: r150009
      Arnaud Charlet committed
    • sem.adb (Do_Units_And_Dependents): Process bodies only for units that are in the… · 5c20b5e2
      sem.adb (Do_Units_And_Dependents): Process bodies only for units that are in the context of the main unit body.
      
      	* sem.adb (Do_Units_And_Dependents): Process bodies only for units that
      	are in the context of the main unit body.
      
      From-SVN: r150008
      Ed Schonberg committed
    • [multiple changes] · ce14c577
      2009-07-23  Sergey Rybin  <rybin@adacore.com>
      
      	* gnat_ugn.texi (Misnamed_Controlling_Parameters gnatcheck rule): Fix
      	misprint in rule description.
      
      2009-07-23  Gary Dismukes  <dismukes@adacore.com>
      
      	* exp_ch6.adb (Make_Build_In_Place_Call_In_Object_Declaration): Replace
      	test that the object declaration is within an extended return statement
      	with direct test of whether the declared object associated with the
      	build-in-place call is a return object, since the enclosing function
      	might not even be a build-in-place function.
      
      2009-07-23  Robert Dewar  <dewar@adacore.com>
      
      	* freeze.adb, prj-nmsc.adb, errout.adb: Minor reformatting
      	Minor code reorganization
      
      2009-07-23  Arnaud Charlet  <charlet@adacore.com>
      
      	* sem_prag.adb (Analyze_Pragma): Do not ignore pragma Pack on records
      	for static analysis, only packed arrays are causing troubles.
      
      From-SVN: r150007
      Arnaud Charlet committed
    • [multiple changes] · c37845f8
      2009-07-23  Robert Dewar  <dewar@adacore.com>
      
      	* scos.ads: Minor reformatting.
      
      2009-07-23  Pascal Obry  <obry@adacore.com>
      
      	* prj-nmsc.adb: Fix spec/body naming extension on case insensitive
      	systems.
      
      From-SVN: r150006
      Arnaud Charlet committed
    • freeze.adb (Set_Small_Size): Remove extra space for consistency with other similar messages. · d58b9515
      2009-07-23  Arnaud Charlet  <charlet@adacore.com>
      
      	* freeze.adb (Set_Small_Size): Remove extra space for consistency with
      	other similar messages.
      	* sem_prag.adb (Freeze_Record_Type, Freeze_Entity): Disable error
      	messages/implicit packing in CodePeer mode.
      	(Analyze_Pragma [case pragma Pack]): Ignore pragma in CodePeer mode.
      	* errout.adb (Special_Msg_Delete): Suppress 'size too small' message in
      	CodePeer mode.
      
      From-SVN: r150005
      Arnaud Charlet committed
    • sem_util.adb (Wrong_Type): Special message for cases like A and B = 0 · 3ac48943
      2009-07-23  Robert Dewar  <dewar@adacore.com>
      
      	* sem_util.adb (Wrong_Type): Special message for cases like A and B = 0
      
      From-SVN: r150004
      Robert Dewar committed
    • par-ch4.adb (P_Aggregate_Or_Paren_Expr): Better message for missing comma. · e0dc6003
      2009-07-23  Robert Dewar  <dewar@adacore.com>
      
      	* par-ch4.adb (P_Aggregate_Or_Paren_Expr): Better message for missing
      	comma.
      
      From-SVN: r150003
      Robert Dewar committed
    • sem_aggr.adb (Resolve_Extension_Aggregate): Report an error when the ancestor… · 1646c947
      sem_aggr.adb (Resolve_Extension_Aggregate): Report an error when the ancestor part is a call to a limited function with an...
      
      2009-07-23  Gary Dismukes  <dismukes@adacore.com>
      
      	* sem_aggr.adb (Resolve_Extension_Aggregate): Report an error when the
      	ancestor part is a call to a limited function with an unconstrained
      	result subtype unless the aggregate has a null extension type.
      	* sem_ch3.adb (Is_Null_Extension): Use the base type when retrieving
      	the parent type declaration to avoid blowups on subtype cases.
      
      From-SVN: r150002
      Gary Dismukes committed
    • einfo.ads, [...]: Add comment. · d994a6e2
      2009-07-23  Robert Dewar  <dewar@adacore.com>
      
      	* einfo.ads, g-ssvety.ads, s-regexp.adb, g-sse.ads: Add comment. Minor
      	reformatting.
      
      From-SVN: r150001
      Robert Dewar committed
    • [multiple changes] · 19f21e11
      2009-07-23  Yannick Moy  <moy@adacore.com>
      
      	* s-regexp.adb (Check_Well_Formed_Pattern): Called before compiling the
      	pattern.
      	(Raise_Exception_If_No_More_Chars): Remove extra blank in exception
      	string.
      	(Raise_Exception): Ditto.
      
      2009-07-23  Olivier Hainque  <hainque@adacore.com>
      
      	* g-sse.ads: Simplify comment.
      
      From-SVN: r150000
      Arnaud Charlet committed
    • re PR middle-end/40830 (gcc.dg/vect/vect-pre-interact.c doesn't work on Linux/ia32) · 84d60eea
              PR middle-end/40830
              * gcc.dg/vect/vect-pre-interact.c: Require vect_float, and
              don't set options ourself.
      
      From-SVN: r149999
      Michael Matz committed
    • linkage.exp: Added -m64 to x86_64 linux target native C compilation where required. · daf1735f
      
      	* gcc.misc-tests/linkage.exp: Added -m64 to x86_64 linux target
      	native C compilation where required.
      
      From-SVN: r149997
      Simon Baldwin committed
    • decl.c (validate_alignment): For the case of an implicit array base type... · ec88784d
      	* gcc-interface/decl.c (validate_alignment): For the case of an
      	implicit array base type, look for alignment clause on first subtype.
      	Code clean up.
      
      From-SVN: r149994
      Arnaud Charlet committed
    • [multiple changes] · 4b956d8b
      2009-07-23  Olivier Hainque  <hainque@adacore.com>
      
      	* g-ssinty.ads: New unit. GNAT.SSE.Internal_Types. Factorize
      	low level internal type definitions for distinct higher level
      	binding development activities (user type definitions and
      	operations).
      	* gnat_rm.texi: Document it.
      	* g-ssvety.ads: Use it.
      	* gcc-interface/Makefile.in: (x86 32/64 linux, cygwin32 sections): Add
      	g-ssinty.o to EXTRA_GNATRTL_NONTASKING_OBJS.
      	* gcc-interface/utils.c (gnat_internal_attribute_table): Add entry
      	for the "may_alias" attribute.
      
      2009-07-23  Thomas Quinot  <quinot@adacore.com>
      
      	* scos.ads: Minor typo fix
      	* gcc-interface/decl.c (validate_alignment): For the case of an
      	implicit array base type, look for alignment clause on first subtype.
      	Code clean up.
      
      2009-07-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem.adb (Walk_Library_Units): Handle properly the case where a unit
      	in the context depends on the spec of the main unit, by delaying
      	processing of the main unit body until all other units have been
      	processed.
      
      From-SVN: r149993
      Arnaud Charlet committed
    • [multiple changes] · f8c6086b
      2009-07-23  Arnaud Charlet  <charlet@adacore.com>
      
      	* a-convec.adb: Add comments about suspicious/subtle code.
      
      2009-07-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* einfo.ads: Document use of Alias in private overriding
      
      2009-07-23  Thomas Quinot  <quinot@adacore.com>
      
      	* sem_ch13.adb (Analyze_Attribute_Definition_Clause): For the case of
      	an array type, propagate alignment from first subtype to implicit base
      	type so that other subtypes (such as the itypes for aggregates of the
      	type) also receive the expected alignment.
      
      	* g-comlin.ads: Minor documentation clarification/rewording. 
      	* scos.ads: Minor comments update.
      	* lib-writ.ads: Minor reformatting
      
      From-SVN: r149991
      Arnaud Charlet committed
    • [multiple changes] · dfcfdc0a
      2009-07-23  Gary Dismukes  <dismukes@adacore.com>
      
      	* exp_ch3.adb (Expand_N_Object_Declaration): For an initialized object
      	of a class-wide interface type that is a return object of a
      	build-in-place function, bypass the interface-related expansions into
      	renamings with displacement conversions, etc.
      	* exp_ch5.adb (Expand_N_Extended_Return_Statement): Add an assertion
      	for the case where a renaming occurs in a build-in-place context, to
      	assert that the bypassing of the build-in-place treatment only occurs
      	in the case of a renaming that is an expansion of a return expression
      	that is itself a build-in-place function call.
      
      2009-07-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_ch4.adb (Try_Primitive_Operation): A primitive operation is a
      	valid candidate interpretation in a prefixed view if it is hidden, but
      	overrides an inherited operation declared in the visible part.
      
      2009-07-23  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch4.adb (Expand_N_Type_Conversion): Don't promote integer
      	division operands to 64-bit at all in any circumstances.
      
      From-SVN: r149990
      Arnaud Charlet committed
    • Update comments. · 832338d8
      From-SVN: r149989
      Arnaud Charlet committed
    • re PR target/40832 (gfortran 4.4.0 generates invalid .s file on solaris-x86… · 33ecc126
      re PR target/40832 (gfortran 4.4.0 generates invalid .s file on solaris-x86 using  -march=k8 for 130.socorro)
      
      	PR target/40832
      	* config/i386/i386.c (output_387_ffreep): Rewrite to return
      	ASM_SHORT instead of .word.
      	* config/i386/i386.md (*tls_global_dynamic_64): Use ASM_SHORT
      	instead of .word in asm template.
      
      From-SVN: r149988
      Uros Bizjak committed
    • [multiple changes] · 5d5e9775
      2009-07-23  Robert Dewar  <dewar@adacore.com>
      
      	* exp_ch4.adb (Analyze_N_Op_Rem): Assume operands are valid when
      	checking ranges for mod/rem to see if conditional jump will be
      	generated.
      	(Analyze_N_Op_Rem): Don't try to check actual lower bounds for
      	generating special -1 test for rem, generate it whenever both
      	operands can be negative (match circuit in Sem_Res).
      	(Analyze_N_Op_Rem): Don't go to base type, no longer needed and
      	destroys memory of positive range.
      	* sem_res.adb (Resolve_Arithmetic_Op): Assume operands are valid when
      	checking ranges for mod/rem to see if conditional jump will be generated
      
      2009-07-23  Ed Schonberg  <schonberg@adacore.com>
      
      	* exp_ch3.adb (Build_Equivalent_Record_Aggregate): If the type of a
      	scalar components has non-static bounds, the equivalent aggregate
      	cannot be built, even if the expression is static, because range checks
      	will be generated.
      
      From-SVN: r149987
      Arnaud Charlet committed