OSDN Git Service

pf3gnuchains/gcc-fork.git
17 years agogcc/:
ian [Thu, 1 Feb 2007 01:09:35 +0000 (01:09 +0000)]
gcc/:
* lower-subreg.c: New file.
* rtl.def (CONCATN): Define.
* passes.c (init_optimization_passes): Add pass_lower_subreg and
pass_lower_subreg2.
* emit-rtl.c (update_reg_offset): New static function, broken out
of gen_rtx_REG_offset.
(gen_rtx_REG_offset): Call update_reg_offset.
(gen_reg_rtx_offset): New function.
* regclass.c: Revert patch of 2006-03-05, restoring
reg_scan_update.
(clear_reg_info_regno): New function.
* dwarf2out.c (concatn_loc_descriptor): New static function.
(loc_descriptor): Handle CONCATN.
* common.opt (fsplit_wide_types): New option.
* opts.c (decode_options): Set flag_split_wide_types when
optimizing.
* timevar.def (TV_LOWER_SUBREG): Define.
* rtl.h (gen_reg_rtx_offset): Declare.
(reg_scan_update): Declare.
* regs.h (clear_reg_info_regno): Declare.
* tree-pass.h (pass_lower_subreg): Declare.
(pass_lower_subreg2): Declare.
* doc/invoke.texi (Option Summary): List -fno-split-wide-types.
(Optimize Options): Add -fsplit-wide-types to -O1 list.  Document
-fsplit-wide-types.
* doc/rtl.texi (Regs and Memory): Document concat and concatn.
* Makefile.in (OBJS-common): Add lower-subreg.o.
(lower-subreg.o): New target.
gcc/testsuite/:
* gcc.dg/lower-subreg-1.c (test): New test.

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

17 years ago * tools/Makefile.in: Rebuilt.
tromey [Thu, 1 Feb 2007 00:27:48 +0000 (00:27 +0000)]
* tools/Makefile.in: Rebuilt.
* tools/Makefile.am (noinst_SCRIPTS): Renamed from bin_SCRIPTS.
(noinst_DATA): Renamed from TOOLS_DATA.

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

