]> gcc.gnu.org Git - gcc.git/log
gcc.git
16 years agoarith.c (gfc_arith_init_1): Remove now unused r and c variables.
Steven G. Kargl [Sat, 31 May 2008 19:19:48 +0000 (19:19 +0000)]
arith.c (gfc_arith_init_1): Remove now unused r and c variables.

2008-05-31  Steven G. Kargl  <kargls@comcast.net>

* arith.c (gfc_arith_init_1): Remove now unused r and c variables.
Cleanup numerical inquiry function initialization.
(gfc_arith_done_1): Replace multiple mpfr_clear() invocations with
a single mpfr_clears().
(gfc_check_real_range): Re-arrange logic to eliminate multiple
unnecessary branching and assignments.
(gfc_arith_times): Use mpfr_clears() in preference to multiple
mpfr_clear().
(gfc_arith_divide): Ditto.
(complex_reciprocal): Eliminate now unused variables a, re, im.
Cleanup the mpfr abuse.  Use mpfr_clears() in preference to
multiple mpfr_clear().
(complex_pow): Fix comment whitespace.  Use mpfr_clears() in
preference to multiple mpfr_clear().
* simplify.c (gfc_simplify_and): Remove blank line.
(gfc_simplify_atan2): Move error checking earlier to eliminate
a now unnecessay gfc_free_expr().
(gfc_simplify_bessel_j0): Remove unnecessary gfc_set_model_kind().
(gfc_simplify_bessel_j1): Ditto.
(gfc_simplify_bessel_jn): Ditto.
  (gfc_simplify_bessel_y0): Ditto.
(gfc_simplify_bessel_y1): Ditto.
(gfc_simplify_bessel_yn): Ditto.
(only_convert_cmplx_boz): Eliminate unnecessary duplicate code, and
combine nested if statement rational expressions.
(gfc_simplify_cos): Use mpfr_clears() in preference to multiple
mpfr_clear().
(gfc_simplify_exp): Ditto.
(gfc_simplify_fraction): Move gfc_set_model_kind() to after the
special case of 0.  Use mpfr_clears() in preference to multiple
mpfr_clear().
(gfc_simplify_gamma): Eliminate unnecessary gfc_set_model_kind().
  (gfc_simplify_lgamma): Ditto.
(gfc_simplify_log10): Ditto.
(gfc_simplify_log): Move gfc_set_model_kind () inside switch
statement. Use mpfr_clears() in preference to multiple mpfr_clear().
(gfc_simplify_mod):  Eliminate now unused variables quot, iquot,
and term.  Simplify the mpfr magic.
(gfc_simplify_modulo): Ditto.
(gfc_simplify_nearest): Eliminate unnecessary gfc_set_model_kind().
(gfc_simplify_scale): Use mpfr_clears() in preference to multiple
mpfr_clear().
(gfc_simplify_sin): Ditto
(gfc_simplify_sqrt): Ditto
(gfc_simplify_set_exponent):  Move gfc_set_model_kind() to after the
special case of 0.  Use mpfr_clears() in preference to multiple
mpfr_clear().

From-SVN: r136239

16 years agoavr.md (UNSPECV_WRITE_SP_IRQ_ON): New constants.
Anatoly Sokolov [Sat, 31 May 2008 15:01:16 +0000 (19:01 +0400)]
avr.md (UNSPECV_WRITE_SP_IRQ_ON): New constants.

* config/avr/avr.md (UNSPECV_WRITE_SP_IRQ_ON): New constants.
(UNSPECV_WRITE_SP_IRQ_OFF): (Ditto.).
(movhi_sp_r_irq_off, movhi_sp_r_irq_on): New insn.
* config/avr/avr.c (expand_prologue, expand_epilogue): Use
movhi_sp_r_irq_off and movhi_sp_r_irq_on insns for writing to the
stack pointer register.
(output_movhi): Remove code for interrupt specific writing to the
stack pointer register.

From-SVN: r136238

16 years agore PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)
Richard Guenther [Sat, 31 May 2008 13:01:10 +0000 (13:01 +0000)]
re PR tree-optimization/34244 (VRP/SCEV miscompiles Firefox)

2008-05-31  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/34244
* fold-const.c (tree_expr_nonnegative_warnv_p): Do not ask VRP.
(tree_expr_nonzero_warnv_p): Likewise.
* tree-vrp.c (vrp_expr_computes_nonnegative): Call
ssa_name_nonnegative_p.
(vrp_expr_computes_nonzero): Call ssa_name_nonzero_p.
(extract_range_from_unary_expr): Use vrp_expr_computes_nonzero,
not tree_expr_nonzero_warnv_p.

PR tree-optimization/36262
Revert
2007-11-29  Zdenek Dvorak  <ook@ucw.cz>

        PR tree-optimization/34244
        * tree-vrp.c (adjust_range_with_scev): Clear scev cache.
        (record_numbers_of_iterations): New function.
        (execute_vrp): Cache the numbers of iterations of loops.
        * tree-scalar-evolution.c (scev_reset_except_niters):
        New function.
        (scev_reset): Use scev_reset_except_niters.
        * tree-scalar-evolution.h (scev_reset_except_niters): Declare.

From-SVN: r136237

16 years agobfin.h (TARGET_CPU_CPP_BUILTINS): Define __WORKAROUND_RETS when appropriate.
Bernd Schmidt [Sat, 31 May 2008 10:09:51 +0000 (10:09 +0000)]
bfin.h (TARGET_CPU_CPP_BUILTINS): Define __WORKAROUND_RETS when appropriate.

gcc/
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
__WORKAROUND_RETS when appropriate.

gcc/testsuite/
* gcc.target/bfin/mcpu-default.c: Adjust for recent changes: default
CPU has all workarounds, and no longer explicitly sets bf532 as CPU
type.

* gcc.target/bfin/mcpu-bf531.c: Adjust for WORKAROUND_RETS.
* gcc.target/bfin/mcpu-bf532.c: Likewise.
* gcc.target/bfin/mcpu-bf533.c: Likewise.
* gcc.target/bfin/mcpu-bf534.c: Likewise.
* gcc.target/bfin/mcpu-bf536.c: Likewise.
* gcc.target/bfin/mcpu-bf537.c: Likewise.
* gcc.target/bfin/mcpu-bf548.c: Likewise.
* gcc.target/bfin/mcpu-bf549.c: Likewise.
* gcc.target/bfin/mcpu-bf561.c: Likewise.
* gcc.target/bfin/mcpu-bf523.c: Likewise.
* gcc.target/bfin/mcpu-bf524.c: Likewise.
* gcc.target/bfin/mcpu-bf526.c: Likewise.
* gcc.target/bfin/mcpu-bf522.c: Likewise.
* gcc.target/bfin/mcpu-bf525.c: Likewise.
* gcc.target/bfin/mcpu-bf527.c: Likewise.
* gcc.target/bfin/mcpu-bf538.c: Likewise.
* gcc.target/bfin/mcpu-bf539.c: Likewise.
* gcc.target/bfin/mcpu-bf542.c: Likewise.
* gcc.target/bfin/mcpu-bf544.c: Likewise.
* gcc.target/bfin/mcpu-default.c: Likewise.
* gcc.target/bfin/workarounds-any.c: Likewise.
* gcc.target/bfin/workarounds-none.c: Likewise.
* gcc.target/bfin/workarounds-1.c: Likewise.
* gcc.target/bfin/workarounds-2.c: Likewise.
* gcc.target/bfin/workarounds-3.c: Likewise.
* gcc.target/bfin/workarounds-4.c: Likewise.

From-SVN: r136236

16 years agoi386.md (*fop_<mode>_comm_mixed): Macroize from *fop_sf_comm_mixed and *fop_df_comm_m...
Uros Bizjak [Sat, 31 May 2008 09:48:21 +0000 (11:48 +0200)]
i386.md (*fop_<mode>_comm_mixed): Macroize from *fop_sf_comm_mixed and *fop_df_comm_mixed insn patterns using...

