gcc.git
16 years agoinvoke.texi: Fix the -frange-checking option entry.
Steven G. Kargl [Mon, 3 Sep 2007 04:07:04 +0000 (04:07 +0000)]
invoke.texi: Fix the -frange-checking option entry.

2007-09-02  Steven G. Kargl  <kargl@gcc.gnu.org>

        * invoke.texi: Fix the -frange-checking option entry.

From-SVN: r128036

16 years agoCorrect tested target
Hans-Peter Nilsson [Mon, 3 Sep 2007 01:04:22 +0000 (01:04 +0000)]
Correct tested target

From-SVN: r128035

16 years agocris.h (TARGET_HAS_LZ, [...]): Defined to describe availability and behavior of CLZ.
Jesper Nilsson [Mon, 3 Sep 2007 00:47:30 +0000 (00:47 +0000)]
cris.h (TARGET_HAS_LZ, [...]): Defined to describe availability and behavior of CLZ.

* config/cris/cris.h (TARGET_HAS_LZ, CLZ_DEFINED_VALUE_AT_ZERO):
Defined to describe availability and behavior of CLZ.
* config/cris/cris.md (clzsi2): Implement using lz instruction.
* config/cris/cris.opt: Tweak comment for "-metrax4".
* config/cris/arit.c (LZ): When defined, define as __builtin_clz.
* longlong.h [__CRIS__ && __CRIS_arch_version >= 3]
(count_leading_zeros): Define.

Co-Authored-By: Hans-Peter Nilsson <hp@axis.com>
From-SVN: r128034

16 years agobuiltin_clz_v0.c: New testcase.
Jesper Nilsson [Mon, 3 Sep 2007 00:45:11 +0000 (00:45 +0000)]
builtin_clz_v0.c: New testcase.

* gcc.target/cris/builtin_clz_v0.c: New testcase.
* gcc.target/cris/builtin_clz_v3.c: New testcase.

From-SVN: r128033

