OSDN Git Service

pf3gnuchains/gcc-fork.git
17 years ago PR c++/28048
mmitchel [Wed, 19 Jul 2006 05:14:25 +0000 (05:14 +0000)]
PR c++/28048
* semantics.c (check_accessibility_of_qualified_id): Robustify.
PR c++/28048
* g++.dg/template/defarg9.C: New test.

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

17 years ago PR middle-end/28283
sayle [Wed, 19 Jul 2006 05:13:56 +0000 (05:13 +0000)]
PR middle-end/28283
* expmed.c (expand_shift): Additionally check that the shift_cost
is not MAX_COST and that INTVAL(op1) is less than MAX_BITS_PER_WORD
before implementing a LSHIFT_EXPR as a sequence of additions.
* config/sh/sh.c (shift_costs): Return MAX_COST to inform the
middle-end that DImode shifts need to be synthesized by expand.

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

17 years ago PR c++/28235
mmitchel [Wed, 19 Jul 2006 00:22:43 +0000 (00:22 +0000)]
PR c++/28235
* pt.c (tsubst_decl): Handling substitutions into a static data
member from within the scope of the tempalte itself.
PR c++/28235
* g++.dg/template/static27.C: New test.

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

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

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

17 years agoAdded myself (pmj) to MAINTAINERS file under write-after-approval
pmj [Tue, 18 Jul 2006 22:22:07 +0000 (22:22 +0000)]
Added myself (pmj) to MAINTAINERS file under write-after-approval

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

17 years ago PR 28410
dnovillo [Tue, 18 Jul 2006 17:27:57 +0000 (17:27 +0000)]
PR 28410
* tree-ssa-operands.c (access_can_touch_variable): Update
comment.
Return true if ALIAS is .GLOBAL_VAR.

testsuite/ChangeLog

PR 28410
* gcc.dg/tree-ssa/pr28410.c: New test.

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

17 years ago PR c++/28258
lmillward [Tue, 18 Jul 2006 17:22:39 +0000 (17:22 +0000)]
PR c++/28258
* method.c (locate_copy): Check for non_reference
returning error_mark_node.

        PR c++/28260
* decl.c (duplicate_decls): Return error_mark_node
on ambiguous declaration.

PR c++/28258
* g++/dg/other/error13.C: New test.

PR c++/28260
* g++.dg/template/friend44.C: New test.

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

17 years ago PR c++/27495
sje [Tue, 18 Jul 2006 17:03:38 +0000 (17:03 +0000)]
PR c++/27495
* g++.dg/other/pr27495.C: New.

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

17 years ago PR c++/27495
sje [Tue, 18 Jul 2006 17:01:19 +0000 (17:01 +0000)]
PR c++/27495
* search.c (adjust_result_of_qualified_name_lookup): Change
assert to part of if statement.

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

17 years ago * gcc.c (display_help): Fix typo in help text.
daney [Tue, 18 Jul 2006 16:07:44 +0000 (16:07 +0000)]
* gcc.c (display_help): Fix typo in help text.

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

17 years ago * tree.h (categorize_ctor_elements): Adjust prototype and add
hainque [Tue, 18 Jul 2006 13:07:28 +0000 (13:07 +0000)]
* tree.h (categorize_ctor_elements): Adjust prototype and add
descriptive comment, both in accordance with the interface change
described below.
* varasm.c (constructor_static_from_elts_p): New function.
Whether a constructor node is a valid static constant initializer
if all its elements are.
(initializer_constant_valid_p) <CONSTRUCTOR value>: Use it.
* output.h: Declare it.
* expr.c (categorize_ctor_elements_1): Return whether the constructor
is a valid constant initializer instead of computing the number of
non-constant elements.  Use constructor_static_from_elts_p for this
purpose.  Replace the head comment with an indication that this is a
helper for categorize_ctor_elements.
(categorize_ctor_elements): Same interface change as for the _1
helper.  Former head comment from this helper moved here, adjusted to
account for the interface changes.
(mostly_zeros_p): Adjust call to categorize_ctor_elements.
(all_zeros_p): Likewise.
* gimplify.c (gimplify_init_constructor): Decide whether we can make
static versions of the constructor from the categorize_ctor_elements
return value instead of the formerly computed number of non-constant
elements.

