OSDN Git Service

pf3gnuchains/gcc-fork.git
17 years agoDaily bump.
gccadmin [Thu, 13 Jul 2006 00:17:20 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115406 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 13 Jul 2006 00:14:06 +0000 (00:14 +0000)]
2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am: Revert last change.
* include/Makefile.in: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115402 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * tree.c: Fix a comment typo.
kazu [Wed, 12 Jul 2006 22:43:27 +0000 (22:43 +0000)]
* tree.c: Fix a comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115401 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago* config/m32c/muldiv.md (umulhisi3_c): Use only registers for
dj [Wed, 12 Jul 2006 22:31:32 +0000 (22:31 +0000)]
* config/m32c/muldiv.md (umulhisi3_c): Use only registers for
dest.
(umulhisi3_r): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115400 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR c++/28217
jason [Wed, 12 Jul 2006 21:57:58 +0000 (21:57 +0000)]
    PR c++/28217
        * semantics.c (note_decl_for_pch): Don't premangle templates.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115399 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-12 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 12 Jul 2006 17:07:09 +0000 (17:07 +0000)]
2006-07-12  Benjamin Kosnik  <bkoz@redhat.com>

* include/Makefile.am (pch_output): Don't precompile extc++.h.
(pch_output_dirs): Same.
* include/Makefile.in: Regenerate.

