OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years agoUse TYPE_SIZE_UNIT consistently. Last patch was inconsistent.
wilson [Thu, 18 Aug 2005 00:21:28 +0000 (00:21 +0000)]
Use TYPE_SIZE_UNIT consistently.  Last patch was inconsistent.
* c-decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE in
array size check.

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

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

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

18 years ago * config/rs6000/rs6000.md (leu<mode>): Convert to mode macro.
dje [Wed, 17 Aug 2005 23:12:16 +0000 (23:12 +0000)]
    * config/rs6000/rs6000.md (leu<mode>): Convert to mode macro.
        (leu<mode>_compare): Same.
        (plus_leu<mode>): Same.
        (neg_leu<mode>): Same.
        (and_neg_leu<mode): Same.
        (ltu<mode>_compare): Same.
        (plus_ltu<mode>): Same.
        (geu<mode>): Same.
        (geu<mode>_compare): Same.
        (plus_geu<mode>): Same.
        (neg_geu<mode>): Same.
        (and_neg_geu<mode>): Same.
        (plus_gt<mode>): Same.
        (gtu<mode>_compare): Same.
        (plus_gtu<mode>): Same.

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

18 years agoEliminate linker error with v850e code using interrupt_handler attribute.
wilson [Wed, 17 Aug 2005 22:19:19 +0000 (22:19 +0000)]
Eliminate linker error with v850e code using interrupt_handler attribute.
* config/v850/lib1funcs.asm (callt_save_interrupt): Fix comment typos.
Move call_table_data to end.  Delete spurious .text.
(callt_save_all_interrupt): Fix comment typo.

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

18 years agoFix misoptimization of mask and shift.
wilson [Wed, 17 Aug 2005 21:43:49 +0000 (21:43 +0000)]
Fix misoptimization of mask and shift.
PR target/21684
* config/mcore/mcore.h (SHIFT_COUNT_TRUNCATED): Define to 0.

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

18 years agogcc/java:
tromey [Wed, 17 Aug 2005 20:44:10 +0000 (20:44 +0000)]
gcc/java:
* class.c (make_class_data): Always emit JV_STATE_PRELOADING for
class' initial state.
libjava:
* java/lang/Class.h (_Jv_IsBinaryCompatibilityABI): Declare as
friend.
* include/jvm.h (_Jv_IsBinaryCompatibilityABI): New function.
* testsuite/libjava.lang/bclink.java: New file.
* testsuite/libjava.lang/bclink.out: New file.
* link.cc (print_class_loaded): Changed ABI test to look at
various _syms fields.

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

18 years ago PR target/23268
rth [Wed, 17 Aug 2005 20:44:01 +0000 (20:44 +0000)]
PR target/23268
* config/i386/i386.md ("*fist<mode>2_1"): New pattern.
("lrint<mode>2"): Change expander to use "*fist<mode>2_1" pattern.

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

18 years ago * sh.c (sh_gimplify_va_arg_expr): Don't substitute a RECORD_TYPE
amylaar [Wed, 17 Aug 2005 19:44:24 +0000 (19:44 +0000)]
* sh.c (sh_gimplify_va_arg_expr): Don't substitute a RECORD_TYPE
record with the type of its only member if the modes don't match.

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

18 years ago * varasm.c (decode_reg_name): Skip empty aqdditional register names.
amylaar [Wed, 17 Aug 2005 19:25:12 +0000 (19:25 +0000)]
* varasm.c (decode_reg_name): Skip empty aqdditional register names.

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

18 years ago[libiberty]
dj [Wed, 17 Aug 2005 17:30:47 +0000 (17:30 +0000)]
[libiberty]
* floatformat.c (floatformat_always_valid): Change type of last
argument to `void *'.
(floatformat_i387_ext_is_valid): Likewise.
(floatformat_to_double): Change type of second argument to `const
void *'.
(floatformat_from_double): Change type of last argument to `void
*'.
(floatformat_is_valid): Change type of last argument to `const
void *'.
(ieee_test): Remove redundant casts.
[include]
* floatformat.h (struct floatformat): Change type of large
argument for is_valid member to `const void *'.
(floatformat_to_double): Change type of second argument to `const
void *'.
(floatformat_from_double): Change type of last argument to `void
*'.
(floatformat_is_valid): Change type of last argument to `const
void *'.

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