* gnat.dg/outer_agg_bitfield_constructor.adb: New test.
* gnat.dg/nested_agg_bitfield_constructor.adb: New test.

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

17 years ago2006-07-18 Paolo Bonzini <bonzini@gnu.org>
bonzini [Tue, 18 Jul 2006 11:48:36 +0000 (11:48 +0000)]
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
        for stages after the first.

config:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * acx.m4: Support --with-build-libsubdir and AC_SUBST
        build_libsubdir.

gcc:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * configure: Regenerate.
        * Makefile.in (build_libsubdir): New configure substitution
        (build_libobjdir): New variable.
        (BUILD_LIBIBERTY): Use it.

libgfortran:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * configure: Regenerate.

libjava:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * configure: Regenerate.

libobjc:
2006-07-18  Paolo Bonzini  <bonzini@gnu.org>

        * configure: Regenerate.

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

17 years ago2006-07-18 Gary Benson <gbenson@redhat.com>
gary [Tue, 18 Jul 2006 11:23:39 +0000 (11:23 +0000)]
2006-07-18  Gary Benson  <gbenson@redhat.com>

* java/io/File.java (deleteOnExit): Fix security check.

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

17 years ago PR c/28286
reichelt [Tue, 18 Jul 2006 10:08:22 +0000 (10:08 +0000)]
PR c/28286
* c-pragma.c (handle_pragma_pack): Handle invalid constants.

* gcc.dg/pragma-pack-4.c: New test.

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

17 years agoPR c/26993
aoliva [Tue, 18 Jul 2006 06:41:13 +0000 (06:41 +0000)]
PR c/26993
* c-common.c (handle_weakref_attribute): Ignore attribute in
the same conditions the alias attribute is ignored.

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

17 years ago2006-07-17 Carlos O'Donell <carlos@codesourcery.com>
carlos [Tue, 18 Jul 2006 04:16:02 +0000 (04:16 +0000)]
2006-07-17  Carlos O'Donell  <carlos@codesourcery.com>

* dbxout.c (dbxout_function_end): Do not increment scope_labelno.
(dbxout_begin_prologue): Increment scope_labelno.

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

17 years ago PR 27889
rth [Tue, 18 Jul 2006 01:17:52 +0000 (01:17 +0000)]
    PR 27889
        * tree-nested.c (create_tmp_var_for): Set DECL_COMPLEX_GIMPLE_REG_P
        if needed.

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

17 years ago * config/i386/gmon-sol2.c: Silence compilation warnings by partially
sayle [Tue, 18 Jul 2006 00:29:20 +0000 (00:29 +0000)]
* config/i386/gmon-sol2.c: Silence compilation warnings by partially
synchronizing code with config/sparc/gmon-sol2.c.  Remove #if 0
blocks.  #include "tconfig.h" and "tsystem.h" to prototype system
functions such as sbrk, write, etc..  Add function prototypes.
Convert function declarations from K&R to ISO C.  Cast pointers
to "long" and "unsigned long" instead of "int" and "unsigned int".
Convert tokens following #endif into comments.

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

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

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

17 years ago * tests/base/errno.h: New file.
sayle [Mon, 17 Jul 2006 23:54:22 +0000 (23:54 +0000)]
* tests/base/errno.h: New file.
* tests/base/architecture/ppc/math.h: Likewise.
* tests/base/ia64/sys/getppdp.h: Likewise.

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

17 years ago2006-07-17 Toon Moene <toon@moene.indiv.nluug.nl>
toon [Mon, 17 Jul 2006 18:05:39 +0000 (18:05 +0000)]
2006-07-17  Toon Moene  <toon@moene.indiv.nluug.nl>