16 years agoDaily bump.
GCC Administrator [Mon, 3 Sep 2007 00:17:27 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r128031

16 years agodecl.c (match_string_p): New helper function to explicitly match a string of characters.
Roger Sayle [Sun, 2 Sep 2007 17:44:37 +0000 (17:44 +0000)]
decl.c (match_string_p): New helper function to explicitly match a string of characters.

* decl.c (match_string_p): New helper function to explicitly match
a string of characters.
(match_attr_spec): Remove no longer needed DECL_COLON from decl_types.
Delete decls array and peek_char.  Rewrite decl attribute parser to
avoid calling gfc_match_strings.
* match.c (gfc_match_strings): Delete unused function.
* match.h (gfc_match_strings): Delete prototype.

From-SVN: r128028

16 years agodump-parse-tree.c (show_char_const): New function.
Tobias Schlüter [Sun, 2 Sep 2007 15:04:11 +0000 (17:04 +0200)]
dump-parse-tree.c (show_char_const): New function.

fortran/
* dump-parse-tree.c (show_char_const): New function.
(gfc_show_expr): Use it.
* expr.c (find_substring_ref): Rework to not keep characters
dangling beyond end of string.
testsuite/
* gfortran.dg/substr_6.f90: New test.

From-SVN: r128027

16 years ago2007-09-02 Paolo Carlini <pcarlini@suse.de>
Paolo Carlini [Sun, 2 Sep 2007 13:06:31 +0000 (13:06 +0000)]
2007-09-02  Paolo Carlini  <pcarlini@suse.de>

* Remove junk in ChangeLog.

From-SVN: r128026

16 years agore PR c++/33208 (Broken diagnostic: 'component_ref' not supported by dump_decl)
Paolo Carlini [Sun, 2 Sep 2007 13:02:31 +0000 (13:02 +0000)]
re PR c++/33208 (Broken diagnostic: 'component_ref' not supported by dump_decl)

/cp
2007-09-02  Paolo Carlini  <pcarlini@suse.de>

PR c++/33208
* typeck.c (build_unary_op): Fix error message for
Boolean expression as operand to operator--.

/testsuite
2007-09-02  Paolo Carlini  <pcarlini@suse.de>

PR c++/33208
* g++.dg/other/error18.C: New.
* g++.dg/expr/bitfield3.C: Adjust.

From-SVN: r128025

16 years agore PR fortran/33276 (465.tonto in SPEC CPU 2006 fails to compile)
H.J. Lu [Sun, 2 Sep 2007 12:23:04 +0000 (12:23 +0000)]
re PR fortran/33276 (465.tonto in SPEC CPU 2006 fails to compile)

gcc/fortran/

2007-09-02  H.J. Lu  <hongjiu.lu@intel.com>

PR fortran/33276
* array.c (expand_iterator): Initialize frame.prev.

gcc/testsuite/

2007-09-02  H.J. Lu  <hongjiu.lu@intel.com>

PR fortran/33276
* gfortran.fortran-torture/compile/pr33276.f90: New.

From-SVN: r128024

16 years agoggc-page.c (ggc_pch_read): Call validate_free_objects.
Laurynas Biveinis [Sun, 2 Sep 2007 00:44:59 +0000 (00:44 +0000)]
ggc-page.c (ggc_pch_read): Call validate_free_objects.

2007-09-01  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

* ggc-page.c (ggc_pch_read): Call validate_free_objects.

From-SVN: r128023

16 years agoDaily bump.
GCC Administrator [Sun, 2 Sep 2007 00:17:12 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r128021

16 years agore PR middle-end/33272 (Compiler does not take advantage of restrict)
Joseph Myers [Sun, 2 Sep 2007 00:11:20 +0000 (01:11 +0100)]
re PR middle-end/33272 (Compiler does not take advantage of restrict)

PR middle-end/33272
* c-decl.c (grokdeclarator): Apply qualifiers to type of parameter
decayed from array.

testsuite:
* gcc.dg/c99-arraydecl-3.c: New test.

From-SVN: r128018

16 years agoarm.c, [...]: Fix comment typos.
Kazu Hirata [Sat, 1 Sep 2007 20:13:45 +0000 (20:13 +0000)]
arm.c, [...]: Fix comment typos.

* config/arm/arm.c, config/rs6000/ppu_intrinsics.h,
config/spu/spu.c, df-scan.c, fixed-value.c, fold-const.c,
ginclude/tgmath.h, haifa-sched.c, optabs.c, recog.c,
sched-deps.c, sched-int.h, system.h, target.h,
tree-ssa-live.c, tree-vect-transform.c, tree-vectorizer.c,
tree.def: Fix comment typos.

From-SVN: r128016

16 years agom68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.
Kazu Hirata [Sat, 1 Sep 2007 18:55:48 +0000 (18:55 +0000)]
m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.

* config/m68k/m68k.c (TARGET_DEFAULT_TARGET_FLAGS): Remove.
(override_options): Turn on -mstrict-align on non-ColdFire
targets.
* config/m68k/m68k.h (BIGGEST_ALIGNMENT): Update a comment.

From-SVN: r128015

16 years agoc-common.c (const_strip_array_types): Delete.
Kaveh R. Ghazi [Sat, 1 Sep 2007 17:18:03 +0000 (17:18 +0000)]
c-common.c (const_strip_array_types): Delete.

* c-common.c (const_strip_array_types): Delete.
* c-common.h (const_strip_array_types): Likewise.
* emit-rtl.c (const_next_insn, const_previous_insn,
const_next_nonnote_insn, const_prev_nonnote_insn,
const_next_real_insn, const_prev_real_insn,
const_next_active_insn, const_prev_active_insn, const_next_label,
const_prev_label): Delete.
* gimple-low.c (block_may_fallthru): Use expr_last.
* jump.c (reversed_comparison_code_parts): Use prev_nonnote_insn.
* rtl.h (const_previous_insn, const_next_insn,
const_prev_nonnote_insn, const_next_nonnote_insn,
const_prev_real_insn, const_next_real_insn,
const_prev_active_insn, const_next_active_insn, const_prev_label,
const_next_label): Delete.
* rtlanal.c (keep_with_call_p): Use next_nonnote_insn.
* system.h (CONST_CAST): Update comment.
* tree-cfg.c (tree_can_merge_blocks_p): Use last_stmt.
(const_first_stmt, const_last_stmt): Delete.
(tree_block_ends_with_condjump_p): Use last_stmt.
* tree-flow.h (const_first_stmt, const_last_stmt): Delete.
* tree-iterator.c (const_expr_first, const_expr_last,
const_expr_only): Delete.
* tree.c (const_lookup_attribute): Likewise.
(attribute_list_contained): Use lookup_attribute.
* tree.h (const_lookup_attribute, const_expr_first,
const_expr_last, const_expr_only): Delete.

cp:
* tree.c (pod_type_p, zero_init_p): Use strip_array_types.
* typeck.c (cp_type_quals, cp_type_readonly, cp_has_mutable_p):
Likewise.

From-SVN: r128014

16 years agotree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_VOLATILE.
Richard Guenther [Sat, 1 Sep 2007 09:07:17 +0000 (09:07 +0000)]
tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE instead of TREE_THIS_VOLATILE.

2007-09-01  Richard Guenther  <rguenther@suse.de>

* tree-ssa-alias.c (create_name_tags): Use TYPE_VOLATILE
instead of TREE_THIS_VOLATILE.
* tree-ssa-operands.c (add_virtual_operand): Do not set
has_volatile_ops.  Do not check s_ann for NULL.
(get_indirect_ref_operands): Likewise.
(get_expr_operands): Likewise.  For all reference trees
set has_volatile_ops based on TREE_THIS_VOLATILE.  Also
check base of reference for TREE_THIS_VOLATILE.

From-SVN: r128012

16 years agotree-cfg.c (verify_gimple_expr): Fix check for conversions between integral types.
Richard Guenther [Sat, 1 Sep 2007 09:05:05 +0000 (09:05 +0000)]
tree-cfg.c (verify_gimple_expr): Fix check for conversions between integral types.

2007-09-01  Richard Guenther  <rguenther@suse.de>

* tree-cfg.c (verify_gimple_expr): Fix check for conversions
between integral types.  Also allow conversions between
pointer types.

From-SVN: r128011

16 years agoDaily bump.
GCC Administrator [Sat, 1 Sep 2007 00:17:11 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r128008

16 years agooptabs.c (prepare_float_lib_cmp): Use libgcc_cmp_return_mode instead of word_mode.
Andrew Pinski [Fri, 31 Aug 2007 22:45:43 +0000 (15:45 -0700)]
optabs.c (prepare_float_lib_cmp): Use libgcc_cmp_return_mode instead of word_mode.

2007-08-31  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * optabs.c (prepare_float_lib_cmp): Use
        libgcc_cmp_return_mode instead of word_mode.
        * config/dfp-bit.h: Likewise.
        * config/fp-bit.h: Likewise.
        * config/spu/spu.c (spu_libgcc_cmp_return_mode):
        New function.
        (spu_libgcc_shift_count_mode): New function.
        (TARGET_LIBGCC_CMP_RETURN_MODE): Define.
        (TARGET_LIBGCC_SHIFT_COUNT_MODE): Define.

From-SVN: r128005

16 years agotree-pretty-print.c: Include output.h.
Joseph Myers [Fri, 31 Aug 2007 22:33:44 +0000 (23:33 +0100)]
tree-pretty-print.c: Include output.h.

* tree-pretty-print.c: Include output.h.
(dump_decl_name, dump_generic_node): Use %wd with pp_printf, not
HOST_WIDE_INT_PRINT_DEC.
* Makefile.in (tree-pretty-print.o): Add dependency on output.h.

From-SVN: r128004

16 years agoEnumSet*.class: Regenerate
Matthias Klose [Fri, 31 Aug 2007 21:06:15 +0000 (21:06 +0000)]
EnumSet*.class: Regenerate

2007-08-31  Matthias Klose  <doko@ubuntu.com>

        * classpath/lib/java/util/EnumSet*.class: Regenerate

From-SVN: r128002

16 years agore PR c++/32597 (New operation with empty parameter pack does not value-initialize)
Douglas Gregor [Fri, 31 Aug 2007 19:18:20 +0000 (19:18 +0000)]
re PR c++/32597 (New operation with empty parameter pack does not value-initialize)

2007-08-31 Douglas Gregor <doug.gregor@gmail.com>

PR c++/32597
* init.c (build_default_init): Make extern.
* cp-tree.h (build_default_init): Declare here.
* pt.c (tsubst_expr): When the instantiation of the initializer of
a variable results in an empty list, default-initialize the
variable.
(tsubst_copy_and_build): When the instantiation of the initializer
in a new expression results in an empty initializer list,
default-initialize it.

2007-08-31 Douglas Gregor <doug.gregor@gmail.com>

PR c++/32597
* gcc/testsuite/g++.dg/cpp0x/variadic-new2.C: New.
* gcc/testsuite/g++.dg/cpp0x/variadic-new.C: New.

From-SVN: r128000

16 years agomangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.
Doug Gregor [Fri, 31 Aug 2007 19:15:26 +0000 (19:15 +0000)]
mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'.

2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>

* mangle.c (write_type): Change mangling of rvalue reference from
`RR' to `O'.

2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>

* demangle.h (enum demangle_component_type): Add
DEMANGLE_COMPONENT_RVALUE_REFERENCE.

2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>

* cp-demangle.c (d_dump): Handle
DEMANGLE_COMPONENT_RVALUE_REFERENCE.
(d_make_comp): Ditto.
(cplus_demangle_type): Ditto.
(d_print_comp): Ditto.
(d_print_mod): Ditto.
(d_print_function_type): Ditto.

2007-08-31  Douglas Gregor  <doug.gregor@gmail.com>

* testsuite/abi/demangle/cxx0x/rref.cc: New.

From-SVN: r127999

16 years agore PR fortran/33232 (Diagnose comma in "read()," and "write(),")
Tobias Burnus [Fri, 31 Aug 2007 16:01:57 +0000 (18:01 +0200)]
re PR fortran/33232 (Diagnose comma in "read()," and "write(),")

2007-08-31  Tobias Burnus  <burnus@net-b.de>

PR fortran/33232
* io.c (match_io): Also diagnose extra comma for READ.

2007-08-31  Tobias Burnus  <burnus@net-b.de>

        PR fortran/33232
* gfortran.dg/eor_handling_2.f90: Add dg-warnings.
* gfortran.dg/read_1.f90: New.

From-SVN: r127997

16 years agore PR rtl-optimization/33224 (failing rtl iv analysis (maybe due to df))
Zdenek Dvorak [Fri, 31 Aug 2007 15:34:45 +0000 (17:34 +0200)]
re PR rtl-optimization/33224 (failing rtl iv analysis (maybe due to df))

PR rtl-optimization/33224
* loop-iv.c (latch_dominating_def): Check that the definition belongs
to the analysed region.

From-SVN: r127996

16 years agofunction.c (allocate_struct_function): Do not set current_function_returns_pointer.
Richard Guenther [Fri, 31 Aug 2007 14:56:11 +0000 (14:56 +0000)]
function.c (allocate_struct_function): Do not set current_function_returns_pointer.

2007-08-31  Richard Guenther  <rguenther@suse.de>

* function.c (allocate_struct_function): Do not set
current_function_returns_pointer.
* function.h (struct var_refs_queue): Remove.
(struct simple_obstack_stack): Likewise.
(struct function): Remove fixup_var_refs_queue member.
Remove returns_pointer flag.
(current_function_returns_pointer): Remove define.

From-SVN: r127994

16 years agotree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys in order...
Nick Clifton [Fri, 31 Aug 2007 14:28:38 +0000 (14:28 +0000)]
tree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys in order to obtain a stable sort.

* tree-ssa-coalesce.c (compare_pairs): Use the elements as secondary keys
  in order to obtain a stable sort.

From-SVN: r127993

16 years agore PR target/33132 (m32r: ICE: RTL check: expected elt 0 type 'i' or 'n', have 'w...
Nick Clifton [Fri, 31 Aug 2007 14:27:19 +0000 (14:27 +0000)]
re PR target/33132 (m32r: ICE: RTL check: expected elt 0 type 'i' or 'n', have 'w' (rtx const_int) in insn_current_length, at insn-attrtab.c:29)

PR target/33132
* config/m32r/constraints.md: Add W constraint for integer zero.
* config/m32r/m32r.md (get_pc): Use W and i constraints.
  Fix length calculation by using alternatives.

From-SVN: r127992

16 years agooptabs.c (shift_optab_p, [...]): New functions, split out from expand_binop.
Richard Sandiford [Fri, 31 Aug 2007 14:10:35 +0000 (14:10 +0000)]
optabs.c (shift_optab_p, [...]): New functions, split out from expand_binop.

gcc/
* optabs.c (shift_optab_p, commutative_optab_p): New functions,
split out from expand_binop.
(avoid_expensive_constant): New function.
(expand_binop_directly): Remove commutative_op argument and
call cummutative_optab_p instead.  Do not change op0 or op1
when swapping xop0 and xop1.  Apply avoid_expensive_constant
to each argument after potential swapping.  Enforce the
canonical order of commutative operands.
(expand_binop): Use shift_optab_p and commutative_optab_p.
Update the calls to expand_binop_directly.  Only force constants
into registers when widening an operation.  Only swap operands
once a direct expansion has been rejected.
(expand_twoval_binop): Only force constants into registers when
using a direct expansion.

From-SVN: r127991

16 years agominloc1.m4: Update copyright year and ajust headers order.
Francois-Xavier Coudert [Fri, 31 Aug 2007 14:01:34 +0000 (14:01 +0000)]
minloc1.m4: Update copyright year and ajust headers order.

* m4/minloc1.m4: Update copyright year and ajust headers order.
* m4/maxloc1.m4: Likewise.
* m4/in_pack.m4: Likewise.
* m4/sum.m4: Likewise.
* m4/fraction.m4: Likewise.
* m4/all.m4: Likewise.
* m4/set_exponent.m4: Likewise.
* m4/transpose.m4: Likewise.
* m4/eoshift1.m4: Likewise.
* m4/spacing.m4: Likewise.
* m4/eoshift3.m4: Likewise.
* m4/minval.m4: Likewise.
* m4/count.m4: Likewise.
* m4/maxval.m4: Likewise.
* m4/exponent.m4: Likewise.
* m4/shape.m4: Likewise.
* m4/head.m4: Likewise.
* m4/cshift1.m4: Likewise.
* m4/minloc0.m4: Likewise.
* m4/nearest.m4: Likewise.
* m4/maxloc0.m4: Likewise.
* m4/pow.m4: Likewise.
* m4/in_unpack.m4: Likewise.
* m4/matmull.m4: Likewise.
* m4/product.m4: Likewise.
* m4/reshape.m4: Likewise.
* m4/any.m4: Likewise.
* m4/rrspacing.m4: Likewise.
* m4/matmul.m4: Likewise.
* runtime/backtrace.c: Likewise.
* runtime/environ.c: Likewise.
* runtime/in_pack_generic.c: Likewise.
* runtime/compile_options.c: Likewise.
* runtime/in_unpack_generic.c: Likewise.
* runtime/main.c: Likewise.
* runtime/stop.c: Likewise.
* runtime/string.c: Likewise.
* runtime/memory.c: Likewise.
* runtime/error.c: Likewise.
* runtime/pause.c: Likewise.
* intrinsics/ierrno.c: Likewise.
* intrinsics/system_clock.c: Likewise.
* intrinsics/cshift0.c: Likewise.
* intrinsics/unlink.c: Likewise.
* intrinsics/ctime.c: Likewise.
* intrinsics/etime.c: Likewise.
* intrinsics/cpu_time.c: Likewise.
* intrinsics/malloc.c: Likewise.
* intrinsics/hostnm.c: Likewise.
* intrinsics/sleep.c: Likewise.
* intrinsics/exit.c: Likewise.
* intrinsics/perror.c: Likewise.
* intrinsics/transpose_generic.c: Likewise.
* intrinsics/pack_generic.c: Likewise.
* intrinsics/spread_generic.c: Likewise.
* intrinsics/stat.c: Likewise.
* intrinsics/string_intrinsics.c: Likewise.
* intrinsics/getcwd.c: Likewise.
* intrinsics/date_and_time.c: Likewise.
* intrinsics/unpack_generic.c: Likewise.
* intrinsics/move_alloc.c: Likewise.
* intrinsics/getlog.c: Likewise.
* intrinsics/eoshift0.c: Likewise.
* intrinsics/eoshift2.c: Likewise.
* intrinsics/reshape_generic.c: Likewise.
* intrinsics/system.c: Likewise.
* intrinsics/iso_c_binding.c: Likewise.
* intrinsics/env.c: Likewise.
* intrinsics/kill.c: Likewise.
* intrinsics/reshape_packed.c: Likewise.
* intrinsics/time.c: Likewise.
* intrinsics/gerror.c: Likewise.
* intrinsics/access.c: Likewise.
* intrinsics/fnum.c: Likewise.
* intrinsics/abort.c: Likewise.
* intrinsics/rename.c: Likewise.
* intrinsics/signal.c: Likewise.
* intrinsics/symlnk.c: Likewise.
* intrinsics/random.c: Likewise.
* intrinsics/umask.c: Likewise.
* intrinsics/getXid.c: Likewise.
* intrinsics/rand.c: Likewise.
* intrinsics/chdir.c: Likewise.
* intrinsics/chmod.c: Likewise.
* intrinsics/clock.c: Likewise.
* intrinsics/args.c: Likewise.
* intrinsics/link.c: Likewise.
* c99_protos.h: Likewise.
* config/fpu-387.h: Likewise.
* config/fpu-aix.h: Likewise.
* config/fpu-sysv.h: Likewise.
* config/fpu-generic.h: Likewise.
* config/fpu-glibc.h: Likewise.
* io/file_pos.c: Likewise.
* io/open.c: Likewise.
* io/size_from_kind.c: Likewise.
* io/close.c: Likewise.
* io/list_read.c: Likewise.
* io/read.c: Likewise.
* io/inquire.c: Likewise.
* io/unit.c: Likewise.
* io/unix.c: Likewise.
* io/transfer.c: Likewise.
* io/intrinsics.c: Likewise.
* io/format.c: Likewise.
* io/lock.c: Likewise.
* io/write.c: Likewise.
* io/write_float.def: Likewise.
* fmain.c: Likewise.
* generated/minval_r8.c: Regenerate.
* generated/minloc1_16_r16.c: Regenerate.
* generated/maxloc1_4_r8.c: Regenerate.
* generated/sum_i8.c: Regenerate.
* generated/eoshift3_4.c: Regenerate.
* generated/transpose_c8.c: Regenerate.
* generated/any_l16.c: Regenerate.
* generated/eoshift1_8.c: Regenerate.
* generated/pow_r8_i8.c: Regenerate.
* generated/reshape_r16.c: Regenerate.
* generated/pow_i4_i16.c: Regenerate.
* generated/maxval_i2.c: Regenerate.
* generated/product_r4.c: Regenerate.
* generated/maxloc1_8_i4.c: Regenerate.
* generated/exponent_r16.c: Regenerate.
* generated/maxloc0_4_r4.c: Regenerate.
* generated/fraction_r16.c: Regenerate.
* generated/in_unpack_i8.c: Regenerate.
* generated/matmul_r8.c: Regenerate.
* generated/product_i2.c: Regenerate.
* generated/fraction_r4.c: Regenerate.
* generated/minloc0_4_r16.c: Regenerate.
* generated/reshape_c4.c: Regenerate.
* generated/minloc0_4_i1.c: Regenerate.
* generated/maxloc0_4_r16.c: Regenerate.
* generated/maxloc0_4_i2.c: Regenerate.
* generated/minloc1_8_r16.c: Regenerate.
* generated/maxloc1_8_r16.c: Regenerate.
* generated/set_exponent_r8.c: Regenerate.
* generated/in_unpack_i16.c: Regenerate.
* generated/transpose_c16.c: Regenerate.
* generated/maxloc0_8_i8.c: Regenerate.
* generated/pow_c4_i8.c: Regenerate.
* generated/sum_r16.c: Regenerate.
* generated/sum_i1.c: Regenerate.
* generated/minloc1_4_r8.c: Regenerate.
* generated/transpose_r10.c: Regenerate.
* generated/pow_i8_i4.c: Regenerate.
* generated/maxloc1_16_r16.c: Regenerate.
* generated/minloc1_16_i4.c: Regenerate.
* generated/maxloc1_16_i4.c: Regenerate.
* generated/minloc0_16_i8.c: Regenerate.
* generated/maxloc0_16_i8.c: Regenerate.
* generated/nearest_r8.c: Regenerate.
* generated/spacing_r16.c: Regenerate.
* generated/transpose_i8.c: Regenerate.
* generated/count_16_l16.c: Regenerate.
* generated/maxval_r16.c: Regenerate.
* generated/count_8_l8.c: Regenerate.
* generated/product_c10.c: Regenerate.
* generated/minloc1_8_i4.c: Regenerate.
* generated/minloc0_16_i16.c: Regenerate.
* generated/matmul_r16.c: Regenerate.
* generated/eoshift1_16.c: Regenerate.
* generated/minloc0_4_r4.c: Regenerate.
* generated/pow_c16_i16.c: Regenerate.
* generated/set_exponent_r10.c: Regenerate.
* generated/pow_i16_i16.c: Regenerate.
* generated/product_c4.c: Regenerate.
* generated/sum_r4.c: Regenerate.
* generated/pow_c16_i4.c: Regenerate.
* generated/rrspacing_r10.c: Regenerate.
* generated/in_pack_c16.c: Regenerate.
* generated/minloc0_4_i2.c: Regenerate.
* generated/maxloc0_8_i1.c: Regenerate.
* generated/reshape_i4.c: Regenerate.
* generated/minloc0_8_i8.c: Regenerate.
* generated/matmul_c8.c: Regenerate.
* generated/spacing_r4.c: Regenerate.
* generated/in_pack_c4.c: Regenerate.
* generated/all_l16.c: Regenerate.
* generated/minloc1_16_r10.c: Regenerate.
* generated/sum_i2.c: Regenerate.
* generated/minloc0_16_i1.c: Regenerate.
* generated/reshape_c16.c: Regenerate.
* generated/maxloc0_16_i1.c: Regenerate.
* generated/maxloc1_8_r8.c: Regenerate.
* generated/minval_i16.c: Regenerate.
* generated/reshape_r10.c: Regenerate.
* generated/exponent_r10.c: Regenerate.
* generated/maxval_i4.c: Regenerate.
* generated/any_l4.c: Regenerate.
* generated/minval_i8.c: Regenerate.
* generated/maxloc1_4_i8.c: Regenerate.
* generated/fraction_r10.c: Regenerate.
* generated/maxloc0_16_i16.c: Regenerate.
* generated/shape_i4.c: Regenerate.
* generated/pow_r16_i8.c: Regenerate.
* generated/maxloc0_8_r4.c: Regenerate.
* generated/rrspacing_r8.c: Regenerate.
* generated/pow_c10_i4.c: Regenerate.
* generated/minloc1_4_i16.c: Regenerate.
* generated/minloc0_4_r10.c: Regenerate.
* generated/maxloc1_4_i16.c: Regenerate.
* generated/minloc0_8_i16.c: Regenerate.
* generated/maxloc0_4_r10.c: Regenerate.
* generated/maxloc0_8_i16.c: Regenerate.
* generated/minloc1_8_r10.c: Regenerate.
* generated/product_i4.c: Regenerate.
* generated/minloc0_16_r4.c: Regenerate.
* generated/sum_c16.c: Regenerate.
* generated/maxloc1_8_r10.c: Regenerate.
* generated/maxloc0_16_r4.c: Regenerate.
* generated/transpose_c10.c: Regenerate.
* generated/minloc1_16_r8.c: Regenerate.
* generated/minloc0_8_i1.c: Regenerate.
* generated/maxloc0_4_i4.c: Regenerate.
* generated/transpose_r4.c: Regenerate.
* generated/maxloc1_16_r8.c: Regenerate.
* generated/pow_i16_i8.c: Regenerate.
* generated/cshift1_4.c: Regenerate.
* generated/maxloc0_8_i2.c: Regenerate.
* generated/sum_r10.c: Regenerate.
* generated/nearest_r16.c: Regenerate.
* generated/sum_c4.c: Regenerate.
* generated/maxloc1_16_r10.c: Regenerate.
* generated/count_4_l16.c: Regenerate.
* generated/pow_c8_i8.c: Regenerate.
* generated/matmul_i8.c: Regenerate.
* generated/in_pack_i4.c: Regenerate.
* generated/pow_i4_i8.c: Regenerate.
* generated/minloc0_16_i2.c: Regenerate.
* generated/minloc1_8_r8.c: Regenerate.
* generated/maxloc0_16_i2.c: Regenerate.
* generated/exponent_r4.c: Regenerate.
* generated/spacing_r10.c: Regenerate.
* generated/matmul_c16.c: Regenerate.
* generated/pow_c4_i16.c: Regenerate.
* generated/maxval_r10.c: Regenerate.
* generated/count_4_l4.c: Regenerate.
* generated/shape_i16.c: Regenerate.
* generated/minval_i1.c: Regenerate.
* generated/maxloc1_4_i1.c: Regenerate.
* generated/matmul_r10.c: Regenerate.
* generated/minloc1_4_i8.c: Regenerate.
* generated/pow_r10_i8.c: Regenerate.
* generated/minloc0_8_r4.c: Regenerate.
* generated/in_unpack_c4.c: Regenerate.
* generated/matmul_l4.c: Regenerate.
* generated/product_i16.c: Regenerate.
* generated/minloc0_16_r16.c: Regenerate.
* generated/reshape_r8.c: Regenerate.
* generated/pow_r10_i16.c: Regenerate.
* generated/all_l4.c: Regenerate.
* generated/in_pack_c10.c: Regenerate.
* generated/minloc0_4_i4.c: Regenerate.
* generated/minloc0_8_i2.c: Regenerate.
* generated/matmul_i1.c: Regenerate.
* generated/reshape_c10.c: Regenerate.
* generated/minval_r4.c: Regenerate.
* generated/maxloc1_4_r4.c: Regenerate.
* generated/pow_r8_i16.c: Regenerate.
* generated/sum_i4.c: Regenerate.
* generated/maxval_r8.c: Regenerate.
* generated/count_16_l8.c: Regenerate.
* generated/transpose_c4.c: Regenerate.
* generated/eoshift1_4.c: Regenerate.
* generated/eoshift3_8.c: Regenerate.
* generated/minval_r16.c: Regenerate.
* generated/minloc1_4_i1.c: Regenerate.
* generated/minval_i2.c: Regenerate.
* generated/maxloc1_4_i2.c: Regenerate.
* generated/pow_i8_i16.c: Regenerate.
* generated/product_r8.c: Regenerate.
* generated/maxloc1_8_i8.c: Regenerate.
* generated/maxloc0_4_r8.c: Regenerate.
* generated/maxloc0_16_r16.c: Regenerate.
* generated/in_unpack_i4.c: Regenerate.
* generated/matmul_r4.c: Regenerate.
* generated/sum_c10.c: Regenerate.
* generated/minloc1_4_r16.c: Regenerate.
* generated/fraction_r8.c: Regenerate.
* generated/maxloc1_4_r16.c: Regenerate.
* generated/set_exponent_r4.c: Regenerate.
* generated/minloc0_8_r16.c: Regenerate.
* generated/in_unpack_c16.c: Regenerate.
* generated/reshape_c8.c: Regenerate.
* generated/maxloc0_8_r16.c: Regenerate.
* generated/nearest_r10.c: Regenerate.
* generated/maxloc0_8_i4.c: Regenerate.
* generated/pow_c4_i4.c: Regenerate.
* generated/matmul_i2.c: Regenerate.
* generated/minloc1_4_r4.c: Regenerate.
* generated/transpose_i16.c: Regenerate.
* generated/matmul_c10.c: Regenerate.
* generated/minloc0_16_i4.c: Regenerate.
* generated/maxloc0_16_i4.c: Regenerate.
* generated/pow_i8_i8.c: Regenerate.
* generated/nearest_r4.c: Regenerate.
* generated/minloc1_16_i8.c: Regenerate.
* generated/maxloc1_16_i8.c: Regenerate.
* generated/transpose_i4.c: Regenerate.
* generated/count_8_l4.c: Regenerate.
* generated/minloc1_4_i2.c: Regenerate.
* generated/matmul_l16.c: Regenerate.
* generated/maxloc1_8_i1.c: Regenerate.
* generated/minloc0_16_r10.c: Regenerate.
* generated/minloc1_8_i8.c: Regenerate.
* generated/minloc0_4_r8.c: Regenerate.
* generated/product_r16.c: Regenerate.
* generated/product_c8.c: Regenerate.
* generated/pow_r16_i16.c: Regenerate.
* generated/sum_r8.c: Regenerate.
* generated/pow_c16_i8.c: Regenerate.
* generated/in_pack_i16.c: Regenerate.
* generated/minloc0_8_i4.c: Regenerate.
* generated/matmul_c4.c: Regenerate.
* generated/minloc1_16_i16.c: Regenerate.
* generated/reshape_i8.c: Regenerate.
* generated/spacing_r8.c: Regenerate.
* generated/in_pack_c8.c: Regenerate.
* generated/maxloc1_8_r4.c: Regenerate.
* generated/minloc1_16_i1.c: Regenerate.
* generated/maxloc1_16_i1.c: Regenerate.
* generated/reshape_i16.c: Regenerate.
* generated/minval_r10.c: Regenerate.
* generated/pow_r4_i8.c: Regenerate.
* generated/minloc1_8_i1.c: Regenerate.
* generated/minval_i4.c: Regenerate.
* generated/maxloc1_4_i4.c: Regenerate.
* generated/maxloc1_8_i2.c: Regenerate.
* generated/maxval_i8.c: Regenerate.
* generated/eoshift3_16.c: Regenerate.
* generated/any_l8.c: Regenerate.
* generated/maxloc0_16_r10.c: Regenerate.
* generated/rrspacing_r4.c: Regenerate.
* generated/shape_i8.c: Regenerate.
* generated/maxloc0_8_r8.c: Regenerate.
* generated/minloc0_4_i16.c: Regenerate.
* generated/maxloc0_4_i16.c: Regenerate.
* generated/minloc1_4_r10.c: Regenerate.
* generated/minloc1_8_i16.c: Regenerate.
* generated/pow_c10_i8.c: Regenerate.
* generated/maxloc1_4_r10.c: Regenerate.
* generated/maxloc1_8_i16.c: Regenerate.
* generated/in_unpack_c10.c: Regenerate.
* generated/minloc0_8_r10.c: Regenerate.
* generated/maxloc0_8_r10.c: Regenerate.
* generated/minloc1_16_r4.c: Regenerate.
* generated/maxloc1_16_r4.c: Regenerate.
* generated/minloc0_16_r8.c: Regenerate.
* generated/pow_i16_i4.c: Regenerate.
* generated/product_i8.c: Regenerate.
* generated/maxloc0_16_r8.c: Regenerate.
* generated/sum_i16.c: Regenerate.
* generated/maxloc0_4_i8.c: Regenerate.
* generated/transpose_r8.c: Regenerate.
* generated/cshift1_8.c: Regenerate.
* generated/maxloc1_16_i16.c: Regenerate.
* generated/matmul_i4.c: Regenerate.
* generated/pow_c8_i4.c: Regenerate.
* generated/pow_i4_i4.c: Regenerate.
* generated/minloc1_8_r4.c: Regenerate.
* generated/sum_c8.c: Regenerate.
* generated/count_8_l16.c: Regenerate.
* generated/minloc1_16_i2.c: Regenerate.
* generated/maxloc1_16_i2.c: Regenerate.
* generated/in_pack_i8.c: Regenerate.
* generated/transpose_r16.c: Regenerate.
* generated/maxval_i16.c: Regenerate.
* generated/exponent_r8.c: Regenerate.
* generated/matmul_i16.c: Regenerate.
* generated/count_4_l8.c: Regenerate.
* generated/pow_c8_i16.c: Regenerate.
* generated/maxval_i1.c: Regenerate.
* generated/minloc1_4_i4.c: Regenerate.
* generated/minloc1_8_i2.c: Regenerate.
* generated/pow_c10_i16.c: Regenerate.
* generated/product_c16.c: Regenerate.
* generated/reshape_r4.c: Regenerate.
* generated/in_unpack_c8.c: Regenerate.
* generated/minloc0_8_r8.c: Regenerate.
* generated/matmul_l8.c: Regenerate.
* generated/product_r10.c: Regenerate.
* generated/set_exponent_r16.c: Regenerate.
* generated/cshift1_16.c: Regenerate.
* generated/product_i1.c: Regenerate.
* generated/all_l8.c: Regenerate.
* generated/maxloc0_4_i1.c: Regenerate.
* generated/rrspacing_r16.c: Regenerate.
* generated/minloc0_4_i8.c: Regenerate.
* generated/pow_r4_i16.c: Regenerate.
* generated/count_16_l4.c: Regenerate.
* generated/maxval_r4.c: Regenerate.

From-SVN: r127990

16 years agosched-deps.c (update_dep): Mark arguments with ATTRIBUTE_UNUSED.
Maxim Kuvyrkov [Fri, 31 Aug 2007 13:08:55 +0000 (13:08 +0000)]
sched-deps.c (update_dep): Mark arguments with ATTRIBUTE_UNUSED.

* sched-deps.c (update_dep): Mark arguments with ATTRIBUTE_UNUSED.
(sched_analyze_insn): Don't postprocess speculative dependencies when
target has no scheduling.
* tree-vect-transform.c (vect_estimate_min_profitable_iters): Fix
'uninitialized' warning.

From-SVN: r127989

16 years ago* decl.c (duplicate_decls): Remove duplicated line.
Jakub Jelinek [Fri, 31 Aug 2007 12:56:17 +0000 (14:56 +0200)]
* decl.c (duplicate_decls): Remove duplicated line.

From-SVN: r127988

16 years agore PR c++/33210 (Broken diagnostics: 'bound_template_template_parm' not supported...
Paolo Carlini [Fri, 31 Aug 2007 11:38:45 +0000 (11:38 +0000)]
re PR c++/33210 (Broken diagnostics: 'bound_template_template_parm' not supported by pp_cxx_unqualified_id/dump_decl)

/cp
2007-08-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/33210
* cxx-pretty-print.c (pp_cxx_unqualified_id): Deal with
BOUND_TEMPLATE_TEMPLATE_PARM.

/testsuite
2007-08-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/33210
* g++.dg/template/error30.C: New.

From-SVN: r127987

16 years agoResync.
Arnaud Charlet [Fri, 31 Aug 2007 10:33:04 +0000 (12:33 +0200)]
Resync.

From-SVN: r127986

16 years agoAdd new tests.
Arnaud Charlet [Fri, 31 Aug 2007 10:25:23 +0000 (12:25 +0200)]
Add new tests.

From-SVN: r127985

16 years ago[multiple changes]
Arnaud Charlet [Fri, 31 Aug 2007 10:25:05 +0000 (12:25 +0200)]
[multiple changes]

2007-08-31  Vincent Celier  <celier@adacore.com>

* fmap.ads: Minor comment updates

2007-08-31  GNAT Script  <nobody@adacore.com>

* Make-lang.in: Makefile automatically updated

2007-08-31  Bob Duff  <duff@adacore.com>

* sinfo.ads: Minor comment fix.

2007-08-31  Thomas Quinot  <quinot@adacore.com>

* stand.ads: (Standard_Debug_Renaming_Type): Make comment consistent
with implementation.
Documentation cleanup only.

2007-08-31  Sergey Rybin  <rybin@adacore.com>

* vms_data.ads: Add new qualifier /STMT_NAME_ON_NEW_LINE for the new
gnatpp '--separate-stmt-name' option.
Add new qualifier /USE_ON_NEW_LIN for the new gnatpp '--use-on-new-line'
option.

* gnat_ugn.texi: Add description for the new gnatpp
'--separate-stmt-name' and '--use-on-new-line' options.

From-SVN: r127984

16 years agosymbols-vms.adb (Initialize): Read symbol files with continuation lines
Vincent Celier [Fri, 31 Aug 2007 10:24:38 +0000 (12:24 +0200)]
symbols-vms.adb (Initialize): Read symbol files with continuation lines

2007-08-31  Vincent Celier  <celier@adacore.com>

* symbols-vms.adb (Initialize): Read symbol files with continuation
lines
(Finalize): If symbol is long, split the line

From-SVN: r127983

16 years agotempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR
Vincent Celier [Fri, 31 Aug 2007 10:24:29 +0000 (12:24 +0200)]
tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR

2007-08-31  Vincent Celier  <celier@adacore.com>

* tempdir.adb: On VMS, take into account GNUTMPDIR before TMPDIR

From-SVN: r127982

16 years agos-fileio.adb (Open): Normalize file name to lower case in non-case sensitive file...
Robert Dewar [Fri, 31 Aug 2007 10:24:20 +0000 (12:24 +0200)]
s-fileio.adb (Open): Normalize file name to lower case in non-case sensitive file name systems to...

2007-08-31  Robert Dewar  <dewar@adacore.com>

* s-fileio.adb (Open): Normalize file name to lower case in non-case
sensitive file name systems to avoid unexpected mismatch in Vista.

From-SVN: r127981

16 years agosem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity flag, for effiency.
Ed Schonberg [Fri, 31 Aug 2007 10:24:10 +0000 (12:24 +0200)]
sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity flag, for effiency.

2007-08-31  Ed Schonberg  <schonberg@adacore.com>

* sem_ch3.adb: The predicate Is_Descendent_Of_Address is now an entity
flag, for effiency. It is called when analyzing arithmetic operators
and also for actuals in calls that are universal_integers. The flag is
set for the predefined type address, and for any type or subtype
derived from it.

* sem_ch4.adb (Analyze_One_Call): Reject an actual that is a
Universal_Integer, when the formal is a descendent of address and the
call appears in user code.
(Analyze_Selected_Component): if the prefix is a private extension, the
tag component is visible.

* sem_util.ads, sem_util.adb: Remove Is_Descendent_Of_Address, now an
entity flag.

From-SVN: r127980

16 years agosem_ch10.adb (Analyze_Subunit_Context): When analyzing context clauses of subunits...
Ed Schonberg [Fri, 31 Aug 2007 10:23:59 +0000 (12:23 +0200)]
sem_ch10.adb (Analyze_Subunit_Context): When analyzing context clauses of subunits...

2007-08-31  Ed Schonberg  <schonberg@adacore.com>

* sem_ch10.adb (Analyze_Subunit_Context): When analyzing context
clauses of subunits, ignore limited_with_clauses that are illegal and
have not been fully analyzed.

From-SVN: r127979

16 years agoprj-attr.adb: Add new attribute Excluded_Source_Files
Vincent Celier [Fri, 31 Aug 2007 10:23:48 +0000 (12:23 +0200)]
prj-attr.adb: Add new attribute Excluded_Source_Files

2007-08-31  Vincent Celier  <celier@adacore.com>

* prj-attr.adb: Add new attribute Excluded_Source_Files

* prj-nmsc.adb: Use attribute Excluded_Source_Files before
Locally_Removed_Files.

* snames.ads, snames.adb: New standard name Excluded_Source_Files

From-SVN: r127978

16 years agopar-ch4.adb (P_Simple_Expression): Fold long sequences of concatenations of string...
Bob Duff [Fri, 31 Aug 2007 10:23:37 +0000 (12:23 +0200)]
par-ch4.adb (P_Simple_Expression): Fold long sequences of concatenations of string literals into a single literal...

2007-08-31  Bob Duff  <duff@adacore.com>

* par-ch4.adb (P_Simple_Expression): Fold long sequences of
concatenations of string literals into a single literal, in order to
avoid very deep recursion in the front end, which was causing stack
overflow.

* sem_eval.adb (Eval_Concatenation): If the left operand is the empty
string, and the right operand is a string literal (the case of "" &
"..."), optimize by avoiding copying the right operand -- just use the
value of the right operand directly.

* stringt.adb (Store_String_Chars): Optimize by growing the
String_Chars table all at once, rather than appending characters one by
one.
(Write_String_Table_Entry): If the string to be printed is very long,
just print the first few characters, followed by the length. Otherwise,
doing "pn(n)" in the debugger can take an extremely long time.

* sem_prag.adb (Process_Interface_Name): Replace loop doing
Store_String_Char with Store_String_Chars.

From-SVN: r127977

16 years agorestrict.adb, [...]: Remove redundant type conversion.
Hristian Kirtchev [Fri, 31 Aug 2007 10:23:25 +0000 (12:23 +0200)]
restrict.adb, [...]: Remove redundant type conversion.

2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>

        * restrict.adb, namet.adb, par-util.adb: Remove redundant type
conversion.

* sem_res.adb (Resolve_Qualified_Expression): Add machinery to detect
simple redundant qualifications. The check is performed whenever the
expression is a non-overloaded identifier.
(Resolve_Type_Conversion): Enchance the redundant type conversion check
to include loop parameters.
(Valid_Conversion): Avoid generation of spurious error message.

From-SVN: r127976

16 years agotree.c (build_complex_type): Always set TYPE_NAME for comples types.
Richard Guenther [Fri, 31 Aug 2007 10:23:25 +0000 (10:23 +0000)]
tree.c (build_complex_type): Always set TYPE_NAME for comples types.

2007-08-31  Richard Guenther  <rguenther@suse.de>

* tree.c (build_complex_type): Always set TYPE_NAME for
comples types.

From-SVN: r127975

16 years agolayout.adb (Layout_Type): Use Underlying_Type to determine whether an access type...
Richard Kenner [Fri, 31 Aug 2007 10:23:10 +0000 (12:23 +0200)]
layout.adb (Layout_Type): Use Underlying_Type to determine whether an access type points to an...

2007-08-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>

* layout.adb (Layout_Type): Use Underlying_Type to determine whether an
access type points to an unconstrained array.

From-SVN: r127974

16 years agoexp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a library-level...
Gary Dismukes [Fri, 31 Aug 2007 10:22:39 +0000 (12:22 +0200)]
exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a library-level package renaming...

2007-08-31  Gary Dismukes  <dismukes@adacore.com>

* exp_ch8.adb (Expand_N_Package_Renaming_Declaration): In the case of a
library-level package renaming, pass the declaration associated with
the renaming's special debug variable to Qualify_Entity_Names to ensure
that its encoded name is properly qualified.

* exp_dbug.adb (Qualify_All_Entity_Names): Check for a variable entity
occurring in the list of entities to qualify, and do not attempt to
traverse an entity list in that case. Variables associated with
` library-level package renamings can now occur in the table.

* exp_dbug.ads: Revise documentation of the encoding for renaming
declarations.

From-SVN: r127973

16 years agoexp_ch3.adb (Build_Record_Init_Proc): If there is a static initialization aggregate...
Ed Schonberg [Fri, 31 Aug 2007 10:22:15 +0000 (12:22 +0200)]
exp_ch3.adb (Build_Record_Init_Proc): If there is a static initialization aggregate for the type...

2007-08-31  Ed Schonberg  <schonberg@adacore.com>

* exp_ch3.adb (Build_Record_Init_Proc): If there is a static
initialization aggregate for the type, generate itype references for
thetypes of its (sub)components, to prevent out-of-scope errors in gigi.

From-SVN: r127972

16 years agoexp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise statement when compil...
Javier Miranda [Fri, 31 Aug 2007 10:22:03 +0000 (12:22 +0200)]
exp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise statement when compiling under restriction...

2007-08-31  Javier Miranda  <miranda@adacore.com>

* exp_ch11.adb (Expand_At_End_Handler): Avoid generation of raise
statement when compiling under restriction No_Exceptions_Proparation.

From-SVN: r127971

16 years agoeinfo.ads, einfo.adb: New flag Is_Raised (Flag224).
Hristian Kirtchev [Fri, 31 Aug 2007 10:20:54 +0000 (12:20 +0200)]
einfo.ads, einfo.adb: New flag Is_Raised (Flag224).

2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>

* einfo.ads, einfo.adb: New flag Is_Raised (Flag224). Update the
structure of E_Exception to reflect the new flag.
(Is_Raised, Set_Is_Raised): New inlined routines.
Update the usage of available flag to reflect the addition of Is_Raised.
(Is_Raised, Set_Is_Raised): Bodies of new routines.
(Write_Entity_Flags): Write the status of flag Is_Raised.
(Is_Descendent_Of_Address): New entity flag, to simplify handling of
spurious ambiguities when integer literals appear in the context of an
address type that is a visible integer type.

* sem_ch11.adb (Analyze_Exception_Handler): Add code to warn on local
exceptions never being raised.
(Analyze_Raise_Statement): When analyzing an exception, mark it as being
explicitly raised.

From-SVN: r127970

16 years agochecks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine.
Hristian Kirtchev [Fri, 31 Aug 2007 10:20:38 +0000 (12:20 +0200)]
checks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine.

2007-08-31  Hristian Kirtchev  <kirtchev@adacore.com>

* checks.adb (In_Declarative_Region_Of_Subprogram_Body): New routine.
(Mark_Non_Null): If the node for which we just generated an access check
is a reference to an *in* parameter and the reference appears in the
declarative part of a subprogram body, mark the node as known non null.

From-SVN: r127969

16 years agoa-tags.adb (Internal_Tag): Protect the run-time against wrong internal tags.
Javier Miranda [Fri, 31 Aug 2007 10:20:21 +0000 (12:20 +0200)]
a-tags.adb (Internal_Tag): Protect the run-time against wrong internal tags.

2007-08-31  Javier Miranda  <miranda@adacore.com>

* a-tags.adb (Internal_Tag): Protect the run-time against wrong
internal tags.

From-SVN: r127968

16 years agore PR ada/4720 (GNAT programs do not support --help and --version)
Vincent Celier [Fri, 31 Aug 2007 10:19:18 +0000 (12:19 +0200)]
re PR ada/4720 (GNAT programs do not support --help and --version)

2007-08-30  Vincent Celier  <celier@adacore.com>

PR ada/4720

* gnatchop.adb, gnatfind.adb, gnatlink.adb, gnatls.adb,
gnatname.adb, gnatxref.adb, gprep.adb, clean.adb gnatbind.adb
(Check_Version_And_Help): New procedure in package Switch to process
switches --version and --help.
Use Check_Version_And_Help in GNAT tools

* make.adb:  Ditto.
(Compile_Sources): Make sure that sources that are "excluded" are not
compiled.
(Gnatmake): Do not issue -aO. to gnatbind and only issue -I- if a
project file is used.
(Version_Switch): Remove, moved to Switch
(Help_Switch): Remove, moved to Switch
(Display_Version): Remove, moved to Switch

* switch.ads, switch.adb (Check_Version_And_Help): New procedure in
package Switch to process switches --version and --help.
(Display_Version): New procedure

* gnatvsn.ads, gnatvsn.adb (Copyright_Holder): New function.

From-SVN: r127967

16 years ago* intrinsic.texi (LGAMMA): Remove empty @cindex line.
Joseph Myers [Fri, 31 Aug 2007 09:46:25 +0000 (10:46 +0100)]
* intrinsic.texi (LGAMMA): Remove empty @cindex line.

From-SVN: r127964

16 years agore PR c++/32113 (ICE with invalid template parameter)
Paolo Carlini [Fri, 31 Aug 2007 09:44:54 +0000 (09:44 +0000)]
re PR c++/32113 (ICE with invalid template parameter)

/cp
2007-08-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/32113
* search.c (lookup_member): Check the name argument for
error_mark_node.

/testsuite
2007-08-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/32113
* g++.dg/template/crash70.C: New.

From-SVN: r127963

16 years agore PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr)
Paolo Carlini [Fri, 31 Aug 2007 09:11:43 +0000 (09:11 +0000)]
re PR c++/33212 (Broken diagnostic: 'trait_expr' not supported by dump_expr)

/cp
2007-08-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/33212
* parser.c (cp_parser_trait_expr): Check rerurn value of
cp_parser_type_id.

/testsuite
2007-08-31  Paolo Carlini  <pcarlini@suse.de>

PR c++/33212
* g++.dg/ext/is_class_error.C: New.

From-SVN: r127962

16 years agoMakefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads when compiling for...
Ben Elliston [Fri, 31 Aug 2007 08:14:16 +0000 (08:14 +0000)]
Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads when compiling for powerpc64-*-linux.

* Makefile.in (LIBGNAT_TARGET_PAIRS): Use system-linux-ppc64.ads
when compiling for powerpc64-*-linux.
* system-linux-ppc64.ads: New file.

From-SVN: r127960

16 years agotest_oalign.adb, [...]: New test.
Olivier Hainque [Fri, 31 Aug 2007 07:17:34 +0000 (07:17 +0000)]
test_oalign.adb, [...]: New test.

2007-08-31  Olivier Hainque  <hainque@adacore.com>

* gnat.dg/test_oalign.adb, oalign[12].ads: New test.

From-SVN: r127957

16 years agoxcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New internal macro.
Olivier Hainque [Fri, 31 Aug 2007 07:08:40 +0000 (07:08 +0000)]
xcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New internal macro.

2007-08-31  Olivier Hainque  <hainque@adacore.com>

* config/rs6000/xcoff.h (XCOFF_CSECT_DEFAULT_ALIGNMENT_STR): New
internal macro. Default alignment factor for csect directives, chosen
to match what BIGGEST_ALIGNMENT allows.
(DATA_SECTION_ASM_OP): Use it.
* config/rs6000/rs6000.c
(rs6000_xcoff_output_readonly_section_asm_op):
Use XCOFF_CSECT_DEFAULT_ALIGNMENT_STR.
(rs6000_xcoff_output_readwrite_section_asm_op): Likewise.

From-SVN: r127956

16 years agodbxout.c (dbxout_block): Move declaration within the first #if defined (DBX_DEBUGGING...
Olivier Hainque [Fri, 31 Aug 2007 07:02:43 +0000 (07:02 +0000)]
dbxout.c (dbxout_block): Move declaration within the first #if defined (DBX_DEBUGGING_INFO) block.

2007-08-31  Olivier Hainque  <hainque@adacore.com>

* dbxout.c (dbxout_block): Move declaration within the first
#if defined (DBX_DEBUGGING_INFO) block.  Rearrange another such
block to include the definition, together with the associated
helpers.

From-SVN: r127955

16 years agoSupport for PowerPC 750CL paired-single instructions
David Edelsohn [Fri, 31 Aug 2007 05:26:38 +0000 (05:26 +0000)]
Support for PowerPC 750CL paired-single instructions

Co-Authored-By: Revital Eres <eres@il.ibm.com>
From-SVN: r127954

16 years agocvt.c (cp_convert_to_pointer): Remove force parameter.
Ollie Wild [Fri, 31 Aug 2007 04:41:52 +0000 (04:41 +0000)]
cvt.c (cp_convert_to_pointer): Remove force parameter.

gcc/cp/
* cvt.c (cp_convert_to_pointer): Remove force parameter. Call
convert_ptrmem for pointer to member conversions.
(convert_to_pointer_force): Update cp_convert_to_pointer call.
(ocp_convert): Update cp_convert_to_pointer call.
* typeck.c (convert_ptrmem): Add conditional for null pointers to
members.
(build_static_cast_1): Check can_convert for conversions in either
direction.
(get_delta_difference_1): New function.
(get_delta_difference): Refactor to call get_delta_difference_1.

gcc/testsuite/
g++.dg/conversion/ptrmem2.C: New test.
g++.dg/conversion/ptrmem3.C: New test.
g++.dg/conversion/ptrmem4.C: New test.
g++.dg/conversion/ptrmem5.C: New test.
g++.dg/conversion/ptrmem6.C: New test.
g++.dg/conversion/ptrmem7.C: New test.
g++.dg/conversion/ptrmem8.C: New test.

From-SVN: r127953

16 years agoc-opts.c (c_common_handle_option): Support -fno-directives-only.
Ollie Wild [Fri, 31 Aug 2007 04:13:57 +0000 (04:13 +0000)]
c-opts.c (c_common_handle_option): Support -fno-directives-only.

gcc/
* c-opts.c (c_common_handle_option): Support -fno-directives-only.
* gcc.c (default_compilers): Add -fno-directives-only to
@assembler-with-cpp.

From-SVN: r127952

16 years agore PR middle-end/33211 (FAIL: gcc.target/spu/fixed-range.c scan-assembler lqd.*21)
Sandra Loosemore [Fri, 31 Aug 2007 03:25:02 +0000 (23:25 -0400)]
re PR middle-end/33211 (FAIL: gcc.target/spu/fixed-range.c scan-assembler lqd.*21)

2007-08-30  Sandra Loosemore  <sandra@codesourcery.com>

PR middle-end/33211

gcc/
* regclass.c (initial_fixed_regs): Revert previous change and make
it const again.
(initial_call_used_regs): Likewise.
(initial_call_really_used_regs): Delete, reverting previous addition.
(initial_reg_names): Likewise.
(init_reg_sets): Revert previous change.
(saved_fixed_regs): New.
(saved_call_used_regs): New.
(saved_call_really_used_regs): New.
(saved_reg_names): New.
(save_register_info): New.
(restore_register_info): New.
(init_reg_sets_1): Replace reset of register info with call to
restore_register_info.
* rtl.h (save_register_info): Declare.
* toplev.c (backend_init): Call save_register_info.

From-SVN: r127951

16 years agore PR libfortran/33225 (Missing last digit in some formatted output (on 32bit targets...
Jerry DeLisle [Fri, 31 Aug 2007 01:37:31 +0000 (01:37 +0000)]
re PR libfortran/33225 (Missing last digit in some formatted output (on 32bit targets), per kind write_float)

2007-08-30  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/33225
* io/write.c: Revert changes from patch of 2007-08-27.
* io/write_float.def: Remove file, reverting addition.

From-SVN: r127950

16 years agotree-ssa-propagate.c (set_rhs): Remove the copied annotation from the original statement.
Laurynas Biveinis [Fri, 31 Aug 2007 00:26:18 +0000 (00:26 +0000)]
tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the original statement.

2007-08-30  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

* tree-ssa-propagate.c (set_rhs): Remove the copied annotation
from the original statement.

From-SVN: r127946

16 years agoDaily bump.
GCC Administrator [Fri, 31 Aug 2007 00:17:08 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r127944

16 years agoc-lex.c (interpret_fixed): Declare.
Chao-ying Fu [Thu, 30 Aug 2007 23:09:28 +0000 (23:09 +0000)]
c-lex.c (interpret_fixed): Declare.

* c-lex.c (interpret_fixed): Declare.
(interpret_float): Process _Fract and _Accum.
(interpret_fixed): New function.
* final.c (output_addr_const): Process CONST_FIXED.
* simplify-rtx.c (simplify_const_unary_operation): Handle US_NEG.
(simplify_binary_operation_1): Handle US_ASHIFT, SS_MULT, US_MULT,
SS_DIV, US_DIV.
(simplify_const_binary_operation): Handle SS_MULT, US_MULT, SS_DIV,
US_DIV, US_ASHIFT.
(simplify_immed_subreg): Support CONST_FIXED.
Process MODE_FRACT, MODE_UFRACT, MODE_ACCUM, MODE_UACCUM.
(simplify_subreg): Support CONST_FIXED.

From-SVN: r127941

16 years agoexpr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, hk,...
Chao-ying Fu [Thu, 30 Aug 2007 23:05:17 +0000 (23:05 +0000)]
expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur, ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.

* expr.c (interpret_float_suffix): Support hr, r, lr, llr, uhr, ur,
ulr, ullr, hk, k, lk, llk, uhk, uk, ulk, ullk.
(cpp_classify_number): Support decimal fixed-point constants without
exponents.
Warn about fixed-point constants when -pedantic.
* include/cpplib.h (CPP_N_SMALL, CPP_N_MEDIUM, CPP_N_LARGE): Change
comments to support fixed-point values.
(CPP_N_FRACT, CPP_N_ACCUM): Define.

From-SVN: r127940

16 years agore PR fortran/31879 (ICE with function having array of character variables argument)
Paul Thomas [Thu, 30 Aug 2007 22:10:55 +0000 (22:10 +0000)]
re PR fortran/31879 (ICE with function having array of character variables argument)

2007-08-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31879
PR fortran/31197
PR fortran/31258
PR fortran/32703
* gfortran.h : Add prototype for gfc_resolve_substring_charlen.
* resolve.c (gfc_resolve_substring_charlen): New function.
(resolve_ref): Call gfc_resolve_substring_charlen.
(gfc_resolve_character_operator): New function.
(gfc_resolve_expr): Call the new functions in cases where the
character length is missing.
* iresolve.c (cshift, eoshift, merge, pack, reshape, spread,
transpose, unpack): Call gfc_resolve_substring_charlen for
source expressions that are character and have a reference.
* trans.h (gfc_trans_init_string_length) Change name to
gfc_conv_string_length; modify references in trans-expr.c,
trans-array.c and trans-decl.c.
* trans-expr.c (gfc_trans_string_length): Handle case of no
backend_decl.
(gfc_conv_aliased_arg): Remove code for treating substrings
and replace with call to gfc_trans_string_length.
* trans-array.c (gfc_conv_expr_descriptor): Remove code for
treating strings and call gfc_trans_string_length instead.

2007-08-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31879
* gfortran.dg/char_length_7.f90: New test.
* gfortran.dg/char_length_9.f90: New test.
* gfortran.dg/char_assign_1.f90: Add extra warning.

PR fortran/31197
PR fortran/31258
* gfortran.dg/char_length_8.f90: New test.

From-SVN: r127939

16 years agoEnumSet.java: Documented.
Andrew John Hughes [Thu, 30 Aug 2007 19:57:30 +0000 (19:57 +0000)]
EnumSet.java: Documented.

2007-08-22  Andrew John Hughes  <gnu_andrew@member.fsf.org>

* java/util/EnumSet.java:
Documented.
(complementOf(EnumSet)): Fixed to flip only
the bits used by the enumset.

From-SVN: r127938

16 years agoMAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
Krister Walfridsson [Thu, 30 Aug 2007 19:24:47 +0000 (21:24 +0200)]
MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.

* MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
(Write After Approval): Remove myself.

From-SVN: r127936

16 years agoMove changelog
Richard Sandiford [Thu, 30 Aug 2007 18:31:57 +0000 (18:31 +0000)]
Move changelog

From-SVN: r127935

16 years agoppu_intrinsics.h: New file.
Andrew Pinski [Thu, 30 Aug 2007 18:28:13 +0000 (18:28 +0000)]
ppu_intrinsics.h: New file.

2007-08-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * config/rs6000/ppu_intrinsics.h: New file.
        * config.gcc (powerpc*-*-* <extra_headers>): Install
        ppu_intrinsics.h.

2007-08-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * gcc.target/powerpc/ppu-intrinsics.c: New testcase.

From-SVN: r127934

16 years agogij.cc (version): Update Copyright year.
Andreas Tobler [Thu, 30 Aug 2007 18:27:12 +0000 (18:27 +0000)]
gij.cc (version): Update Copyright year.

2007-08-30  Andreas Tobler  <a.tobler@schweiz.org>

* gij.cc (version): Update Copyright year.

From-SVN: r127933

16 years agocfg.c (dump_flow_info): Change to also print entry and exit block info.
Kenneth Zadeck [Thu, 30 Aug 2007 17:43:04 +0000 (17:43 +0000)]
cfg.c (dump_flow_info): Change to also print entry and exit block info.

2007-08-30  Kenneth Zadeck <zadeck@naturalbridge.com>

* cfg.c (dump_flow_info): Change to also print entry and exit
block info.
* print-rtl.c (print_rtl_single): Allow to print rtl with
-fdump-unnumbered.

From-SVN: r127932

16 years agodf-core.h (df_dump_region): New function.
Kenneth Zadeck [Thu, 30 Aug 2007 17:38:25 +0000 (17:38 +0000)]
df-core.h (df_dump_region): New function.

2007-08-30  Kenneth Zadeck <zadeck@naturalbridge.com>

* df-core.h (df_dump_region): New function.
* df.h (df_dump_region): New function.
* loop-invariant.c (find_defs): Add call to df_dump_region.
* loop-iv.c (iv_analysis_loop_init): Changed call from df_dump to
df_dump_region.

From-SVN: r127931

16 years agodecl.c (start_preparsed_function): Set DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P...
Jakub Jelinek [Thu, 30 Aug 2007 16:46:23 +0000 (18:46 +0200)]
decl.c (start_preparsed_function): Set DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.

* decl.c (start_preparsed_function): Set
DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.

* gcc.dg/inline-24.c: New test.
* g++.dg/opt/inline11.C: New test.

From-SVN: r127929

16 years agore PR target/33168 (GCC Boot failure, building libstc++)
Jakub Jelinek [Thu, 30 Aug 2007 16:43:19 +0000 (18:43 +0200)]
re PR target/33168 (GCC Boot failure, building libstc++)

PR target/33168
* config/rs6000/rs6000.c (rs6000_elf_in_small_data_p): Return
true if any of the compare_section_name calls returned true,
rather than if any returned false.

From-SVN: r127928

16 years agore PR middle-end/33199 (tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc)
Richard Guenther [Thu, 30 Aug 2007 14:52:28 +0000 (14:52 +0000)]
re PR middle-end/33199 (tr1/2_general_utilities/shared_ptr/assign/auto_ptr.cc)

2007-08-30  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/33199
* tree-ssa-structalias.c (handle_lhs_call): New function.
(find_func_aliases): In non-IPA mode make sure that for
calls that return a pointer we add a constraint for the
result to point to anything.

From-SVN: r127927

16 years agoinvoke.texi (-mveclibabi): Document new target option.
Richard Guenther [Thu, 30 Aug 2007 13:55:42 +0000 (13:55 +0000)]
invoke.texi (-mveclibabi): Document new target option.

2007-08-30  Richard Guenther  <rguenther@suse.de>

* doc/invoke.texi (-mveclibabi): Document new target option.
* config/i386/i386.opt (-mveclibabi): New target option.
* config/i386/i386.c (ix86_veclib_handler): Handler for
vectorization library support.
(override_options): Handle the -mveclibabi option, initialize
the vectorization library handler.
(ix86_builtin_vectorized_function): As fallback call the
vectorization library handler, if set.
(ix86_veclibabi_acml): New static function for ACML ABI style
vectorization support.

* gcc.target/i386/vectorize5.c: New testcase.

From-SVN: r127926

16 years agore PR fortran/33228 (Accepts use-associated functions in MODULE PROCEDURE)
Tobias Burnus [Thu, 30 Aug 2007 13:44:47 +0000 (15:44 +0200)]
re PR fortran/33228 (Accepts use-associated functions in MODULE PROCEDURE)

2007-08-30  Tobias Burnus  <burnus@net-b.de>

PR fortran/33228
* interface.c (check_interface0): Improve error for external procs.
(check_sym_interfaces): Fix checking of module procedures.

2007-08-30  Tobias Burnus  <burnus@net-b.de>

PR fortran/33228
* gfortran.dg/generic_9.f90: Update error message.
* gfortran.dg/generic_14.f90: New.

From-SVN: r127925

16 years agore PR middle-end/32758 (ecj1 hangs)
Jakub Jelinek [Thu, 30 Aug 2007 08:27:33 +0000 (10:27 +0200)]
re PR middle-end/32758 (ecj1 hangs)

PR middle-end/32758
* dce.c (dce_process_block): Don't delete setters of
artificially used registers.

* gcc.dg/cleanup-12.c: New test.

From-SVN: r127923

16 years agors6000.c (rs6000_emit_sync): For QI or HI mode used_m...
Jakub Jelinek [Thu, 30 Aug 2007 08:25:36 +0000 (10:25 +0200)]
rs6000.c (rs6000_emit_sync): For QI or HI mode used_m...

* config/rs6000/rs6000.c (rs6000_emit_sync): For QI or HI mode
used_m, even if it is 32-bit aligned, adjust used_m MEM to have
SImode and update m.  Don't run gen_lowpart_common on arbitrary
memory address, force it to register first.

* gcc.dg/sync-2.c (AI_ALIGN): Define if not defined.
(AI): Add AI_ALIGN.
* gcc.dg/sync-3.c: New test.

From-SVN: r127922

16 years agos390.md ("*add<mode>3_alc_carry1_cc", [...]): New insn definitions.
Ulrich Weigand [Thu, 30 Aug 2007 06:51:53 +0000 (06:51 +0000)]
s390.md ("*add<mode>3_alc_carry1_cc", [...]): New insn definitions.

2007-08-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>

* config/s390/s390.md ("*add<mode>3_alc_carry1_cc",
"*add<mode>3_alc_carry1_cconly", "*add<mode>3_alc_carry2_cc",
"*add<mode>3_alc_carry2_cconly"): New insn definitions.

From-SVN: r127921

16 years agos390.c (s390_expand_addcc): Emit canonical alc pattern.
Ulrich Weigand [Thu, 30 Aug 2007 06:50:44 +0000 (06:50 +0000)]
s390.c (s390_expand_addcc): Emit canonical alc pattern.

2007-08-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>

* config/s390/s390.c (s390_expand_addcc): Emit canonical alc
pattern.
* config/s390/s390.md ("*add<mode>3_alc_cc", "*add<mode>3_alc",
"addti3", "*adddi3_31z", "*scond<mode>"): Make alc pattern canonical.

From-SVN: r127920

16 years agogcc-dg.exp (cleanup-profile-file): New procedure.
Uros Bizjak [Thu, 30 Aug 2007 05:23:02 +0000 (07:23 +0200)]
gcc-dg.exp (cleanup-profile-file): New procedure.

* lib/gcc-dg.exp (cleanup-profile-file): New procedure.
* gcc.dg/20021014-1.c: Use cleanup-profile-file.
* gcc.dg/gcc.dg/20021014-1.c: Ditto.
* gcc.dg/pr32450.c: Ditto.
* gcc.dg/nest.c: Ditto.
* gcc.dg/nested-func-4.c: Ditto.
* g++.old-deja/g++.law/profile1.C: Ditto.

From-SVN: r127919

16 years agoDaily bump.
GCC Administrator [Thu, 30 Aug 2007 00:17:27 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r127916

16 years agosystem.h: Activate -Wcast-qual as warning-only.
Kaveh R. Ghazi [Wed, 29 Aug 2007 20:28:33 +0000 (20:28 +0000)]
system.h: Activate -Wcast-qual as warning-only.

* system.h: Activate -Wcast-qual as warning-only.

From-SVN: r127913

16 years agoacinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENODATA, ENOSR, ENOSTR, ETIME for...
Benjamin Kosnik [Wed, 29 Aug 2007 19:53:50 +0000 (19:53 +0000)]
acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENODATA, ENOSR, ENOSTR, ETIME for freebsd.

2007-08-29  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENODATA, ENOSR,
ENOSTR, ETIME for freebsd.
* configure: Regenerate.
* include/std/system_error: Guard.
* testsuite/19_diagnostics/headers/system_error/
types_std_c++0x.cc: Same.
* testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Adjust
line numbers.

From-SVN: r127912

16 years agore PR target/33168 (GCC Boot failure, building libstc++)
Paolo Bonzini [Wed, 29 Aug 2007 17:01:35 +0000 (17:01 +0000)]
re PR target/33168 (GCC Boot failure, building libstc++)

2007-08-29  Paolo Bonzini  <bonzini@gnu.org>

        PR target/33168
        * config/rs6000/rs6000.c (compare_section_name): New function.
        (rs6000_elf_in_small_data_p): Compare section prefixes instead
        of full name.

From-SVN: r127910

16 years agoxcoffout.c: #include debug.h.
Olivier Hainque [Wed, 29 Aug 2007 15:57:21 +0000 (15:57 +0000)]
xcoffout.c: #include debug.h.

2007-08-29  Olivier Hainque  <hainque@adacore.com>

* xcoffout.c: #include debug.h.
* Makefile.in (xcoffout.o): Add debug.h dependency.

From-SVN: r127906

16 years agore PR libfortran/32989 (GETARG intrinsic)
Francois-Xavier Coudert [Wed, 29 Aug 2007 15:22:55 +0000 (15:22 +0000)]
re PR libfortran/32989 (GETARG intrinsic)

PR fortran/32989

* iresolve.c (gfc_resolve_getarg): Handle non-default integer
kinds.
* check.c (gfc_check_getarg): New function
* intrinsic.h: Add prototype for gfc_check_getarg.
* intrinsic.c (add_subroutines): Add reference to gfc_check_getarg.
* intrinsic.texi (GETARG): Adjust documentation.

* gfortran.fortran-torture/execute/getarg_1.f90: Add check for
non-default integer kind arguments.

From-SVN: r127905

16 years ago* config.sub, config.guess: Update from upstream sources.
Nick Clifton [Wed, 29 Aug 2007 15:21:28 +0000 (15:21 +0000)]
* config.sub, config.guess: Update from upstream sources.

From-SVN: r127904

16 years agore PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics)
François-Xavier Coudert [Wed, 29 Aug 2007 15:16:00 +0000 (15:16 +0000)]
re PR fortran/33105 (F2003: Support is_iostat_end & is_iostat_eor intrinsics)

PR fortran/33105

* intrinsic.c (add_functions): Add IS_IOSTAT_END and
IS_IOSTAT_EOR intrinsics.
* gfortran.h (gfc_isym_id): Add GFC_ISYM_IS_IOSTAT_END and
GFC_ISYM_IS_IOSTAT_EOR.
* trans-intrinsic.c (gfc_conv_has_intvalue): New function.
(gfc_conv_intrinsic_function): Call gfc_conv_has_intvalue for
GFC_ISYM_IS_IOSTAT_END and GFC_ISYM_IS_IOSTAT_EOR.
* intrinsic.texi: Add IS_IOSTAT_END and IS_IOSTAT_EOR.

* gfortran.dg/is_iostat_end_eor_1.f90: New test.

From-SVN: r127903

16 years agosimplify-rtx.c (simplify_binary_operation_1): Change CONST_VECTOR_ELT to XVECEXP...
Uros Bizjak [Wed, 29 Aug 2007 15:00:38 +0000 (17:00 +0200)]
simplify-rtx.c (simplify_binary_operation_1): Change CONST_VECTOR_ELT to XVECEXP in elem calculation.

* simplify-rtx.c (simplify_binary_operation_1) [VEC_SELECT]:
Change CONST_VECTOR_ELT to XVECEXP in elem calculation.

From-SVN: r127902

16 years agoh8300-ice2.c: Remove target selector.
Uros Bizjak [Wed, 29 Aug 2007 14:54:37 +0000 (16:54 +0200)]
h8300-ice2.c: Remove target selector.

* gcc.dg/h8300-ice2.c: Remove target selector.

From-SVN: r127901

16 years agotree-pretty-print.c (dump_generic_node): Print label DECL_UID as D.%u.
Richard Guenther [Wed, 29 Aug 2007 14:16:15 +0000 (14:16 +0000)]
tree-pretty-print.c (dump_generic_node): Print label DECL_UID as D.%u.

2007-08-29  Richard Guenther  <rguenther@suse.de>

* tree-pretty-print.c (dump_generic_node): Print
label DECL_UID as D.%u.
* tree-dfa.c (dump_variable): Print DECL_UID as D.%u.

From-SVN: r127899

16 years agore PR fortran/33215 (Bind(C): Bugs with empty "name=": Creates wrong result and accep...
Tobias Burnus [Wed, 29 Aug 2007 13:08:55 +0000 (15:08 +0200)]
re PR fortran/33215 (Bind(C): Bugs with empty "name=": Creates wrong result and accepts invalid)

2007-08-29  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/33215
* decl.c (build_sym): Pass number of identifiers on line to
set_binding_label.
(set_binding_label): Verify that only one identifier given if
NAME= specified, even if the given binding label has zero length.
(gfc_match_bind_c): Remove declaration for has_name_equals because
it hides the static global one that is needed.

2007-08-29  Christopher D. Rickett  <crickett@lanl.gov>

PR fortran/33215
* gfortran.dg/binding_label_tests_15.f03: New test case.
* gfortran.dg/binding_label_tests_16.f03: Ditto.

From-SVN: r127898