18 years ago2005-08-17 Christian Groessler <chris@groessler.org>
bonzini [Wed, 17 Aug 2005 15:59:29 +0000 (15:59 +0000)]
2005-08-17  Christian Groessler  <chris@groessler.org>

* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
* Makefile.in: Regenerate.

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

18 years ago * tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, lsm_tmp_name,
rakdver [Wed, 17 Aug 2005 14:00:52 +0000 (14:00 +0000)]
* tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, lsm_tmp_name,
lsm_tmp_name_length): New.
(lsm_tmp_name_add, gen_lsm_tmp_name, get_lsm_tmp_name): New functions.
(schedule_sm): Use get_lsm_tmp_name instead of "lsm_tmp".

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

18 years agoAdded missing Changelog entry.
krebbel [Wed, 17 Aug 2005 11:27:03 +0000 (11:27 +0000)]
Added missing Changelog entry.

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

18 years ago2005-08-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
krebbel [Wed, 17 Aug 2005 11:11:05 +0000 (11:11 +0000)]
2005-08-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
    Andreas Krebbel  <krebbel1@de.ibm.com>

* config.gcc: Added z9-109 switch.
* config/s390/2084.md ("x_int", "x_agen", "x_lr", "x_la", "x_larl",
"x_load", "x_store", "x_branch", "x_call", "x_mul_hi", "x_mul_sidi",
"x_div", "x_sem", "x_cs", "x_vs", "x_stm", "x_lm", "x_other",
"x_fsimpdf", "x_fsimpsf", "x_fdivdf", "x_fdivsf", "x_floaddf",
"x_floadsf", "x_fstore_df", "x_fstoresf", "x_ftoi", "x_itof"): Enable
for "z9_109" cpu attribute.
* config/s390/s390.c (z9_109_cost): New processor cost structure.
(CONST_OK_FOR_Os, CONST_OK_FOR_Op, CONST_OK_FOR_On): New macros.
(s390_handle_arch_option): Added z9-109 switch.
(override_options): Set respective cost function for z9-109.
(s390_const_ok_for_constraint_p): New constraints Os, Op, On.
(legitimate_reload_constant_p): Accept extended immediates.
(print_operand): Three new output modifiers added: k, m and o.
(s390_adjust_priority, s390_issue_rate): Handle Z9_109 like Z990.
(s390_output_mi_thunk): Use extended immediate when possible.
* config/s390/s390.h (processor_flags): Added PF_EXTIMM.
(TARGET_CPU_EXTIMM, TARGET_EXTIMM): New macros.
(CONSTRAINT_LEN): Added length of O constraint.
(CLZ_DEFINED_VALUE_AT_ZERO): Definition added.
* config/s390/s390.md ("cpu"): New value z9_109 added.
("*tstdi_extimm", "*tstdi_ccconly_extimm", "*tstsi_extimm",
"*tstsi_cconly_extimm", "*movdi_64extimm", "*extendhidi2_extimm",
"*extendqidi2_extimm", "*extendhisi2_extimm", "*extendqisi2_extimm",
"*zero_extend<mode>si2_extimm", "*anddi3_extimm", "*iordi3_extimm",
"*xordi3_extimm", "clzdi2", "clztidi2"): New patterns.
("*tstdi", "*tstsi", "*movdi_64", "*extendhisi2", "*extendqisi2",
"*zero_extend<mode>si2_64", "zero_extendqihi2", "*zero_extendqihi2_64",
"*anddi3", "*iordi3", "*xordi3"): Disable for TARGET_EXTIMM.
("*cmpdi_cct", "*cmpsi_cct", "*cmpdi_ccs", "*cmpsi_ccs", "*cmpdi_ccu",
"*cmpsi_ccu", "*movsi_zarch", "*adddi3_imm_cc", "*adddi3_carry1_cc",
"*adddi3_carry2_cc", "*adddi3_cc", "*adddi3_64", "*addsi3_imm_cc",
"*addsi3_carry1_cc", "*addsi3_carry2_cc", "*addsi3_cc", "addsi3",
"*andsi3_cc", "*andsi3_cconly", "*andsi3_zarch", "*iorsi3_cc",
"*iorsi3_cconly", "*iorsi3_zarch", "*xorsi3_cc", "*xorsi3_cconly",
"*xorsi3", "*xorhi3", "*xorqi3"): Added instruction using extended
immediates.
("extend<mode>di2", "extend<mode>si2", "zero_extend<mode>di2",
"zero_extend<mode>si2"): Allow memory operands and don't manually emit
insns for TARGET_EXTIMM.

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