* invoke.texi: Remove mention of f77; Reformat table for
inline parameter options correctly; mention that -malign-double
is default on x86-64 targets.

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

17 years ago * tree-chrec.c (avoid_arithmetics_in_type_p): New.
rakdver [Mon, 17 Jul 2006 17:09:39 +0000 (17:09 +0000)]
* tree-chrec.c (avoid_arithmetics_in_type_p): New.
(convert_affine_scev, chrec_convert_aggressive): Use
avoid_arithmetics_in_type_p.  Do not check for the subtypes
separately.

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

17 years ago * Makefile.def: Add dependencies for configure-opcodes
jakub [Mon, 17 Jul 2006 17:06:27 +0000 (17:06 +0000)]
* Makefile.def: Add dependencies for configure-opcodes
on configure-intl and all-opcodes on all-intl.
* Makefile.in: Regenerated.

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

17 years ago PR c++/28291
sje [Mon, 17 Jul 2006 15:33:14 +0000 (15:33 +0000)]
PR c++/28291
* g++.dg/ext/pr28291.C: New test.

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

17 years agogcc/
rsandifo [Mon, 17 Jul 2006 15:31:12 +0000 (15:31 +0000)]
gcc/
PR middle-end/28403
* optabs.c (expand_doubleword_shift): Wrap the call to
do_compare_rtx_and_jump with NO_DEFER_POP and OK_DEFER_POP.

gcc/testsuite/
PR middle-end/28403
* gcc.c-torture/execute/pr28403.c: New test.

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

17 years agogcc/
rsandifo [Mon, 17 Jul 2006 15:29:19 +0000 (15:29 +0000)]
gcc/
PR middle-end/28402
* optabs.c (expand_binop): Pass next_methods rather than methods
to expand_doubleword_shift.

gcc/testsuite/
PR middle-end/28402
* gcc.dg/pr28402.c: New test.

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

17 years ago PR c++/28291
sje [Mon, 17 Jul 2006 15:28:17 +0000 (15:28 +0000)]
PR c++/28291
* decl.c (reshape_init_class): Return error_mark_node on error.

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

17 years ago PR c++/28304
sje [Mon, 17 Jul 2006 15:23:37 +0000 (15:23 +0000)]
PR c++/28304
* g++.dg/other/pr28304.C: New test.

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

17 years ago PR c++/28304
sje [Mon, 17 Jul 2006 15:21:42 +0000 (15:21 +0000)]
PR c++/28304
* decl2.c (check_classfn): Return NULL_TREE on error.

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

17 years agogcc/
carlos [Mon, 17 Jul 2006 15:20:43 +0000 (15:20 +0000)]
gcc/

2006-07-17  Carlos O'Donell  <carlos@codesourcery.com>

* ChangeLog: Correct formatting for 2006-07-10 changes,
by Carlos O'Donell.

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

17 years agogcc:
amylaar [Mon, 17 Jul 2006 14:44:48 +0000 (14:44 +0000)]
gcc:
PR other/28251
* tree.h (dump_addr): Declare.
* print-tree.c (dump_addr): New function.
(print_node_brief, print_node): Use it.
* print-rtl.c (print_rtx): Likewise.
* common.opt (-fdump-noaddr): New option.
* doc/invoke.texi (-fdump-noaddr): Document.
* loop-unroll.c (si_info_hash): Make hash independent of addresses.
(ve_info_hash): Likewise.
gcc/testsuite:
PR other/28251
gcc.c-torture/unsorted/dump-noaddr.c: New test.
gcc.c-torture/unsorted/dump-noaddr.x: New driver.

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

17 years ago2006-07-13 Andrew Haley <aph@redhat.com>
aph [Mon, 17 Jul 2006 13:14:38 +0000 (13:14 +0000)]
2006-07-13  Andrew Haley  <aph@redhat.com>

        PR tree-optimization/19505
        * tree-cfgcleanup.c (tree_forwarder_block_p): If we have an EH
        edge leaving this block, make sure that the destination of this
        block has only one predecessor.

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