17 years agoDaily bump.
gccadmin [Thu, 1 Feb 2007 00:17:40 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * g++.dg/eh/simd-4.C (main): Also catch SIGSEGV.
geoffk [Thu, 1 Feb 2007 00:01:22 +0000 (00:01 +0000)]
* g++.dg/eh/simd-4.C (main): Also catch SIGSEGV.

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

17 years ago * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
kazu [Wed, 31 Jan 2007 23:46:54 +0000 (23:46 +0000)]
* config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.

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

17 years ago * include/jvmti-int.h (JVMTI): Declare member "enabled".
kseitz [Wed, 31 Jan 2007 23:25:39 +0000 (23:25 +0000)]
    * include/jvmti-int.h (JVMTI): Declare member "enabled".
        * jvmti.cc (JVMTI): Add member "enabled".
        (_Jv_GetJVMTIEnv): Mark JVMTI enabled.
        * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled
        instead of gnu::classpath::jdwp::Jdwp::isDebugging.
        (_Jv_CompileMethod): If JVMTI is enabled, use run_debug
        instead of run to compile the method.

        * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step
        notification.

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

17 years ago * Makefile.tpl (LDFLAGS): Substitute it.
schwab [Wed, 31 Jan 2007 22:22:50 +0000 (22:22 +0000)]
* Makefile.tpl (LDFLAGS): Substitute it.
* Makefile.in: Regenerate.

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

17 years ago2007-01-31 Daniel Franke <franke.daniel@gmail.com>
dfranke [Wed, 31 Jan 2007 21:30:16 +0000 (21:30 +0000)]
2007-01-31  Daniel Franke <franke.daniel@gmail.com>

        PR libgomp/30546
        * configure.ac: Add check for makeinfo
        * Makefile.am: Redefined target libgomp.info, build libgomp.info only
        if an appropiate version of makeinfo is found.
        * aclocal.m4: Regenerated.
        * configure: Regenerated.
        * Makefile.in: Regenerated.
        * testsuite/Makefile.in: Regenerated.

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

17 years ago2007-01-31 Daniel Franke <franke.daniel@gmail.com>
dfranke [Wed, 31 Jan 2007 21:29:19 +0000 (21:29 +0000)]
2007-01-31  Daniel Franke <franke.daniel@gmail.com>

        PR libgomp/30546
        * acx.m4 (ACX_PROG_CHECK_VER): Locate a program and check that its
        version is acceptable.

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

17 years ago2007-01-31 Andreas Tobler <a.tobler@schweiz.org>
andreast [Wed, 31 Jan 2007 21:28:28 +0000 (21:28 +0000)]
2007-01-31  Andreas Tobler  <a.tobler@schweiz.org>

* testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Add
-shared-libgcc to the cxxflaglist for Darwin.

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

17 years ago * scripts.am, Makefile.in: Rebuilt.
tromey [Wed, 31 Jan 2007 21:23:44 +0000 (21:23 +0000)]
* scripts.am, Makefile.in: Rebuilt.
* scripts/makemake.tcl (gnu/javax/swing/text/html/parser): Build
as 'ordinary'.
(emit_ordinary_rule): New proc.

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

17 years ago * testsuite/libjava.jvmti/getmethodname.h: New file.
kseitz [Wed, 31 Jan 2007 20:51:54 +0000 (20:51 +0000)]
    * testsuite/libjava.jvmti/getmethodname.h: New file.
        * testsuite/libjava.jvmti/getmethodname.jar: New file.

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

17 years ago* hex.c: Fix typo.
dj [Wed, 31 Jan 2007 20:05:50 +0000 (20:05 +0000)]
* hex.c: Fix typo.
* choose-temp.c: Likewise.
* functions.texi: Regenerate.

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

17 years ago2007-01-31 Andrew Haley <aph@redhat.com>
aph [Wed, 31 Jan 2007 19:04:35 +0000 (19:04 +0000)]
2007-01-31  Andrew Haley  <aph@redhat.com>

        * prims.cc (_Jv_Abort): fflush (stderr).
        * java/lang/natClassLoader.cc (_Jv_CheckABIVersion): Abort.

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

17 years ago include/
vprus [Wed, 31 Jan 2007 18:40:34 +0000 (18:40 +0000)]
    include/
        * libiberty.h (PEX_STDERR_TO_PIPE): New define.
        (PEX_BINARY_ERROR): New define.
        (pex_read_err): New function.

        libiberty/
        * pex-common.h (struct pex_obj): New fields
        stderr_pipe and read_err.
        * pex-common.c (pex_init_common): Initialize
        stderr_pipe.

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

17 years ago * configure, Makefile.in: Rebuilt.
tromey [Wed, 31 Jan 2007 17:38:55 +0000 (17:38 +0000)]
* configure, Makefile.in: Rebuilt.
* configure.ac (JAR): Check for -@ feature.
* Makefile.am (libgcj-$(gcc_version).jar): Use find -prune.

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

17 years ago PR target/19087
aesok [Wed, 31 Jan 2007 17:23:49 +0000 (17:23 +0000)]
PR target/19087
* config/avr/avr.c (DWARF2_ADDR_SIZE): Define.

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

17 years ago PR libgcj/30606:
tromey [Wed, 31 Jan 2007 17:11:11 +0000 (17:11 +0000)]
PR libgcj/30606:
* configure, include/config.h.in: Rebuilt.
* configure.ac: Check for magic_t in magic.h.
* java/net/natVMURLConnection.cc: Use HAVE_MAGIC_T.

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

17 years ago * resource/gnu/classpath/tools/jar/messages.properties
tromey [Wed, 31 Jan 2007 17:06:33 +0000 (17:06 +0000)]
* resource/gnu/classpath/tools/jar/messages.properties
(Main.Stdin): New message.
* tools/gnu/classpath/tools/jar/Main.java (initializeParser): Add
'-@' option.
(readNames): New method.
(run): Use it.

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

17 years ago PR middle-end/29335
ghazi [Wed, 31 Jan 2007 15:06:19 +0000 (15:06 +0000)]
PR middle-end/29335
* builtins.c (fold_builtin_sqrt): Use MPFR for constant args.

testsuite:
* gcc.dg/torture/builtin-math-2.c: Add sqrt cases.
* gcc.dg/torture/builtin-math-3.c: Likewise.

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

17 years ago * cfgloop.h: Include vec-prim.h.
rakdver [Wed, 31 Jan 2007 13:50:06 +0000 (13:50 +0000)]
* cfgloop.h: Include vec-prim.h.
(enum li_flags): Remove LI_ONLY_OLD.
(loop_iterator): Changed.
(fel_next, fel_init): Iterate over loop tree.
(FOR_EACH_LOOP_BREAK): New macro.
* loop-unswitch.c (unswitch_loops): Do not pass LI_ONLY_OLD to
FOR_EACH_LOOP.
* tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Ditto.
* modulo-sched.c (sms_schedule): Ditto.
* tree-vectorizer.c (vectorize_loops): Ditto.
* doc/loop.texi: Update information on loop numbering and behavior of
FOR_EACH_LOOP wrto new loops.
* tree-scalar-evolution.c (compute_overall_effect_of_inner_loop,
add_to_evolution_1): Test nestedness of loops instead of comparing
their numbers.
* tree-chrec.c (chrec_fold_plus_poly_poly,
chrec_fold_multiply_poly_poly, chrec_evaluate,
hide_evolution_in_other_loops_than_loop, chrec_component_in_loop_num,
reset_evolution_in_loop): Ditto.
* Makefile.in (CFGLOOP_H): Add vecprim.h dependency.

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

17 years ago2007-01-31 Dirk Mueller <dmueller@suse.de>
mueller [Wed, 31 Jan 2007 13:43:40 +0000 (13:43 +0000)]
2007-01-31  Dirk Mueller  <dmueller@suse.de>

        * c-common.c (warn_about_parentheses): Separate warning about
        un-parenthized sequence of comparison operators from the one
        which is supposed to warn about x <= y <= z.

        * testsuite/gcc.dg/Wparentheses-2.c: Update and add new tests.

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

17 years ago * gcc.dg/vect/vect-37.c: Restore the original behaivior - xfail to
irar [Wed, 31 Jan 2007 13:42:00 +0000 (13:42 +0000)]
* gcc.dg/vect/vect-37.c: Restore the original behaivior - xfail to
vectorize.

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

17 years ago * optabs.h (enum optab_index): Add new OTI_isinf.
uros [Wed, 31 Jan 2007 12:30:20 +0000 (12:30 +0000)]
* optabs.h (enum optab_index): Add new OTI_isinf.
(isinf_optab): Define corresponding macro.
* optabs.c (init_optabs): Initialize isinf_optab.
* genopinit.c (optabs): Implement isinf_optab using isinf?f2
patterns.
* builtins.c (mathfn_built_in): Handle BUILT_IN_ISINF{,F,L}.
(expand_builtin_interclass_mathfn): Expand BUILT_IN_ISINF{,F,L}
using isinf_optab.
(expand_builtin): Expand BUILT_IN_ISINF{,F,L} using
expand_builtin_interclass_mathfn.
* reg_stack.c (subst_stack_regs_pat): Handle UNSPEC_FXAM.
* config/i386/i386.md (UNSPEC_FXAM): New constant.
(fxam<mode>2_i387): New insn pattern.
(isinf<mode>2) New expander to implement isinf, isinff and isinfl
built-in functions as x87 inline asm.

testsuite/ChangeLog:

* gcc.dg/builtins-63.c: New test.

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

17 years ago(This part was missing in the r118852 / Wed Nov 15 10:13:16 2006 check in)
burnus [Wed, 31 Jan 2007 10:23:53 +0000 (10:23 +0000)]
(This part was missing in the r118852 / Wed Nov 15 10:13:16 2006 check in)

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

        PR fortran/27588
        * gfortran.dg/char_bounds_check_fail_1.f90: Add test.

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

17 years agofortran/
burnus [Wed, 31 Jan 2007 09:18:33 +0000 (09:18 +0000)]
fortran/
2007-01-31  Tobias Burnus  <burnus@net-b.de>

       PR fortran/30520
       * interface.c (compare_actual_formal): Check conformance between
         actual and VOLATILE dummy arguments.
       * symbol.c (gfc_add_volatile): Allow setting of VOLATILE
         multiple times in different scopes.
       * decl.c (gfc_match_volatile): Search symbol in host association.

testsuite/
2007-01-31  Tobias Burnus  <burnus@net-b.de>

       PR fortran/30520
       * gfortran.dg/volatile8.f90: New argument conformance test.
       * gfortran.dg/volatile9.f90: New scope test.

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

17 years ago * gcc/config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.
kazu [Wed, 31 Jan 2007 05:23:09 +0000 (05:23 +0000)]
* gcc/config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.

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

17 years ago2007-01-30 Eric Christopher <echristo@apple.com>
echristo [Wed, 31 Jan 2007 05:16:23 +0000 (05:16 +0000)]
2007-01-30  Eric Christopher  <echristo@apple.com>

* config.gcc: Add geode.

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

17 years ago * config/i386/i386.h (NON_QI_REG_P): Remove.
kazu [Wed, 31 Jan 2007 05:06:08 +0000 (05:06 +0000)]
* config/i386/i386.h (NON_QI_REG_P): Remove.
* config/i386/predicates.md (non_q_regs_operand): Remove.

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

17 years ago * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
kazu [Wed, 31 Jan 2007 03:45:38 +0000 (03:45 +0000)]
* cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c,
ipa-inline.c, tree-profile.c, tree-ssa-live.c,
tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c,
value-prof.c: Fix comment typos.

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

17 years ago * simplify.c, trans-array.c: Fix comment typos.
kazu [Wed, 31 Jan 2007 03:35:59 +0000 (03:35 +0000)]
* simplify.c, trans-array.c: Fix comment typos.

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

17 years ago * class.c, jcf-parse.c: Fix comment typos.
kazu [Wed, 31 Jan 2007 03:33:15 +0000 (03:33 +0000)]
* class.c, jcf-parse.c: Fix comment typos.

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

17 years ago * error.c (dump_type_suffix): Avoid use of cp_build_binary_op when
sayle [Wed, 31 Jan 2007 02:15:45 +0000 (02:15 +0000)]
* error.c (dump_type_suffix): Avoid use of cp_build_binary_op when
calculating the size of an array (to avoid recursive errors).

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

17 years agoDaily bump.
gccadmin [Wed, 31 Jan 2007 00:18:06 +0000 (00:18 +0000)]
Daily bump.

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

17 years ago * strsignal.c (psignal): Change type of signo to int.
bje [Tue, 30 Jan 2007 23:12:29 +0000 (23:12 +0000)]
* strsignal.c (psignal): Change type of signo to int.
* functions.texi: Regenerate.

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

17 years ago * Makefile.in: Rebuilt.
tromey [Tue, 30 Jan 2007 22:53:40 +0000 (22:53 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (libgcj-$(gcc_version).jar): Rewrote.

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

17 years ago2007-01-30 Andreas Tobler <a.tobler@schweiz.org>
andreast [Tue, 30 Jan 2007 22:31:28 +0000 (22:31 +0000)]
2007-01-30  Andreas Tobler  <a.tobler@schweiz.org>

* testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Use a
cast to print it right.

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

17 years ago2007-01-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Tue, 30 Jan 2007 22:29:11 +0000 (22:29 +0000)]
2007-01-30  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR c++/24745
* doc/invoke.texi (Wpointer-arith): Document warning.

cp/
* typeck.c (build_binary_op): Fix logic for warning. Move warning
to -Wpointer-arith.
* call.c (convert_like_real): Don't warn when converting to
boolean type.

testsuite/
* g++.dg/warn/null4.C: New.

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

17 years ago2007-01-29 Daniel Franke <franke.daniel@gmail.com>
dfranke [Tue, 30 Jan 2007 21:16:30 +0000 (21:16 +0000)]
2007-01-29  Daniel Franke <franke.daniel@gmail.com>

        PR libgomp/30540
        * libgomp.texi: More about implementation-dependent settings.

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

17 years ago2007-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
brooks [Tue, 30 Jan 2007 20:26:52 +0000 (20:26 +0000)]
2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

* invoke.texi (Code Gen Options): Fix abbreviation typo.
* intrinsic.texi (ACCESS, LSHIFT, RSHIFT): Fix typos.

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

17 years ago * doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
janis [Tue, 30 Jan 2007 20:23:25 +0000 (20:23 +0000)]
* doc/extend.texi (Decimal Floating Types): Remove decfloat.h from
the list of discrepancies from the draft TR.

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

17 years ago * gcj.texi (Strings): Fix documentation for JvNewString.
tromey [Tue, 30 Jan 2007 19:58:19 +0000 (19:58 +0000)]
* gcj.texi (Strings): Fix documentation for JvNewString.

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

17 years ago2007-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
tromey [Tue, 30 Jan 2007 19:42:02 +0000 (19:42 +0000)]
2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>

* gcj.texi (Invoking gcjh, Invoking gjnih, Arrays): Fix some
typos.

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

17 years ago2007-01-30 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 30 Jan 2007 18:04:59 +0000 (18:04 +0000)]
2007-01-30  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/30571
* include/ext/pb_ds/detail/type_utils.hpp: Use C++0x
static_assert if available, if not, centralize PB_DS_STATIC_ASSERT
definition here.
* include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp: Remove
PB_DS_STATIC_ASSERT definition.
* include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp: Same.
* include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp: Same.
* include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
* include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
* include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
* include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
* include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
* include/ext/pb_ds/trie_policy.hpp: Same.
* testsuite/util/performance/assoc/timing/
tree_order_statistics_test.hpp: Same.
* testsuite/ext/pb_ds/example/hash_resize_neg.cc: Adjust line numbers.
* testsuite/17_intro/headers_c++_c++0x_compat.cc: New.

* include/precompiled/extc++.h: Update to current list of ext files.

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

17 years ago PR fortran/30432
sje [Tue, 30 Jan 2007 17:49:24 +0000 (17:49 +0000)]
PR fortran/30432
* trans-types.c (gfc_get_function_type):  Do not add void_type_node
to empty arg list.
* trans-decl.c (create_function_arglist): Change assert.

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

17 years ago * gcc.dg/large-size-array-3.c: Correct typo.
sayle [Tue, 30 Jan 2007 17:13:12 +0000 (17:13 +0000)]
* gcc.dg/large-size-array-3.c: Correct typo.

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

17 years ago2007-01-30 Dirk Mueller <dmueller@suse.de>
mueller [Tue, 30 Jan 2007 16:20:06 +0000 (16:20 +0000)]
2007-01-30  Dirk Mueller  <dmueller@suse.de>

       PR c++/30601
       * doc/invoke.texi (-Wreturn-type): Update description to
       match new behavior.

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

17 years ago PR preprocessor/30468:
tromey [Tue, 30 Jan 2007 15:50:00 +0000 (15:50 +0000)]
PR preprocessor/30468:
* mkdeps.c (apply_vpath): Strip successive '/'s if we stripped
'./'.

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

17 years ago PR preprocessor/29966:
tromey [Tue, 30 Jan 2007 15:46:01 +0000 (15:46 +0000)]
PR preprocessor/29966:
* macro.c (lex_expansion_token): Save and restore cpp_reader's
cur_token.
(_cpp_create_definition): Don't restore cur_token here.
* lex.c (_cpp_lex_token): Added assertion.

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

17 years agogcc/
rsandifo [Tue, 30 Jan 2007 15:07:34 +0000 (15:07 +0000)]
gcc/
* cfgrtl.c (try_redirect_by_replacing_jump): Check only_sets_cc0_p.

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

17 years ago * MAINTAINERS (Write After Approval): Add myself.
abel [Tue, 30 Jan 2007 11:33:55 +0000 (11:33 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

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

17 years ago * builtins.c (expand_builtin_int_interclass_roundingfn): New function
uros [Tue, 30 Jan 2007 11:20:07 +0000 (11:20 +0000)]
* builtins.c (expand_builtin_int_interclass_roundingfn): New function
to handle optabs that operate on floating point input argument and
output to integer output.
(expand_builtin_mathfn) [BUILT_IN_ILOGB]: Move from here ...
(expand_builtin_interclass_mathfn) [BUILT_IN_ILOGB]: ... to here.
(expand_builtin): Expand BUILT_IN_ILOGB{,F,L} using
expand_builtin_interclass_mathfn ().
* config/i386/i386.md (fxtractxf3_i387): Rename from *fxtractxf3_i387.
(ilogbsi2): Remove.
(ilogbxf2, ilogb<mode>2): New expanders to implement ilogb, ilogbf and
ilogbl built-in functions as x87 intrinsics.

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

17 years ago2007-01-30 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 30 Jan 2007 10:23:01 +0000 (10:23 +0000)]
2007-01-30  Richard Guenther  <rguenther@suse.de>

PR middle-end/27657
* dwarf2out.c (reference_to_unused): Query varpool if the
variable was output.

* g++.dg/debug/pr27657.C: New testcase.

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

17 years ago2007-01-30 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 30 Jan 2007 10:17:09 +0000 (10:17 +0000)]
2007-01-30  Richard Guenther  <rguenther@suse.de>

PR middle-end/30313
* passes.c (execute_one_pass): Reset in_gimple_form to not
confuse non-unit-at-a-time mode.

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

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

17 years ago * fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
sayle [Tue, 30 Jan 2007 04:39:59 +0000 (04:39 +0000)]
* fold-const.c (round_up): Make HIGH an unsigned HOST_WIDE_INT to
avoid undefined behaviour on overflow.  Use force_fit_type_double
to construct the constant with the specified TREE_OVERFLOW.

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

17 years ago2007-01-29 Kaloian Doganov <kaloian@doganov.org>
tromey [Tue, 30 Jan 2007 02:46:54 +0000 (02:46 +0000)]
2007-01-29  Kaloian Doganov  <kaloian@doganov.org>

PR libgcj/30600:
* gnu/gcj/convert/BytesToCharsetAdaptor.java (read): Fix call to
'limit'.

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

17 years agoDaily bump.
gccadmin [Tue, 30 Jan 2007 00:17:57 +0000 (00:17 +0000)]
Daily bump.

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

17 years agoBelated typo fix from 2007-01-02.
bje [Mon, 29 Jan 2007 23:06:44 +0000 (23:06 +0000)]
Belated typo fix from 2007-01-02.

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

17 years ago * jvspec.c (lang_specific_driver): Remove unused classpath_args.
bje [Mon, 29 Jan 2007 23:01:42 +0000 (23:01 +0000)]
* jvspec.c (lang_specific_driver): Remove unused classpath_args.

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

17 years agolibdecnumber/
janis [Mon, 29 Jan 2007 23:01:35 +0000 (23:01 +0000)]
libdecnumber/
* decExcept.c: New.
* decExcept.h: New.
libgcc/
* Makefile.in (dec-filenames): Add decExcept.
gcc/
* config/dfp-bit.c: Add parameterized support for fp exceptions.
* config/dfp-bit.h: Ditto.
gcc/testsuite/
* gcc.dg/dfp/dfp-except.h: New file.
* gcc.dg/dfp/fe-check.h: New file.
* gcc.dg/dfp/fe-binop.c: New test.
* gcc.dg/dfp/fe-convert-1.c: New test.
* gcc.dg/dfp/fe-convert-2.c: New test.
* gcc.dg/dfp/fe-convert-3.c: New test.

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

17 years ago * crontab: No longer build snapshots for 4.0.x.
gerald [Mon, 29 Jan 2007 22:27:12 +0000 (22:27 +0000)]
* crontab: No longer build snapshots for 4.0.x.

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

17 years ago2007-01-29 Kyle Galloway <kgallowa@redhat.com>
kgallowa [Mon, 29 Jan 2007 22:05:56 +0000 (22:05 +0000)]
2007-01-29  Kyle Galloway  <kgallowa@redhat.com>

* include/java-interp.h:  Added _Jv_Frame class and its two
subclasses _Jv_InterpFrame and _Jv_NativeFrame.  Also moved
_Jv_FrameType from java-stack.h.
* include/java-stack.h: Removed _Jv_FrameType.
* java/lang/Thread.java: Added frame member to hold new
composite frame stack.
* java/lang/Thread.h: Regenerated.
* java/lang/Thread.class: Rebuilt.
* jni.cc (_Jv_JNIMethod::call): Push a frame onto the stack when
calling a JNI method.
* jvmti.cc (_Jv_JVMTI_GetStackTrace): New Method.
(_Jv_JVMTI_GetFrameCount): New method.
* stacktrace.cc (UnwindTraceFn): Modified to use new _Jv_Frame
classes.
* testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
* testsuite/libjava.jvmti/interp/natgetstacktrace.cc: New test.
* testsuite/libjava.jvmti/interp/getstacktrace.h: New test.
* testsuite/libjava.jvmti/interp/getstacktrace.jar: New test.
* testsuite/libjava.jvmti/interp/getstacktrace.out: Output file
for test.

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

17 years ago * interpret.cc (run_debug): Remove comment.
tromey [Mon, 29 Jan 2007 22:00:30 +0000 (22:00 +0000)]
* interpret.cc (run_debug): Remove comment.
(STOREA): Reformat.
(STOREI): Likewise.
(STOREF): Likewise.
(STOREL): Likewise.
(STORED): Likewise.
(POKEI): Likewise.
(run_normal_debug): Likewise.
(run_synch_object_debug): Likewise.
(run_class_debug): Likewise.
(run_synch_class_debug): Likewise.
(get1s): Likewise.
(get1u): Likewise.
(get2u): Likewise.
(get4): Likewise.
(NULLARRAYCHECK): Likewise.
(ARRAYBOUNDSCHECK): Likewise.
* interpret-run.cc (insn_target) <breakpoint>: Tidy.

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

17 years ago PR java/30607:
tromey [Mon, 29 Jan 2007 21:30:10 +0000 (21:30 +0000)]
PR java/30607:
* jvspec.c (lang_specific_driver): Handle separate -I argument.
* lang.opt (-I): Add 'Separate'.

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

17 years ago007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Mon, 29 Jan 2007 21:05:58 +0000 (21:05 +0000)]
007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