* config/i386/i386.md (*fop_<mode>_comm_mixed): Macroize from
*fop_sf_comm_mixed and *fop_df_comm_mixed insn patterns using MODEF
mode iterator.
(*fop_<mode>_comm_sse): Macroize from *fop_sf_comm_sse and
*fop_df_comm_sse insn patterns using MODEF mode iterator.
(*fop_<mode>_comm_i387): Macroize from *fop_sf_comm_i387 and
*fop_df_comm_i387 insn patterns using MODEF mode iterator.
(*fop_<mode>_1_mixed): Macroize from *fop_sf_1_mixed and
*fop_df_1_mixed insn patterns using MODEF mode iterator.
(*fop_<mode>_1_sse): Macroize from *fop_sf_1_sse and
*fop_df_1_sse insn patterns using MODEF mode iterator.
(*fop_<mode>_1_i387): Macroize from *fop_sf_1_i387 and
*fop_df_1_i387 insn patterns using MODEF mode iterator.
(*fop_<MODEF:mode>_2_i387): Macroize from *fop_sf_2<mode>_i387 and
*fop_df_2<mode>_i387 insn patterns using MODEF mode iterator.
(*fop_<MODEF:mode>_3_i387): Macroize from *fop_sf_3<mode>_i387 and
*fop_df_3<mode>_i387 insn patterns using MODEF mode iterator.
(*fop_xf_2_i387): Rename from *fop_xf_2<mode>_i387.
(*fop_xf_3_i387): Rename from *fop_xf_3<mode>_i387.
(*fop_xf_4_i387): Use <MODE> for mode attribute.
(*fop_xf_5_i387): Ditto.
(*fop_xf_6_i387): Ditto.

From-SVN: r136235