17 years ago2006-07-17 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 17 Jul 2006 08:04:25 +0000 (08:04 +0000)]
2006-07-17  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/28238
* tree-inline.c (copy_bb): Check if we produced valid
gimple copying and substituting a stmt.  If not, gimplify
it.

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

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

17 years ago PR c++/28250
reichelt [Mon, 17 Jul 2006 04:42:24 +0000 (04:42 +0000)]
PR c++/28250
* name-lookup.c (pushdecl_maybe_friend): Return early on
error_mark_node.
* except.c (expand_start_catch_block): Use error_mark_node instead
of NULL_TREE for invalid decls.
* parser.c (cp_parser_exception_declaration): Return error_mark_node
on invalid catch parameter. Simplify.

* g++.dg/eh/catch1.C: New test.
* g++.dg/eh/catch2.C: New test.

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

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

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

17 years ago PR fortran/28390
jakub [Sun, 16 Jul 2006 20:19:27 +0000 (20:19 +0000)]
PR fortran/28390
* trans-openmp.c (gfc_trans_omp_do): Look for LASTPRIVATE in
code->exp.omp_clauses rather than in the 3rd function argument.

* testsuite/libgomp.fortran/pr28390.f: New test.

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

17 years ago PR c++/28370
jakub [Sun, 16 Jul 2006 20:17:20 +0000 (20:17 +0000)]
PR c++/28370
* decl2.c (note_vague_linkage_var): Removed.
(finish_static_data_member_decl): Add decl to pending_statics vector
directly.  Do it even for non-public decls.

* g++.dg/template/anon3.C: New test.

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

17 years ago2006-07-16 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 16 Jul 2006 15:38:59 +0000 (15:38 +0000)]
2006-07-16  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/28277 (partial: valarray bits)
* include/std/std_valarray.h (valarray<>::shift(int),
valarray<>::cshift(int)): Avoid __builtin_alloca with no limit,
do the work in place.
* testsuite/26_numerics/valarray/28277.cc: New.

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

17 years agoFix fomating on Carlos's last changelog entry
pinskia [Sun, 16 Jul 2006 15:17:22 +0000 (15:17 +0000)]
Fix fomating on Carlos's last changelog entry
and fix the email address too.

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

17 years ago2006-07-16 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 16 Jul 2006 15:01:59 +0000 (15:01 +0000)]
2006-07-16  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28384
* trans-common.c (translate_common): If common_segment is NULL
emit error that common block does not exist.

PR fortran/20844
* io.c (check_io_constraints): It is an error if an ADVANCE
specifier appears without an explicit format.

PR fortran/28201
* resolve.c (resolve_generic_s): For a use_associated function,
do not search for an alternative symbol in the parent name
space.

PR fortran/20893
* resolve.c (resolve_elemental_actual): New function t combine
all the checks of elemental procedure actual arguments. In
addition, check of array valued optional args(this PR) has
been added.
(resolve_function, resolve_call): Remove parts that treated
elemental procedure actual arguments and call the above.

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

PR fortran/20844
* gfortran.dg/io_constaints_2.f90: Add the test for ADVANCE
specifiers requiring an explicit format tag..

PR fortran/28201
* gfortran.dg/generic_5: New test.

PR fortran/20893
* gfortran.dg/elemental_optional_args_1.f90: New test.

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

17 years ago * optabs.c (maybe_encapsulate_block): New function extracted from...
ebotcazou [Sun, 16 Jul 2006 14:31:05 +0000 (14:31 +0000)]
* optabs.c (maybe_encapsulate_block): New function extracted from...
(emit_libcall_block): ...here.  Invoke it on the block of insns to
maybe emit REG_LIBCALL/REG_RETVAL notes around the block.
(emit_no_conflict_block): Likewise.

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

17 years agoFix latest entry.
ebotcazou [Sun, 16 Jul 2006 05:59:54 +0000 (05:59 +0000)]
Fix latest entry.

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