* c-decl.c (pop_scope): Replace warnings with call to
warn_for_unused_label.
* c-common.h (warn_for_unused_label): Declare.
* c-common.c (warn_for_unused_label): Define.
cp/
* decl.c (pop_label): Replace warning with call to
warn_for_unused_label.

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

17 years ago2007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Mon, 29 Jan 2007 20:54:59 +0000 (20:54 +0000)]
2007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

        * tree-optimize.c (update_inlined_to_pointers): Delete unused
        function.

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

17 years agogcc/
janis [Mon, 29 Jan 2007 20:27:41 +0000 (20:27 +0000)]
gcc/
* Makefile.in (USER_H): Remove decfloat.h.
* ginclude/decfloat.h: Delete, moving contents to ...
* ginclude/float.h: Add support for decimal floating point,
guarded by __STDC_WANT_DEC_FP__.

gcc/testsuite/
* gcc.dg/dfp/dec-eval-method.c: Replace decfloat.h with float.h.
* gcc.dg/dfp/decfloat-constants.c: Ditto.
* gcc.dg/dfp/convert-dfp.c: Ditto.
* gcc.dg/dfp/convert-int-saturate.c: Ditto.

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

17 years ago * doc/gccint.texi (Top): Rename Loop Representation to Loop
mrs [Mon, 29 Jan 2007 20:10:33 +0000 (20:10 +0000)]
* doc/gccint.texi (Top): Rename Loop Representation to Loop
Analysis and Representation to resolve case insensitive conflict.
* doc/loop.texi (Loop Analysis and Representation): Likewise.

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