18 years ago2005-08-17 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Wed, 17 Aug 2005 08:55:30 +0000 (08:55 +0000)]
2005-08-17  Andreas Krebbel  <krebbel1@de.ibm.com>

* testsuite/gcc.dg/20020926-1.c: Added "-mesa" to dg-options.

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

18 years ago* config/stormy16/stormy16.c (xstormy16_encode_section_info): Call
nickc [Wed, 17 Aug 2005 08:11:51 +0000 (08:11 +0000)]
* config/stormy16/stormy16.c (xstormy16_encode_section_info): Call
default_encode_section_info.

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

18 years ago PR tree-optimization/21574
steven [Wed, 17 Aug 2005 07:27:47 +0000 (07:27 +0000)]
PR tree-optimization/21574
* tree-ssa-ccp.c (likely_value): If the right hand side is a
constant, return CONSTANT.
(ccp_lattice_meet): Use operand_equal_p instead of simple_cst_equal.
(ccp_fold, visit_assignment): Likewise.
(evaluate_stmt): Handle UNDEFINED and UNKNOWN_VAL the same way.

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

18 years ago2005-08-17 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 17 Aug 2005 06:53:01 +0000 (06:53 +0000)]
2005-08-17  Andreas Tobler  <a.tobler@schweiz.ch>

* testsuite/libjava.jacks/jacks.xfail: Remove 15.21-assoc-7,
15.21-assoc-8, 15.21-equal-3, 15.28-string-11.

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

18 years ago2005-08-16 James A. Morrison <phython@gcc.gnu.org>
phython [Wed, 17 Aug 2005 04:00:21 +0000 (04:00 +0000)]
2005-08-16  James A. Morrison  <phython@gcc.gnu.org>

        * c-typeck.c (build_function_call): Call fold_buildN_initializer or
        fold_buildN instead of buildN then fold_initializer or fold.
        (build_unary_op): Likewise.
        (build_binary_op): Likewise.
        * fold-const.c (fold_initializer): Remove.
        (fold_build1_initializer): New function.
        (fold_build2_initializer): New function.
        (fold_build3_initializer): New function.
        * tree.h (fold_initializer): Remove.
        (fold_build1_initializer): New function.
        (fold_build2_initializer): New function.
        (fold_build3_initializer): New function.

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

18 years ago2005-08-16 James A. Morrison <phython@gcc.gnu.org>
phython [Wed, 17 Aug 2005 03:56:20 +0000 (03:56 +0000)]
2005-08-16  James A. Morrison  <phython@gcc.gnu.org>

        * fold-const.c (optimize_bit_field_compare): Remove extra fold call.
        (try_move_mult_to_index): Call fold_build2 instead of build2.
        (fold_binary): Don't call fold after calls to try_move_mult_to_index.
        * tree-ssa-loop-niter.c (inverse): Call int_const_binop instead of
        fold_binary_to_constant.
        (infer_loop_bounds_from_undefined): Call fold_build2 instead of
        fold (build.
        * tree-data-ref.c (tree_fold_divides_p): Use tree_int_cst_equal to
        check if A == gcd (A, B).  Remove TYPE argument.
        (analyze_offset) Use fold_build2 instead of fold (build.
        (create_data_ref): Likewise.
        (analyze_siv_subscript_cst_affine): Update calls to tree_fold_divides_p.        * tree-ssa-ccp.c (widen_bitfield): Call fold_build2 instead of build2
        then fold.

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

18 years ago2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 17 Aug 2005 03:31:04 +0000 (03:31 +0000)]
2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* strverscmp.c: Update FSF address.
* testsuite/Makefile.in: Likewise.
* testsuite/test-demangle.c: Likewise.
* testsuite/test-pexecute.c: Likewise.

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

18 years ago2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 17 Aug 2005 03:26:45 +0000 (03:26 +0000)]
2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* ALL: Update FSF address.

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