17 years ago * doc/invoke.texi (sparc-sun-solaris2*): Add GMP version number.
ebotcazou [Sun, 16 Jul 2006 05:57:11 +0000 (05:57 +0000)]
* doc/invoke.texi (sparc-sun-solaris2*): Add GMP version number.

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

17 years agoDaily bump.
gccadmin [Sun, 16 Jul 2006 00:18:35 +0000 (00:18 +0000)]
Daily bump.

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

17 years ago2006-07-15 Paolo Carlini <pcarlini@suse.de>
paolo [Sat, 15 Jul 2006 20:30:50 +0000 (20:30 +0000)]
2006-07-15  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/28277 (partial: ostream bits 1)
* include/bits/ostream.tcc (operator<<(basic_ostream<_CharT>&,
const char*)): Avoid __builtin_alloca with no limit in the
widening.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/
28277-1.cc: New.

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

17 years ago * tree-gimple.c (is_gimple_stmt): Sink test of IS_EMPTY_STMT into
sayle [Sat, 15 Jul 2006 17:19:18 +0000 (17:19 +0000)]
* tree-gimple.c (is_gimple_stmt): Sink test of IS_EMPTY_STMT into
a new NOP_EXPR case of the switch statement.

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

17 years agoRevert:
mrs [Sat, 15 Jul 2006 17:03:44 +0000 (17:03 +0000)]
Revert:
        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@115479 138bc75d-0d04-0410-961f-82ee72b054a4

17 years ago2006-07-15 Steven G. Kargl <kargls@comcast.net>
kargl [Sat, 15 Jul 2006 16:12:15 +0000 (16:12 +0000)]
2006-07-15  Steven G. Kargl  <kargls@comcast.net>

    * intrinsics/etime.c: Remove etime_
    * libtool-version: Bump from libgfortran.so.1 to libgfortran.so.2

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

17 years ago PR c++/28269
lmillward [Sat, 15 Jul 2006 15:00:28 +0000 (15:00 +0000)]
PR c++/28269
* parser.c (cp_parser_elaborated_type_specifier):
Return early if an invalid type was detected.

* g++.dg/template/crash54.C: New test.

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

17 years ago PR c++/28292
lmillward [Sat, 15 Jul 2006 14:44:48 +0000 (14:44 +0000)]
PR c++/28292
* decl2.c (acceptable_java_type): Robustify. Use
proper Boolean return type instead of return 1.
(check_java_method): Don't issue error about
type not being an acceptable Java parameter if
it's error_mark_node.

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

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

17 years ago Fix typo in last ChangeLog entry.
reichelt [Sat, 15 Jul 2006 10:00:53 +0000 (10:00 +0000)]
Fix typo in last ChangeLog entry.

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

17 years ago PR c++/28249
reichelt [Sat, 15 Jul 2006 09:44:36 +0000 (09:44 +0000)]
PR c++/28249
* parser.c (cp_parser_check_decl_spec): New function.
(cp_parser_decl_specifier_seq): Factor out check for repeated
decl-specifiers into cp_parser_check_decl_spec. Use it.
(cp_parser_type_specifier_seq) Use it.

* g++.dg/parse/catch1.C: New test.

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

17 years ago PR c++/28294
reichelt [Sat, 15 Jul 2006 09:29:32 +0000 (09:29 +0000)]
PR c++/28294
* semantics.c (finish_offsetof): Use TREE_OPERAND for COMPONENT_REFs
only.

* g++.dg/ext/offsetof1.C: Add test with function pointer arithmetic.

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

17 years ago PR c++/28387
reichelt [Sat, 15 Jul 2006 09:22:17 +0000 (09:22 +0000)]
PR c++/28387
* decl2.c (cplus_decl_attributes): Check for invalid decls.

* g++.dg/ext/attrib24.C: New test.

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