16 years agoDaily bump.
GCC Administrator [Sat, 31 May 2008 00:17:13 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r136229

16 years agobuiltins.c (build_string_literal): Avoid generating a non-gimple_val result.
Richard Guenther [Fri, 30 May 2008 19:58:30 +0000 (19:58 +0000)]
builtins.c (build_string_literal): Avoid generating a non-gimple_val result.

2008-05-30  Richard Guenther  <rguenther@suse.de>

* builtins.c (build_string_literal): Avoid generating
a non-gimple_val result.

From-SVN: r136222

16 years agoexec-tool.in: Use an environment variable (private) instead of a file (shared) as...
DJ Delorie [Fri, 30 May 2008 19:19:45 +0000 (15:19 -0400)]
exec-tool.in: Use an environment variable (private) instead of a file (shared) as a semaphore...

* exec-tool.in: Use an environment variable (private) instead of a
file (shared) as a semaphore, so as to not break parallel builds.

From-SVN: r136221

16 years agooptabs.c (maybe_encapsulate_block): Remove.
Steven Bosscher [Fri, 30 May 2008 18:28:48 +0000 (18:28 +0000)]
optabs.c (maybe_encapsulate_block): Remove.

2008-05-30  Steven Bosscher  <stevenb.gcc@gmail.com>

* optabs.c (maybe_encapsulate_block): Remove.
(emit_libcall_block): Adjust accordingly.
* optabs.h (maybe_encapsulate_block): Remove prototype.

* config/rs6000/rs6000.c (rs6000_legitimize_tls_address):
Don't use maybe_encapsulate_block.

From-SVN: r136217

16 years agors6000.c (rs6000_legitimize_address, [...]): Make sure an rtx is a SYMBOL_REF before...
Steven Bosscher [Fri, 30 May 2008 18:21:31 +0000 (18:21 +0000)]
rs6000.c (rs6000_legitimize_address, [...]): Make sure an rtx is a SYMBOL_REF before calling get_pool_constant.

2008-05-30  Steven Bosscher  <stevenb.gcc@gmail.com>

        * config/rs6000/rs6000.c (rs6000_legitimize_address,
        rs6000_legitimize_reload_address, rs6000_emit_move): Make sure an
        rtx is a SYMBOL_REF before calling get_pool_constant.

From-SVN: r136216

16 years agoconfigure.ac (arm*-*-linux-gnueabi): Don't disable building of libobjc for ARM EABI...
Julian Brown [Fri, 30 May 2008 18:21:31 +0000 (18:21 +0000)]
configure.ac (arm*-*-linux-gnueabi): Don't disable building of libobjc for ARM EABI Linux.

    * configure.ac (arm*-*-linux-gnueabi): Don't disable building
    of libobjc for ARM EABI Linux.
    * configure: Regenerate.

    libobjc/
    * exception.c (__objc_exception_class): Initialise as constant
    array for ARM EABI. Change macro to static const for non-ARM EABI.
    (ObjcException): Add note about structure layout. Remove landingPad
    and handlerSwitchValue for ARM EABI.
    (get_ttype_entry): Add __ARM_EABI_UNWINDER__ version
    of function.
    (CONTINUE_UNWINDING): Define for ARM EABI/otherwise cases.
    (PERSONALITY_FUNCTION): Use ARM EABI-specific arguments, and add
    ARM EABI unwinding support.
    (objc_exception_throw): Use memcpy to initialise exception class.

From-SVN: r136215

16 years agore PR preprocessor/36320 (Required diagnosis of syntax error missed)
Tom Tromey [Fri, 30 May 2008 14:25:09 +0000 (14:25 +0000)]
re PR preprocessor/36320 (Required diagnosis of syntax error missed)

gcc/testsuite
PR preprocessor/36320:
* gcc.dg/cpp/pr36320.c: New file.
libcpp
PR preprocessor/36320:
* internal.h (_cpp_parse_expr): Update.
* expr.c (_cpp_parse_expr): Add 'is_if' argument.  Update error
messages.
* directives.c (do_if): Update.
(do_elif): Require expression if processing group.

From-SVN: r136209

16 years ago* fold-const.c (fold_unary) <CASE_CONVERT>: Add ??? comment. r136260/tags/stack-last-merge
Eric Botcazou [Fri, 30 May 2008 07:35:17 +0000 (07:35 +0000)]
* fold-const.c (fold_unary) <CASE_CONVERT>: Add ??? comment.

From-SVN: r136200

16 years agocpplib.h (struct cpp_dir): Add new field, canonical_name.
Danny Smith [Fri, 30 May 2008 00:57:56 +0000 (00:57 +0000)]
cpplib.h (struct cpp_dir): Add new field, canonical_name.

libcpp/ChangeLog
* include/cpplib.h (struct cpp_dir): Add new field, canonical_name.

gcc/ChangeLog

* incpath.c: Use HOST_LACKS_INODE_NUMBERS conditional
rather than OS names to choose INO_T_EQ definition.
(DIRS_EQ) [!INO_T_EQ]: Don't worry about case in comparison.
(add_path) [!INO_T_EQ]: Use lrealpath to fill canonical_name field.

From-SVN: r136196

16 years agoDaily bump.
GCC Administrator [Fri, 30 May 2008 00:17:13 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r136194

16 years agore PR target/36348 (f951 link failure on i686-apple-darwin9)
Daniel Franke [Thu, 29 May 2008 18:21:35 +0000 (14:21 -0400)]
re PR target/36348 (f951 link failure on i686-apple-darwin9)

gcc:
2008-05-29  Daniel Franke  <franke.daniel@gmail.com>

        PR target/36348
        * config/darwin-f.c: New.
        * config/t-darwin: Added rule to build darwin-f.o.
        * config.gcc: Defined new variable, fortran_target_objs.
        (*-*-darwin*): Set fortran_target_objs.
        * Makefile.in: Defined new variable FORTRAN_TARGET_OBJS.
        * configure.ac: Substitute fortran_target_objs, set
        FORTRAN_TARGET_OBJS.
        * configure: Regenerated.

gcc/fortran:
2008-05-29  Daniel Franke  <franke.daniel@gmail.com>

        PR target/36348
        * Make-lang.in (F95_OBJS): Added dependency on FORTRAN_TARGET_OBJS.

From-SVN: r136178

16 years agore PR c++/35243 (ICE with invalid initializer list in variadic template)
Paolo Carlini [Thu, 29 May 2008 16:44:29 +0000 (16:44 +0000)]
re PR c++/35243 (ICE with invalid initializer list in variadic template)

/cp
2008-05-29  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/35243
        * pt.c (tsubst_initializer_list): Consistently check the tree
        returned by tsubst_pack_expansion for error_mark_node.

/testsuite
2008-05-29  Paolo Carlini  <paolo.carlini@oracle.com>

        PR c++/35243
        * g++.dg/cpp0x/vt-35243.C: New.

From-SVN: r136174

16 years agoscanner.c (load_line): Add first_char argument.
Francois-Xavier Coudert [Thu, 29 May 2008 15:24:46 +0000 (15:24 +0000)]
scanner.c (load_line): Add first_char argument.

* scanner.c (load_line): Add first_char argument. Don't call ungetc.
(gfc_read_orig_filename): Adjust call to load_line. Don't call
ungetc.
(load_file): Adjust call to load_line.

From-SVN: r136171

16 years agore PR middle-end/35771 (Call expander ignores type alignment) r136206/tags/stack-last-merge r136258/tags/ix86/avx-last-merge
H.J. Lu [Thu, 29 May 2008 12:35:04 +0000 (12:35 +0000)]
re PR middle-end/35771 (Call expander ignores type alignment)

gcc/

2008-05-29  H.J. Lu  <hongjiu.lu@intel.com>

PR target/35771
* config/i386/i386.c (ix86_function_arg_boundary): Convert to
canonical type if needed.

gcc/testsuite/

2008-05-29  H.J. Lu  <hongjiu.lu@intel.com>

PR target/35771
* gcc.dg/torture/pr35771.h: New.
* gcc.dg/torture/pr35771-1.c: Likewise.
* gcc.dg/torture/pr35771-2.c: Likewise.
* gcc.dg/torture/pr35771-3.c: Likewise.

From-SVN: r136159

16 years agobitset (bitset(const char*)): Implement DR 778 in debug-mode too.
Paolo Carlini [Thu, 29 May 2008 11:42:08 +0000 (11:42 +0000)]
bitset (bitset(const char*)): Implement DR 778 in debug-mode too.

2008-05-29  Paolo Carlini  <paolo.carlini@oracle.com>

* include/debug/bitset (bitset(const char*)): Implement DR 778
in debug-mode too.

* include/bits/cpp_type_traits.h (__is_integer): In C++0x mode
deal with char16_t and char32_t.

From-SVN: r136158

16 years agotree-nested.c (check_for_nested_with_variably_modified): Fix typo.
Eric Botcazou [Thu, 29 May 2008 11:33:17 +0000 (11:33 +0000)]
tree-nested.c (check_for_nested_with_variably_modified): Fix typo.

* tree-nested.c (check_for_nested_with_variably_modified): Fix typo.

From-SVN: r136154

16 years agore PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-to-sets...
Richard Guenther [Thu, 29 May 2008 10:31:58 +0000 (10:31 +0000)]
re PR tree-optimization/36343 (Wrong code due to bad TBAA pruning of points-to-sets and use in call clobbering)

2008-05-29  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/36343
PR tree-optimization/36346
PR tree-optimization/36347
* tree-flow.h (clobber_what_p_points_to): Declare.
* tree-ssa-structalias.c (set_uids_in_ptset): Whether the
pointed-to variable is dereferenced is irrelevant to whether
the pointer can access the pointed-to variable.
(clobber_what_p_points_to): New function.
* tree-ssa-alias.c (set_initial_properties): Use it.
* tree-ssa.c (verify_flow_sensitive_alias_info): Adjust
call clobber check for NMTs.

* gcc.c-torture/execute/pr36343.c: New testcase.

From-SVN: r136152

16 years ago* gnat.dg/abstract1.ad[sb]: New test.
Arnaud Charlet [Thu, 29 May 2008 08:57:36 +0000 (08:57 +0000)]
* gnat.dg/abstract1.ad[sb]: New test.

From-SVN: r136151

16 years agoResync.
Arnaud Charlet [Thu, 29 May 2008 08:56:41 +0000 (10:56 +0200)]
Resync.

From-SVN: r136150

16 years agore PR ada/864 (--program-suffix is ignored (for ada))
Arnaud Charlet [Thu, 29 May 2008 08:56:01 +0000 (10:56 +0200)]
re PR ada/864 (--program-suffix is ignored (for ada))

PR ada/864
* osint.ads, osint.adb (Program_Name): New parameter "Prog" to
allow recognition of program suffix in addition to prefix.

* gnatchop.adb (Locate_Executable): Add support for prefix.

* make.adb, gnatcmd.adb, gnatlink.adb, prj-makr.adb,
mlib-utl.adb: Adjust calls to Program_Name.

From-SVN: r136149

16 years agosem_ch6.adb (Analyze_Subprogram_Specification): if the return type is abstract...
Ed Schonberg [Thu, 29 May 2008 08:55:46 +0000 (10:55 +0200)]
sem_ch6.adb (Analyze_Subprogram_Specification): if the return type is abstract...

2008-05-29  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Analyze_Subprogram_Specification): if the return type
is abstract, do not apply abstractness check on subprogram if this is
a renaming declaration.

From-SVN: r136148

16 years ago* sem_eval.adb: Minor reformatting
Arnaud Charlet [Thu, 29 May 2008 08:55:35 +0000 (10:55 +0200)]
* sem_eval.adb: Minor reformatting

From-SVN: r136147

16 years agoResync.
Arnaud Charlet [Thu, 29 May 2008 08:07:25 +0000 (10:07 +0200)]
Resync.

From-SVN: r136145

16 years agosem_eval.adb (Is_Same_Value): Take care of several more cases
Robert Dewar [Thu, 29 May 2008 08:06:40 +0000 (10:06 +0200)]
sem_eval.adb (Is_Same_Value): Take care of several more cases

2008-05-29  Robert Dewar  <dewar@adacore.com>

* sem_eval.adb (Is_Same_Value): Take care of several more cases

From-SVN: r136144

16 years ago2008-05-29 Javier Miranda <miranda@adacore.com>
Javier Miranda [Thu, 29 May 2008 08:06:31 +0000 (10:06 +0200)]
2008-05-29  Javier Miranda  <miranda@adacore.com>

* sem_util.adb:
(Abstract_Interface_List): Add missing support for full type-declaration
associated with synchronized types.

From-SVN: r136143

16 years ago* sinput-p.ads: Minor reformatting
Arnaud Charlet [Thu, 29 May 2008 08:06:21 +0000 (10:06 +0200)]
* sinput-p.ads: Minor reformatting

From-SVN: r136142

16 years ago* sem_res.adb: Minor reformatting
Arnaud Charlet [Thu, 29 May 2008 08:06:12 +0000 (10:06 +0200)]
* sem_res.adb: Minor reformatting

From-SVN: r136141

16 years ago* sem_prag.adb: Minor reformatting
Arnaud Charlet [Thu, 29 May 2008 08:06:03 +0000 (10:06 +0200)]
* sem_prag.adb: Minor reformatting

From-SVN: r136140

16 years ago* sem_ch3.adb: Minor reformatting
Arnaud Charlet [Thu, 29 May 2008 08:05:54 +0000 (10:05 +0200)]
* sem_ch3.adb: Minor reformatting

From-SVN: r136139

16 years agoDaily bump.
GCC Administrator [Thu, 29 May 2008 00:17:14 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r136135

16 years agovalue-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC for printing gcov_type.
Seongbae Park [Wed, 28 May 2008 22:03:14 +0000 (22:03 +0000)]
value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC for printing gcov_type.

2008-05-28  Seongbae Park  <seongbae.park@gmail.com>

* value-prof.c (tree_ic_transform): Use HOST_WIDEST_INT_PRINT_DEC
for printing gcov_type.

From-SVN: r136131

16 years agore PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attribute)
Janus Weil [Wed, 28 May 2008 21:27:56 +0000 (23:27 +0200)]
re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attribute)

2008-05-28  Janus Weil  <janus@gcc.gnu.org>