17 years agoinclude/:
ian [Mon, 29 Jan 2007 20:07:49 +0000 (20:07 +0000)]
include/:
* demangle.h: New cplus_demangle_print_callback,
cplus_demangle_v3_callback, and java_demangle_v3_callback function
prototypes, and demangle_callbackref type definition.
libiberty/:
* cp-demangle.h (cplus_demangle_operators): External definition
suppressed if not building for libstdc++.
* cp-demangle.c (__gcclibcxx_demangle_callback): Augmented interface
to demangling, provides a malloc-less version of __cxa_demangle.
(cplus_demangle_print_callback): Public callback version of
cplus_demangle_print.
(struct d_growable_string): New growable string structure.
(d_growable_string_init): New function, provides support for
growable strings separate from print info.
(d_growable_string_resize): Likewise.
(d_growable_string_append_buffer): Likewise.
(d_growable_string_callback_adapter):): Likewise.
(d_print_init): New print info initialization function.
(d_print_error): Macro replace by inline function.
(d_print_saw_error): Likewise.
(d_append_char): Likewise.
(d_append_buffer): Likewise.
(d_append_string): New inline function, replaces the
d_append_string_constant macro.
(d_flush_buffer): New function, flushes buffer to callback.
(d_demangle_callback, is_ctor_or_dtor): Malloc-based fallback
for unsupported dynamic arrays replaced by alloca().
(d_demangle): Return string length estimating removed.
(d_dump): Moved error case handling from call site into function.
(d_print_resize): Function removed.
(d_print_append_char): Likewise.
(d_print_append_buffer): Likewise.
(d_print_error): Likewise.
(d_print_comp): Added special case handling for Java arrays.
(java_demangle_v3): Removed string post-processing for Java arrays,
now replaced by special case handling in d_print_comp.
(cplus_demangle_v3_callback): Augmented interface to demangling,
provides a malloc-less version of cplus_demangle_v3.
(java_demangle_v3_callback): Augmented interface to demangling,
provides a malloc-less version of java_demangle_v3.

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