17 years ago PR middle-end/28160
kkojima [Sat, 15 Jul 2006 06:58:57 +0000 (06:58 +0000)]
PR middle-end/28160
* stor-layout.c (place_field): Take the bit field with
an excessive size into account in the ms-bitfiled case.

PR middle-end/28161
* stor-layout.c (place_field): Use DECL_BIT_FIELD_TYPE of
the previous bit field.

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

17 years ago2006-07-14 Steven G. Kargl <kargls@comcast.net>
kargl [Sat, 15 Jul 2006 05:11:38 +0000 (05:11 +0000)]
2006-07-14  Steven G. Kargl  <kargls@comcast.net>

* trans-expr.c (gfc_trans_string_copy): Evaluate the string lengths

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

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

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

17 years ago2006-07-14 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 14 Jul 2006 22:41:43 +0000 (22:41 +0000)]
2006-07-14  Benjamin Kosnik  <bkoz@redhat.com>

        * acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.
        * configure.ac: Use it.
        * configure: Regenerated.
        * config.h.in: Regenerated.
        * configure.host: Simplify.
        * include/bits/atomicity.h: Adjust macros.
        * config/cpu/generic/atomicity.h: Move...
        * config/cpu/generic/atomicity_mutex: New.
        * config/cpu/generic/atomicity_mutex/atomicity.h: ...here.
        * config/cpu/generic/atomic_builtins: Rename...
        * config/cpu/generic/atomicity_builtins: ...to this.
        * config/cpu/generic/atomicity_builtins/atomicity.h: Moved.
* config/cpu/mips/atomicity.h: Comment MIPS II requirement.

* scripts/testsuite_flags.in: Make --cxxflags reflect CXXFLAGS.

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

17 years ago2006-07-14 Anthony Green <green@redhat.com>
green [Fri, 14 Jul 2006 18:16:39 +0000 (18:16 +0000)]
2006-07-14  Anthony Green  <green@redhat.com>

* java/io/natFilePosix.cc (performSetLastModified): Return true on
success, false otherwise.

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

17 years ago2006-07-14 Eliot Dresselhaus <eliot@sonic.net>
dje [Fri, 14 Jul 2006 17:44:27 +0000 (17:44 +0000)]
2006-07-14  Eliot Dresselhaus  <eliot@sonic.net>

        PR target/27287
        * config/rs6000/spe.md (frob_di_df_2): Add m->r alternative.

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

17 years ago2006-07-14 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 14 Jul 2006 17:21:03 +0000 (17:21 +0000)]
2006-07-14  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random (minstd_rand0, minstd_rand, ranlux3, ranlux4):
Use unsigned long as implementation-defined type.

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

17 years ago * stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use
rmathew [Fri, 14 Jul 2006 17:14:55 +0000 (17:14 +0000)]
* stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use
_Unwind_Backtrace().
(_Jv_StackTrace::GetCallerInfo): Enable even for targets using SJLJ
EH.
(_Jv_StackTrace::GetClassContext): Unconditionally use
_Unwind_Backtrace().
(_Jv_StackTrace::GetFirstNonSystemClassLoader): Likewise.
* sysdep/i386/backtrace.h (HAVE_FALLBACK_BACKTRACE): Do not define.
(_Unwind_GetIPInfo): Define macro if SJLJ EH is in use.
(_Unwind_GetRegionStart): Likewise.
(_Unwind_Backtrace): Likewise.
(fallback_backtrace): Accept additional unwind trace function
argument.  Call it during unwinding.  Stop when any of _Jv_RunMain(),
_Jv_ThreadStart() or main() is seen during unwinding.
* sysdep/generic/backtrace.h (fallback_backtrace): Accept an
additional unwind trace function argument.

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

17 years ago * config/s390/linux-unwind.h (s390_fallback_frame_state): Detect
uweigand [Fri, 14 Jul 2006 16:43:27 +0000 (16:43 +0000)]
* config/s390/linux-unwind.h (s390_fallback_frame_state): Detect
signal frames correctly even when the signal was installed with
sa_restorer set.

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