PR fortran/36325
PR fortran/35830
* interface.c (gfc_procedure_use): Enable argument checking for
external procedures with explicit interface.
* symbol.c (check_conflict): Fix conflict checking for externals.
(copy_formal_args): Fix handling of arrays.
* resolve.c (resolve_specific_f0, resolve_specific_s0): Fix handling
of intrinsics.
* parse.c (parse_interface): Non-abstract INTERFACE statement implies
EXTERNAL attribute.

2008-05-28  Janus Weil  <janus@gcc.gnu.org>

PR fortran/36325
PR fortran/35830
* gfortran.dg/interface_23.f90: New.
* gfortran.dg/gomp/reduction3.f90: Fixed invalid code.
* gfortran.dg/proc_decl_12.f90: New:
* gfortran.dg/external_procedures_1.f90: Fixed error message.

From-SVN: r136130

16 years agore PR fortran/36319 (Segfault with wide characters in DATA)
Francois-Xavier Coudert [Wed, 28 May 2008 21:11:39 +0000 (21:11 +0000)]
re PR fortran/36319 (Segfault with wide characters in DATA)

PR fortran/36319

* intrinsic.c (gfc_convert_chartype): Don't mark conversion
function as pure.
* trans-array.c (gfc_trans_array_ctor_element): Divide element
size by the size of one character to obtain length.
* iresolve.c (gfc_resolve_cshift): Call the _char4 variant when
appropriate.
(gfc_resolve_eoshift): Likewise.
* trans-intrinsic.c (gfc_conv_intrinsic_ctime): Minor beautification.
(gfc_conv_intrinsic_fdate): Minor beautification.
(gfc_conv_intrinsic_ttynam): Minor beautification.
(gfc_conv_intrinsic_minmax_char): Allow all character kinds.
(size_of_string_in_bytes): New function.
(gfc_conv_intrinsic_size): Call size_of_string_in_bytes for
character expressions.
(gfc_conv_intrinsic_sizeof): Likewise.
(gfc_conv_intrinsic_array_transfer): Likewise.
(gfc_conv_intrinsic_trim): Allow all character kinds. Minor
beautification.
(gfc_conv_intrinsic_repeat): Fix comment typo.
* simplify.c (gfc_convert_char_constant): Take care of conversion
of array constructors.

* intrinsics/string_intrinsics_inc.c (string_index): Return
correct value for zero-length substring.
* intrinsics/cshift0.c: Add _char4 variant.
* intrinsics/eoshift0.c (eoshift0): Allow filler to be a pattern
wider than a single byte. Add _char4 variant and use above
functionality.
* intrinsics/eoshift2.c (eoshift2): Likewise.
* m4/eoshift1.m4: Likewise.
* m4/eoshift3.m4: Likewise.
* m4/cshift1.m4: Add _char4 variants.
* gfortran.map (GFORTRAN_1.1): Add _gfortran_cshift0_1_char4,
_gfortran_cshift0_2_char4, _gfortran_cshift0_4_char4,
_gfortran_cshift0_8_char4, _gfortran_cshift1_16_char4,
_gfortran_cshift1_4_char4, _gfortran_cshift1_8_char4,
_gfortran_eoshift0_1_char4, _gfortran_eoshift0_2_char4,
_gfortran_eoshift0_4_char4, _gfortran_eoshift0_8_char4,
_gfortran_eoshift1_16_char4, _gfortran_eoshift1_4_char4,
_gfortran_eoshift1_8_char4, _gfortran_eoshift2_1_char4,
_gfortran_eoshift2_2_char4, _gfortran_eoshift2_4_char4,
_gfortran_eoshift2_8_char4, _gfortran_eoshift3_16_char4,
_gfortran_eoshift3_4_char4 and _gfortran_eoshift3_8_char4.
* generated/eoshift3_4.c: Regenerate.
* generated/eoshift1_8.c: Regenerate.
* generated/eoshift1_16.c: Regenerate.
* generated/cshift1_4.c: Regenerate.
* generated/eoshift1_4.c: Regenerate.
* generated/eoshift3_8.c: Regenerate.
* generated/eoshift3_16.c: Regenerate.
* generated/cshift1_8.c: Regenerate.
* generated/cshift1_16.c: Regenerate.

* gfortran.dg/widechar_5.f90: New file.
* gfortran.dg/widechar_6.f90: New file.
* gfortran.dg/widechar_7.f90: New file.
* gfortran.dg/widechar_intrinsics_5.f90: Uncomment the lines
testing the SPREAD intrinsic.
* gfortran.dg/widechar_intrinsics_6.f90: New file.
* gfortran.dg/widechar_intrinsics_7.f90: New file.
* gfortran.dg/widechar_intrinsics_8.f90: New file.
* gfortran.dg/widechar_intrinsics_9.f90: New file.
* gfortran.dg/widechar_intrinsics_10.f90: New file.

From-SVN: r136129

16 years agotree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region information.
Seongbae Park [Wed, 28 May 2008 20:15:10 +0000 (20:15 +0000)]
tree-ssa-propagate.c (set_rhs): Preserve the histogram and the eh region information.

2008-05-28  Seongbae Park  <seongbae.park@gmail.com>

* tree-ssa-propagate.c (set_rhs): Preserve the histogram
and the eh region information.
* value-prof.c (gimple_move_stmt_histograms): New function.
* value-prof.h (gimple_move_stmt_histograms): New function declaration.

From-SVN: r136124

16 years agopa.md: Remove extern frame_pointer_needed declaration.
Andreas Tobler [Wed, 28 May 2008 18:56:56 +0000 (18:56 +0000)]
pa.md: Remove extern frame_pointer_needed declaration.

2008-05-28  Andreas Tobler  <a.tobler@schweiz.org>

* config/pa/pa.md: Remove extern frame_pointer_needed declaration.

From-SVN: r136121

16 years agovalue-prof.c (tree_ic_transform): Print counts.
Seongbae Park [Wed, 28 May 2008 18:14:32 +0000 (18:14 +0000)]
value-prof.c (tree_ic_transform): Print counts.

gcc/ChangeLog:
2008-05-28  Seongbae Park <seongbae.park@gmail.com>

* value-prof.c (tree_ic_transform): Print counts.
* tree-profile.c (tree_gen_ic_func_profiler):
Clear __gcov_indreict_call_callee variable
to avoid misattribution of the profile.

gcc/testsuite/ChangeLog:
2008-05-28  Seongbae Park <seongbae.park@gmail.com>

* gcc.dg/tree-prof/ic-misattribution-1.c: New test.
* gcc.dg/tree-prof/ic-misattribution-1a.c: New test.
* lib/profopt.exp (profopt-get-options): Support
dg-additional-sources.
(profopt-execute): Handle additional sources.

From-SVN: r136118

16 years agosee.c (see_def_extension_not_merged): Use copy_rtx_if_shared to avoid invalid sharing.
Rafael Avila de Espindola [Wed, 28 May 2008 16:20:25 +0000 (16:20 +0000)]
see.c (see_def_extension_not_merged): Use copy_rtx_if_shared to avoid invalid sharing.

2008-05-28  Rafael Espindola  <espindola@google.com>

* see.c (see_def_extension_not_merged): Use copy_rtx_if_shared to avoid
invalid sharing.

2008-05-28  Rafael Espindola  <espindola@google.com>

* gcc.dg/20080528-1.c: New test.

From-SVN: r136115

16 years agoResync.
Arnaud Charlet [Wed, 28 May 2008 15:56:29 +0000 (17:56 +0200)]
Resync.

From-SVN: r136114

16 years agosem_res.adb (Valid_Conversion): An anonymous access_to_subprogram type has a deeper...
Ed Schonberg [Wed, 28 May 2008 15:56:02 +0000 (17:56 +0200)]
sem_res.adb (Valid_Conversion): An anonymous access_to_subprogram type has a deeper level than any master only...

2008-05-28  Ed Schonberg  <schonberg@adacore.com>

* sem_res.adb (Valid_Conversion): An anonymous access_to_subprogram
type has a deeper level than any master only when it is the type of an
access parameter.

From-SVN: r136113

16 years agosinput-p.adb (Source_File_Is_Subunit): Allow special character used for preprocessing
Vincent Celier [Wed, 28 May 2008 15:55:52 +0000 (17:55 +0200)]
sinput-p.adb (Source_File_Is_Subunit): Allow special character used for preprocessing

