platform/upstream/gcc.git
18 years agoFile.java (renameTo): Fix security checks.
Gary Benson [Wed, 12 Jul 2006 15:25:50 +0000 (15:25 +0000)]
File.java (renameTo): Fix security checks.

2006-07-12  Gary Benson  <gbenson@redhat.com>

* java/io/File.java (renameTo): Fix security checks.

From-SVN: r115373

18 years agore PR fortran/28163 (Calling libgfortran's copy_string is inefficient)
Francois-Xavier Coudert [Wed, 12 Jul 2006 15:11:11 +0000 (17:11 +0200)]
re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)

PR fortran/28163

* trans-expr.c (gfc_trans_string_copy): Generate inline code
to perform string copying instead of calling a library function.
* trans-decl.c (gfc_build_intrinsic_function_decls): Don't build
decl for copy_string.
* trans.h (gfor_fndecl_copy_string): Remove prototype.

* intrinsics/string_intrinsics.c (copy_string): Remove function.

From-SVN: r115372

18 years ago* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up instead of -isa=sh4.
Nick Clifton [Wed, 12 Jul 2006 15:04:24 +0000 (15:04 +0000)]
* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up instead of -isa=sh4.

From-SVN: r115371

18 years agore PR java/28352 (gcj -C fails to generate line number info for method)
Bryce McKinlay [Wed, 12 Jul 2006 13:56:25 +0000 (13:56 +0000)]
re PR java/28352 (gcj -C fails to generate line number info for method)

2006-07-12  Bryce McKinlay  <mckinlay@redhat.com>

PR libgcj/28352
* stacktrace.cc (getLineNumberForFrame): Roll back PC by 1 when
looking up line number for interpreted frame.

From-SVN: r115370

18 years agore PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)
Mike Stump [Wed, 12 Jul 2006 13:12:08 +0000 (13:12 +0000)]
re PR c/28280 (bogus "statement with no effect" warning with VLA and typeof)

PR c/28280
* c-parser.c (c_parser_typeof_specifier): Don't use
c_finish_expr_stmt, open code desired semantics instead.

From-SVN: r115369

18 years agotypeck.c (string_conv_p): Remove spurious quotation mark in warning.
Martin Michlmayr [Wed, 12 Jul 2006 12:55:01 +0000 (12:55 +0000)]
typeck.c (string_conv_p): Remove spurious quotation mark in warning.

* typeck.c (string_conv_p): Remove spurious quotation mark in
warning.

From-SVN: r115368

18 years ago* protoize.c (edit_fn_definition): Add volatile to clean_text_p.
Mike Stump [Wed, 12 Jul 2006 11:56:48 +0000 (11:56 +0000)]
* protoize.c (edit_fn_definition): Add volatile to clean_text_p.

From-SVN: r115367

18 years agocodecvt_specializations.h: Fix typo in commit for libstdc++/28290.
Paolo Carlini [Wed, 12 Jul 2006 00:17:42 +0000 (00:17 +0000)]
codecvt_specializations.h: Fix typo in commit for libstdc++/28290.

2006-07-11  Paolo Carlini  <pcarlini@suse.de>

* include/ext/codecvt_specializations.h: Fix typo in commit
for libstdc++/28290.

From-SVN: r115361

