OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago PR java/22113
rmathew [Tue, 16 Aug 2005 18:46:18 +0000 (18:46 +0000)]
PR java/22113
* lex.c (do_java_lex): Define MAX_TOKEN_LEN. Avoid overflowing
`literal_token' for large numeric input tokens.

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

18 years ago * doc/invoke.texi (Precompiled Headers): Document some more options
geoffk [Tue, 16 Aug 2005 18:43:10 +0000 (18:43 +0000)]
* doc/invoke.texi (Precompiled Headers): Document some more options
which are known to be safe.

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

18 years ago More testsuite adjustments for PR java/19870.
rmathew [Tue, 16 Aug 2005 18:32:14 +0000 (18:32 +0000)]
More testsuite adjustments for PR java/19870.
* testsuite/libjava.lang/PR19870_2.java: New testcase.
* testsuite/libjava.lang/PR19870_2.out: Expected output for the
new testcase.
* testsuite/libjava.jacks/jacks.xfail: Remove
8.5.2-non-static-member-usage-2 and add 15.12.3-explicit-constructor-9.

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

18 years agoEmit an error for too large arrays instead of an ICE.
wilson [Tue, 16 Aug 2005 18:23:58 +0000 (18:23 +0000)]
Emit an error for too large arrays instead of an ICE.
PR tree-optimization/21105
* c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
TREE_OVERFLOW check.
* gcc.dg/large-size-array.c: New.

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

18 years ago PR java/19870
rmathew [Tue, 16 Aug 2005 18:22:31 +0000 (18:22 +0000)]
PR java/19870
* parse.y (nested_field_access_p): Rename to nested_member_access_p
and expand to handle method accesses across nested classes.
(build_outer_method_access_method): Rename to
build_nested_method_access_method.  Minor adjustments to comments.
(resolve_expression_name): Use the newly-renamed
nested_member_access_p method.
(resolve_qualified_expression_name): Likewise.
(patch_method_invocation): Also consider static methods for access
method generation.  Minor adjustments to comments.
(maybe_use_access_method): Use the more general
nested_memeber_access_p to determine access across nested class
boundaries.  Allow THIS_ARG to be NULL (for static methods).

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

18 years ago * gnu/xml/xpath/XPathParser.y: Removed.
tromey [Tue, 16 Aug 2005 17:22:57 +0000 (17:22 +0000)]
* gnu/xml/xpath/XPathParser.y: Removed.

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

18 years ago PR java/23300.
tromey [Tue, 16 Aug 2005 16:06:43 +0000 (16:06 +0000)]
PR java/23300.
* expr.c (build_field_ref): Don't generate otable reference when
DECL_FIELD_OFFSET is 0.
* class.c (maybe_layout_super_class): Pass outer class to
do_resolve_class.

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

18 years ago * config/rs6000/rs6000.md (ltu<mode>): Convert to mode macro.
dje [Tue, 16 Aug 2005 15:13:40 +0000 (15:13 +0000)]
    * config/rs6000/rs6000.md (ltu<mode>): Convert to mode macro.
        (neg_ltu<mode>): Same.
        (gtu<mode>): Same.
        (neg_gtu<mode>): Same.

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

18 years ago * gcc.dg/vect/vect-40: Use aligned arrays instead of arrays to aligned
dorit [Tue, 16 Aug 2005 15:02:39 +0000 (15:02 +0000)]
    * gcc.dg/vect/vect-40: Use aligned arrays instead of arrays to aligned
        type.
        * gcc.dg/vect/vect-41: Likewise.
        * gcc.dg/vect/vect-42: Likewise.
        * gcc.dg/vect/vect-43: Likewise.
        * gcc.dg/vect/vect-44: Likewise.
        * gcc.dg/vect/vect-46: Likewise.
        * gcc.dg/vect/vect-47: Likewise.
        * gcc.dg/vect/vect-48: Likewise.
        * gcc.dg/vect/vect-52: Likewise.
        * gcc.dg/vect/vect-53: Likewise.
        * gcc.dg/vect/vect-54: Likewise.
        * gcc.dg/vect/vect-55: Likewise.
        * gcc.dg/vect/vect-56: Likewise.
        * gcc.dg/vect/vect-57: Likewise.
        * gcc.dg/vect/vect-58: Likewise.
        * gcc.dg/vect/vect-59: Likewise.
        * gcc.dg/vect/vect-60: Likewise.
        * gcc.dg/vect/vect-61: Likewise.
        * gcc.dg/vect/vect-85: Likewise.
        * gcc.dg/vect/vect-87: Likewise.
        * gcc.dg/vect/vect-88: Likewise.
        * gcc.dg/vect/vect-93.c: Likewise.
        * gcc.dg/vect/vect-74: Likewise, and also added documentation.
        * gcc.dg/vect/vect-75: Likewise.
        * gcc.dg/vect/vect-76: Likewise.
        * gcc.dg/vect/vect-77: Likewise.
        * gcc.dg/vect/vect-78: Likewise.
        * gcc.dg/vect/vect-80: Likewise.
        * gcc.dg/vect/vect-35: Likewise, and also check that the test wasn't
        vectorized for the expected reason, rather than checking how alignment
        was handled.
        * gcc.dg/vect/vect-92.c: Use aligned arrays instead of arrays to aligned
        type and also instead of aligned pointers. Added documentation.

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

18 years ago2004-08-16 Huang Chun <chunhuang73@hotmail.com>
fengwang [Tue, 16 Aug 2005 12:58:46 +0000 (12:58 +0000)]
2004-08-16  Huang Chun  <chunhuang73@hotmail.com>

* trans-expr.c (gfc_conv_power_op): Evaluate the expression before
expand.

2005-08-16  Feng Wang  <fengwang@nudt.edu.cn>

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

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

18 years ago * builtins.c (expand_builtin_strcat): Remove superfluous call to fold.
reichelt [Tue, 16 Aug 2005 12:14:10 +0000 (12:14 +0000)]
* builtins.c (expand_builtin_strcat): Remove superfluous call to fold.
(fold_builtin_isdigit): Use fold_buildN.
(build_function_call_expr): Likewise.
* c-typeck.c (c_finish_loop): Likewise.

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

18 years ago2005-08-16 J"orn Rennecke <joern.rennecke@st.com>
amylaar [Tue, 16 Aug 2005 11:57:07 +0000 (11:57 +0000)]
2005-08-16  J"orn Rennecke <joern.rennecke@st.com>
            Richard Shann <rshann@superh.com>

PR middle-end/20396:
* optabs.c (expand_binop): Take TRULY_NOOP_TRUNCATION into account.

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

18 years ago * tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.
spop [Tue, 16 Aug 2005 09:41:33 +0000 (09:41 +0000)]
* tree-ssa-loop-niter.c (scev_probably_wraps_p): Reword a comment.

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

18 years ago PR target/23355
rearnsha [Tue, 16 Aug 2005 09:27:52 +0000 (09:27 +0000)]
PR target/23355
* arm.c (thumb_compute_save_reg_mask): Use similar logic to
arm_compure_save_reg0_reg12_mask to determine when the PIC register
must be saved.

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

18 years ago PR rtl-optimization/23299
jakub [Tue, 16 Aug 2005 08:38:15 +0000 (08:38 +0000)]
PR rtl-optimization/23299
* g++.dg/opt/pr23299.C: New test.

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

18 years ago PR middle-end/23369
danglin [Tue, 16 Aug 2005 02:20:40 +0000 (02:20 +0000)]
PR middle-end/23369
* fold-const.c (build_range_check): Disable optimization for function
pointer expressions on targets that require function pointer
canonicalization.

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

18 years ago * simplify-rtx.c (simplify_const_relational_operation): When
uweigand [Tue, 16 Aug 2005 02:01:27 +0000 (02:01 +0000)]
* simplify-rtx.c (simplify_const_relational_operation): When
extracting arguments of a COMPARE, recompute the mode as well.

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

18 years ago * java-tree.h (LABEL_IN_SUBR): Removed.
tromey [Tue, 16 Aug 2005 00:50:36 +0000 (00:50 +0000)]
* java-tree.h (LABEL_IN_SUBR): Removed.
(LABEL_IN_SUBR): Likewise.
(LABEL_IS_SUBR_START): Likewise.
(LABEL_SUBR_START): Likewise.
(LABEL_SUBR_CONTEXT): Likewise.
(LABEL_CHANGED): Likewise.
(LABEL_RETURN_LABEL): Likewise.
(LABEL_RETURN_TYPE_STATE): Likewise.
(LABEL_RETURN_LABELS): Likewise.
(RETURN_MAP_ADJUSTED): Likewise.
(LABEL_PENDING_CHAIN): Likewise.

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

18 years ago * tree.c (build_string): Mark tree CONSTANT and INVARIANT.
ian [Tue, 16 Aug 2005 00:35:50 +0000 (00:35 +0000)]
* tree.c (build_string): Mark tree CONSTANT and INVARIANT.

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

18 years ago* config/m32c/mov.md (movqi_op): Immediates can't be moved to
dj [Tue, 16 Aug 2005 00:31:39 +0000 (00:31 +0000)]
* config/m32c/mov.md (movqi_op): Immediates can't be moved to
the stack.
(movsi_splittable): Allow, but split, moves to the stack.
* config/m32c/m32c.c (m32c_split_move): Always split moves to the
stack.

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

18 years agoDaily bump.
gccadmin [Tue, 16 Aug 2005 00:16:37 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.
ghazi [Tue, 16 Aug 2005 00:13:53 +0000 (00:13 +0000)]
* aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.
* configure.ac: Don't call gcc_AC_FUNC_PRINTF_PTR.
* system.h (HOST_PTR_PRINTF): Don't define, poison it.

* bitmap.c, c-decl.c, config/i386/i386-interix.h,
config/iq2000/iq2000.c, mips-tfile.c, print-rtl.c, print-tree.c:
Delete HOST_PTR_PRINTF.

* configure, config.in: Regenerate.

cp:
* name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF.

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

18 years ago * gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*.
danglin [Mon, 15 Aug 2005 23:42:33 +0000 (23:42 +0000)]
* gcc.dg/special/weak-1.c: xfail 32-bit hppa*-*-hpux*.

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

18 years agoFix typo in alpha port found while grepping for ia64 info.
wilson [Mon, 15 Aug 2005 23:38:44 +0000 (23:38 +0000)]
Fix typo in alpha port found while grepping for ia64 info.
* system-linux-alpha.ads: Change ia64 to alpha.

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

18 years ago * Make-lang.in (JAVA_OBJS): Removed verify.o
tromey [Mon, 15 Aug 2005 21:26:35 +0000 (21:26 +0000)]
* Make-lang.in (JAVA_OBJS): Removed verify.o
(java/verify.o): Removed.
* verify.c: Removed.
* lang.c (flag_new_verifier): Removed.
(java_post_options): Updated.
* java-tree.h (flag_new_verifier): Removed.
(verify_jvm_instructions): Removed.
* expr.c (pop_type_0): Assume flag_new_verifier is true.
(build_java_check_indexed_type): Likewise.
(expand_java_arraystore): Likewise.
(expand_java_arrayload): Likewise.
(pop_arguments): Likewise.
(expand_byte_code): Likewise.
(process_jvm_instruction): Likewise.

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

18 years agoFix Infinite Stack Recursion Regression.
fjahanian [Mon, 15 Aug 2005 20:38:23 +0000 (20:38 +0000)]
Fix Infinite Stack Recursion Regression.
        * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
        * call.c (add_template_candidate_real): Pass down 'flags' to
        fn_type_unification.
        (can_convert_arg): New 'flags' argument. Pass it to call to
        implicit_conversion instead of LOOKUP_NORMAL.
        (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
        * class.c (resolve_address_of_overloaded_function): Ditto.
        (resolve_address_of_overloaded_function): Ditto.
        * decl.c (reshape_init, check_default_argument): Ditto.
        * typeck.c (build_ptrmemfunc): Ditto.
        * pt.c (type_unification_real): Add 'flags' argument.
        (fn_type_unification): Pass 'flags' to type_unification_real.
        (type_unification_real): Pass new 'flags' argument to call to
        can_convert_arg.

Oked by Geoff Keating.

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

18 years ago * mf-hooks3.c (main_seen_p): Remove.
uweigand [Mon, 15 Aug 2005 20:26:46 +0000 (20:26 +0000)]
* mf-hooks3.c (main_seen_p): Remove.
(__mf_get_state): Remove attempt to recognize the main thread.

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

18 years ago * config/rs6000/rs6000.md (QHSI): New mode macro.
dje [Mon, 15 Aug 2005 17:58:58 +0000 (17:58 +0000)]
* config/rs6000/rs6000.md (QHSI): New mode macro.
(wd): Extend mode attr for QImode and HImode
(dbits): New mode attr.
(zero_extend<mode>di2): Convert to mode macro.

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

18 years ago* configure.ac: Test for the name of the symbol used for the entry
macro [Mon, 15 Aug 2005 16:15:16 +0000 (16:15 +0000)]
* configure.ac: Test for the name of the symbol used for the entry
point; define ENTRY_POINT to the result.
* configure: Regenerate.
* config.h.in: Regenerate.
* mf-heuristics.c: Replace _start with ENTRY_POINT throughout.

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

18 years ago PR target/21841
sje [Mon, 15 Aug 2005 15:23:38 +0000 (15:23 +0000)]
PR target/21841
* doc/invoke.texi (-mgnu-ld): Update description.
(-mhp-ld): Ditto.

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

18 years agoAdded missing ChangeLog entry.
krebbel [Mon, 15 Aug 2005 14:41:21 +0000 (14:41 +0000)]
Added missing ChangeLog entry.

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

18 years ago2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Mon, 15 Aug 2005 14:38:41 +0000 (14:38 +0000)]
2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>

* MAINTAINERS (write after approval): Added myself.

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

18 years ago PR 23391
spop [Mon, 15 Aug 2005 12:26:12 +0000 (12:26 +0000)]
PR 23391
* Makefile.in (tree-chrec.o): Depends on real.h.
* tree-chrec.c: Include real.h.
(chrec_fold_plus_poly_poly, chrec_fold_multiply_poly_poly,
chrec_fold_plus_1): Use build_real for SCALAR_FLOAT_TYPE_P.
* tree-scalar-evolution.c (add_to_evolution_1,
interpret_rhs_modify_expr): Ditto.

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

18 years ago PR 23386
spop [Mon, 15 Aug 2005 07:51:42 +0000 (07:51 +0000)]
PR 23386
  * tree-data-ref.c (estimate_niter_from_size_of_data): When
  step is negative compute the estimation from init downwards to
  zero.

* testsuite/gcc.dg/tree-ssa/pr23386.c: New.

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

18 years ago2005-08-14 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 15 Aug 2005 01:13:39 +0000 (01:13 +0000)]
2005-08-14  Andrew Pinski  <pinskia@physics.uc.edu>

        * execute/exceptions/finally-1.m: Check that the catch and finally are
        being called.  Also add a "return 0;" at the end of main.

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

18 years ago2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
kcook [Mon, 15 Aug 2005 01:01:02 +0000 (01:01 +0000)]
2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>

* gcc_release: Update with FSF address.

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

18 years ago2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
kcook [Mon, 15 Aug 2005 00:50:43 +0000 (00:50 +0000)]
2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update with new FSF address.

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

18 years ago2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
kcook [Mon, 15 Aug 2005 00:41:31 +0000 (00:41 +0000)]
2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update with new FSF address.

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

18 years agoDaily bump.
gccadmin [Mon, 15 Aug 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.

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

18 years agoCommitted forgotten changelog:
pinskia [Sun, 14 Aug 2005 23:49:29 +0000 (23:49 +0000)]
Committed forgotten changelog:
2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc/execute/exceptions/exceptions.exp: New exp for the exceptions
        testsuite.
        * objc/execute/exceptions/trivial.m: New test.
        * objc.dg/try-catch-11.m: Move to ...
        * objc/execute/exceptions/foward-1.m: Here.
        * objc.dg/try-catch-2.m: Move to ...
        * objc/execute/exceptions/catchall-1.m: Here.
        * objc.dg/try-catch-8.m: Move to ...
        * objc/execute/exceptions/local-variables-1.m: Here.

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

18 years ago2005-08-14 James A. Morrison <phython@gcc.gnu.org>
phython [Sun, 14 Aug 2005 23:19:05 +0000 (23:19 +0000)]
2005-08-14  James A. Morrison  <phython@gcc.gnu.org>

        * fold-const (fold_binary): Call fold_build2 instead of fold (build.

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

18 years ago * config/s390/s390.c (s390_const_ok_for_constraint_p): Add 'P'
uweigand [Sun, 14 Aug 2005 23:13:58 +0000 (23:13 +0000)]
* config/s390/s390.c (s390_const_ok_for_constraint_p): Add 'P'
constraint.
(legitimate_reload_constant_p): Fix handling of lliXX operands.
Accept double-word constants that can be split.
* config/s390/s390.md ("movti"): Use 'P' constraint.
("*movdi_31", "*movdf_31"): Likewise.

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

18 years ago2005-08-14 Asher Langton <langton2@llnl.gov>
tobi [Sun, 14 Aug 2005 21:45:03 +0000 (21:45 +0000)]
2005-08-14  Asher Langton  <langton2@llnl.gov>

        * parse.c (match): Enclosed macro in do...while(0) and braces.

Also fix formatting of a few previous ChangeLog entries

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

18 years ago2005-08-14 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 14 Aug 2005 21:43:12 +0000 (21:43 +0000)]
2005-08-14 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21432.
* gfortran.texi: Document PRINT namelist.

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

18 years ago * mf-runtime.c (__mf_state_1): Initialize to reentrant.
uweigand [Sun, 14 Aug 2005 19:38:34 +0000 (19:38 +0000)]
* mf-runtime.c (__mf_state_1): Initialize to reentrant.
(__mf_init): Set thread state active.
* mf-hooks3.c (__mf_pthread_spawner): Always set thread
state active.
(pthread_create wrapper): Always use thread spawner.

* testsuite/libmudflap.cth/pass37-frag.c: Increase timeout.
* testsuite/libmudflap.cth/pass39-frag.c: Likewise.

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

18 years ago2005-08-14 Daniel Berlin <dberlin@dberlin.org>
dberlin [Sun, 14 Aug 2005 19:23:56 +0000 (19:23 +0000)]
2005-08-14  Daniel Berlin  <dberlin@dberlin.org>

Fix PR tree-optimization/22615

* tree-ssa-structalias.c (solution_set_add): Handle
first_vi_for_offset returning NULL.
(do_da_constraint): Ditto.
(do_sd_constraint): Ditto.
(do_ds_constraint): Ditto
(find_func_aliases): Ditto.
(build_constraint_graph): RHS is allowed be ANYTHING.
(first_vi_for_offset): Return NULL if we couldn't find anything at
the offset.

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

18 years ago * config/s390/s390.c (s390_canonicalize_comparison): Prefer register
uweigand [Sun, 14 Aug 2005 19:06:56 +0000 (19:06 +0000)]
* config/s390/s390.c (s390_canonicalize_comparison): Prefer register
over memory as first operand.

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

18 years ago2005-08-14 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 14 Aug 2005 16:15:40 +0000 (16:15 +0000)]
2005-08-14 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21432.
* io.c (match_io): Add code to implement PRINT namelist.

2005-08-14 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21432.
* gfortran.dg/namelist_print_1.f: New test of functionality of
PRINT namelist.
* gfortran.dg/namelist_print_2.f: New test to check that PRINT
namelist generates error with -std=f95.

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

18 years ago2005-08-14 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 14 Aug 2005 14:26:51 +0000 (14:26 +0000)]
2005-08-14  H.J. Lu  <hongjiu.lu@intel.com>

PR target/23360
* config/i386/crtfastmath.c (set_fast_math): Check if DAZ is
available for setting it.

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

18 years ago PR tree-optimization/23320
irar [Sun, 14 Aug 2005 06:28:03 +0000 (06:28 +0000)]
    PR tree-optimization/23320
        * tree-data-ref.c (base_addr_differ_p): Add comment. Check
        data-refs' types instead of base object nullness. Add check for
        pointer type data-refs before first location comparison. Remove
        assert.

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

18 years ago PR tree-optimization/23119
irar [Sun, 14 Aug 2005 06:13:30 +0000 (06:13 +0000)]
    PR tree-optimization/23119
        * gcc.dg/vect/vect-105.c: Add xfail for no_align targets.

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

18 years ago * trans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal
canqun [Sun, 14 Aug 2005 02:06:06 +0000 (02:06 +0000)]
* trans-stmt.c (gfc_trans_arithmetic_if): Optimized in case of equal
labels.

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

18 years agolibobjc/ChangeLog:
pinskia [Sun, 14 Aug 2005 02:01:52 +0000 (02:01 +0000)]
libobjc/ChangeLog:

2005-08-13  Marcin Koziej  <creep@desk.pl>
            Andrew Pinski  <pinskia@physics.uc.edu>

PR libobjc/22492
* exception.c (PERSONALITY_FUNCTION): Fix the PC with finally.

testsuite/ChangeLog:
2005-08-13  Marcin Koziej  <creep@desk.pl>
            Andrew Pinski  <pinskia@physics.uc.edu>

PR libobjc/22492
* execute/exceptions/finally-1.m: New test.

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

18 years ago2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 14 Aug 2005 01:33:13 +0000 (01:33 +0000)]
2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/nested-func-1.m: Move to ...
        * objc/execute/nested-func-1.m: Here.

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

18 years ago * objc/execute/exceptions/exceptions.exp: New exp for the exceptions
pinskia [Sun, 14 Aug 2005 00:58:26 +0000 (00:58 +0000)]
* objc/execute/exceptions/exceptions.exp: New exp for the exceptions
testsuite.
* objc/execute/exceptions/trivial.m: New test.
* objc.dg/try-catch-11.m: Move to ...
* objc/execute/exceptions/foward-1.m: Here.
* objc.dg/try-catch-2.m: Move to ...
* objc/execute/exceptions/catchall-1.m: Here.
* objc.dg/try-catch-8.m: Move to ...
* objc/execute/exceptions/local-variables-1.m: Here.

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

18 years agoDaily bump.
gccadmin [Sun, 14 Aug 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago * doc/md.texi (Machine Constraints): Fix misplaced @end table.
schwab [Sat, 13 Aug 2005 23:54:11 +0000 (23:54 +0000)]
* doc/md.texi (Machine Constraints): Fix misplaced @end table.

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

18 years ago2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 13 Aug 2005 23:44:14 +0000 (23:44 +0000)]
2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * Makefile.in (extra_ldflags_libobjc): New.
        (libobjc$(libext).la): Add extra_ldflags_libobjc to the link line.
        (libobjc_gc$(libext).la): Likewise.
        * configure.ac (extra_ldflags_libgfortran): Set for *-darwin* to
        "-Wl,-single_module".
        * configure: Regenerate.
        * linking.m (_objcInit): Remove.

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

18 years ago2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 13 Aug 2005 23:36:21 +0000 (23:36 +0000)]
2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * lib/objc.exp (objc_target_compile): Check for -fgnu-runtime
        in ${options} instead of [target_info name].
        * lib/obj-c++.exp (objc_target_compile): Likewise.

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

18 years ago2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 13 Aug 2005 21:41:53 +0000 (21:41 +0000)]
2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/stubify-2.m: Correct the name of the rtl dump file.

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

18 years ago2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 13 Aug 2005 21:16:04 +0000 (21:16 +0000)]
2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        part of PR testsuite/23348
        * lib/objc-torture.exp: Add -fgnu-runtime and/or -fnext-runtime to each
        of the torture options.
        * objc/compile/trivial.m: New test.

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

18 years agoDocument compatibility with earlier ProPolice implementation.
wilson [Sat, 13 Aug 2005 20:58:02 +0000 (20:58 +0000)]
Document compatibility with earlier ProPolice implementation.
* c-cppbuiltin.c (c_cpp_builtins): Add comment for flag_stack_protect
macros.

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

18 years agoAdd missing docs for feature added by Richard Henderson.
wilson [Sat, 13 Aug 2005 20:52:01 +0000 (20:52 +0000)]
Add missing docs for feature added by Richard Henderson.
* doc/cpp.texi (__SSP__, __SSP_ALL__): Document.
* doc/invoke.texi (-Wstack-protector, -fstack-protector,
-fstack-protector-all, --param ssp-buffer-size): Document.
(-Wvariadic-macros): Alphabetize.
(-fsched-stalled-insns-dep): Add missing 'f'.

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

18 years ago * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed
dje [Sat, 13 Aug 2005 18:47:08 +0000 (18:47 +0000)]
    * config/rs6000/rs6000.h (EXTRA_CONSTRAINT): Add 'a' for indexed
        or indirect address operand.
        (EXTRA_ADDRESS_CONSTRAINT): New.
        * config/rs6000/rs6000.md (prefetch): Change constraint "p" to "a".

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

18 years ago PR tree-optimization/22236
spop [Sat, 13 Aug 2005 17:28:43 +0000 (17:28 +0000)]
PR tree-optimization/22236
* tree-cfg.c (print_pred_bbs, print_succ_bbs): Correctly print
successors and predecessors.
* tree-chrec.c (chrec_convert): Before converting, check that
sequences don't wrap.
* tree-data-ref.c (compute_estimated_nb_iterations): Moved ...
(analyze_array): Extern.
(find_data_references_in_loop): Remove call to
compute_estimated_nb_iterations.
* tree-data-ref.h (analyze_array): Declared.
* tree-flow-inline.h (single_ssa_tree_operand, single_ssa_use_operand,
single_ssa_def_operand, zero_ssa_operands): Fix documentation.
* tree-flow.h (scev_probably_wraps_p): Declare with an extra parameter.
* tree-scalar-evolution.c (instantiate_parameters_1): Factor entry
condition.
* tree-ssa-loop-ivcanon.c: Fix documentation.
* tree-ssa-loop-ivopts.c (idx_find_step): Add a fixme note.
* tree-ssa-loop-niter.c (compute_estimated_nb_iterations): ... here.
(infer_loop_bounds_from_undefined): New.
(estimate_numbers_of_iterations_loop): Use
infer_loop_bounds_from_undefined.
(used_in_pointer_arithmetic_p): New.
(scev_probably_wraps_p): Pass an extra parameter.  Call
used_in_pointer_arithmetic_p.  Check that AT_STMT is not null.
(convert_step): Fix documentation.
* tree-vrp.c (adjust_range_with_scev): Call instantiate_parameters.
Use initial_condition_in_loop_num and evolution_part_in_loop_num
instead of CHREC_LEFT and CHREC_RIGHT.  Adjust the call to
scev_probably_wraps_p.

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

18 years ago * config/s390/s390.c (s390_split_branches): Revert 2005-08-12 change.
uweigand [Sat, 13 Aug 2005 11:08:21 +0000 (11:08 +0000)]
* config/s390/s390.c (s390_split_branches): Revert 2005-08-12 change.
(s390_register_info): Ignore clobbered_regs information for fixed
registers, and only fixed registers.
(s390_init_frame_layout): Remove redundant call.

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

18 years agoDaily bump.
gccadmin [Sat, 13 Aug 2005 00:16:12 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago2005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Fri, 12 Aug 2005 20:02:43 +0000 (20:02 +0000)]
2005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>

* gfortran.dg/eoshift.f90:  Correct format.

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

18 years ago * doc/invoke.texi (C++ Dialect Options): Add dynamic_cast to
gerald [Fri, 12 Aug 2005 20:02:27 +0000 (20:02 +0000)]
* doc/invoke.texi (C++ Dialect Options): Add dynamic_cast to
description of -Wold-style-casts.

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

18 years ago005-08-12 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Fri, 12 Aug 2005 19:42:12 +0000 (19:42 +0000)]
005-08-12  Thomas Koenig  <Thomas.Koenig@online.de>

        * gfortran.fortran-torture/execute/character_passing.f90:
        Fix comment typo.

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

18 years ago* MAINTAINERS (Write After Approval): Add myself.
macro [Fri, 12 Aug 2005 18:09:47 +0000 (18:09 +0000)]
* MAINTAINERS (Write After Approval): Add myself.

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

18 years ago2005-08-12 Morgan Deters <mdeters@morgandeters.com>
tromey [Fri, 12 Aug 2005 16:40:32 +0000 (16:40 +0000)]
2005-08-12  Morgan Deters  <mdeters@morgandeters.com>

PR libgcj/23353:
* java/lang/natObject.cc (clone): Clear sync_info.

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

18 years agotoplevel:
bonzini [Fri, 12 Aug 2005 14:18:46 +0000 (14:18 +0000)]
toplevel:
2005-08-12  Paolo Bonzini  <bonzini@gnu.org>

* configure.in: Replace NCN_STRICT_CHECK_TOOL with
NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
Look for alternate names of the target cc and c++
* configure: Regenerate.

config:
2005-08-12  Paolo Bonzini  <bonzini@gnu.org>

* config/acx.m4 (NCN_CHECK_TARGET_TOOL, NCN_STRICT_CHECK_TOOL,
NCN_STRICT_CHECK_TARGET_TOOL): Remove.
(NCN_STRICT_CHECK_TOOLS, NCN_STRICT_CHECK_TARGET_TOOLS): New,
based on the deleted macros.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 13:49:18 +0000 (13:49 +0000)]
2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>
    Jakub Jelinek  <jakub@redhat.com>

* config/s390/linux.h (TARGET_THREAD_SSP_OFFSET): Define.
* config/s390/s390-protos.h (s390_get_thread_pointer): Prototype added.
* config/s390/s390.c (print_operand): New output modifier 'G' added.
(get_thread_pointer): Renamed to s390_get_thread_pointer.
* config/s390/s390.md (stack_protect_set, stack_protect_test): If
TARGET_THREAD_SSP_OFFSET is defined, change operands[1] to
(MEM:P (PLUS:P (tp, TARGET_THREAD_SSP_OFFSET))).
(UNSPEC_SP_SET, UNSPEC_SP_TEST): New constants.
("stack_protect_set", "stack_protect_test"): New expanders.
("stack_protect_setsi", "stack_protect_setdi", "stack_protect_testsi",
"stack_protect_testdi"): New insn definitions.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 13:41:28 +0000 (13:41 +0000)]
2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md ("*movdf_31"): Changed constraint from P to K.

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

18 years ago2005-08-12 Paul Brook <paul@codesourcery.com>
pbrook [Fri, 12 Aug 2005 13:18:36 +0000 (13:18 +0000)]
2005-08-12  Paul Brook  <paul@codesourcery.com>

* config/arm/lib1funcs.asm: Error if __ARM_ARCH__ not set.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 12:24:05 +0000 (12:24 +0000)]
2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/predicates.md (setmem_operand): New predicate.
(shift_count_operand): Accept ANDs with special constants as
operand.
* config/s390/s390.c (print_shift_count_operand): Skip ANDs
with special constants.
* config/s390/s390.md ("setmem_long", "*setmem_long"): Replaced
shift_count_operand with setmem_operand.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 12:10:30 +0000 (12:10 +0000)]
2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_extract_part, s390_single_part):
Type cast added.
(s390_const_ok_for_constraint_p): Added SImode to the N constraint.
(s390_output_mi_thunk): Don't use lg on 31 bit.
* config/s390/s390.md ("*movdi_31", "*movdf_31"): Added lmy and stmy.
("*llgt_sisi" and splitter): Replaced TARGET_64BIT with TARGET_ZARCH.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 12:02:21 +0000 (12:02 +0000)]
2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (CONST_OK_FOR_J, CONST_OK_FOR_K): New macros.
(s390_select_ccmode, s390_rtx_costs, legitimate_reload_constant_p,
s390_init_frame_layout, s390_emit_prologue, s390_emit_epilogue,
s390_output_mi_thunk): Replaced uses of CONST_OK_FOR_CONSTRAINT_P
with one of the new macros.

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

18 years ago2005-08-12 Andreas Krebbel <krebbel1@de.ibm.com>
uweigand [Fri, 12 Aug 2005 11:58:05 +0000 (11:58 +0000)]
2005-08-12  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_split_branches, s390_init_frame_layout):
Don't set save_return_addr_p.
(s390_register_info): Make clobbered_regs not depending on
save_return_addr_p.

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

18 years ago PR c++/8271
nathan [Fri, 12 Aug 2005 09:34:12 +0000 (09:34 +0000)]
PR c++/8271
* g++.dg/template/unify10.C: New.

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

18 years agocp:
nathan [Fri, 12 Aug 2005 09:23:43 +0000 (09:23 +0000)]
cp:
PR c++/21799
PR c++/8271
        * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers
explicitly.

PR c++/21799
Revert my 2005-07-08 patch
* pt.c (type_unification_real): Remove is_method_argument and
assoicated checks.
(fn_type_unification, unify): Adjust type_unification_real calls.

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

18 years ago * gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
kkojima [Fri, 12 Aug 2005 07:57:52 +0000 (07:57 +0000)]
* gcc.c (LINK_SSP_SPEC): Remove space before a trailing }.
(LINK_COMMAND_SPEC): Add space after %(link_ssp).

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

18 years agoFix date of last entry, remove extra whitespace
aj [Fri, 12 Aug 2005 06:00:46 +0000 (06:00 +0000)]
Fix date of last entry, remove extra whitespace

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

18 years ago2005-08-11 James A. Morrison <phython@gcc.gnu.org>
phython [Fri, 12 Aug 2005 04:18:48 +0000 (04:18 +0000)]
2005-08-11  James A. Morrison  <phython@gcc.gnu.org>

        * g++.dg/parse/pr22514.C: Move to...
        * g++.dg/debug/pr22514.C: here.

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

18 years agoFix debian bug 307503, error compiling libatomic-ops package.
wilson [Fri, 12 Aug 2005 01:31:35 +0000 (01:31 +0000)]
Fix debian bug 307503, error compiling libatomic-ops package.
* config/ia64/ia64.h (EXTRA_MEMORY_CONSTRAINT): New.

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

18 years agoDaily bump.
gccadmin [Fri, 12 Aug 2005 00:16:32 +0000 (00:16 +0000)]
Daily bump.

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

18 years ago PR c++/23266
reichelt [Thu, 11 Aug 2005 22:46:29 +0000 (22:46 +0000)]
PR c++/23266
* decl2.c (grokfield): Check that method is not static before
marking it as pure.

PR c++/23266
* g++.dg/inherit/pure1.C: New test.

* ChangeLog: Fix typos.

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

18 years ago * dwarf2out.c (add_location_or_const_value_attribute): Prefer
jakub [Thu, 11 Aug 2005 21:22:43 +0000 (21:22 +0000)]
* dwarf2out.c (add_location_or_const_value_attribute): Prefer
locations gathered by var-tracking in single entry loc_list
over loc_descriptor_from_tree.

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

18 years ago * dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
jakub [Thu, 11 Aug 2005 21:21:07 +0000 (21:21 +0000)]
* dwarf2out.c (concat_loc_descriptor): Add can_use_fbreg argument,
pass it down to loc_descriptor.
(loc_descriptor): Pass can_use_fbreg to concat_loc_descriptor.
(containing_function_has_frame_base): Move earlier in the file.
(loc_descriptor_from_tree_1): Use containing_function_has_frame_base
instead of always assuming fbreg can't be used.

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

18 years ago * configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
jakub [Thu, 11 Aug 2005 21:18:24 +0000 (21:18 +0000)]
* configure.ac (HAVE_HIDDEN_VISIBILITY_ATTRIBUTE): New test.
(AH_BOTTOM): Add FFI_HIDDEN definition.
* configure: Rebuilt.
* fficonfig.h.in: Rebuilt.
* src/powerpc/ffi.c (hidden): Remove.
(ffi_closure_LINUX64, ffi_prep_args64, ffi_call_LINUX64,
ffi_closure_helper_LINUX64): Use FFI_HIDDEN instead of hidden.
* src/powerpc/linux64_closure.S (ffi_closure_LINUX64,
.ffi_closure_LINUX64): Use FFI_HIDDEN instead of .hidden.
* src/x86/ffi.c (ffi_closure_SYSV, ffi_closure_raw_SYSV): Remove,
add FFI_HIDDEN to its prototype.
(ffi_closure_SYSV_inner): New.
* src/x86/sysv.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.
* src/x86/win32.S (ffi_closure_SYSV, ffi_closure_raw_SYSV): New.

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

18 years ago * config/rs6000/altivec.md: Change constraint "m" to "Z".
dje [Thu, 11 Aug 2005 21:18:11 +0000 (21:18 +0000)]
    * config/rs6000/altivec.md: Change constraint "m" to "Z".
        * config/rs6000/predicates.md (indexed_or_indirect_operand):
        Accept address wrapped in AND for Altivec.
        * config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
        Strip AND wrapping offset address for Altivec.

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

18 years ago PR middle-end/23312
rth [Thu, 11 Aug 2005 17:12:30 +0000 (17:12 +0000)]
    PR middle-end/23312
        * gimplify.c (gimplify_one_sizepos): Check for INTEGER_TYPE
        before using TYPE_IS_SIZETYPE.

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

18 years ago PR target/22225
rth [Thu, 11 Aug 2005 16:56:32 +0000 (16:56 +0000)]
    PR target/22225
        * config/alpha/alpha.c (alphaev4_insn_pipe): Add take pipes for
        insn types not present on ev4.
        (alphaev5_insn_pipe): Similarly.

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

18 years ago PR target/23250
rearnsha [Thu, 11 Aug 2005 14:20:23 +0000 (14:20 +0000)]
PR target/23250
* arm.c (arm_override_options): If the user has selected callee-super-
interworking, then enable normal interworking.

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

18 years ago * ChangeLog: forgot to add ChangeLog entry in previous commit.
fxcoudert [Thu, 11 Aug 2005 13:51:33 +0000 (13:51 +0000)]
* ChangeLog: forgot to add ChangeLog entry in previous commit.

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

18 years ago PR libfortran/20006
fxcoudert [Thu, 11 Aug 2005 13:50:13 +0000 (13:50 +0000)]
PR libfortran/20006
* gfortran.h: Add is_main_program member to symbol_attribute.
* trans-decl: Add a gfor_fndecl_set_std tree.
(gfc_build_builtin_function_decls): Create it.
(gfc_generate_function_code): Add this call at the beginning of
the main program.
* trans.c (gfc_generate_code): Move main_program and attr.
* trans.h: Add declaration for gfor_fndecl_set_std.

* Makefile.am: Add file runtime/compile_options.c.
* Makefile.in: Regenerate.
* libgfortran.h: Create structure compile_options_t. Define the
compile_options variable and GFC_STD_ macros.
* runtime/compile_options.c: New file.
* runtime/error.c (notify_std): New function.
* runtime/main.c (init): Call init_compile_options during
initialization.
* io/format.c: Use the new notify_std function for the $
descriptor extension.

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

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

18 years ago2005-08-10 Andrew Haley <aph@redhat.com>
aph [Thu, 11 Aug 2005 11:49:26 +0000 (11:49 +0000)]
2005-08-10  Andrew Haley  <aph@redhat.com>

        * java-gimplify.c (java_gimplify_modify_expr): Fix any pointer
        type mismatches to make legal GIMPLE.

2005-08-10  Robin Green <greenrd@greenrd.org>

        PR java/23230:
        * parse.y (maybe_use_access_method): Generalize check from
        java.lang.Object to any superclass of current_class

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

18 years ago * config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
ro [Thu, 11 Aug 2005 11:31:45 +0000 (11:31 +0000)]
* config/i386/x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before
redefinition.

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

18 years ago * lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
ro [Thu, 11 Aug 2005 11:29:01 +0000 (11:29 +0000)]
* lib/split-for-gcj.sh: Don't use unportable %{parameter%word}.
Don't use unportable !.

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