18 years ago2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 17 Aug 2005 03:21:42 +0000 (03:21 +0000)]
2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update FSF address.

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

18 years ago2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 17 Aug 2005 03:07:06 +0000 (03:07 +0000)]
2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* config/arm/unaligned-funcs.c,config/i386/crtfastmath.c,
ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address.

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

18 years agoFix stupidity.
wilson [Wed, 17 Aug 2005 03:00:13 +0000 (03:00 +0000)]
Fix stupidity.
* gcc.dg/large-size-array.c (DIM): Use USHRT_MAX not USHORT_MAX.

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

18 years ago2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 17 Aug 2005 02:49:08 +0000 (02:49 +0000)]
2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update FSF address.

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

18 years ago2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
kcook [Wed, 17 Aug 2005 02:28:44 +0000 (02:28 +0000)]
2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>

* All files: Update FSF address.

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

18 years ago2005-08-16 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 17 Aug 2005 01:55:05 +0000 (01:55 +0000)]
2005-08-16  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/23402
        * gcc.c-torture/compile/zero-strct-3.c: New test.
        * gcc.c-torture/compile/zero-strct-4.c: New test.

2005-08-16  Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/23402
        * gimplify.c (zero_sized_type): New function.
        (gimplify_modify_expr_rhs): If we have a zero sized type,
        replace the statement with an empty statement.

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

18 years ago2005-08-16 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 17 Aug 2005 00:32:17 +0000 (00:32 +0000)]
2005-08-16  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/crtfastmath.c (set_fast_math): Add "=m" for
fxsave.

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

18 years agoDaily bump.
gccadmin [Wed, 17 Aug 2005 00:17:02 +0000 (00:17 +0000)]
Daily bump.

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

18 years ago * doc/tm.texi (Label Output): Correct typo.
ian [Tue, 16 Aug 2005 22:29:09 +0000 (22:29 +0000)]
* doc/tm.texi (Label Output): Correct typo.

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

18 years ago PR target/23376
steven [Tue, 16 Aug 2005 22:24:30 +0000 (22:24 +0000)]
PR target/23376
* loop-unroll.c (analyze_insn_to_expand_var): Make sure that
force_operand will work later on using have_insn_for.

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

18 years ago * fold-const.c (tree_expr_nonnegative_p): Regroup cases.
reichelt [Tue, 16 Aug 2005 22:13:37 +0000 (22:13 +0000)]
* fold-const.c (tree_expr_nonnegative_p): Regroup cases.

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

18 years ago./
ian [Tue, 16 Aug 2005 22:07:44 +0000 (22:07 +0000)]
./
PR c++/23337
* gimplify.c (gimplify_init_ctor_eval): If we see an element of
vector type, don't try to construct it element by element.  Add an
assertion that we use a FIELD_DECL when building a COMPONENT_REF.
testsuite/
PR c++/23337
* g++.dg/ext/vector2.C: New.

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

18 years ago * fold-const.c (fold_ternary): Simplify folding of a CALL_EXPR.
reichelt [Tue, 16 Aug 2005 22:05:14 +0000 (22:05 +0000)]
* fold-const.c (fold_ternary): Simplify folding of a CALL_EXPR.

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

18 years ago2005-08-16 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Tue, 16 Aug 2005 21:30:32 +0000 (21:30 +0000)]
2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23428
* gfortran.dg/inquire-complex.f90:  Correct mangled testcase.

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

18 years ago2005-08-16 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Tue, 16 Aug 2005 20:26:04 +0000 (20:26 +0000)]
2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23428
* io/transfer.c (iolength_transfer):  Remove __attribute__ ((unused))
from type.  Return correct length for inquire(iolength=)
for complex variables.

2005-08-16  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23428
* gfortran.dg/inquire-complex.f90:  New test case.

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

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