17 years agogcc/
carlos [Fri, 14 Jul 2006 15:54:23 +0000 (15:54 +0000)]
gcc/

2006-07-14  Carlos O'Donell  <carlos@codesoucery.com>

* dbxout.c (dbxout_begin_prologue): Emit LFBB label at function start.
(dbxout_function_end): Use local label LFBB. Remove hook DBX_OUTPUT_NFUN.
(dbxout_source_line): Use local label LFBB.
(dbxout_block): Likewise.
(dbx_output_lbrac): Remove hook DBX_OUTPUT_LBRAC.
(dbx_output_rbrac): Remove hook DBX_OUTPUT_RBRAC.
* config/rs6000/linux64.h: Remove DBX_OUTPUT_LBRAC, DBX_OUTPUT_RBRAC,
and DBX_OUTPUT_NFUN.

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

17 years ago2006-07-14 Gary Benson <gbenson@redhat.com>
gary [Fri, 14 Jul 2006 14:37:46 +0000 (14:37 +0000)]
2006-07-14  Gary Benson  <gbenson@redhat.com>

* java/io/File.java (internalExists): New method.
(exists): Use internalExists.
(internalIsDirectory): New method.
(isDirectory): Use internalIsDirectory.
(createTempFile): Use internalExists and internalIsDirectory.

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

17 years ago2006-07-14 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 14 Jul 2006 12:55:15 +0000 (12:55 +0000)]
2006-07-14  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random.tcc (struct _To_Unsigned_Type): Add.
(subtract_with_carry<>::seed(_Gen&, false_type)): Use an
unsigned type in the loop, fix factor multiplier, take g
invocations modulo 2^32.

* include/tr1/random.tcc (subtract_with_carry<>::
seed(unsigned long)): Fix value == 0 special case.

* include/tr1/random (struct _Shift): Fix for large shifts.

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

17 years ago PR c++/28343
reichelt [Fri, 14 Jul 2006 09:43:23 +0000 (09:43 +0000)]
PR c++/28343
* decl.c (cp_finish_decl): Check asmspec_tree for error_mark_node.
* decl2.c (grokfield): Likewise.

* g++.dg/ext/asmspec1.C: New test.

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

17 years ago2006-07-12 Bryce McKinlay <mckinlay@redhat.com>
bryce [Fri, 14 Jul 2006 03:54:43 +0000 (03:54 +0000)]
2006-07-12  Bryce McKinlay  <mckinlay@redhat.com>

        * gcj.texi (Invocation): Corrections for Invocation API example.

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

17 years ago2006-07-13 Bryce McKinlay <mckinlay@redhat.com>
bryce [Fri, 14 Jul 2006 00:52:18 +0000 (00:52 +0000)]
2006-07-13  Bryce McKinlay  <mckinlay@redhat.com>

* interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.

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

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

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

17 years ago2006-07-13 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 13 Jul 2006 23:41:06 +0000 (23:41 +0000)]
2006-07-13  Paolo Carlini  <pcarlini@suse.de>

* testsuite/performance/21_strings/string_copy_cons_and_dest.cc: New.

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

17 years agogcc:
janis [Thu, 13 Jul 2006 22:58:07 +0000 (22:58 +0000)]
gcc:

* doc/sourcebuild.texi (Test Directives): Document dg-shouldfail.

gcc/testsuite:

* lib/gcc-dg.exp (tool_load): Wrapper to support shouldfail tests.
(dg-test): Support shouldfail tests.
* lib/target-supports-dg.exp (dg-shouldfail): New.
* gcc.test-framework/test-framework.awk: Handle shouldfail tests.
* gcc.test-framework/dg-do-run-sf-exp-F.c: New test.
* gcc.test-framework/dg-do-run-sf-exp-P.c: New test.
* gcc.test-framework/dg-do-run-sft-exp-F.c: New test.
* gcc.test-framework/dg-do-run-sft-exp-P.c: New test.
* gcc.test-framework/dg-dox-run-sf-exp-XF.c: New test.
* gcc.test-framework/dg-dox-run-sf-exp-XP.c: New test.

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