17 years ago2007-01-28 Daniel Berlin <dberlin@dberlin.org>
dberlin [Mon, 29 Jan 2007 19:38:00 +0000 (19:38 +0000)]
2007-01-28  Daniel Berlin  <dberlin@dberlin.org>

* tree.h (struct tree_memory_tag): Add aliases member.
(MTAG_ALIASES): New macro.
* tree-ssa-alias.c (alias_bitmap_obstack): New variable.
(add_may_alias): Remove pointer-set. Update for may_aliases being
a bitmap.
(mark_aliases_call_clobbered): Update for may_aliases being a
bitmap.
(compute_tag_properties): Ditto.
(create_partition_for): Ditto.
(compute_memory_partitions): Ditto.
(dump_may_aliases_for): Ditto.
(is_aliased_with): Ditto.
(add_may_alias_for_new_tag): Ditto.
(rewrite_alias_set_for): Rewrite for may_aliases being a bitmap.
(compute_is_aliased): New function.
(compute_may_aliases): Call compute_is_aliased).
(init_alias_info): Initialize alias_bitmap_obstack.
(union_alias_set_into): New function.
(compute_flow_sensitive_aliasing): Use union_aliases_into.
(have_common_aliases_p): Rewrite to take two bitmaps and use
intersection.
(compute_flow_insensitive_aliasing): Stop using pointer-sets.
Update for bitmaps.
(finalize_ref_all_pointers): Update for add_may_alias changes.
(new_type_alias): Ditto.
* tree-flow-inline.h (may_aliases): Return a bitmap.
* tree-dfa.c (dump_variable): Check for MTAG_P'ness.
* tree-ssa.c (verify_flow_insensitive_alias_info): Update for
may_aliases being a bitmap.
* tree-flow.h (struct var_ann_d): Remove may_aliases member.
may_aliases now returns a bitmap.
* tree-ssa-structalias.c (merge_smts_into): Update for may_aliases
being a bitmap.
* tree-ssa-operands.c (add_virtual_operand): Update for
may_aliases being a bitmap.

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

17 years ago * configure, Makefile.in: Rebuilt.
tromey [Mon, 29 Jan 2007 18:46:34 +0000 (18:46 +0000)]
* configure, Makefile.in: Rebuilt.
* Makefile.am (bin_SCRIPTS): Never install scripts/jar.
* configure.ac (BASH_JAR): Removed conditional.
(JAR): Prefer the jar found by AC_CHECK_PROGS.

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

17 years ago2007-01-29 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 29 Jan 2007 18:34:46 +0000 (18:34 +0000)]
2007-01-29  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_uninitialized.h (uninitialized_copy(const char*,
const char*, char*), uninitialized_copy(const wchar_t*, const wchar_t*,
wchar_t*)): Remove, just forward to std::copy.

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