* testsuite/lib/libstdc++.exp: Test PCH with stdtr1c++.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115379 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR libgcj/27271:
tromey [Wed, 12 Jul 2006 17:00:49 +0000 (17:00 +0000)]
PR libgcj/27271:
* java/util/zip/ZipFile.java (getInputStream): Call addDummyByte
on PartialInputStream.
(PartialInputStream.dummyByteCount): New field.
(PartialInputStream.fillBuffer): Handle dummy byte.
(PartialInputStream.read): Likewise.
(PartialInputStream.addDummyByte): New method.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115378 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-12 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 12 Jul 2006 16:02:46 +0000 (16:02 +0000)]
2006-07-12  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/27878
* doc/install.texi (mips-sgi-irix6): Add note about IRIX 6.5.x,
x < 19, vs wchar_t support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115374 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-12 Gary Benson <gbenson@redhat.com>
gary [Wed, 12 Jul 2006 15:25:50 +0000 (15:25 +0000)]
2006-07-12  Gary Benson  <gbenson@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115373 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR fortran/28163
fxcoudert [Wed, 12 Jul 2006 15:11:11 +0000 (15:11 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115372 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago* config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up instead of -isa=sh4.
nickc [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115371 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-12 Bryce McKinlay <mckinlay@redhat.com>
bryce [Wed, 12 Jul 2006 13:56:25 +0000 (13:56 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115370 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR c/28280
mrs [Wed, 12 Jul 2006 13:12:08 +0000 (13:12 +0000)]
PR c/28280
* c-parser.c (c_parser_typeof_specifier): Don't use
c_finish_expr_stmt, open code desired semantics instead.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115369 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * typeck.c (string_conv_p): Remove spurious quotation mark in
mrs [Wed, 12 Jul 2006 12:55:01 +0000 (12:55 +0000)]
* typeck.c (string_conv_p): Remove spurious quotation mark in
warning.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115368 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115367 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-11 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 12 Jul 2006 00:17:42 +0000 (00:17 +0000)]
2006-07-11  Paolo Carlini  <pcarlini@suse.de>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115361 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115360 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-11 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 12 Jul 2006 00:05:50 +0000 (00:05 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115356 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-11 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 11 Jul 2006 22:08:56 +0000 (22:08 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115355 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-11 Paolo Carlini <pcarlini@suse.de>
bkoz [Tue, 11 Jul 2006 17:48:10 +0000 (17:48 +0000)]
2006-07-11  Paolo Carlini  <pcarlini@suse.de>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115354 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-11 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 11 Jul 2006 11:21:38 +0000 (11:21 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115332 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115329 138bc75d-0d04-0410-961f-82ee72b054a4

17 years agoFix typo
mrs [Tue, 11 Jul 2006 04:10:38 +0000 (04:10 +0000)]
Fix typo

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115328 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-11 Feng Wang <fengwang@nudt.edu.cn>
fengwang [Tue, 11 Jul 2006 04:09:40 +0000 (04:09 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115326 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-10 Eric Christopher <echristo@apple.com>
echristo [Tue, 11 Jul 2006 03:17:44 +0000 (03:17 +0000)]
2006-07-10  Eric Christopher  <echristo@apple.com>

* config/t-slibgcc-darwin: Rewrite.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115325 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115323 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115319 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115318 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115313 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-10 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 10 Jul 2006 19:32:51 +0000 (19:32 +0000)]
2006-07-10  Benjamin Kosnik  <bkoz@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115312 138bc75d-0d04-0410-961f-82ee72b054a4

17 years agofixincludes:
lauras [Mon, 10 Jul 2006 17:58:18 +0000 (17:58 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115310 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115302 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-09 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 9 Jul 2006 21:26:19 +0000 (21:26 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115298 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115295 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-08 Matthias Klose <doko@debian.org>
doko [Sat, 8 Jul 2006 18:35:51 +0000 (18:35 +0000)]
2006-07-08  Matthias Klose  <doko@debian.org>

        * doc/sourcebuild.texi: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115287 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115286 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115279 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * toplev.c (process_options): Don't give -ffunction-sections may
mrs [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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115276 138bc75d-0d04-0410-961f-82ee72b054a4

17 years agoAdd SB-1A support.
wilson [Sat, 8 Jul 2006 00:02:39 +0000 (00:02 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115274 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-08 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 7 Jul 2006 23:38:56 +0000 (23:38 +0000)]
2006-07-08  Paul Brook  <paul@codesourcery.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115272 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago Port to hosts whose 'sort' and 'tail' implementations
mrs [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, 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115271 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115270 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-07 Bryce McKinlay <mckinlay@redhat.com>
bryce [Fri, 7 Jul 2006 19:33:02 +0000 (19:33 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115268 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115267 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115266 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR c++/27820
lmillward [Fri, 7 Jul 2006 17:57:12 +0000 (17:57 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115265 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-07 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 7 Jul 2006 16:30:36 +0000 (16:30 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115263 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * sysdep/i386/backtrace.h (fallback_backtrace): Scan for a function's
rmathew [Fri, 7 Jul 2006 15:40:55 +0000 (15:40 +0000)]
* sysdep/i386/backtrace.h (fallback_backtrace): Scan for a function's
prologue to determine its beginning.  Stop unwinding when we reach
JvRunMain().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115261 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR c++/27019
sje [Fri, 7 Jul 2006 15:15:00 +0000 (15:15 +0000)]
PR c++/27019
* g++.dg/ext/pr27019.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115260 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * pointer-set.c (pointer_set_destroy): Correct whitespace.
sayle [Fri, 7 Jul 2006 14:23:57 +0000 (14:23 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115258 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-07 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 7 Jul 2006 12:31:29 +0000 (12:31 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115255 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * gnat.dg/address_conversion.adb: New test.
ebotcazou [Fri, 7 Jul 2006 10:26:07 +0000 (10:26 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115253 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-07 Gary Benson <gbenson@redhat.com>
gary [Fri, 7 Jul 2006 10:02:59 +0000 (10:02 +0000)]
2006-07-07  Gary Benson  <gbenson@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115252 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115251 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-07 Paul Thomas <pault@gcc.gnu.org>
pault [Fri, 7 Jul 2006 04:47:24 +0000 (04:47 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115246 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * c-parser.c (c_parser_skip_to_end_of_block_or_statement): Add
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115243 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115241 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR target/27968
sayle [Fri, 7 Jul 2006 00:13:14 +0000 (00:13 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115237 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-06 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 6 Jul 2006 23:30:14 +0000 (23:30 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115236 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-06 Bryce McKinlay <mckinlay@redhat.com>
bryce [Thu, 6 Jul 2006 23:26:24 +0000 (23:26 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115235 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago Port to hosts whose 'sort' and 'tail' implementations
mrs [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, 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115234 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.
rakdver [Thu, 6 Jul 2006 22:41:16 +0000 (22:41 +0000)]
* tree-ssa-loop-niter.c (scev_probably_wraps_p): Fix typo in argument name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115233 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR fortran/28129
fxcoudert [Thu, 6 Jul 2006 20:37:36 +0000 (20:37 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115231 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-06 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Thu, 6 Jul 2006 19:13:42 +0000 (19:13 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115230 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-06 David Edelsohn <edelsohn@gnu.org>
dje [Thu, 6 Jul 2006 18:59:58 +0000 (18:59 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115229 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR c++/28279
jason [Thu, 6 Jul 2006 18:39:39 +0000 (18:39 +0000)]
    PR c++/28279
        * decl2.c (finish_static_data_member_decl): Don't assert
        TREE_PUBLIC.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115228 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-06 Bryce McKinlay <mckinlay@redhat.com>
bryce [Thu, 6 Jul 2006 18:25:28 +0000 (18:25 +0000)]
2006-07-06  Bryce McKinlay <mckinlay@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115227 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-06 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 6 Jul 2006 17:45:13 +0000 (17:45 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115226 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR target/28285
ro [Thu, 6 Jul 2006 17:16:48 +0000 (17:16 +0000)]
PR target/28285
* config/alpha/predicates.md (alpha_swapped_comparison_operator):
Remove duplicate gtu.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115225 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR fortran/27874
fxcoudert [Thu, 6 Jul 2006 17:12:25 +0000 (17:12 +0000)]
PR fortran/27874
* trans-stmt.c (compute_inner_temp_size): Don't perform bounds
checking when calculating the bounds of scalarization.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115224 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-06 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Thu, 6 Jul 2006 16:00:57 +0000 (16:00 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115223 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-05 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Thu, 6 Jul 2006 02:11:48 +0000 (02:11 +0000)]
2006-07-05  Benjamin Kosnik  <bkoz@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115218 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR c++/13983
jason [Thu, 6 Jul 2006 02:09:02 +0000 (02:09 +0000)]
    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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115217 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115215 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115211 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR c++/18681
jason [Wed, 5 Jul 2006 19:44:28 +0000 (19:44 +0000)]
    PR c++/18681
        * friend.c (is_friend): Fix DR 45 implementation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115208 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115207 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-05 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 5 Jul 2006 18:49:48 +0000 (18:49 +0000)]
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]*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115206 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-05 Eric Christopher <echristo@apple.com>
echristo [Wed, 5 Jul 2006 17:32:41 +0000 (17:32 +0000)]
2006-07-05  Eric Christopher  <echristo@apple.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115205 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-05 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 5 Jul 2006 16:24:57 +0000 (16:24 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115203 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-05 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 5 Jul 2006 15:49:12 +0000 (15:49 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115202 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR fortran/20892
fxcoudert [Wed, 5 Jul 2006 15:22:26 +0000 (15:22 +0000)]
PR fortran/20892
* interface.c (gfc_match_interface): Don't allow dummy procedures
to have a generic interface.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115201 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-05 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 5 Jul 2006 10:54:17 +0000 (10:54 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115200 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 5 Jul 2006 06:47:21 +0000 (06:47 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115198 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for
rmathew [Wed, 5 Jul 2006 02:15:51 +0000 (02:15 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115196 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115194 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115190 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Tue, 4 Jul 2006 20:58:54 +0000 (20:58 +0000)]
2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115188 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Paul Thomas <pault@gcc.gnu.org>
pault [Tue, 4 Jul 2006 20:36:15 +0000 (20:36 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115187 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Tue, 4 Jul 2006 20:21:40 +0000 (20:21 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115184 138bc75d-0d04-0410-961f-82ee72b054a4

17 years agoChangeLog:
aoliva [Tue, 4 Jul 2006 20:20:01 +0000 (20:20 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115183 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Paul Thomas <pault@gcc.gnu.org>
pault [Tue, 4 Jul 2006 20:15:52 +0000 (20:15 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115182 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Tue, 4 Jul 2006 19:11:20 +0000 (19:11 +0000)]
2006-07-04  Andreas Tobler  <a.tobler@schweiz.ch>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115181 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Tue, 4 Jul 2006 19:05:19 +0000 (19:05 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115180 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 4 Jul 2006 15:42:32 +0000 (15:42 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115179 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Andrew Haley <aph@redhat.com>
aph [Tue, 4 Jul 2006 15:26:42 +0000 (15:26 +0000)]
2006-07-04  Andrew Haley  <aph@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115178 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-04 Andrew Stubbs <andrew.stubbs@st.com>
amylaar [Tue, 4 Jul 2006 13:50:40 +0000 (13:50 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115177 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago * intrinsic.c (add_subroutines): Add ITIME and IDATE.
fxcoudert [Tue, 4 Jul 2006 11:39:46 +0000 (11:39 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115173 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR bootstrap/18058
ebotcazou [Tue, 4 Jul 2006 07:52:47 +0000 (07:52 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115172 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago PR target/28207
amodra [Tue, 4 Jul 2006 03:35:48 +0000 (03:35 +0000)]
PR target/28207
* config/rs6000/rs6000.c (function_arg_boundary): Double-word align
128-bit IBM long doubles for ABI_V4.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115170 138bc75d-0d04-0410-961f-82ee72b054a4