2008-05-28  Vincent Celier  <celier@adacore.com>

* sinput-p.adb (Source_File_Is_Subunit): Allow special character used
for preprocessing

* sinput-p.ads: Minor comment update and reformatting

From-SVN: r136112

16 years agore PR ada/34446 (gnatprep evaluating "not" operator at incorrect precidence)
Vincent Celier [Wed, 28 May 2008 15:55:41 +0000 (17:55 +0200)]
re PR ada/34446 (gnatprep evaluating "not" operator at incorrect precidence)

2008-05-28  Vincent Celier  <celier@adacore.com>

PR ada/34446
* gnat_ugn.texi: Document restriction introduced on 2007-04-20 in
preprocessing expressions

From-SVN: r136111

16 years agosystem-lynxos-ppc.ads (Always_Compatible_Rep): Set to False.
Eric Botcazou [Wed, 28 May 2008 15:55:30 +0000 (17:55 +0200)]
system-lynxos-ppc.ads (Always_Compatible_Rep): Set to False.

2008-05-28  Eric Botcazou  <ebotcazou@adacore.com>

* system-lynxos-ppc.ads (Always_Compatible_Rep): Set to False.
* system-lynxos-x86.ads (Always_Compatible_Rep): Set to False.

From-SVN: r136110

16 years agosem_ch5.adb (Analyze_Assignment): If the name is of a local anonymous access type...
Ed Schonberg [Wed, 28 May 2008 15:55:20 +0000 (17:55 +0200)]
sem_ch5.adb (Analyze_Assignment): If the name is of a local anonymous access type...

2008-05-28  Ed Schonberg  <schonberg@adacore.com>

* sem_ch5.adb (Analyze_Assignment): If the name is of a local anonymous
access type, wrap the expression in a conversion to force an
accessibility check.

* sem_aggr.adb (Aggegate_Constraint_Checks): Apply conversion to force
accessibility checks even when expansion is disabled in order to
generate messages in the presence of previous errors or in
semantics-only mode.

From-SVN: r136108

16 years agoResync.
Arnaud Charlet [Wed, 28 May 2008 15:34:31 +0000 (17:34 +0200)]
Resync.

From-SVN: r136107

16 years agosem_prag.adb (Process_Extended_Import_Export_Subprogram_Pragma): Set Entity field...
Sergey Rybin [Wed, 28 May 2008 15:34:15 +0000 (17:34 +0200)]
sem_prag.adb (Process_Extended_Import_Export_Subprogram_Pragma): Set Entity field for formal_parameter_NAME in MECHANISM_ASSOCIATION.

2008-05-28  Sergey Rybin  <rybin@adacore.com>

* sem_prag.adb (Process_Extended_Import_Export_Subprogram_Pragma): Set
Entity field for formal_parameter_NAME in MECHANISM_ASSOCIATION.

From-SVN: r136106

16 years agosem_util.ads (Find_Overridden_Synchronized_Primitive): Removed.
Javier Miranda [Wed, 28 May 2008 15:34:05 +0000 (17:34 +0200)]
sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed.

2008-05-28  Javier Miranda  <miranda@adacore.com>

* sem_util.ads (Find_Overridden_Synchronized_Primitive): Removed.
* sem_util.adb (Find_Overridden_Synchronized_Primitive): Removed.
* sem_ch6.adb (Check_Synchronized_Overriding): Remove one formal.
Add code that was previously located in
Find_Overridden_Synchronized_Primitive because it is only used here.

From-SVN: r136105

16 years agosem_ch3.adb (Derive_Progenitor_Subprograms): Add documentation.
Javier Miranda [Wed, 28 May 2008 15:33:54 +0000 (17:33 +0200)]
sem_ch3.adb (Derive_Progenitor_Subprograms): Add documentation.

2008-05-28  Javier Miranda  <miranda@adacore.com>

* sem_ch3.adb (Derive_Progenitor_Subprograms): Add documentation.

From-SVN: r136104

16 years agore PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)
Andrew Haley [Wed, 28 May 2008 15:12:47 +0000 (15:12 +0000)]
re PR libgcj/35020 (Class.getSimpleName() differs from Sun Java)

2008-05-28  Andrew Haley  <aph@redhat.com>

* java/lang/Class.java (getSimpleName): Use getEnclosingClass().
* testsuite/libjava.lang/PR35020.java: New cases.
* testsuite/libjava.lang/PR35020.out: New cases.

From-SVN: r136103

16 years agore PR tree-optimization/36339 (not call clobbering variable for non common offset)
Richard Guenther [Wed, 28 May 2008 14:45:57 +0000 (14:45 +0000)]
re PR tree-optimization/36339 (not call clobbering variable for non common offset)

2008-05-28  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/36339
* tree-ssa-alias.c (set_initial_properties): Move pt_anything
and clobbering code out of the loop.

From-SVN: r136100

16 years agoconstraints.md ('b', [...]): New constraint letters defined.
Andreas Krebbel [Wed, 28 May 2008 14:11:19 +0000 (14:11 +0000)]
constraints.md ('b', [...]): New constraint letters defined.

2008-05-28  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/constraints.md ('b', 'C', 'D', 'e'): New constraint
letters defined.

* config/s390/s390.c (s390_compare_and_branch_condition_mask,
s390_contiguous_bitmask_p, s390_symref_operand_p,
s390_check_symref_alignment, s390_reload_larl_operand,
s390_reload_symref_address): New functions.
(s390_branch_condition_mnemonic): Support compare and branch
instructions.
(s390_mem_constraint): Avoid symrefs to accepted by the 'T'
and 'W' constraints.
(s390_secondary_reload): Add secondary reloads for unaligned
symbol refs or symbol refs to floating point or QI/TI mode
integer values.
(legitimate_address_p): Accept symbol references as addresses.
(s390_expand_insv): Use rotate and insert selected bits
instruction for insv when building for z10.
(print_operand_address): Handle symbol ref addresses.
(print_operand): Output modifier 'c' added for signed byte
values.
(s390_encode_section_info): Mark symbol refs with
SYMBOL_FLAG_NOT_NATURALLY_ALIGNED if appropriate.

* config/s390/s390.md (SIL,RRS,RIS): New instruction formats added.
(length attribute): RRF, RRR have 4 byte length.
(FPALL, INTALL): New mode iterators added.
(*tstdi_sign, *cmpdi_ccs_sign, *cmpsi_ccs_sign,
*cmp<mode>_ccs, *cmpdi_ccu_zero, *cmpdi_ccu, *cmpsi_ccu, *cmphi_ccu,
*movdi_64, *movsi_zarch, *movhi, movmem<mode>, *movmem_short,
*extendsidi2, *extendhidi2_extimm, *extendhisi2_extimm,
*zero_extendsidi2, adddi3, *adddi3_31z, *adddi3_31, addsi3,
*add<mode>3, *add<mode>3_carry1_cc, *add<mode>3_carry2_cc,
*add<mode>3_cc, *add<mode>3_imm_cc, *muldi3_sign, muldi3,
*mulsi3_sign, mulsi3, mulsidi3): Patterns enhanced with z10
instructions.
(*cmphi_ccs_z10, *cmpdi_ccs_signhi_rl, *cmpsi_ccu_zerohi_rlsi,
*cmp<GPR:mode>_ccu_zerohi_rldi, *cmp_and_br_signed_<mode>,
*cmp_and_br_unsigned_<mode>, reload<INTALL:mode><P:mode>_tomem_z10,
reload<INTALL:mode><P:mode>_toreg_z10,
reload<FPALL:mode><P:mode>_tomem_z10,
reload<FPALL:mode><P:mode>_toreg_z10,
reload<P:mode>_larl_odd_addend_z10, *execute_rl, *insv<mode>_z10,
*insv<mode>_z10_noshift, *insv<mode>_or_z10_noshift,
*zero_extendhi<mode>2_z10, *cmp_and_trap_signed_int<mode>,
*cmp_and_trap_unsigned_int<mode>, prefetch): New pattern or expander
definition.
(movmem, clrmem, cmpmem): New splitters added.