17 years ago2006-07-13 Bryce McKinlay <mckinlay@redhat.com>
bryce [Thu, 13 Jul 2006 21:13:12 +0000 (21:13 +0000)]
2006-07-13  Bryce McKinlay  <mckinlay@redhat.com>

* interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.
(_Jv_InterpMethod::run): SAVE_PC before executing any instruction
using resolve_pool_entry, as it can throw. Likewise for div/rem ops
that can throw ArithmeticException.

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

17 years ago * cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.
hubicka [Thu, 13 Jul 2006 20:49:34 +0000 (20:49 +0000)]
* cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call align_variable.
* output.h (align_variable): Declare.
* varasm.c (align_variable): Export.
* value-prof.c (tree_value_profile_transformations): Recompute iterator
when basic block changed.

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

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

* include/Makefile.am (pch*_output_anchor): Add.
(pch*_output): Use.
(CLEANFILES): Use.
* include/Makefile.in: Regenerate.

* scripts/check_performance: Be verbose on compile error.

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

17 years ago2006-07-12 Bryce McKinlay <mckinlay@redhat.com>
bryce [Thu, 13 Jul 2006 14:19:04 +0000 (14:19 +0000)]
2006-07-12  Bryce McKinlay  <mckinlay@redhat.com>

* builtins.c (check_for_builtin): If a builtin could result in a
direct call being generated, don't use it if flag_indirect_dispatch
is set.

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

17 years ago * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
bje [Thu, 13 Jul 2006 12:29:12 +0000 (12:29 +0000)]
* MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.

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

17 years ago* config/sh/sh.c (sh_reorg): Ignore deleted insns whilst walking the
nickc [Thu, 13 Jul 2006 07:55:25 +0000 (07:55 +0000)]
* config/sh/sh.c (sh_reorg): Ignore deleted insns whilst walking the
  LOG_LINKS chain.

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

17 years agoIndex: ChangeLog
geoffk [Thu, 13 Jul 2006 06:16:59 +0000 (06:16 +0000)]
Index: ChangeLog
2006-07-12  Geoffrey Keating  <geoffk@apple.com>

* doc/invoke.texi (C++ Dialect Options): Explain difference
between -fvisibility-inlines-hidden and setting hidden
visibility explicitly.

Index: cp/ChangeLog
2006-07-12  Geoffrey Keating  <geoffk@apple.com>

* decl2.c (determine_visibility): Don't change visibility of
function locals because of -fvisibility-inlines-hidden.

Index: testsuite/ChangeLog
2006-07-12  Geoffrey Keating  <geoffk@apple.com>

* g++.dg/ext/visibility/fvisibility-inlines-hidden-2.C: New.

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

17 years ago2006-07-13 Paul Thomas <pault@gcc.gnu.org>
pault [Thu, 13 Jul 2006 05:07:35 +0000 (05:07 +0000)]
2006-07-13  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/28174
* trans-expr.c (gfc_conv_aliased_arg): Missing formal arg means
that intent is INOUT (fixes regression).

PR fortran/25097
* check.c (check_present): The only permitted reference is a
full array reference.

PR fortran/20903
* decl.c (variable_decl): Add error if a derived type is not
from the current namespace if the namespace is an interface
body.

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

PR fortran/25097
* gfortran.dg/present_1.f90: New test.

PR fortran/20903
* gfortran.dg/interface_derived_type_1.f90: New test.

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

17 years ago2006-07-12 Eric Christopher <echristo@apple.com>
echristo [Thu, 13 Jul 2006 02:42:49 +0000 (02:42 +0000)]
2006-07-12  Eric Christopher  <echristo@apple.com>

* config/t-slibgcc-darwin (SHLIB_LINK): Don't munge stmp-lipo.
(stmp-lipo): Depend on libgcc.a.

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

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