17 years ago * Makefile.in: Rebuilt.
tromey [Mon, 29 Jan 2007 18:31:45 +0000 (18:31 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (interpret.lo): New target.  Add -fwrap to
AM_CXXFLAGS.

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

17 years agoChecking in updated class file
tromey [Mon, 29 Jan 2007 18:31:27 +0000 (18:31 +0000)]
Checking in updated class file

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

17 years ago2007-01-29 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 29 Jan 2007 18:22:37 +0000 (18:22 +0000)]
2007-01-29  Benjamin Kosnik  <bkoz@redhat.com>

* include/ext/enc_filebuf.h: Resurrect, update.
* include/ext/codecvt_specializations.h: Remove
        _GLIBCXX_USE_ICONV, _GLIBCXX_USE_ENCODING_STATE.
* include/bits/localefwd.h: Remove declaration for __enc_traits.
* docs/html/22_locale/codecvt.html: Change __enc_traits to
encoding_state.
* scripts/testsuite_flags.in: Remove ICONV.

* configure.ac: Remove GLIBCXX_CHECK_ICONV_SUPPORT.
* acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove.
* crossconfig.m4: Remove use of GLIBCXX_CHECK_ICONV_SUPPORT.
* config.h.in: Remove HAVE_ICONV_CLOSE, HAVE_ICONV_OPEN,
HAVE_NL_LANGINFO, _GLIBCXX_USE_ICONV.
* include/Makefile.am: Uglify ICONV_CONST.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* src/Makefile.in: Regenerate.
* po/Makefile.in: Regenerate.
* libmath/Makefile.in: Regenerate.
* include/Makefile.in: Regenerate.
* libsupc++/Makefile.in: Regenerate.
* testsuite/Makefile.in: Regenerate.

* testsuite/ext/enc_filebuf/wchar_t/13189.cc: Use
dg-require-iconv, fix up for encoding_state changes.
* testsuite/ext/enc_filebuf/char/13189.cc: Same.
* testsuite/ext/enc_filebuf/char/13598.cc: Same.
* testsuite/22_locale/codecvt/unicode: Move...
* testsuite/22_locale/codecvt/unicode/char.cc: Move...
* testsuite/22_locale/codecvt/unicode/1.cc: Move...
* testsuite/22_locale/codecvt/unicode/wchar_t.cc: Move...
* testsuite/ext/codecvt: New.
* testsuite/ext/codecvt/char-1.cc: ...here. Also, use dg-require-iconv.
* testsuite/ext/codecvt/char-2.cc: ...here. Same.
* testsuite/ext/codecvt/1.cc: ...here. Same.
* testsuite/ext/codecvt/wchar_t.cc: ...here. Same.
* testsuite/22_locale/locale/cons/unicode: Delete directory.
* testsuite/22_locale/locale/cons/unicode/1.cc: Move...
* testsuite/22_locale/locale/cons/unicode.cc: ...here.

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

17 years ago * include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
kseitz [Mon, 29 Jan 2007 17:43:34 +0000 (17:43 +0000)]
    * include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
        Define.
        [__GCJ_JNI_IMPL__]: Define our own JVMTI types when building
        gcj. All jvmti object types now are defined to be their
        corresponding java classes.
        * jvmti.cc (_Jv_JVMTI_SuspendThread): Remove casting from
        jthread to Thread*.
        (_Jv_JVMTI_ResumeThread): Likewise.
        (_Jv_JVMTI_InterruptThread): Likewise.
        (_Jv_JVMTI_SetEventNotificationMode): Likewise.
        * gnu/classpath/jdwp/natVMVirtualMachine.cc
        (jdwpClassPrepareCB): Likewise.
        (jdwpThreadEndCB): Likewise.
        (jdwpThreadStartCB): Likewise.
        (jdwpVMInitCB): Likewise.

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

17 years ago2007-01-29 Daniel Berlin <dberlin@dberlin.org>
dberlin [Mon, 29 Jan 2007 17:25:04 +0000 (17:25 +0000)]
2007-01-29  Daniel Berlin  <dberlin@dberlin.org>

PR tree-optimization/30630
* tree-ssa-structalias.c (do_complex_constraint): Mark correct
variable as changed.

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

17 years ago2007-01-29 Josh Conner <jconner@apple.com>
jconner [Mon, 29 Jan 2007 17:18:56 +0000 (17:18 +0000)]
2007-01-29  Josh Conner  <jconner@apple.com>

* gcc.target/powerpc/altivec-24.c: New test.

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

17 years ago PR c++/28266
jason [Mon, 29 Jan 2007 16:27:21 +0000 (16:27 +0000)]
    PR c++/28266
        * gimplify.c (gimplify_target_expr): Make sure that the TARGET_EXPR is
        expanded only once even if an error occurs.

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

17 years ago2007-01-26 Andrew Haley <aph@redhat.com>
aph [Mon, 29 Jan 2007 13:43:22 +0000 (13:43 +0000)]
2007-01-26  Andrew Haley  <aph@redhat.com>

        * java/lang/SecurityManager.java: Load and initialize
        java.security.Security.

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

17 years ago2007-01-26 Andrew Haley <aph@redhat.com>
aph [Mon, 29 Jan 2007 13:41:43 +0000 (13:41 +0000)]
2007-01-26  Andrew Haley  <aph@redhat.com>

        * java/lang/SecurityManager.java: Load and initialize
        java.security.Security.

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

17 years ago2007-01-26 Andrew Haley <aph@redhat.com>
aph [Mon, 29 Jan 2007 13:14:38 +0000 (13:14 +0000)]
2007-01-26  Andrew Haley  <aph@redhat.com>

        * java/lang/natClass.cc (initializeClass): Re-throw
        SecurityExceptions.
        * java/lang/natVMClassLoader.cc (loadClass): checkPackageAccess.
        * java/lang/ClassLoader.java: (loadClass): Likewise.

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

17 years ago2007-01-29 Andrew Haley <aph@redhat.com>
aph [Mon, 29 Jan 2007 13:02:48 +0000 (13:02 +0000)]
2007-01-29  Andrew Haley  <aph@redhat.com>

        * class.c (add_method_1): Mark fndecl as external unless we are
        compiling it into this object file.

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

17 years ago2007-01-29 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 29 Jan 2007 10:27:50 +0000 (10:27 +0000)]
2007-01-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30554
* module.c (read_module): If a symbol is excluded by an ONLY
clause, check to see if there is a symtree already loaded. If
so, attach the symtree to the pointer_info.

2007-01-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/30554
* gfortran.dg/used_dummy_types_6.f90: New test.

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

17 years ago * gcov-io.h (__gcov_indirect_call_profiler): Declare.
bje [Mon, 29 Jan 2007 05:53:40 +0000 (05:53 +0000)]
* gcov-io.h (__gcov_indirect_call_profiler): Declare.
(__gcov_average_profiler): Likewise.
(__gcov_ior_profiler): Likewise.
(__gcov_merge_ior): Likewise.

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

17 years agoDaily bump.
gccadmin [Mon, 29 Jan 2007 00:17:52 +0000 (00:17 +0000)]
Daily bump.

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

17 years ago * builtins.c (expand_builtin_memset): Fix typo in my last patch.
hubicka [Sun, 28 Jan 2007 22:27:37 +0000 (22:27 +0000)]
* builtins.c (expand_builtin_memset): Fix typo in my last patch.
* value-prof.c (stringop_block_profile): Likewise.

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