* config/s390/predicates.md (larl_operand): Use
SYMBOL_REF_FLAGS (op) & SYMBOL_FLAG_ALIGN1 replaced with
SYMBOL_REF_ALIGN1_P.
(s390_signed_integer_comparison,
s390_unsigned_integer_comparison): New predicates.

* config/s390/s390-protos.h (s390_check_symref_alignment,
s390_contiguous_bitmask_p, s390_reload_larl_operand,
s390_reload_symref_address,
s390_compare_and_branch_condition_mask): Prototypes added.

* config/s390/s390.h (TARGET_MEM_CONSTRAINT,
SYMBOL_REF_ALIGN1_P, SYMBOL_FLAG_NOT_NATURALLY_ALIGNED,
SYMBOL_REF_NOT_NATURALLY_ALIGNED_P): Macro definition added.

From-SVN: r136098

16 years agos390.c (z10_cost): New cost function for z10.
Andreas Krebbel [Wed, 28 May 2008 14:09:51 +0000 (14:09 +0000)]
s390.c (z10_cost): New cost function for z10.

2008-05-28  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.c (z10_cost): New cost function for z10.
(s390_handle_arch_option, override_options): Support
-march=z10 switch.
(s390_issue_rate): Adjust issue rate for z10.
* config/s390/s390.h (processor_type): Add PROCESSOR_2097_Z10.
(processor_flags): Add PF_Z10.
(TARGET_CPU_Z10, TARGET_Z10): New macro definitions.
* config/s390/s390.md (cpu, cpu_facility attributes): Add z10.
* gcc/config.gcc: Add z10.

From-SVN: r136097

16 years agore PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGuipart...
Richard Guenther [Wed, 28 May 2008 13:54:05 +0000 (13:54 +0000)]
re PR tree-optimization/36291 (GCC is slow and memory-hungry building sipQtGuipart.cpp)

2008-05-28  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/36291
* tree-flow. h (struct gimple_df): Remove var_anns member.
* tree-flow-inline.h (gimple_var_anns): Remove.
(var_ann): Simplify.
* tree-dfa.c (create_var_ann): Simplify.
(remove_referenced_var): Clear alias info from var_anns of globals.
* tree-ssa.c (init_tree_ssa): Do not allocate var_anns.
(delete_tree_ssa): Clear alias info from var_anns of globals.
Do not free var_anns.
(var_ann_eq): Remove.
(var_ann_hash): Likewise.

From-SVN: r136095

16 years agoResync.
Robert Dewar [Wed, 28 May 2008 13:48:45 +0000 (15:48 +0200)]
Resync.

From-SVN: r136091

16 years ago* exp_util.ads: Minor reformatting. r136163/tags/stack-last-merge
Arnaud Charlet [Wed, 28 May 2008 13:48:28 +0000 (15:48 +0200)]
* exp_util.ads: Minor reformatting.

From-SVN: r136090

16 years ago* exp_util.adb: Minor reformatting
Arnaud Charlet [Wed, 28 May 2008 13:48:18 +0000 (15:48 +0200)]
* exp_util.adb: Minor reformatting

From-SVN: r136089

16 years ago2008-05-28 Robert Dewar <dewar@adacore.com>
Robert Dewar [Wed, 28 May 2008 13:48:08 +0000 (15:48 +0200)]
2008-05-28  Robert Dewar  <dewar@adacore.com>

* restrict.adb:
(Check_Restriction): violation of restriction No_Finalization is
treated as a serious error to stop expansion

From-SVN: r136088

16 years agorestrict.ads: Add missing restrictions, and properly label all GNAT defined ones
Robert Dewar [Wed, 28 May 2008 13:47:56 +0000 (15:47 +0200)]
restrict.ads: Add missing restrictions, and properly label all GNAT defined ones

2008-05-28  Robert Dewar  <dewar@adacore.com>

* restrict.ads:
Add missing restrictions, and properly label all GNAT defined ones

* rtsfind.ads:
Add entry for Ada_Real_Time.Timing_Events.Timing_Event
Add entry for Ada.Task_Termination.Set_Specific_Handler
Add entry for Ada.Task_Termination.Specific_Handler

* s-rident.ads:
Add missing restrictions and properly mark all gnat defined ones

* sem_ch3.adb:
(Analyze_Object_Declaration): Check No_Local_Timing_Events restriction

* sem_res.adb:
(Resolve_Call): Check violation of No_Specific_Termination_Handlers

* gnat_rm.texi: Add missing restrictions, and properly label all
GNAT defined ones

From-SVN: r136087

16 years agoMake-lang.in: Remove gprmake.
Arnaud Charlet [Wed, 28 May 2008 13:30:37 +0000 (13:30 +0000)]
Make-lang.in: Remove gprmake.

* Make-lang.in: Remove gprmake.

* gprmake.adb, makegpr.ads, makegpr.adb: Removed.

From-SVN: r136084

16 years agoold_errors.adb, [...]: Adjust.
Arnaud Charlet [Wed, 28 May 2008 13:20:22 +0000 (13:20 +0000)]
old_errors.adb, [...]: Adjust.

* gnat.dg/old_errors.adb, gnat.dg/deep_old.adb: Adjust.
* gnat.dg/fixce.adb: New test.
* gnat.dg/frunaligned*.ad[sb]: New test.

From-SVN: r136082

16 years agoResync.
Arnaud Charlet [Wed, 28 May 2008 13:06:30 +0000 (15:06 +0200)]
Resync.

From-SVN: r136081

16 years ago2008-05-28 Robert Dewar <dewar@adacore.com>
Robert Dewar [Wed, 28 May 2008 13:05:55 +0000 (15:05 +0200)]
2008-05-28  Robert Dewar  <dewar@adacore.com>

* exp_ch5.adb:
(Expand_Simple_Function_Return): Copy unaligned result into temporary

From-SVN: r136080

16 years agoexp_fixd.adb (Build_Multiply): Correct one-off error in computing size
Robert Dewar [Wed, 28 May 2008 13:05:46 +0000 (15:05 +0200)]
exp_fixd.adb (Build_Multiply): Correct one-off error in computing size

2008-05-28  Robert Dewar  <dewar@adacore.com>

* exp_fixd.adb (Build_Multiply): Correct one-off error in computing
size

From-SVN: r136079

16 years agognat_rm.texi: Add note on Old giving warning when applied to constant
Robert Dewar [Wed, 28 May 2008 13:05:35 +0000 (15:05 +0200)]
gnat_rm.texi: Add note on Old giving warning when applied to constant

2008-05-28  Robert Dewar  <dewar@adacore.com>

* gnat_rm.texi: Add note on Old giving warning when applied to constant

* sem_attr.adb (Analyze_Attribute, case Old): Give warning if prefix is
a constant

From-SVN: r136078

16 years agosem_ch3.adb (Diagnose_Interface): Cleanup error messages involving improper progenito...
Ed Schonberg [Wed, 28 May 2008 13:05:20 +0000 (15:05 +0200)]
sem_ch3.adb (Diagnose_Interface): Cleanup error messages involving improper progenitor names...

2008-05-28  Ed Schonberg  <schonberg@adacore.com>

* sem_ch3.adb (Diagnose_Interface): Cleanup error messages involving
improper progenitor names, and avoid cascaded errors.

From-SVN: r136077

16 years agoiface_eq_test.ads, [...]: New test.
Arnaud Charlet [Wed, 28 May 2008 12:38:31 +0000 (12:38 +0000)]
iface_eq_test.ads, [...]: New test.

* gnat.dg/specs/iface_eq_test.ads,
gnat.dg/specs/iface_eq_test-child.ads: New test.
* gnat.dg/specs/self_class.ads: New test.

From-SVN: r136073

16 years agosem_ch3.adb (Derive_Progenitor_Primitives): Add missing support for user-defined...
Javier Miranda [Wed, 28 May 2008 12:36:07 +0000 (12:36 +0000)]
sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support for user-defined predefined primitives.

2008-05-28  Javier Miranda  <miranda@adacore.com>

* sem_ch3.adb (Derive_Progenitor_Primitives): Add missing support
for user-defined predefined primitives.