18 years agoDaily bump.
GCC Administrator [Wed, 12 Jul 2006 00:17:25 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115360

18 years agolocale_facets.tcc (collate<>::do_transform( const _CharT*, const _CharT*)): Simplify...
Paolo Carlini [Wed, 12 Jul 2006 00:05:50 +0000 (00:05 +0000)]
locale_facets.tcc (collate<>::do_transform( const _CharT*, const _CharT*)): Simplify previous fix for libstdc++/28277, always allocate memory dynamically.

2006-07-11  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (collate<>::do_transform(
const _CharT*, const _CharT*)): Simplify previous fix for
libstdc++/28277, always allocate memory dynamically.

From-SVN: r115356

18 years agore PR libstdc++/28344 (Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap)
Paolo Carlini [Tue, 11 Jul 2006 22:08:56 +0000 (22:08 +0000)]
re PR libstdc++/28344 (Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap)

2006-07-11  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/28344
* include/tr1/random (gamma_distribution<>::
gamma_distribution(const result_type&)): Don't use __alpha as
parameter name, a predefined macro on Alpha systems.

From-SVN: r115355

18 years agore PR libstdc++/28290 (error: 'iconv_t' does not name a type)
Paolo Carlini [Tue, 11 Jul 2006 17:48:10 +0000 (17:48 +0000)]
re PR libstdc++/28290 (error: 'iconv_t' does not name a type)

2006-07-11  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/28290
* include/ext/codecvt_specializations.h: Fix, adding missing
includes and guards.

From-SVN: r115354

18 years agoPR libstdc++/28277 (partial: collate bits)
Paolo Carlini [Tue, 11 Jul 2006 11:21:38 +0000 (11:21 +0000)]
PR libstdc++/28277 (partial: collate bits)

2006-07-11  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/28277 (partial: collate bits)
* include/bits/locale_facets.tcc (collate<>::do_transform(
const _CharT*, const _CharT*)): Avoid __builtin_alloca with no
limit; also avoid multiple calls (in a loop).
* testsuite/22_locale/collate/transform/char/28277.cc: New.
* testsuite/22_locale/collate/transform/wchar_t/28277.cc: Likewise.

From-SVN: r115332

18 years agoFix typos.
Feng Wang [Tue, 11 Jul 2006 07:20:17 +0000 (07:20 +0000)]
Fix typos.

From-SVN: r115329

18 years agoFix typo
Mike Stump [Tue, 11 Jul 2006 04:10:38 +0000 (04:10 +0000)]
Fix typo

From-SVN: r115328

18 years agore PR fortran/28213 (ICE: Hollerith constant)
Feng Wang [Tue, 11 Jul 2006 04:09:40 +0000 (04:09 +0000)]
re PR fortran/28213 (ICE: Hollerith constant)

2006-07-11  Feng Wang  <fengwang@nudt.edu.cn>

        PR fortran/28213
        * gfortran.dg/hollerith4.f90: Test hollerith constants used in I/O
        list.

2006-07-11  Feng Wang  <fengwang@nudt.edu.cn>

        PR fortran/28213
        * trans-io.c (ransfer_expr): Deal with Hollerith constants used in
        I/O list.

From-SVN: r115326

18 years agot-slibgcc-darwin: Rewrite.
Eric Christopher [Tue, 11 Jul 2006 03:17:44 +0000 (03:17 +0000)]
t-slibgcc-darwin: Rewrite.

2006-07-10  Eric Christopher  <echristo@apple.com>

* config/t-slibgcc-darwin: Rewrite.

From-SVN: r115325

18 years agoDaily bump.
GCC Administrator [Tue, 11 Jul 2006 00:17:37 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115323

18 years agoUpdate my e-mail address.
James Lemke [Mon, 10 Jul 2006 22:29:44 +0000 (22:29 +0000)]
Update my e-mail address.

From-SVN: r115319

18 years ago* libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.
Mike Stump [Mon, 10 Jul 2006 21:50:34 +0000 (21:50 +0000)]
* libsupc++/eh_globals.cc (~__eh_globals_init): Unset _M_init.

From-SVN: r115318

18 years agoFix spaces to tabs in the last commit.
Laurynas Biveinis [Mon, 10 Jul 2006 19:44:48 +0000 (19:44 +0000)]
Fix spaces to tabs in the last commit.

From-SVN: r115313

18 years agore PR libstdc++/15448 (libstdc++ does not rebuild PCH)
Benjamin Kosnik [Mon, 10 Jul 2006 19:32:51 +0000 (19:32 +0000)]
re PR libstdc++/15448 (libstdc++ does not rebuild PCH)

2006-07-10  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/15448
* include/Makefile.am: Clean up pch rules.
* include/Makefile.in: Regenerate.

From-SVN: r115312

18 years agore PR bootstrap/20437 (bootstrap --enable-maintainer-mode broken)
Laurynas Biveinis [Mon, 10 Jul 2006 17:58:18 +0000 (17:58 +0000)]
re PR bootstrap/20437 (bootstrap --enable-maintainer-mode broken)

fixincludes:
2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

PR bootstrap/20437
* Makefile.in (configure, config.h.in): change into $(srcdir)
before autoconf or autoheader call.

gcc:
2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

PR bootstrap/20437
* Makefile.in (configure): add missing aclocal.m4 and acinclude.m4
dependencies.

From-SVN: r115310

18 years agoDaily bump.
GCC Administrator [Mon, 10 Jul 2006 00:17:30 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115302

18 years agolocale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fmtflags...
Paolo Carlini [Sun, 9 Jul 2006 21:26:19 +0000 (21:26 +0000)]
locale_facets.tcc (__int_to_char<>(_CharT*, long, const _CharT*, ios_base::fmtflags), [...]): Remove.

2006-07-09  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (__int_to_char<>(_CharT*,
long, const _CharT*, ios_base::fmtflags), __int_to_char<>(_CharT*,
unsigned long, const _CharT*, ios_base::fmtflags),
__int_to_char<>(_CharT*, long long, const _CharT*, ios_base::fmtflags),
__int_to_char<>(_CharT*, unsigned long long, const _CharT*,
ios_base::fmtflags)): Remove.
(__int_to_char<>(_CharT*, _ValueT, const _CharT*, ios_base::fmtflags,
bool)): Adjust.
(num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
Likewise.

From-SVN: r115298

18 years agoDaily bump.
GCC Administrator [Sun, 9 Jul 2006 00:17:57 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115295

18 years agosourcebuild.texi: Fix typo.
Matthias Klose [Sat, 8 Jul 2006 18:35:51 +0000 (18:35 +0000)]
sourcebuild.texi: Fix typo.

2006-07-08  Matthias Klose  <doko@debian.org>

        * doc/sourcebuild.texi: Fix typo.

From-SVN: r115287

18 years agofix date in previous ChangeLog entry
Lee Millward [Sat, 8 Jul 2006 17:01:22 +0000 (17:01 +0000)]
fix date in previous ChangeLog entry

From-SVN: r115286

18 years agoDaily bump.
GCC Administrator [Sat, 8 Jul 2006 00:17:25 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115279

18 years agotoplev.c (process_options): Don't give -ffunction-sections may affect debugging warni...
Mike Stump [Sat, 8 Jul 2006 00:16:38 +0000 (00:16 +0000)]
toplev.c (process_options): Don't give -ffunction-sections may affect debugging warning for Mach-O.

* toplev.c (process_options): Don't give -ffunction-sections may
affect debugging warning for Mach-O.

From-SVN: r115276

18 years agoAdd SB-1A support.
James E Wilson [Sat, 8 Jul 2006 00:02:39 +0000 (17:02 -0700)]
Add SB-1A support.

* config/mips/mips.md (cpu): Add sb1a.
* config/mips/sb1.md: Modify almost all patterns to accept sb1a in
addition to sb1.  Adjust comments to clarify SB-1A differences from
SB-1.
(ir_sb1a_load): New.  Modify bypasses to use it.
(ir_sb1a_simple_alu): Likewise.
* config/mips/mips.c (mips_cpu_info_table): Add sb1a.
(mips_rtx_cost_data): Add PROCESSOR_SB1A support.
(mips_issue_rate): Add PROCESSOR_SB1A.
(mips_multipass_dfa_lookahead): Use TUNE_SB1 instead of PROCESSOR_SB1.
* config/mips/mips.h (processor_type): Add PROCESSOR_SB1A.
(TARGET_SB1): Add PROCESSOR_SB1A check.
(TUNE_SB1): Likewise.
* config/mips/mips-protos.h (mips_store_data_bypass_p): New.
* config/mips/mips.c (mips_store_data_bypass_p): New.
* config/mips/sb1.md: Use mips_store_data_bypass_p instead of
store_data_bypass_p.

From-SVN: r115274

18 years agore PR target/27991 (ICE in reload_cse_simplify_operands)
Paul Brook [Fri, 7 Jul 2006 23:38:56 +0000 (23:38 +0000)]
re PR target/27991 (ICE in reload_cse_simplify_operands)

2006-07-08  Paul Brook  <paul@codesourcery.com>

PR target/27991
* config/m68k/m68k.md: Add r-m patterns for 68881 movxf.

From-SVN: r115272

18 years agoPort to hosts whose 'sort' and 'tail' implementations treat operands with leading...
Paul Eggert [Fri, 7 Jul 2006 21:20:12 +0000 (21:20 +0000)]
Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...

Port to hosts whose 'sort' and 'tail' implementations
treat operands with leading '+' as file names, as POSIX
has required since 2001.  However, make sure the code still
works on pre-POSIX hosts.
* libjava/classpath/ltmain.sh: Don't assume "sort +2" is
equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer
requires this.
This uses the same fix that is already in
libjava/libltdl/ltmain.sh.

From-SVN: r115271

18 years agoFix requested by Mark for recent g++ clarification.
Mike Stump [Fri, 7 Jul 2006 20:59:40 +0000 (20:59 +0000)]
Fix requested by Mark for recent g++ clarification.

From-SVN: r115270

18 years agoStackTrace2.java: Renamed from StackTrace.java.
Bryce McKinlay [Fri, 7 Jul 2006 19:33:02 +0000 (19:33 +0000)]
StackTrace2.java: Renamed from StackTrace.java.

2006-07-07  Bryce McKinlay  <mckinlay@redhat.com>
            Geoffrey Keating <geoffk@apple.com>

        * testsuite/libjava.lang/StackTrace2.java: Renamed from
        StackTrace.java. Changed class name.
        * testsuite/libjava.lang/StackTrace2.out: Renamed from
        StackTrace.out. Updated for new class name.

Co-Authored-By: Geoffrey Keating <geoffk@apple.com>
From-SVN: r115268

18 years agoFix conflict with stacktrace.java.
Geoffrey Keating [Fri, 7 Jul 2006 18:49:19 +0000 (18:49 +0000)]
Fix conflict with stacktrace.java.

From-SVN: r115267

18 years agoFix conflict with stacktrace.out.
Geoffrey Keating [Fri, 7 Jul 2006 18:49:03 +0000 (18:49 +0000)]
Fix conflict with stacktrace.out.

From-SVN: r115266

18 years agore PR c++/27820 (ICE with duplicate label)
Lee Millward [Fri, 7 Jul 2006 17:57:12 +0000 (17:57 +0000)]
re PR c++/27820 (ICE with duplicate label)

PR c++/27820
* decl.c (define_label): Return error_mark_node on error.
* semantics.c (finish_label_stmt): Don't call
add_stmt for invalid labels.

* g++.dg/other/label1.C: New test.

Co-Authored-By: Andrew Pinski <pinskia@gmail.com>
From-SVN: r115265

18 years agore PR middle-end/28268 (ICE with simple vector operations)
Richard Guenther [Fri, 7 Jul 2006 16:30:36 +0000 (16:30 +0000)]
re PR middle-end/28268 (ICE with simple vector operations)

2006-07-07   Richard Guenther  <rguenther@suse.de>

PR middle-end/28268
* tree.h (build_one_cst): Declare.
* tree.c (build_one_cst): New function.
* tree-ssa-math-opts.c (get_constant_one): Remove.
(insert_reciprocals): Use build_one_cst.
* fold-const.c (fold_plusminus_mult): Likewise.

* gcc.dg/torture/pr28268.c: New testcase.

From-SVN: r115263

18 years agobacktrace.h (fallback_backtrace): Scan for a function's prologue to determine its...
Ranjit Mathew [Fri, 7 Jul 2006 15:40:55 +0000 (15:40 +0000)]
backtrace.h (fallback_backtrace): Scan for a function's prologue to determine its beginning.

* sysdep/i386/backtrace.h (fallback_backtrace): Scan for a function's
prologue to determine its beginning.  Stop unwinding when we reach
JvRunMain().

From-SVN: r115261

18 years agore PR c++/27019 (ICE with designated initializers)
Steve Ellcey [Fri, 7 Jul 2006 15:15:00 +0000 (15:15 +0000)]
re PR c++/27019 (ICE with designated initializers)

PR c++/27019
* g++.dg/ext/pr27019.C: New.

From-SVN: r115260

18 years agopointer-set.c (pointer_set_destroy): Correct whitespace.
Roger Sayle [Fri, 7 Jul 2006 14:23:57 +0000 (14:23 +0000)]
pointer-set.c (pointer_set_destroy): Correct whitespace.

* pointer-set.c (pointer_set_destroy): Correct whitespace.
* cfgloopanal.c (dump_graph): Likewise.
* dojump.c (discard_pending_stack_adjust): Likewise.
* fix-header.c (TARGET_EXTRA_INCLUDE, TARGET_EXTRA_PRE_INCLUDES):
Likewise.
* alloc-pool.c (dump_alloc_pool_statistics): Likewise.
* function.c (finalize_block_changes): Likewise.
* gcc-common.c (ggc_free_overhead, dump_gcc_loc_statistics): Likewise.
* tree-ssa-dce.c (clear_control_dependence_bitmap): Likewise.
* rtl.c (dump_rtx_statistics): Likewise.
* tree-ssa-structalias.c (sort_fieldstack, init_alias_heapvars):
Likewise.
* varray.c (dump_varray_statistics): Likewise.
* dfp.c (encode_decimal32, decode_decimal32, encode_decimal64,
decode_decimal64, encode_decimal128, decode_decimal128,
decimal_real_to_decimal): Likewise.

From-SVN: r115258

18 years agore PR tree-optimization/28187 ('-O2 -fwrapv' exhausts memory.)
Richard Guenther [Fri, 7 Jul 2006 12:31:29 +0000 (12:31 +0000)]
re PR tree-optimization/28187 ('-O2 -fwrapv' exhausts memory.)

2006-07-07  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/28187
* tree-vrp.c (vrp_operand_equal_p): New function.
(vrp_bitmap_equal_p): Likewise.
(update_value_range): Use them to compare old and new
max and min values.

* gcc.dg/pr28187.c: New testcase.

From-SVN: r115255

18 years agoaddress_conversion.adb: New test.
Eric Botcazou [Fri, 7 Jul 2006 10:26:07 +0000 (10:26 +0000)]
address_conversion.adb: New test.

* gnat.dg/address_conversion.adb: New test.
* gnat.dg/boolean_subtype.adb: Likewise.
* gnat.dg/frame_overflow.adb: Likewise.
* gnat.dg/pointer_array.adb: Likewise.
* gnat.dg/pointer_conversion.adb: Likewise.

From-SVN: r115253

18 years agoMakefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.
Gary Benson [Fri, 7 Jul 2006 10:02:59 +0000 (10:02 +0000)]
Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.

2006-07-07  Gary Benson  <gbenson@redhat.com>

* Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.
* Makefile.in: Regenerate.

From-SVN: r115252

18 years ago* intrinsic.texi: Fix typos.
Kazu Hirata [Fri, 7 Jul 2006 06:10:16 +0000 (06:10 +0000)]
* intrinsic.texi: Fix typos.

From-SVN: r115251

18 years agore PR fortran/28237 (print call())
Paul Thomas [Fri, 7 Jul 2006 04:47:24 +0000 (04:47 +0000)]
re PR fortran/28237 (print call())

2006-07-07  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28237
PR fortran/23420
* io.c (resolve_tag): Any integer that is not an assigned
variable is an error.

2006-07-07  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28237
PR fortran/23420
* gfortran.dg/print_fmt_5.f90: New test.

From-SVN: r115246

18 years agoc-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case to switch...
Roger Sayle [Fri, 7 Jul 2006 00:20:02 +0000 (00:20 +0000)]
c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add a default case to switch statement to silence compiler warnings.

* c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add
a default case to switch statement to silence compiler warnings.

From-SVN: r115243

18 years agoDaily bump.
GCC Administrator [Fri, 7 Jul 2006 00:17:22 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115241

18 years agore PR target/27968 (gcc emits (undefined) ffreep opcode which is not understood by...
Roger Sayle [Fri, 7 Jul 2006 00:13:14 +0000 (00:13 +0000)]
re PR target/27968 (gcc emits (undefined) ffreep opcode which is not understood by Solaris' /usr/ccs/bin/as when tuning for Athlon or Opteron CPUs)

PR target/27968
* configure.ac (HAVE_AS_IX86_FFREEP): On x86 targets check whether
the configured assembler supports the x87's ffreep mnemonic.
* configure: Regenerate.
* config.in: Regenerate.

* config/i386/i386.c (output_387_ffreep): New function.
(output_fp_compare): Use output_387_ffreep to emit ffreep insns.
(output_387_reg_move): Likewise.

From-SVN: r115237

18 years agorandom (class gamma_distribution<>): Add.
Paolo Carlini [Thu, 6 Jul 2006 23:30:14 +0000 (23:30 +0000)]
random (class gamma_distribution<>): Add.

2006-07-06  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (class gamma_distribution<>): Add.
* include/tr1/random.tcc (gamma_distribution<>::operator(),
operator<<(std::basic_ostream<>&, const gamma_distribution<>&)):
Define.
* testsuite/tr1/5_numerical_facilities/random/gamma_distribution/
requirements/typedefs.cc: New.

From-SVN: r115236

18 years agostacktrace.cc (ClassForFrame): Remove commented-out code.
Bryce McKinlay [Thu, 6 Jul 2006 23:26:24 +0000 (23:26 +0000)]
stacktrace.cc (ClassForFrame): Remove commented-out code.

2006-07-06  Bryce McKinlay <mckinlay@redhat.com>

        * stacktrace.cc (ClassForFrame): Remove commented-out code.
        (UnwindTraceFn): Use _Unwind_GetIPInfo and adjust IP
        only when needed.
        (getLineNumberForFrame): Don't adjust IP here.
        * testsuite/libjava.lang/StackTrace.java: New test case.
        * testsuite/libjava.lang/StackTrace.out: Ditto.

From-SVN: r115235

18 years agoPort to hosts whose 'sort' and 'tail' implementations treat operands with leading...
Paul Eggert [Thu, 6 Jul 2006 23:24:51 +0000 (23:24 +0000)]
Port to hosts whose 'sort' and 'tail' implementations treat operands with leading '+' as file names...

Port to hosts whose 'sort' and 'tail' implementations
treat operands with leading '+' as file names, as POSIX
has required since 2001.  However, make sure the code still
works on pre-POSIX hosts.
* ltmain.sh: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.

contrib:
* compare_tests: Don't assume "sort +2" is equivalent to
"sort -k 3", since POSIX 1003.1-2001 no longer requires this.
gcc:
* Makefile.in (slowcompare): Port to POSIX 1003.1-2001,
which says you should use "tail -c +N" rather than "tail +Nc".
Fix a bug: the old code incorrectly skipped 15 bytes, not 16.

From-SVN: r115234

18 years agotree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.
Zdenek Dvorak [Thu, 6 Jul 2006 22:41:16 +0000 (00:41 +0200)]
tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.

* tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.

From-SVN: r115233

18 years agore PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of bounds error)
Francois-Xavier Coudert [Thu, 6 Jul 2006 20:37:36 +0000 (22:37 +0200)]
re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of bounds error)

PR fortran/28129

* trans-array.c (gfc_trans_array_bound_check): Add a locus
argument, and use it in the error messages.
(gfc_conv_array_index_offset): Donc perform bounds checking on
the last dimension of assumed-size arrays.

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

From-SVN: r115231

18 years agoMakefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.
Thomas Fitzsimmons [Thu, 6 Jul 2006 19:13:42 +0000 (19:13 +0000)]
Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.

2006-07-06  Thomas Fitzsimmons  <fitzsim@redhat.com>

* Makefile.am (libgcj_tools_la_GCJFLAGS): Add
-fno-indirect-classes.
* Makefile.in: Regenerate.
* gcj/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.

From-SVN: r115230

18 years agore PR target/28150 (ICE in reload_cse_simplify_operands, at postreload.c:394)
David Edelsohn [Thu, 6 Jul 2006 18:59:58 +0000 (18:59 +0000)]
re PR target/28150 (ICE in reload_cse_simplify_operands, at postreload.c:394)

2006-07-06  David Edelsohn  <edelsohn@gnu.org>

        PR target/28150
        * config/rs6000/rs6000.c (rs6000_legitimate_address): Do not allow
        PRE_{INC,DEC} of TFmode.

2006-07-06  David Edelsohn  <edelsohn@gnu.org>
            Alan Modra  <amodra@bigpond.net.au>

        PR target/28170
        * config/rs6000/rs6000.c (insvdi_rshift_rlwimi_p): Correct shiftop
        bounds. Simplify.

Co-Authored-By: Alan Modra <amodra@bigpond.net.au>
From-SVN: r115229

18 years agore PR c++/28279 (ICE in finish_static_data_member_decl, at cp/decl2.c:716)
Jason Merrill [Thu, 6 Jul 2006 18:39:39 +0000 (14:39 -0400)]
re PR c++/28279 (ICE in finish_static_data_member_decl, at cp/decl2.c:716)

        PR c++/28279
        * decl2.c (finish_static_data_member_decl): Don't assert
        TREE_PUBLIC.

From-SVN: r115228

18 years agoboehm.cc (_Jv_MarkObj): Mark the next_or_version field.
Bryce McKinlay [Thu, 6 Jul 2006 18:25:28 +0000 (18:25 +0000)]
boehm.cc (_Jv_MarkObj): Mark the next_or_version field.

2006-07-06  Bryce McKinlay <mckinlay@redhat.com>

        * boehm.cc (_Jv_MarkObj): Mark the next_or_version field.

From-SVN: r115227

18 years agotrait.hpp: Format.
Benjamin Kosnik [Thu, 6 Jul 2006 17:45:13 +0000 (17:45 +0000)]
trait.hpp: Format.

2006-07-06  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/util/regression/trait/assoc/trait.hpp: Format.
* testsuite/util/regression/rand/priority_queue/
rand_regression_test.hpp: Same.
* testsuite/util/regression/rand/assoc/rand_regression_test.hpp: Same.
* testsuite/util/regression/rand/
assoc/container_rand_regression_test.hpp: Same.
* testsuite/util/regression/priority_queue/common_type.hpp: Same.
* testsuite/util/regression/assoc/common_type.hpp: Same.
* testsuite/util/regression/basic_type.hpp: Same.

From-SVN: r115226

18 years agore PR target/28285 (duplicate case value in alpha_swapped_comparison operator)
Rainer Orth [Thu, 6 Jul 2006 17:16:48 +0000 (17:16 +0000)]
re PR target/28285 (duplicate case value in alpha_swapped_comparison operator)

PR target/28285
* config/alpha/predicates.md (alpha_swapped_comparison_operator):
Remove duplicate gtu.

From-SVN: r115225

18 years agore PR fortran/27874 (Bad interaction between bounds checking, forall and derived...
Francois-Xavier Coudert [Thu, 6 Jul 2006 17:12:25 +0000 (19:12 +0200)]
re PR fortran/27874 (Bad interaction between bounds checking, forall and derived types)

PR fortran/27874
* trans-stmt.c (compute_inner_temp_size): Don't perform bounds
checking when calculating the bounds of scalarization.

From-SVN: r115224

18 years agoconfigure.ac (ac_configure_args): Add --with-native-libdir.
Thomas Fitzsimmons [Thu, 6 Jul 2006 16:00:57 +0000 (16:00 +0000)]
configure.ac (ac_configure_args): Add --with-native-libdir.

2006-07-06  Thomas Fitzsimmons  <fitzsim@redhat.com>

* configure.ac (ac_configure_args): Add --with-native-libdir.
* configure: Regenerate.
* classpath/native/jni/gtk-peer/Makefile.am: Remove GCJ LOCAL
sections.
* classpath/native/jni/gtk-peer/Makefile.in: Regenerate.
* classpath/native/jawt/Makefile.am: Remove GCJ LOCAL sections.
* classpath/native/jawt/Makefile.in: Regenerate.
* classpath/native/plugin/Makefile.am: Remove GCJ LOCAL sections.
* classpath/native/plugin/Makefile.in: Regenerate.

From-SVN: r115223

18 years agoMakefile.am (pch_output): New.
Benjamin Kosnik [Thu, 6 Jul 2006 02:11:48 +0000 (02:11 +0000)]
Makefile.am (pch_output): New.

2006-07-05  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (pch_output): New.
(clean-local): Use it.
* include/Makefile.in: Regenerate.

From-SVN: r115218

18 years agore PR c++/13983 (no warning on some non-POD struct with packed attribute)
Jason Merrill [Thu, 6 Jul 2006 02:09:02 +0000 (22:09 -0400)]
re PR c++/13983 (no warning on some non-POD struct with packed attribute)

        PR c++/13983
        PR c++/17519
        * stor-layout.c (finish_record_layout): Copy TYPE_PACKED to variants.
        * c-common.c (handle_packed_attribute): So don't copy it here.
        * c-decl.c (finish_struct): Don't copy TYPE_ALIGN.
        * cp/class.c (check_field_decls): Check TYPE_PACKED after
        stripping array types.
        (finish_struct_bits): Don't copy TYPE_SIZE here.

From-SVN: r115217

18 years agoDaily bump.
GCC Administrator [Thu, 6 Jul 2006 00:17:14 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115215

18 years ago* doc/invoke.texi (Invoking G++): Clarify prose for g++.
Mike Stump [Wed, 5 Jul 2006 22:17:28 +0000 (22:17 +0000)]
* doc/invoke.texi (Invoking G++): Clarify prose for g++.

From-SVN: r115211

18 years agore PR c++/18681 ([DR 45] template friend declaration not recognized)
Jason Merrill [Wed, 5 Jul 2006 19:44:28 +0000 (15:44 -0400)]
re PR c++/18681 ([DR 45] template friend declaration not recognized)

        PR c++/18681
        * friend.c (is_friend): Fix DR 45 implementation.

From-SVN: r115208

18 years ago* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
Ulrich Weigand [Wed, 5 Jul 2006 19:08:50 +0000 (19:08 +0000)]
* MAINTAINERS (Various Maintainers): Add myself as reload maintainer.

From-SVN: r115207

18 years agore PR target/26146 (Bootstrapping mainline on Solaris 10/x86 fails)
H.J. Lu [Wed, 5 Jul 2006 18:49:48 +0000 (18:49 +0000)]
re PR target/26146 (Bootstrapping mainline on Solaris 10/x86 fails)

2006-07-05  H.J. Lu  <hongjiu.lu@intel.com>

PR target/26146
* config.gcc: Check with_cpu for i[34567]86--*-solaris2.1[0-9]*.

From-SVN: r115206

18 years agoconfigure.ac: Depend addition of -pthread on host OS.
Eric Christopher [Wed, 5 Jul 2006 17:32:41 +0000 (17:32 +0000)]
configure.ac: Depend addition of -pthread on host OS.

2006-07-05  Eric Christopher  <echristo@apple.com>

        * configure.ac: Depend addition of -pthread on host OS.
        * configure: Regenerate.

From-SVN: r115205

18 years agore PR target/28158 (ICE on complex operation with -O1 -msse)
Richard Guenther [Wed, 5 Jul 2006 16:24:57 +0000 (16:24 +0000)]
re PR target/28158 (ICE on complex operation with -O1 -msse)

2006-07-05  Richard Guenther  <rguenther@suse.de>

PR target/28158
* config/i386/i386.md (*negdf2_1): Restrict pattern to
TARGET_SSE2 targets if using SSE math.
(*absdf2_1): Likewise.

* gfortran.dg/pr28158.f90: New testcase.

From-SVN: r115203

18 years agore PR tree-optimization/28162 (ICE in set_value_range, at tree-vrp.c:157)
Richard Guenther [Wed, 5 Jul 2006 15:49:12 +0000 (15:49 +0000)]
re PR tree-optimization/28162 (ICE in set_value_range, at tree-vrp.c:157)

2006-07-05  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/28162
* fold-const.c (fold_binary): For (-A) * (-B) -> A * B
make sure to convert the operands to the correct type.

* gcc.dg/pr28162.c: New testcase.

From-SVN: r115202

18 years agore PR fortran/20892 (dummy procedure can't be generic)
Francois-Xavier Coudert [Wed, 5 Jul 2006 15:22:26 +0000 (17:22 +0200)]
re PR fortran/20892 (dummy procedure can't be generic)

PR fortran/20892
* interface.c (gfc_match_interface): Don't allow dummy procedures
to have a generic interface.

From-SVN: r115201

18 years agore PR middle-end/27084 (Does not propagate memory load base through useless type...
Richard Guenther [Wed, 5 Jul 2006 10:54:17 +0000 (10:54 +0000)]
re PR middle-end/27084 (Does not propagate memory load base through useless type conversion)

2006-07-05  Richard Guenther  <rguenther@suse.de>
Andrew Pinski  <pinskia@gcc.gnu.org>

PR c++/27084
* cp-objcp-common.c (cxx_types_compatible_p): Ignore
top level qualifiers for pointer type comparisons.

* g++.dg/tree-ssa/copyprop-1.C: New testcase.

Co-Authored-By: Andrew Pinski <pinskia@gcc.gnu.org>
From-SVN: r115200

18 years agore PR tree-optimization/28218 (ICE when building Inkscape with gcc-4.1 with -O2 ...
Paolo Bonzini [Wed, 5 Jul 2006 06:47:21 +0000 (06:47 +0000)]
re PR tree-optimization/28218 (ICE when building Inkscape with gcc-4.1 with -O2 -ffast-math)

2006-07-04  Paolo Bonzini  <bonzini@gnu.org>

PR tree-optimization/28218

* tree-ssa-math-opts.c (execute_cse_reciprocals): Fix calls
to calculate and free the dominator information.

From-SVN: r115198

18 years agolibgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.
Ranjit Mathew [Wed, 5 Jul 2006 02:15:51 +0000 (02:15 +0000)]
libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.

* libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for
startfile.
* configure.ac: Allow targets to affect the spec for startfile
by specifying a THREADSTARTFILESPEC variable.  Define this for
the win32 threads package to include crtmt.o.
* configure: Regenerate.
* win32.cc (_CRT_MT): Remove definition.
(__mingwthr_key_dtor): Likewise.

Co-Authored-By: Danny Smith <dannysmith@users.sourceforge.net>
From-SVN: r115196

18 years agoDaily bump.
GCC Administrator [Wed, 5 Jul 2006 00:17:27 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115194

18 years agoFix whitespace.
Eric Christopher [Tue, 4 Jul 2006 21:23:03 +0000 (21:23 +0000)]
Fix whitespace.

From-SVN: r115190

18 years agolibjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.
Andreas Tobler [Tue, 4 Jul 2006 20:58:54 +0000 (22:58 +0200)]
libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/lib/libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with
the -B$specdir.

From-SVN: r115188

18 years agore PR fortran/28174 (Corruption of multiple character arrays when passing array sections)
Paul Thomas [Tue, 4 Jul 2006 20:36:15 +0000 (20:36 +0000)]
re PR fortran/28174 (Corruption of multiple character arrays when passing array sections)

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* gfortran.dg/actual_array_substr_2.f90: New test.

PR fortran/28167
* gfortran.dg/actual_array_constructor_2.f90: New test.

From-SVN: r115187

18 years agore PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*' to...
Andreas Tobler [Tue, 4 Jul 2006 20:21:40 +0000 (22:21 +0200)]
re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*' to 'void*')

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

PR libgcj/28226:
* include/posix.h (_Jv_platform_dladdr): Remove const qualifier.
* include/win32.h (_Jv_platform_dladdr): Likewise.
* posix.cc (_Jv_platform_dladdr): Likewise.
* win32.cc (_Jv_platform_dladdr): Likewise.

From-SVN: r115184

18 years agoltconfig: chmod 644 before ranlib during install.
Peter O'Gorman [Tue, 4 Jul 2006 20:20:01 +0000 (20:20 +0000)]
ltconfig: chmod 644 before ranlib during install.

ChangeLog:
* ltconfig: chmod 644 before ranlib during install.
libiberty/ChangeLog:
* Makefile.in: chmod 644 before ranlib during install.
gcc/ChangeLog:
* mklibgcc.in: chmod 644 before ranlib during install.
libjava/classpath/ChangeLog:
* ltconfig: chmod 644 before ranlib during install.

From-SVN: r115183

18 years agore PR fortran/28174 (Corruption of multiple character arrays when passing array sections)
Paul Thomas [Tue, 4 Jul 2006 20:15:52 +0000 (20:15 +0000)]
re PR fortran/28174 (Corruption of multiple character arrays when passing array sections)

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* trans-array.c (gfc_conv_expr_descriptor): When building temp,
ensure that the substring reference uses a new charlen.
* trans-expr.c (gfc_conv_aliased_arg): Add the formal intent to
the argument list, lift the treatment of missing string lengths
from the above and implement the use of the intent.
(gfc_conv_function_call): Add the extra argument to the call to
the above.

PR fortran/28167
* trans-array.c (get_array_ctor_var_strlen): Treat a constant
substring reference.
* array.c (gfc_resolve_character_array_constructor): Remove
static attribute and add the gfc_ prefix, make use of element
charlens for the expression and pick up constant string lengths
for expressions that are not themselves constant.
* gfortran.h : resolve_character_array_constructor prototype
added.
* resolve.c (gfc_resolve_expr): Call resolve_character_array_
constructor again after expanding the constructor, to ensure
that the character length is passed to the expression.

2006-07-04  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* gfortran.dg/actual_array_substr_2.f90: New test.

PR fortran/28167
* gfortran.dg/actual_array_constructor_2.f90: New test.

From-SVN: r115182

18 years agolibjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*.jar.
Andreas Tobler [Tue, 4 Jul 2006 19:11:20 +0000 (21:11 +0200)]
libjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*.jar.

2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/lib/libjava.exp (libjava_init): Look for libgcj-$version.jar
instead of libgcj-*.jar.

From-SVN: r115181

18 years agore PR libgcj/28244 (missing dependency causes build failure)
Thomas Fitzsimmons [Tue, 4 Jul 2006 19:05:19 +0000 (19:05 +0000)]
re PR libgcj/28244 (missing dependency causes build failure)

2006-07-04  Thomas Fitzsimmons  <fitzsim@redhat.com>

PR libgcj/28244:
* Makefile.am (libgcj_tools_la_DEPENDENCIES): Add libgcj.la and
libgcj.spec.
* Makefile.in: Regenerate.

From-SVN: r115180

18 years agorandom (_Adaptor<>::operator()()): Cast 1 to result_type.
Paolo Carlini [Tue, 4 Jul 2006 15:42:32 +0000 (15:42 +0000)]
random (_Adaptor<>::operator()()): Cast 1 to result_type.

2006-07-04  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (_Adaptor<>::operator()()): Cast 1 to
result_type.
(variate_generator<>::operator()(),
variate_generator<>::operator()(_Tp)): Inline.

* include/tr1/random: Minor cosmetic changes.

From-SVN: r115179

18 years agoclass.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.
Andrew Haley [Tue, 4 Jul 2006 15:26:42 +0000 (15:26 +0000)]
class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the entry.

2006-07-04  Andrew Haley  <aph@redhat.com>

        * class.c (build_fieldref_cache_entry): Set DECL_IGNORED_P on the
        entry.

From-SVN: r115178

18 years agoconfigure.ac (.eh_frame data check): Use diff -b.
Andrew Stubbs [Tue, 4 Jul 2006 13:50:40 +0000 (13:50 +0000)]
configure.ac (.eh_frame data check): Use diff -b.

2006-07-04  Andrew Stubbs <andrew.stubbs@st.com>
    J"orn Rennecke <joern.rennecke@st.com>

* configure.ac (.eh_frame data check): Use diff -b.

Co-Authored-By: J"orn Rennecke <joern.rennecke@st.com>
From-SVN: r115177

18 years agointrinsic.c (add_subroutines): Add ITIME and IDATE.
Francois-Xavier Coudert [Tue, 4 Jul 2006 11:39:46 +0000 (13:39 +0200)]
intrinsic.c (add_subroutines): Add ITIME and IDATE.

* intrinsic.c (add_subroutines): Add ITIME and IDATE.
* intrinsic.h (gfc_check_itime_idate,gfc_resolve_idate,
fc_resolve_itime): New protos.
* iresolve.c (gfc_resolve_itime, gfc_resolve_idate): New functions.
* check.c (gfc_check_itime_idate): New function.
* intrinsic.texi: Document the new intrinsics.

* intrinsics/date_and_time.c (itime0,idate0,itime_i4,itime_i8,
idate_i4,idate_i8): New functions.

* gfortran.dg/itime_idate_1.f: New test.
* gfortran.dg/itime_idate_2.f: New test.

Co-Authored-By: Daniel Franke <franke.daniel@gmail.com>
From-SVN: r115173

18 years agore PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)
Eric Botcazou [Tue, 4 Jul 2006 07:52:47 +0000 (09:52 +0200)]
re PR bootstrap/18058 (Bootstrap fails with non-GCC compilers)

PR bootstrap/18058
* configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
if the bootstrap compiler is a GCC version that supports it.
* configure: Regenerate.
gcc/
* Makefile.in (BUILD_RTL): Add build/vec.o.
(build/gencondmd.o): Filter out -fkeep-inline-functions.
(build/genextract): Delete.
(build/genautomata): Likewise.

From-SVN: r115172

18 years agore PR target/28207 (128-bit IBM long double misaligned on stack)
Alan Modra [Tue, 4 Jul 2006 03:35:48 +0000 (03:35 +0000)]
re PR target/28207 (128-bit IBM long double misaligned on stack)

PR target/28207
* config/rs6000/rs6000.c (function_arg_boundary): Double-word align
128-bit IBM long doubles for ABI_V4.

From-SVN: r115170

18 years agore PR libfortran/27704 (Incorrect runtime error on multiple OPEN)
Jerry DeLisle [Tue, 4 Jul 2006 01:47:26 +0000 (01:47 +0000)]
re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)

2006-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/27704
* gfortran.dg/open_status_3.f90: New test.
* gfortran.dg/fmt_l.f90: Update for new feature.

From-SVN: r115169

18 years agore PR libfortran/27704 (Incorrect runtime error on multiple OPEN)
Jerry DeLisle [Tue, 4 Jul 2006 01:36:31 +0000 (01:36 +0000)]
re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)

2006-07-03  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/27704
* runtime/error.c (notify_std): Pass common flags into function. Use
flags to show locus of error or warning.
* libgfortran.h: Add enum try.  Add prototype for notify_std.
* io/open.c (edit_modes): Allow status="old" and add extension to
allow status="scratch"
*io/list_read.c (nml_read_obj): Update call to notify_std.
*io/io.h: Remove enum try and prototype for notify_std.
*io/transfer.c (read_sf): Update call to notify_std.
*io/format.c (parse_format_list): Update call to notify_std.

From-SVN: r115168

18 years agoDaily bump.
GCC Administrator [Tue, 4 Jul 2006 00:17:14 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r115166

18 years agodecl.c (match_old_style_init): Add data attribute to symbol.
Asher Langton [Mon, 3 Jul 2006 20:19:23 +0000 (20:19 +0000)]
decl.c (match_old_style_init): Add data attribute to symbol.

* decl.c (match_old_style_init): Add data attribute to symbol.

* gfortran.dg/oldstyle_2.f90: New.

From-SVN: r115161

18 years agotree.c (range_in_array_bounds_p): New predicate.
Eric Botcazou [Mon, 3 Jul 2006 20:14:18 +0000 (20:14 +0000)]
tree.c (range_in_array_bounds_p): New predicate.

* tree.c (range_in_array_bounds_p): New predicate.
* tree.h (range_in_array_bounds_p): Declare it.
* tree-eh.c (tree_could_trap_p) <ARRAY_RANGE_REF>: Use it to
return a less conservative answer.
* tree-sra.c (struct sra_elt): Add new pointer field 'groups'
and flag 'is_group'.
(IS_ELEMENT_FOR_GROUP): New macro.
(FOR_EACH_ACTUAL_CHILD): Likewise.
(next_child_for_group): New helper function.
(can_completely_scalarize_p): Take into account groups.
(sra_hash_tree): Handle RANGE_EXPR.
(sra_elt_eq): Likewise.
(lookup_element): Be prepared for handling groups.
(is_valid_const_index): Delete.
(maybe_lookup_element_for_expr) <ARRAY_REF>: Use in_array_bounds_p
instead of is_valid_const_index.
<ARRAY_RANGE_REF>: New case.
(sra_walk_expr) <ARRAY_REF>: Use in_array_bounds_p instead of
is_valid_const_index.
<ARRAY_RANGE_REF>: Do not unconditionally punt.
(scan_dump): Dump info for groups too.
(decide_instantiation_1): Likewise.
(decide_block_copy): Assert that the element is not a group.
Propagate decision to groups.
(generate_one_element_ref): Handle RANGE_EXPR.
(mark_no_warning): Iterate over actual childs.
(generate_copy_inout): Likewise.
(generate_element_copy): Likewise.
(generate_element_zero): Likewise.
(generate_element_init_1): Likewise.
(dump_sra_elt_name): Handle RANGE_EXPR.

From-SVN: r115160

18 years agorc_string_base.h (__rc_string_base::_S_max_size): Adjust, take into account rounding...
Paolo Carlini [Mon, 3 Jul 2006 19:27:55 +0000 (19:27 +0000)]
rc_string_base.h (__rc_string_base::_S_max_size): Adjust, take into account rounding in _M_create.

2006-07-03  Paolo Carlini  <pcarlini@suse.de>

* include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
Adjust, take into account rounding in _M_create.
(__rc_string_base::_M_create): Add early _S_max_size check.

From-SVN: r115158

18 years ago[multiple changes]
Paolo Carlini [Mon, 3 Jul 2006 17:31:46 +0000 (17:31 +0000)]
[multiple changes]

2006-07-03  Ian Lance Taylor  <ian@airs.com>
    Paolo Carlini  <pcarlini@suse.de>

* include/ext/rc_string_base.h (__rc_string_base::_S_max_size):
Increase by a factor of two.
* include/ext/sso_string_base.h (__sso_string_base::_S_max_size):
Likewise.

2006-07-03  Paolo Carlini  <pcarlini@suse.de>

* include/ext/sso_string_base.h (__sso_string_base::_M_create): Never
allocate a string bigger than _S_max_size.

From-SVN: r115155

18 years agoiresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used argument.
Francois-Xavier Coudert [Mon, 3 Jul 2006 16:05:31 +0000 (18:05 +0200)]
iresolve.c (gfc_resolve_cpu_time, [...]): Remove ATTRIBUTE_UNUSED for used argument.

* iresolve.c (gfc_resolve_cpu_time, gfc_resolve_random_number):
Remove ATTRIBUTE_UNUSED for used argument.

From-SVN: r115152