17 years ago * expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Add
hubicka [Sun, 28 Jan 2007 19:38:39 +0000 (19:38 +0000)]
* expr.c (emit_block_move_via_movmem, emit_block_move_via_libcall): Add
variant handling histograms; add wrapper.
(clear_storage_via_libcall): Export.
(emit_block_move_hints): Break out from ...; add histograms.
(emit_block_move): ... this one.
(clear_storage_hints): Break out from ...; add histograms.
(clear_storage): ... this one.
(set_storage_via_memset): Handle histogram.
* expr.h (emit_block_move_via_libcall, emit_block_move_hints): Declare.
(clear_storage_hints, clear_storage_via_libcall): Declare.
(set_storage_via_setmem): Update prototype.
* doc/md.texi (movmem, setmem): Document new arguments.

* value-prof.c (dump_histogram_value, tree_find_values_to_profile): Add
new histograms.
(stringop_block_profile): New global function.
(tree_stringops_values_to_profile): Profile block size and alignment.
* value-prof.h (enum hist_type): add HIST_TYPE_AVERAGE and
HIST_TYPE_IOR.
(struct profile_hooks): Add gen_average_profiler and gen_ior_profiler.
(stringop_block_profile): Declare.
* builtins.c: Include value-prof.h.
(expand_builtin_memcpy, expand_builtin_memset): Pass block profile.
* gcov-ui.h (GCOV_COUNTER_NAMES): Add new counter.
(GCOV_COUNTER_AVERAGE, GCOV_COUNTER_IOR): New constants.
(GCOV_COUNTERS, GCOV_LAST_VALUE_COUNTER): Update.
* profile.c (instrument_values): Add new counters.
* cfgexpand.c (expand_gimple_basic_block): Propagate histograms to
calls.
* tree-profile.c (tree_average_profiler_fn, tree_ior_profiler_fn): New.
(tree_init_edge_profiler): Build new profilers.
(tree_gen_average_profiler, tree_gen_ior_profiler): New.
(pass_tree_profile): Add dump.
(tree_profile_hooks): Update.
* Makefile.in (LIBGCOV): Add new constants.
* libgcov.c (__gcov_merge_ior, __gcov_average_profiler,
__gcov_ior_profiler): New.
* i386.md (movmem/setmem expanders): Add new optional arguments.

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

17 years ago * MAINTAINERS (spu port): Add myself.
dje [Sun, 28 Jan 2007 19:30:47 +0000 (19:30 +0000)]
    * MAINTAINERS (spu port): Add myself.

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

17 years ago * doc/md.texi (Standard Pattern Names): Document blockage pattern.
dje [Sun, 28 Jan 2007 19:26:43 +0000 (19:26 +0000)]
* doc/md.texi (Standard Pattern Names): Document blockage pattern.

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

17 years ago * gcc.dg/large-size-array-3.c: Correct test case (portability).
sayle [Sun, 28 Jan 2007 19:06:31 +0000 (19:06 +0000)]
* gcc.dg/large-size-array-3.c: Correct test case (portability).

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

17 years ago2007-01-28 Michele Sandri <gpointorama@gmail.com>
membar [Sun, 28 Jan 2007 18:55:36 +0000 (18:55 +0000)]
2007-01-28  Michele Sandri  <gpointorama@gmail.com>

* gnu/java/nio/channels/natFileChannelWin32.cc
(lock): Implemented.
(unlock): Implemented.

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

17 years ago2007-01-28 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 28 Jan 2007 18:40:42 +0000 (18:40 +0000)]
2007-01-28  Paolo Carlini  <pcarlini@suse.de>

* include/bits/locale_facets.tcc (num_get<>::do_get(iter_type,
iter_type, ios_base&, ios_base::iostate&, bool&),
num_put<>::_M_insert_int(_OutIter, ios_base&, _CharT, _ValueT)):
-Wconversion and -Woverflow fixes.
* include/bits/istream.tcc (operator>>(int&), operator>>(short&)):
Likewise.
* include/std/valarray (valarray<>::shift, cshift): Likewise.

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

17 years ago2007-01-28 Andrew Pinski <pinskia@gmail.com>
pinskia [Sun, 28 Jan 2007 18:09:25 +0000 (18:09 +0000)]
2007-01-28  Andrew Pinski  <pinskia@gmail.com>

        PR C++/28988
        * semantics.c (finish_pseudo_destructor_expr): Check the
        destrutor name by calling check_dtor_name.

2007-01-28  Andrew Pinski  <pinskia@gmail.com>

        PR C++/28988
        * g++.dg/expr/dtor4.C: New test.

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

17 years ago * tree-ssa-loop-unswitch.c: Include tree-inline.h.
rakdver [Sun, 28 Jan 2007 17:40:38 +0000 (17:40 +0000)]
* tree-ssa-loop-unswitch.c: Include tree-inline.h.
(tree_unswitch_single_loop): Pass eni_size_weights to
tree_num_loop_insns.
* tree-ssa-loop-manip.c: Include tree-inline.h.
(can_unroll_loop_p): Pass eni_size_weights to
tree_num_loop_insns.
* tree-ssa-loop-ch.c (should_duplicate_loop_header_p):
Pass eni_size_weights to estimate_num_insns.
* tree.h (init_inline_once): Export.
* toplev.c (backend_init): Call init_inline_once.
* cgraphunit.c (cgraph_process_new_functions,
cgraph_analyze_function): Pass eni_inlining_weights to
estimate_num_insns.
* ipa-inline.c (compute_inline_parameters): Ditto.
* tree-ssa-loop-ivcanon.c (tree_num_loop_insns): Pass weights
to estimate_num_insns.
(try_unroll_loop_completely): Pass eni_size_weights to
tree_num_loop_insns.
* tree-eh.c (decide_copy_try_finally): Pass eni_size_weights
ot estimate_num_insns.
* tree-ssa-loop-prefetch.c: Include tree-inline.h.
(loop_prefetch_arrays): Pass eni_time_weights to tree_num_loop_insns.
* tree-inline.c (eni_inlining_weights, eni_size_weights,
eni_time_weights): New variables.
(init_inline_once): Initialize them.
(struct eni_data): Mew.
(estimate_num_insns_1, estimate_num_insns): Use weights.
* tree-inline.h (struct eni_weights_d): New.
(eni_inlining_weights, eni_size_weights, eni_time_weights): Declare.
(estimate_num_insns): Declaration changed.
* cfgloop.h (tree_num_loop_insns): Declaration changed.
* Makefile.in (tree-ssa-loop-unswitch.o, tree-ssa-loop-prefetch.o,
tree-ssa-loop-manip.o): Add TREE_INLINE_H dependency.

* gcc.dg/tree-ssa/loop-23.c: New test.

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