* sem_util.adb (Matches_Prefixed_View_Profile): Ditto.
(Find_Overridden_Synchronized_Primitive): Ditto.

* sem_ch6.adb (Check_Synchronized_Overriding): Ditto.

From-SVN: r136072

16 years agomips.c (mips_cpu_info_table): Add loongson2e and loongson2f entries.
Mark Shinwell [Wed, 28 May 2008 10:33:39 +0000 (10:33 +0000)]
mips.c (mips_cpu_info_table): Add loongson2e and loongson2f entries.

2008-05-28  Mark Shinwell  <shinwell@codesourcery.com>

* config/mips/mips.c (mips_cpu_info_table): Add loongson2e
and loongson2f entries.
(mips_rtx_cost_data): Add entries for Loongson-2E/2F.
* config/mips/mips.h (processor_type): Add Loongson-2E
and Loongson-2F entries.
(TARGET_LOONGSON_2E, TARGET_LOONGSON_2F, TARGET_LOONGSON_2EF): New.
(MIPS_ISA_LEVEL_SPEC): Handle Loongson-2E/2F.
* config/mips/mips.md (define_attr cpu): Add loongson2e and loongson2f.
* doc/invoke.texi (MIPS Options): Document loongson2e
and loongson2f processor names.

From-SVN: r136071