17 years ago * tree-data-ref.c (conflict_fn): Assert that the number of affine
rakdver [Sun, 28 Jan 2007 17:29:30 +0000 (17:29 +0000)]
* tree-data-ref.c (conflict_fn): Assert that the number of affine
relations in the conflict function is valid.

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

17 years ago PR bootstrap/30469
drow [Sun, 28 Jan 2007 14:08:13 +0000 (14:08 +0000)]
PR bootstrap/30469
* Makefile.in (CFLAGS): Forcibly remove -fprofile-generate and
-fprofile-use.

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

17 years ago2007-01-25 Razya Ladelsky <razya@il.ibm.com>
razya [Sun, 28 Jan 2007 13:01:53 +0000 (13:01 +0000)]
2007-01-25  Razya Ladelsky  <razya@il.ibm.com>

        * ipa-cp.c (ipcp_insert_stage, ipcp_driver): Support for SSA.
        (ipcp_driver): Change to static definition.
        Add dumping of the ifunctions.
        (constant_val_insert): Remove unused parameter. Support for SSA.
        (ipcp_propagate_const): Support for SSA.
        (ipcp_profile_bb_print): Print only analyzed nodes.
        (ipcp_replace_map_create): Remove support for Fortran constant
        for now.
        * ipa-prop.c (ipa_method_modify_stmt,
        ipa_callsite_compute_param): Support for SSA.
        * ipa-prop.h (ipcp_driver): Remove declaration.
        (IS_VALID_TREE_MAP_INDEX): Add define.

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

17 years ago2007-01-28 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Sun, 28 Jan 2007 10:44:47 +0000 (10:44 +0000)]
2007-01-28  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/30389
* gfortran.h:  Remove gfc_simplify_init_1.
* arith.h:  Remove third argument from gfc_compare_string.
* arith.c(gfc_compare_expression):  Remove third argument
from call to gfc_compare_string.
(gfc_compare_string):  Remove third argument xcoll_table.
Remove use of xcoll_table.
* misc.c(gfc_init_1):  Remove call to gfc_simplify_init_1.
* simplify.c(ascii_table):  Remove.
(xascii_table): Likewise.
(gfc_simplify_achar):  ICE if extract_int fails.  Remove use of
ascii_table.  Warn if -Wsurprising and value < 0 or > 127.
(gfc_simplify_char):  ICE if extract_int fails. Error if
value < 0 or value > 255.
(gfc_simplify_iachar):  Remove use of xascii_table.
Char values outside of 0..255 are an ICE.
(gfc_simplify_lge):  Remove use of xascii_table.
(gfc_simplify_lgt):  Likewise.
(gfc_simplify_lle):  Likewise.
(gfc_simplify_llt):  Likewise.
(invert_table):  Remove.
(gfc_simplify_init_1):  Remove.

2007-01-28  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/30389
* gfortran.dg/achar_2.f90:  New test.
* gfortran.dg/achar_3.f90:  New test.

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

17 years ago./:
ian [Sun, 28 Jan 2007 05:15:06 +0000 (05:15 +0000)]
./:
* common.opt: Add fstrict-overflow.
* opts.c (decode_options): Set flag_strict_overflow if -O2.
* flags.h (TYPE_OVERFLOW_WRAPS): Define.
(TYPE_OVERFLOW_UNDEFINED): Define.
(TYPE_OVERFLOW_TRAPS): Define.  This replaces TYPE_TRAP_SIGNED.
Replace all uses.
* tree.h (TYPE_TRAP_SIGNED): Don't define.
* fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_UNDEFINED.
(fold_negate_expr): Likewise.
(make_range): Likewise.
(extract_muldiv_1): Likewise.
(maybe_canonicalize_comparison): Likewise.
(fold_comparison): Likewise.
(fold_binary): Likewise.
(tree_expr_nonnegative_p): Likewise.
(tree_expr_nonzero_p): Likewise.
* tree-vrp.c (compare_values): Likewise.
(extract_range_from_binary_expr): Likewise.
(extract_range_from_unary_expr): Likewise.
* tree-ssa-loop-niter.c (infer_loop_bounds_from_signedness):
Likewise.
(nowrap_type_p): Likewise.
* tree-scalar-evolution.c (simple_iv): Likewise.
* fold-const.c (negate_expr_p): Use TYPE_OVERFLOW_WRAPS.
(build_range_check): Likewise.
(extract_muldiv_1): Likewise.
(fold_comparison): Likewise.
* tree-vrp.c (vrp_int_const_binop): Likewise.
(extract_range_from_unary_expr): Likewise.
* convert.c (convert_to_integer): Likewise.
* fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS.
(fold_comparison): Likewise.
(fold_binary): Likewise.
* optabs.c (optab_for_tree_code): Likewise.
* tree-vectorizer.c (vect_is_simple_reduction): Likewise.
* simplify-rtx.c (simplify_const_relational_operation): Check
flag_strict_overflow and flag_trapv.
(simplify_const_relational_operation): Likewise.
* doc/invoke.texi (Option Summary): Mention -fstrict-overflow.
(Optimize Options): Add -fstrict-overflow to -O2 list.  Document
-fstrict-overflow.
testsuite/:
* gcc.dg/strict-overflow-1.c: New test.
* gcc.dg/no-strict-overflow-1.c: New test.
* gcc.dg/strict-overflow-2.c: New test.
* gcc.dg/no-strict-overflow-2.c: New test.
* gcc.dg/strict-overflow-3.c: New test.
* gcc.dg/no-strict-overflow-3.c: New test.
* gcc.dg/strict-overflow-4.c: New test.
* gcc.dg/no-strict-overflow-4.c: New test.
* gcc.dg/fold-mod-1.c: Add -fstrict-overflow option.
* gcc.dg/pr15784-1.c: Likewise.
* gcc.dg/pr20922-1.c: Likewise.
* gcc.dg/pr20922-3.c: Likewise.
* gcc.dg/pr20922-4.c: Likewise.
* gcc.dg/pr20922-6.c: Likewise.
* gcc.dg/compare-4.c: Likewise.
* gcc.dg/torture/pr26898-1.c: Likewise.
* gcc.dg/tree-ssa/divide-1.c: Likewise.
* gcc.dg/tree-ssa/divide-2.c: Likewise.
* gcc.dg/tree-ssa/divide-3.c: Likewise.
* gcc.dg/tree-ssa/divide-4.c: Likewise.
* gcc.dg/tree-ssa/pr14490-1.c: Likewise.
* gcc.dg/tree-ssa/pr14490-3.c: Likewise.
* gcc.dg/tree-ssa/pr21082.c: Likewise.
* gcc.dg/tree-ssa/pr26899.c: Likewise.
* g++.dg/tree-ssa/pr21082.C: Likewise.

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