16 years agoDaily bump.
GCC Administrator [Wed, 28 May 2008 00:17:31 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r136064

16 years agodata-dep-1.c: Skip test for avr-*-* too much code. r136166/tags/ix86/avx-last-merge
Andy Hutchinson [Tue, 27 May 2008 22:20:10 +0000 (22:20 +0000)]
data-dep-1.c: Skip test for avr-*-* too much code.

* gcc.dg/tree-ssa/data-dep-1.c: Skip test for avr-*-* too much code.
* gcc.dg/tree-ssa/ldist-3.c: Ditto.
* gcc.dg/tree-ssa/ldist-5.c: Ditto.
* gcc.dg/tree-ssa/ifc-20040816-2 .c: Adjust for int size < 4 bytes.
* gcc.dg/tree-ssa/pr32540-1.c: Ditto.
* gcc.dg/tree-ssa/pr32540-2.c: Ditto.
* gcc.dg/tree-ssa/ssa-lim-5.c: Ditto.
* gcc.dg/tree-ssa/pr23115.c: Adjust test for double size < 8 bytes.

From-SVN: r136058

16 years agore PR target/35767 (x86 backend uses aligned load on unaligned memory)
H.J. Lu [Tue, 27 May 2008 20:18:33 +0000 (20:18 +0000)]
re PR target/35767 (x86 backend uses aligned load on unaligned memory)

gcc/

2008-05-27  H.J. Lu  <hongjiu.lu@intel.com>

PR target/35767
PR target/35771
* config/i386/i386.c (ix86_function_arg_boundary): Use
alignment of canonical type.
(ix86_expand_vector_move): Check unaligned memory access for
all SSE modes.

gcc/testsuite/

2008-05-27  H.J. Lu  <hongjiu.lu@intel.com>

PR target/35767
PR target/35771
* gcc.target/i386/pr35767-1.c: New.
* gcc.target/i386/pr35767-1d.c: Likewise.
* gcc.target/i386/pr35767-1i.c: Likewise.
* gcc.target/i386/pr35767-2.c: Likewise.
* gcc.target/i386/pr35767-2d.c: Likewise.
* gcc.target/i386/pr35767-2i.c: Likewise.
* gcc.target/i386/pr35767-3.c: Likewise.
* gcc.target/i386/pr35767-4.c: Likewise.
* gcc.target/i386/pr35767-5.c: Likewise.

From-SVN: r136054

16 years agoassignment_3.f90: Add missing cleanup-modules.
Tobias Burnus [Tue, 27 May 2008 19:31:36 +0000 (21:31 +0200)]
assignment_3.f90: Add missing cleanup-modules.

2008-05-27  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/assignment_3.f90: Add missing cleanup-modules.

From-SVN: r136053

16 years agore PR fortran/36316 (type mismatch in binary expression caught by verify_gimple)
Tobias Burnus [Tue, 27 May 2008 19:22:01 +0000 (21:22 +0200)]
re PR fortran/36316 (type mismatch in binary expression caught by verify_gimple)

2008-05-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/36316
        * trans-array.c (gfc_set_loop_bounds_from_array_spec):
        Add missing fold_convert.

2008-05-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/36316
        * gfortran.dg/assignment_3.f90: New.

From-SVN: r136052

16 years agofortran-torture.exp (get-fortran-torture-options): New function, replacing old FORTRA...
Richard Sandiford [Tue, 27 May 2008 18:57:10 +0000 (18:57 +0000)]
fortran-torture.exp (get-fortran-torture-options): New function, replacing old FORTRAN_TORTURE_OPTIONS code.

gcc/testsuite/
* lib/fortran-torture.exp (get-fortran-torture-options):
New function, replacing old FORTRAN_TORTURE_OPTIONS code.
* gfortran.fortran-torture/compile/compile.exp: Use
[get-fortran-torture-options] instead of $FORTRAN_TORTURE_OPTIONS.
* gfortran.fortran-torture/execute/execute.exp: Likewise.

From-SVN: r136050

16 years agodwarf2out.c (current_fde): Change return type to dw_fde_ref. r136092/tags/stack-last-merge
H.J. Lu [Tue, 27 May 2008 18:43:57 +0000 (18:43 +0000)]
dwarf2out.c (current_fde): Change return type to dw_fde_ref.

2008-05-27  H.J. Lu  <hongjiu.lu@intel.com>

* dwarf2out.c (current_fde): Change return type to dw_fde_ref.
Moved to the front of file.

From-SVN: r136046

16 years agodwarf2out.c (current_fde): New. r136047/tags/stack-last-merge
Xuepeng Guo [Tue, 27 May 2008 18:03:55 +0000 (18:03 +0000)]
dwarf2out.c (current_fde): New.

2008-05-27  Xuepeng Guo  <xuepeng.guo@intel.com>
    H.J. Lu  <hongjiu.lu@intel.com>

* dwarf2out.c (current_fde): New.
(add_cfi): Use it.
(lookup_cfa:): Likewise.
(dwarf2out_end_epilogue): Likewise.
(dwarf2out_note_section_used): Likewise.

Co-Authored-By: H.J. Lu <hongjiu.lu@intel.com>
From-SVN: r136043

16 years agoFix c++/27975.
Michael Matz [Tue, 27 May 2008 14:59:53 +0000 (14:59 +0000)]
Fix c++/27975.

        * c.opt (Wenum-compare): New warning option.
        * doc/invoke.texi (Warning Options): Document -Wenum-compare.

cp/
        * call.c (build_new_op): Make warning conditional on OPT_Wenum_compare.

testsuite/
        * g++.dg/warn/Wenum-compare.C: New testcase.
        * g++.dg/warn/Wenum-compare-no.C: Ditto.

From-SVN: r136035

16 years agore PR middle-end/36326 (gimplification of aggregate copies introduces extra aggregate...
Michael Matz [Tue, 27 May 2008 14:28:02 +0000 (14:28 +0000)]
re PR middle-end/36326 (gimplification of aggregate copies introduces extra aggregate copy)

PR middle-end/36326
* tree-gimple.c (is_gimple_mem_rhs): Remove work-around for
non-BLKmode types.
* tree-tailcall.c (find_tail_calls): Don't mark calls storing
into memory as tail calls.

From-SVN: r136033

16 years agore PR tree-optimization/36339 (not call clobbering variable for non common offset)
Richard Guenther [Tue, 27 May 2008 13:21:07 +0000 (13:21 +0000)]
re PR tree-optimization/36339 (not call clobbering variable for non common offset)

2008-05-27  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/36339
* tree-ssa-alias.c (set_initial_properties): Escaped pt_anything
pointers cause all addressable variables to be call clobbered.

* gcc.c-torture/execute/pr36339.c: New testcase.
* gcc.dg/tree-ssa/loadpre8.c: XFAIL.

From-SVN: r136030

16 years agore PR tree-optimization/36245 (internal compiler error: in build2_stat, at tree.c...
Richard Guenther [Tue, 27 May 2008 13:10:18 +0000 (13:10 +0000)]
re PR tree-optimization/36245 (internal compiler error: in build2_stat, at tree.c:3116)

2008-05-27  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/36245
* tree-ssa-address.c (add_to_parts): Deal with non-pointer
bases.

* gcc.c-torture/compile/pr36245.c: New testcase.

From-SVN: r136029

16 years agoResync.
Arnaud Charlet [Tue, 27 May 2008 12:37:01 +0000 (14:37 +0200)]
Resync.

From-SVN: r136028

16 years agomlib-prj.adb: Minor reformatting
Robert Dewar [Tue, 27 May 2008 12:36:43 +0000 (14:36 +0200)]
mlib-prj.adb: Minor reformatting

2008-05-27  Robert Dewar  <dewar@adacore.com>

* mlib-prj.adb: Minor reformatting

* prj-part.adb: Minor reformatting

* prj.ads: Minor reformatting

* exp_ch3.adb: Minor reformatting.

* sem_ch3.ads: Minor reformatting

* sem_eval.adb: Minor reformatting

From-SVN: r136027

16 years agoexp_aggr.adb (Build_Array_Aggr_Code): If component type includes tasks and context...
Ed Schonberg [Tue, 27 May 2008 12:36:32 +0000 (14:36 +0200)]
exp_aggr.adb (Build_Array_Aggr_Code): If component type includes tasks and context is an object declaration.

2008-05-27  Ed Schonberg  <schonberg@adacore.com>

* exp_aggr.adb (Build_Array_Aggr_Code): If component type includes
tasks and context is an object declaration. create master entity before
expansion.

From-SVN: r136026

16 years agosem_ch3.adb (Build_Incomplete_Type_Declaration): In the case of an untagged private...
Bob Duff [Tue, 27 May 2008 12:36:23 +0000 (14:36 +0200)]
sem_ch3.adb (Build_Incomplete_Type_Declaration): In the case of an untagged private type with a tagged full type...

2008-05-27  Bob Duff  <duff@adacore.com>

* sem_ch3.adb (Build_Incomplete_Type_Declaration): In the case of an
untagged private type with a tagged full type, where the full type has
a self reference, create the corresponding class-wide type early, in
case the self reference is "access T'Class".

From-SVN: r136025

16 years ago* prj-nmsc.adb: Minor reformatting
Arnaud Charlet [Tue, 27 May 2008 12:36:15 +0000 (14:36 +0200)]
* prj-nmsc.adb: Minor reformatting

From-SVN: r136024

16 years agoa-ststio.adb, [...]: Further code clean up of previous change.
Arnaud Charlet [Tue, 27 May 2008 12:36:04 +0000 (14:36 +0200)]
a-ststio.adb, [...]: Further code clean up of previous change.

* a-ststio.adb, s-direio.adb: Further code clean up of previous change.
Update comments.

From-SVN: r136023

16 years agoResync.
Arnaud Charlet [Tue, 27 May 2008 11:58:03 +0000 (13:58 +0200)]
Resync.

From-SVN: r136021

16 years agoReplace heavy address clause by 'Unrestricted_Access...
Arnaud Charlet [Tue, 27 May 2008 11:55:54 +0000 (13:55 +0200)]
Replace heavy address clause by 'Unrestricted_Access...

Replace heavy address clause by 'Unrestricted_Access, cleaner and more portable
across GNAT targets, since this kind of address clause is not supported by
VM back-ends (.NET/JGNAT).

From-SVN: r136020

16 years ago2008-05-27 Vincent Celier <celier@adacore.com>
Vincent Celier [Tue, 27 May 2008 11:55:41 +0000 (13:55 +0200)]
2008-05-27  Vincent Celier  <celier@adacore.com>

* prj-part.adb:
(Project_Path_Name_Of.Try_Path): Do not use Locate_Regular_File to find
a project file, so that symbolic links are not resolved.

From-SVN: r136019

16 years agoReplace address clause by unrestricted_access, simpler and compatible with .NET.
Arnaud Charlet [Tue, 27 May 2008 11:55:29 +0000 (13:55 +0200)]
Replace address clause by unrestricted_access, simpler and compatible with .NET.

From-SVN: r136018

16 years agognat_rm.texi: Document the new behavior regarding trampolines.
Bob Duff [Tue, 27 May 2008 11:55:11 +0000 (13:55 +0200)]
gnat_rm.texi: Document the new behavior regarding trampolines.

2008-05-27  Bob Duff  <duff@adacore.com>

* gnat_rm.texi:
Document the new behavior regarding trampolines.

From-SVN: r136017

16 years agoexp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains tasks...
Ed Schonberg [Tue, 27 May 2008 11:55:00 +0000 (13:55 +0200)]
exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains tasks...

2008-05-27  Ed Schonberg  <schonberg@adacore.com>

* exp_aggr.adb (Expand_Array_Aggregate): If the aggregate contains
tasks, create an activation chain now, before the expansion into
assignments and build-in-place calls that require the presence of an
activation chain.
(Backend_Processing_Possible): If the component type is inherently
limited, the aggregate must be expanded into individual built-in-place
assignments.

* sem_ch6.adb (Build_Extra_Formals): Use underlying type of result to
determine whether an allocation extra parameter must be built, to
handle case of a private type whose full type is a discriminated type
with defaults.

From-SVN: r136016

16 years agognatcmd.adb: <prefix>-gnat stack spawns gnatstack, not <prefix>-gnatstack
Vincent Celier [Tue, 27 May 2008 11:54:50 +0000 (13:54 +0200)]
gnatcmd.adb: <prefix>-gnat stack spawns gnatstack, not <prefix>-gnatstack

2008-05-27  Vincent Celier  <celier@adacore.com>

* gnatcmd.adb:
<prefix>-gnat stack spawns gnatstack, not <prefix>-gnatstack

From-SVN: r136015

16 years agos390.md: Replace all occurences of the 'm' constraint with 'RT'.
Andreas Krebbel [Tue, 27 May 2008 11:49:40 +0000 (11:49 +0000)]
s390.md: Replace all occurences of the 'm' constraint with 'RT'.

2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md: Replace all occurences of the 'm'
constraint with 'RT'.

From-SVN: r136014

16 years agos390.md ("cpu_facility", "enabled"): Attribute definitions added.
Andreas Krebbel [Tue, 27 May 2008 11:48:14 +0000 (11:48 +0000)]
s390.md ("cpu_facility", "enabled"): Attribute definitions added.

2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md ("cpu_facility", "enabled"): Attribute
definitions added.
("*movdi_64dfp", "*movdi_64extimm", "*movdi_64"): Merged into
"*movdi_64".
("*anddi3_extimm", "*anddi3"): Merged into "*anddi3".
("*iordi3_extimm", "*iordi3"): Merged into "*iordi3".
("*xordi3_extimm", "*xordi3"): Merged into "*xordi3".

From-SVN: r136013

16 years agoreload.c: (find_reloads): Skip alternatives according to the "enabled" attribute.
Andreas Krebbel [Tue, 27 May 2008 11:46:45 +0000 (11:46 +0000)]
reload.c: (find_reloads): Skip alternatives according to the "enabled" attribute.

2008-05-27  Andreas Krebbel  <krebbel1@de.ibm.com>

* reload.c: (find_reloads): Skip alternatives according to the
"enabled" attribute. Constify the constraint variable.
* recog.c (get_attr_enabled): Add default implementation.
(extract_insn): Set the alternative_enabled_p array
in the recog_data struct.
(preprocess_constraints, constrain_operands): Skip
alternatives according to the "enabled" attribute
* recog.h (struct recog_data): New field alternative_enabled_p.
(skip_alternative): New inline function.
* regclass.c: (record_operand_costs): Check the "enabled"
attribute.
(record_reg_classes): Skip alternative according to the
"enabled" attribute.

* doc/md.texi: Add documention for the "enabled" attribute.

From-SVN: r136012

This page took 0.101994 seconds and 5 git commands to generate.