OSDN Git Service

pf3gnuchains/gcc-fork.git
16 years ago2007-07-31 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 31 Jul 2007 18:43:55 +0000 (18:43 +0000)]
2007-07-31  H.J. Lu  <hongjiu.lu@intel.com>

* ddg.c (add_cross_iteration_register_deps): Declare bb_info
only if ENABLE_CHECKING is defined.

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

16 years ago * HACKING: Document regenerating configure and aclocal.m4.
daney [Tue, 31 Jul 2007 16:26:42 +0000 (16:26 +0000)]
* HACKING: Document regenerating configure and aclocal.m4.

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

16 years ago2007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
zadeck [Tue, 31 Jul 2007 16:25:36 +0000 (16:25 +0000)]
2007-07-31  Kenneth Zadeck <zadeck@naturalbridge.com>

* df.h (DF_RU, DF_RU_BB_INFO, df_ru_bb_info, df_ru,
df_ru_add_problem, df_ru_get_bb_info): Removed.
(DF_RD, DF_UREC, DF_CHAIN, DF_NOTE): Renumbered.
* df-problems.c (df_ru_problem_data, df_ru_set_bb_info,
df_ru_free_bb_info, df_ru_alloc,
df_ru_bb_local_compute_process_def,
df_ru_bb_local_compute_process_use, df_ru_bb_local_compute,
df_ru_local_compute, df_ru_init_solution, df_ru_confluence_n,
df_ru_transfer_function, df_ru_free, df_ru_start_dump,
df_ru_top_dump, df_ru_bottom_dump, df_problem problem_RU,
df_ru_add_problem): Removed.

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

16 years ago* java-gimplify.c: Change copyright header to refer to version 3 of the GNU
nickc [Tue, 31 Jul 2007 16:19:49 +0000 (16:19 +0000)]
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU
  General Public License and to point readers at the COPYING3 file and the
  FSF's license web page.
* typeck.c, lang-specs.h, mangle_name.c, jcf-dump.c, class.c, decl.c,
  config-lang.in, jcf-parse.c, constants.c, Make-lang.in, resource.c, except.c,
  builtins.c, jvspec.c, java-tree.def, javaop.def, jcf-path.c, verify-glue.c,
  jcf-depend.c, lang.opt, jcf-reader.c, mangle.c, zextract.c, jcf-io.c, jcf.h,
  zipfile.h, verify.h, java-except.h, win32-host.c, expr.c, jvgenmain.c,
  parse.h, lang.c, java-tree.h, javaop.h, boehm.c: Likewise.

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

16 years ago * configure.ac (INTERPRETER): New AM_CONDITIONAL.
daney [Tue, 31 Jul 2007 16:17:21 +0000 (16:17 +0000)]
* configure.ac (INTERPRETER): New AM_CONDITIONAL.
* scripts/makemake.tcl (package_map): Mark jdwp and jvmti packages
as being for interpreter only.  Place interpreter related files in
'if INTERPRETER' block.
(interpreter_package_files): New list.
(interpreter_header_vars): Ditto.
(emit_package_rule_to_list): Renamed from emit_package_rule with
new target list parameter.
(emit_package_rule): Rewritten to call emit_package_rule_to_list.
(emit_interpreter_rule): New function.
(emit_source_var): Place interpreter related files in
interpreter_header_vars.
* Makefile.am (ACLOCAL_AMFLAGS): Add -I libltdl.
(libgcj_interpret_source_files): New variable.
(libgcj_la_SOURCES): Move jvmti.cc and  interpret.cc to
libgcj_interpret_source_files and include
libgcj_interpret_source_files.
(nat_jdwp_source_files): New variable.
(nat_jvmti_source_files): Ditto.
(nat_source_files): Move jdwp and jvmti related files to
nat_jdwp_source_files and nat_jvmti_source_files and include
nat_jdwp_source_files and nat_jvmti_source_files.
* Makefile.in: Regenerate.
* include/Makefile.in: Ditto.
* testsuite/Makefile.in: Ditto.
* gcj/Makefile.in: Ditto.
* sources.am: Ditto.
* configure: Ditto.
* include/config.h.in: Ditto.
* interpret.cc: Remove #ifdef INTERPRETER block.
* stacktrace.cc (UnwindTraceFn): Do not handle proxy frames if
interpreter disabled.
* include/java-interp.h (_Jv_FrameType): Move outside of
#ifdef INTERPRETER block.
* include/execution.h (_Jv_IndirectCompiledEngine::do_get_closure_list,
_Jv_InterpreterEngine, _Jv_soleInterpreterEngine): Place in
#ifdef INTERPRETER block.
* jni.cc (jvmti.h, jvmti-int.h):  Only include if INTERPRETER is
defined.
(_Jv_JNI_PopSystemFrame, _Jv_JNI_GetEnv): Only do jvmti processing
if INTERPRETER is defined.
* prims.cc (jvmti.h, jvmti-int.h, Jdwp.h, VMVirtualMachine.h):  Only
include if INTERPRETER is defined.
(defaultJdwpOptions, jdwpOptions, jvmti_agent_onload_func,
jvmti_agent_onunload_func, jvmti_agentonload, jvmti_agentonunload,
jvmti_agent_opts, load_jvmti_agent): Only define if INTERPRETER is
defined.
(parse_x_arg): Only process 'runjdwp:' if INTERPRETER is defined.
(parse_init_args): Only process jvmti related options if
INTERPRETER is defined.
(_Jv_CreateJavaVM): Only call _Jv_JVMTI_Init if INTERPRETER is
defined.
(_Jv_RunMain): Only do jvmti and jdwp processing if INTERPRETER is
defined.
* link.cc (jvmti.h, jvmti-int.h):  Only include if INTERPRETER is
defined.
(_Jv_ThrowNoClassDefFoundError, _Jv_Linker::create_error_method):
Define if if INTERPRETER is not defined.
(_Jv_Linker::wait_for_state): Only do jvmti proccessing if
INTERPRETER is defined.
* boehm.cc (closure_list_pointer, finalize_closure_list,
_Jv_ClosureListFinalizer): Only define if INTERPRETER is
defined.
* java/lang/natThread.cc (jvmti.h, jvmti-int.h):  Only include if
INTERPRETER is defined.
(finish_, _Jv_NotifyThreadStart): Only do jvmti proccessing if
INTERPRETER is defined.
* java/lang/Class.h (_Jv_InterpreterEngine): Move declaration
and friend declaration inside #ifdef INTERPRETER block.
* java/lang/natClass.cc (_Jv_ClosureList::releaseClosures,
_Jv_ClosureList::registerClosure, _Jv_GetInterpClassSourceFile):
Only define if INTERPRETER is defined.
* java/lang/reflect/natVMProxy.cc (UnsupportedOperationException.h):
Include.
(generateProxyClass): Throw UnsupportedOperationException unless
INTERPRETER is defined.

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

16 years ago PR target/32847
danglin [Tue, 31 Jul 2007 15:46:19 +0000 (15:46 +0000)]
PR target/32847
        * pa.md (casesi32): Use match_scratch.  Revise insn condition.
(casesi32p, casesi64p): Likewise.
(casesi): Adjust for above.

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

16 years ago * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
dnovillo [Tue, 31 Jul 2007 15:40:24 +0000 (15:40 +0000)]
* MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
Adjust description.

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

16 years ago2007-07-30 Andrew Haley <aph@redhat.com>
aph [Tue, 31 Jul 2007 15:05:52 +0000 (15:05 +0000)]
2007-07-30  Andrew Haley  <aph@redhat.com>

        PR testsuite/32843
        * src/x86/ffi.c (ffi_prep_cif_machdep): in x86 case, add code for
        signed/unsigned int8/16.
        * src/x86/sysv.S (ffi_call_SYSV): Rewrite to:
        Use a jump table.
        Remove code to pop args from the stack after call.
        Special-case signed/unsigned int8/16.
        * testsuite/libffi.call/return_sc.c (main): Revert.

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

16 years agogcc/
rsandifo [Tue, 31 Jul 2007 15:01:37 +0000 (15:01 +0000)]
gcc/
* mode-switching.c (create_pre_exit): Don't search past calls.

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

16 years agoUpdate to latest version.
pthomas [Tue, 31 Jul 2007 11:47:18 +0000 (11:47 +0000)]
Update to latest version.

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

16 years agoPatch from Tobias Burnus to prevent segmentation fault.
pthomas [Tue, 31 Jul 2007 11:42:03 +0000 (11:42 +0000)]
Patch from Tobias Burnus to prevent segmentation fault.

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

16 years ago2007-07-31 Sandra Loosemore <sandra@codesourcery.com>
sandra [Tue, 31 Jul 2007 11:15:09 +0000 (11:15 +0000)]
2007-07-31  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* config/mips/mips.h (ISA_HAS_SYNCI):  Add !TARGET_MIPS16 test.

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

16 years agoSMS: Change the ddg's construction
revitale [Tue, 31 Jul 2007 10:24:34 +0000 (10:24 +0000)]
SMS: Change the ddg's construction

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

16 years ago gcc/
jules [Tue, 31 Jul 2007 10:06:24 +0000 (10:06 +0000)]
gcc/
* config/arm/neon.md (vec_set<mode>_internal, vec_setv2di_internal):
New define_insns. Use correct RTL.
(vec_set<mode>): Write as expander.

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

16 years ago2007-07-31 Razya Ladelsky <razya@il.ibm.com>
razya [Tue, 31 Jul 2007 08:09:49 +0000 (08:09 +0000)]
2007-07-31  Razya Ladelsky  <razya@il.ibm.com>

        * matrix-reorg.c (analyze_matrix_allocation_site): Avoid referring
        to an unallocated space.

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

16 years ago2007-07-30 Jan Sjodin <jan.sjodin@amd.com>
jsjodin [Tue, 31 Jul 2007 05:01:12 +0000 (05:01 +0000)]
2007-07-30  Jan Sjodin  <jan.sjodin@amd.com>

        * tree-data-ref.c
        (split_constant_offset): Enable split_constant_offset to extract
        constants from other statements.
        * tree-vect-transform.c
        (vect_create_addr_base_for_vector_ref): Generate data_ref_base
        to a temp var. Force base_offset to be simple.

2007-07-30  Jan Sjodin  <jan.sjodin@amd.com>

        * gcc.dg/vect/vect-117.c: New test.
        * gcc.dg/vect/vect-74.c: Enabled test
        * gcc.dg/vect/vect-81.c: Enabled test

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

16 years agoDaily bump.
gccadmin [Tue, 31 Jul 2007 00:17:11 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago2007-07-30 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 30 Jul 2007 21:14:52 +0000 (21:14 +0000)]
2007-07-30  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/32908
* include/bits/stl_algobase.h (struct __lc_rai): New.
(lexicographical_compare(_II1, _II1, _II2, _II2),
lexicographical_compare(_II1, _II1, _II2, _II2, _Compare)): Use it.
* testsuite/performance/25_algorithms/lexicographical_compare.cc: New.

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

16 years ago2007-07-30 Andrew Pinski <pinskia@gmail.com>
pinskia [Mon, 30 Jul 2007 21:13:07 +0000 (21:13 +0000)]
2007-07-30  Andrew Pinski  <pinskia@gmail.com>

        * gcc.dg/pragma-darwin.c: Run on all *-*-darwin* targets.
        s/dg-error/dg-warning where warning is expected.

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

16 years ago2007-07-30 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Mon, 30 Jul 2007 21:06:41 +0000 (21:06 +0000)]
2007-07-30  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/32770
* gfortran.dg/array_constructor_12.f90:  Adjust argument
of huge() to correct kind.

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

16 years ago2007-07-30 Seongbae Park <seongbae.park@gmail.com>
spark [Mon, 30 Jul 2007 20:30:38 +0000 (20:30 +0000)]
2007-07-30  Seongbae Park <seongbae.park@gmail.com>

* df-scan.c (df_scan_verify): Remove artificial limit on
the number of blocks for verification.
* df-problems.c (df_lr_bb_local_compute, df_simulate_find_defs,
df_simulate_defs): Avoid unnecessary insn checking for defs.

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

16 years ago gcc/
mmitchel [Mon, 30 Jul 2007 19:36:10 +0000 (19:36 +0000)]
gcc/
* config/m68k/lb1sf68.asm (FUNC): New macro.
(__mulsi3): Use it.
(__udivsi3): Likewise.
(__divsi3): Likewise.
(__umodsi3): Likewise.
(__modsi3): Likewise.
(__subdf3): Likewise.
(__adddf3): Likewise.
(__muldf3): Likewise.
(__divdf3): Likewise.
(__negdf2): Likewise.
(__cmpdf2): Likewise.
(__subsf3): Likewise.
(__addsf3): Likewise.
(__mulsf3): Likewise.
(__divsf3): Likewise.
(__negsf2): Likewise.
(__cmpsf2): Likewise.
(__eqdf2): Likewise.
(__nedf2): Likewise.
(__gtdf2): Likewise.
(__gedf2): Likewise.
(__ltdf2): Likewise.
(__ledf2): Likewise.
(__eqsf2): Likewise.
(__nesf2): Likewise.
(__gtsf2): Likewise.
(__gesf2): Likewise.
(__ltsf2): Likewise.
(__lesf2): Likewise.

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

16 years ago libcpp/
aaw [Mon, 30 Jul 2007 18:29:20 +0000 (18:29 +0000)]
libcpp/
* directives-only.c: New file.
* internal.h (struct _cpp_dir_only_callbacks): New.
(_cpp_preprocess_dir_only): New function.
* directives.c (_cpp_handle_directive): Check directives_only before
disabling execution of indented directives.
* files.c (_cpp_stack_file): Add directives_only check.
* include/cpplib.h (struct cpp_options): Add directives_only.
(cpp_init_special_builtins): New function.
* init.c (cpp_init_special_builtins): New function.
(cpp_init_builtins): Move builtin_array initialization to
cpp_init_special_builtins.
(post_options): Check directives_only before setting
pfile->state.prevent_expansion = 1.
* macro.c (_cpp_builtin_macro_text): Print an error if __COUNTER__
is expanded inside a directive while -fdirectives-only is enabled.
* Makefile.in (libcpp_a_OBJS): Add directives-only.o.
(libcpp_a_SOURCES): Add directives-only.c.

gcc/
* c-ppoutput.c (print_lines_directives_only): New function.
(scan_translation_unit_directives_only): New function.
(preprocess_file): Add call to scan_translation_unit_directives_only.
* c-opts.c (c_common_handle_option): Add OPT_fdirectives_only.
(sanitize_cpp_opts): Add default flag_dump_macros setting for
-fdirectives-only.  Add errors for -fdirectives-only conflict with
-Wunused-macros and -traditional.
(finish_options): Add builtin macro initialization for
-fdirectives-only + -fpreprocessed.
* c.opt (fdirectives-only): New.
* doc/cppopts.texi (fdirectives-only): New.

gcc/testsuite/
* gcc.dg/cpp/counter-2.c: New test.
* gcc.dg/cpp/counter-3.c: New test.
* gcc.dg/cpp/dir-only-1.c: New test.
* gcc.dg/cpp/dir-only-1.h: New file.
* gcc.dg/cpp/dir-only-2.c: New test.
* gcc.dg/cpp/dir-only-3.c: New test.
* gcc.dg/cpp/dir-only-3a.h: New file.
* gcc.dg/cpp/dir-only-3b.h: New file.
* gcc.dg/cpp/dir-only-4.c: New test.
* gcc.dg/cpp/dir-only-5.c: New test.
* gcc.dg/cpp/dir-only-6.c: New test.

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

16 years ago * alias.c (record_set, memory_modified_1): Constify.
ghazi [Mon, 30 Jul 2007 16:30:18 +0000 (16:30 +0000)]
* alias.c (record_set, memory_modified_1): Constify.
* bt-load.c (note_btr_set): Likewise.
* caller-save.c (mark_set_regs, add_stored_regs): Likewise.
* combine.c (set_nonzero_bits_and_sign_copies,
expand_field_assignment, record_dead_and_set_regs_1,
use_crosses_set_p, reg_dead_at_p_1, can_combine_p,
likely_spilled_retval_1): Likewise.
* config/frv/frv.c (frv_registers_update_1, frv_io_check_address,
frv_io_handle_set): Likewise.
* config/mips/mips.c (mips_sim_record_set,
vr4130_true_reg_dependence_p_1): Likewise.
* config/mt/mt.c (insn_dependent_p_1): Likewise.
* config/s390/s390.c (s390_reg_clobbered_rtx): Likewise.
* config/sh/sh.c (flow_dependent_p_1): Likewise.
* cselib.c (cselib_invalidate_rtx_note_stores): Likewise.
* dce.c (mark_nonreg_stores_1, mark_nonreg_stores_2): Likewise.
* ddg.c (mark_mem_store): Likewise.
* df-problems.c (df_urec_mark_reg_change): Likewise.
* function.c (update_epilogue_consts): Likewise.
* gcse.c (record_set_info, record_last_set_info,
mems_conflict_for_gcse_p, canon_list_insert, reg_set_info,
reg_clear_last_set): Likewise.
* global.c (mark_reg_store, mark_reg_clobber, reg_becomes_live):
Likewise.
* jump.c (reversed_comparison_code_parts): Likewise.
* local-alloc.c (validate_equiv_mem_from_store, no_equiv,
reg_is_set): Likewise.
* loop-iv.c (mark_altered): Likewise.
* mode-switching.c (reg_becomes_live): Likewise.
* optabs.c (no_conflict_move_test): Likewise.
* postreload-gcse.c (record_last_set_info, find_mem_conflicts):
Likewise.
* postreload.c (reload_combine_note_store, move2add_note_store):
Likewise.
* regmove.c (flags_set_1): Likewise.
* regrename.c (note_sets, kill_clobbered_value, kill_set_value):
Likewise.
* reload1.c (mark_not_eliminable, forget_old_reloads_1):
Likewise.
* resource.c (update_live_status): Likewise.
* rtl.h (set_of, note_stores): Likewise.
* rtlanal.c (set_of_1, parms_set, struct set_of_data, set_of,
note_stores, parms_set): Likewise.
* sched-rgn.c (sets_likely_spilled_1): Likewise.
* stack-ptr-mod.c (notice_stack_pointer_modification_1):
Likewise.
* var-tracking.c (count_stores, add_stores): Likewise.

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

16 years ago * alias.c (mems_in_disjoint_alias_sets_p,
ghazi [Mon, 30 Jul 2007 15:35:02 +0000 (15:35 +0000)]
* alias.c (mems_in_disjoint_alias_sets_p,
fixed_scalar_and_varying_struct_p, aliases_everything_p,
nonoverlapping_component_refs_p, nonoverlapping_memrefs_p,
write_dependence_p, mems_in_disjoint_alias_sets_p,
read_dependence, true_dependence, canon_true_dependence,
anti_dependence, output_dependence): Constify.
* combine.c (extended_count): Likewise.
* cse.c (cse_rtx_varies_p, hash_rtx, exp_equiv_p): Likewise.
* cselib.c (get_value_hash, references_value_p,
cselib_reg_set_mode, cselib_rtx_varies_p): Likewise.
* cselib.h (cselib_reg_set_mode, references_value_p): Likewise.
* emit-rtl.c (mem_expr_equal_p, active_insn_p): Likewise.
* function.c (contains, prologue_epilogue_contains,
sibcall_epilogue_contains): Likewise.
* jump.c (simplejump_p, condjump_p, condjump_in_parallel_p,
pc_set, any_uncondjump_p, any_condjump_p, onlyjump_p,
only_sets_cc0_p, sets_cc0_p, rtx_renumbered_equal_p, true_regnum,
reg_or_subregno): Likewise.
* recog.c (asm_noperands): Likewise.
* reload1.c (function_invariant_p): Likewise.
* rtl.h (mem_expr_equal_p, active_insn_p, rtx_varies_p,
rtx_addr_varies_p, asm_noperands, exp_equiv_p, hash_rtx,
condjump_p, any_condjump_p, any_uncondjump_p, pc_set,
simplejump_p, onlyjump_p, only_sets_cc0_p, sets_cc0_p,
true_regnum, reg_or_subregno, condjump_in_parallel_p,
extended_count, prologue_epilogue_contains,
sibcall_epilogue_contains, function_invariant_p, true_dependence,
canon_true_dependence, read_dependence, anti_dependence,
output_dependence): Likewise.
* rtlanal.c (rtx_varies_p, rtx_addr_varies_p): Likewise.

java:
* jcf-io.c (find_class): Fix -Wcast-qual warnings.

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

16 years ago gcc/
jules [Mon, 30 Jul 2007 13:48:43 +0000 (13:48 +0000)]
gcc/
    * config/arm/neon.md (V_ext): New mode attribute.
    (neon_vget_lane<mode>): Replace with define_expand.
    (neon_vget_lane<mode>_sext_internal)
    (neon_vget_lane<mode>_zext_internal): New define_insns for double
    and quad precision vectors.
    (neon_vget_lanedi): Add bounds check. Remove dead comment.
    * config/arm/neon.ml (get_lane): Make 32-bit get-lane intrinsics
    have typeless 32-bit result.

    gcc/testsuite/
    * gcc.target/arm/neon/*.c: Regenerate.

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

16 years ago * libgfortran.h: Include <stdarg.h>.
fxcoudert [Mon, 30 Jul 2007 13:02:50 +0000 (13:02 +0000)]
* libgfortran.h: Include <stdarg.h>.

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

16 years agocp/
paolo [Mon, 30 Jul 2007 09:37:20 +0000 (09:37 +0000)]
cp/
2007-07-30  Paolo Carlini  <pcarlini@suse.de>

PR c++/32108
* semantics.c (finish_label_stmt): Reject the __label__
extension outside function scopes.

testsuite/
2007-07-30  Paolo Carlini  <pcarlini@suse.de>

PR c++/32108
* g++.dg/ext/label6.C: New.

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

16 years ago2007-07-30 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Mon, 30 Jul 2007 09:28:14 +0000 (09:28 +0000)]
2007-07-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/32527
        * tree-affine.h (aff_tree): The type of rest is sizetype for types
        of pointers.
        * tree-affine.c (aff_combination_scale): If type is a pointer type,
        use sizetype for rest.
        (aff_combination_add_elt): Likewise. Don't specialize pointer types.
        (aff_combination_convert): Don't convert rest for pointer types.

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

16 years agoDaily bump.
gccadmin [Mon, 30 Jul 2007 00:16:59 +0000 (00:16 +0000)]
Daily bump.

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

16 years ago2007-07-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 29 Jul 2007 21:30:51 +0000 (21:30 +0000)]
2007-07-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* invoke.texi: Document -fsign-zero flag.

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

16 years ago2007-07-28 Daniel Berlin <dberlin@dberlin.org>
dberlin [Sun, 29 Jul 2007 20:53:29 +0000 (20:53 +0000)]
2007-07-28  Daniel Berlin  <dberlin@dberlin.org>

* Makefile.in (tree-ssa-alias.o): Add alloc-pool.h

* tree-ssa-alias.c: Add alloc-pool.h.
(init_alias_info): Free alias_bitmap_obstack.
(delete_alias_info): Call delete_mem_ref_stats.
(get_mem_sym_stats_for): Use alloc_pool.
(init_mem_ref_stats): Do not delete mem_ref_stats here.
(delete_mem_sym_stats): Removed.

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

16 years ago2007-07-29 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sun, 29 Jul 2007 20:01:45 +0000 (20:01 +0000)]
2007-07-29  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/32858
PR libfortran/30814
* configure.ac:  Added checks for presence of stdio.h and
stdarg.h.  Test presence of vsnprintf().
* configure: Regenerated.
* config.h.in:  Regenerated.
* libgfortran.h:  Include <stdio.h>.  Add printf attribute to
prototype of runtime_error.  Remove prototype for st_sprintf.
Add prototype for st_vprintf.
* runtime/main.c (store_exec_path):  Replace st_sprintf by sprintf.
* runtime/error.c (st_sprintf):  Remove.
(runtime_error):  Rewrite as a variadic function.  Call
st_vprintf().
* intrinsics/pack_generic.c:  Output extents of LHS and RHS for
bounds error.
* io/open.c (new_unit):  Replace st_sprintf by sprintf.
* io/list_read.c (convert_integer):  Likewise.
(parse_repeat):  Likewise.
(read_logical):  Likewise.
(read_character):  Likewise.
(parse_real):  Likewise.
(read_real):  Likewise.
(check_type):  Likewise.
(nml_parse_qualifyer):  Likewise.
(nml_read_obj):  Likewise.
(nml_get_ojb_data):  Likewise.
* io/unix.c (init_error_stream):  Remove.
(tempfile):  Replace st_sprintf by sprintf.
(st_vprintf):  New function.
(st_printf):  Rewrite to call st_vprintf.
* io/transfer.c (require_type):  Replace st_sprintf by sprintf.
* io/format.c (format_error):  Likewise.
* io/write.c (nml_write_obj):  Likewise.

2007-07-29  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/32858
PR libfortran/30814
* gfortran.dg/pack_bounds_1.f90:  Adjust to new error message.

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

16 years ago2007-07-29 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 29 Jul 2007 14:44:03 +0000 (14:44 +0000)]
2007-07-29  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/31211
* trans-expr.c (gfc_conv_expr_reference): Add block for case of
scalar pointer functions so that NULL result is correctly
handled.

PR fortran/32682
*trans-array.c (gfc_trans_array_constructor): On detecting a
multi-dimensional parameter array, set the loop limits.

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

PR fortran/31211
* gfortran.dg/actual_pointer_function_1.f90: New test.

PR fortran/32682
* gfortran.dg/scalarize_parameter_array_1.f90: New test.

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

16 years agogcc/fortran:
dfranke [Sun, 29 Jul 2007 14:17:59 +0000 (14:17 +0000)]
gcc/fortran:
2007-07-29  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/32906
* resolve.c (resolve_fl_parameter): Check for constant shape arrays,
adjusted error message.

gcc/testsuite:
2007-07-29  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/32906
* gfortran.dg/shape_1.f90: Adjust error message.
* gfortran.dg/parameter_array_ref_1.f90: New test.

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

16 years ago * tree-data-ref.c (add_multivariate_self_dist): Parametric access
spop [Sun, 29 Jul 2007 10:41:23 +0000 (10:41 +0000)]
* tree-data-ref.c (add_multivariate_self_dist): Parametric access
functions cannot be represented as classical distance vectors.

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

16 years ago2007-07-29 Daniel Franke <franke.daniel@gmail.com>
dfranke [Sun, 29 Jul 2007 10:32:11 +0000 (10:32 +0000)]
2007-07-29  Daniel Franke  <franke.daniel@gmail.com>

* invoke.texi: Removed -w from option summary.

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

16 years ago2007-07-29 Matthias Klose <doko@ubuntu.com>
doko [Sun, 29 Jul 2007 10:11:19 +0000 (10:11 +0000)]
2007-07-29  Matthias Klose  <doko@ubuntu.com>

        * HACKING: Document regenerating configure.

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

16 years ago2007-07-29 H.J. Lu <hongjiu.lu@intel.com>
doko [Sun, 29 Jul 2007 10:09:54 +0000 (10:09 +0000)]
2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>

        PR libgcj/32929
        * aclocal.m4: Regenerated.
        * configure: Likewise.

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

16 years ago2007-07-29 Daniel Franke <franke.daniel@gmail.com>
dfranke [Sun, 29 Jul 2007 10:01:27 +0000 (10:01 +0000)]
2007-07-29  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/32879
* intrinsic.texi (IRAND, RAND, RANDOM_NUMBER): Document algorithm
used for random number generator.

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

16 years ago * attribs.c (hash_attr, eq_attr, init_attributes): Constify.
ghazi [Sun, 29 Jul 2007 05:43:43 +0000 (05:43 +0000)]
* attribs.c (hash_attr, eq_attr, init_attributes): Constify.
* builtins.c (validate_arg, builtin_mathfn_code,
validate_arglist): Likewise.
* calls.c (call_expr_flags): Likewise.
* combine.c (reg_nonzero_bits_for_combine,
reg_num_sign_bit_copies_for_combine, get_last_value,
reg_truncated_to_mode): Likewise.
* emit-rtl.c (subreg_lowpart_p): Likewise.
* expr.c (highest_pow2_factor_for_target,
categorize_ctor_elements_1, categorize_ctor_elements,
count_type_elements, contains_packed_reference,
highest_pow2_factor, highest_pow2_factor_for_target): Likewise.
* fold-const.c (may_negate_without_overflow_p, int_const_binop,
fold_convertible_p, operand_equal_p, tree_swap_operands_p,
native_encode_int, native_encode_real, native_encode_complex,
native_encode_vector, native_encode_expr, native_interpret_int,
native_interpret_real, native_interpret_complex,
native_interpret_vector, native_interpret_expr): Likewise.
* function.c (use_register_for_decl): Likewise.
* gimplify.c (get_name): Likewise.
* langhooks-def.h (lhd_return_null_const_tree): New.
(LANG_HOOKS_GET_CALLEE_FNDECL): Use it.
* langhooks.c (lhd_return_null_const_tree): New.
* langhooks.h (lang_get_callee_fndecl): Constify.
* output.h (constructor_static_from_elts_p): Likewise.
* rtl-factoring.c (gen_symbol_ref_rtx_for_label): Likewise.
* rtl.h (nonzero_bits, num_sign_bit_copies, truncated_to_mode,
subreg_lowpart_p, noop_move_p, struct rtl_hooks): Likewise.
* rtlanal.c (cached_nonzero_bits, nonzero_bits1,
cached_num_sign_bit_copies, num_sign_bit_copies1, noop_move_p,
nonzero_bits, num_sign_bit_copies, truncated_to_mode): Likewise.
* rtlhooks-def.h (reg_nonzero_bits_general,
reg_num_sign_bit_copies_general, reg_truncated_to_mode_general):
Likewise.
* rtlhooks.c (reg_num_sign_bit_copies_general,
reg_nonzero_bits_general, reg_truncated_to_mode_general):
Likewise.
* stmt.c (warn_if_unused_value, is_body_block): Likewise.
* stor-layout.c (mode_for_size_tree): Likewise.
* tree-ssa-loop-im.c (memref_eq): Likewise.
* tree-ssa-loop-ivopts.c (tree_int_cst_sign_bit): Likewise.
* tree.c (contains_placeholder_p, type_list_equal,
simple_cst_equal, get_callee_fndecl, operand_equal_for_phi_arg_p):
Likewise.
* tree.h (tree_int_cst_sign_bit, may_negate_without_overflow_p,
mode_for_size_tree, categorize_ctor_elements, count_type_elements,
contains_placeholder_p, contains_packed_reference,
get_callee_fndecl, operand_equal_for_phi_arg_p,
warn_if_unused_value, is_body_block, native_encode_expr,
native_interpret_expr, fold_convertible_p, operand_equal_p,
int_const_binop, tree_swap_operands_p, builtin_mathfn_code,
validate_arglist, simple_cst_equal, type_list_equal,
use_register_for_decl, call_expr_flags, get_name,
highest_pow2_factor): Likewise.
(const_call_expr_arg_iterator_d,
init_const_call_expr_arg_iterator, next_const_call_expr_arg,
first_const_call_expr_arg, more_const_call_expr_args_p,
FOR_EACH_CONST_CALL_EXPR_ARG): New.
* varasm.c (constructor_static_from_elts_p): Constify.

cp:
* parser.c (eof_token): Un-constify.
(cp_lexer_new_main, cp_lexer_new_from_tokens, VEC_alloc,
cp_lexer_consume_token, cp_lexer_purge_token): Remove spurious
casts.

java:
* lang.c (java_get_callee_fndecl): Constify.

objc:
* objc-act.c (objc_get_callee_fndecl): Constify.
* objc-act.h (objc_get_callee_fndecl): Likewise.

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

16 years agoDaily bump.
gccadmin [Sun, 29 Jul 2007 00:17:08 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago * pt.c, tree.c, typeck2.c: Fix comment typos.
kazu [Sat, 28 Jul 2007 23:59:29 +0000 (23:59 +0000)]
* pt.c, tree.c, typeck2.c: Fix comment typos.

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

16 years ago * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
kazu [Sat, 28 Jul 2007 23:55:00 +0000 (23:55 +0000)]
* cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md,
config/arm/neon-schedgen.ml, config/arm/neon.ml,
config/arm/vec-common.md, config/ia64/div.md, cselib.c,
df-core.c, df.h, dominance.c, optabs.c, opts.c, reg-stack.c,
regstat.c, target.h, tree-ssa-live.c, tree-ssa-pre.c,
tree-vect-transform.c, tree.def: Fix comment typos.  Follow
spelling conventions.
* doc/invoke.texi: Follow spelling conventions.

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

16 years ago * gfortran.h, interface.c, resolve.c, symbol.c: Fix comment
kazu [Sat, 28 Jul 2007 23:46:26 +0000 (23:46 +0000)]
* gfortran.h, interface.c, resolve.c, symbol.c: Fix comment
typos.
* intrinsic.texi, invoke.texi: Fix typos.

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

16 years ago2007-07-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 28 Jul 2007 22:02:42 +0000 (22:02 +0000)]
2007-07-29  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/31609
* gfortran.dg/entry_11.f90: New test.

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

16 years agoAvoid SMS when the candidate loop contains INC instruction
revitale [Sat, 28 Jul 2007 21:51:53 +0000 (21:51 +0000)]
Avoid SMS when the candidate loop contains INC instruction

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

16 years ago2007-07-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 28 Jul 2007 21:17:20 +0000 (21:17 +0000)]
2007-07-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/31609
* resolve.c (generic_sym): Check for a same symbol and if so, return to
avoid infinite recursion.

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

16 years ago2007-07-28 Matthias Klose <doko@ubuntu.com>
doko [Sat, 28 Jul 2007 20:32:27 +0000 (20:32 +0000)]
2007-07-28  Matthias Klose  <doko@ubuntu.com>

        * configure.ac: Encode the libgcj soversion in dbexecdir,
        pass --with-native-libdir to classpath configure.
        * configure: Regenerate.

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

16 years ago2007-07-28 Matthias Klose <doko@ubuntu.com>
doko [Sat, 28 Jul 2007 20:23:58 +0000 (20:23 +0000)]
2007-07-28  Matthias Klose  <doko@ubuntu.com>

        * classpath/jvmti.h: Remove.

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

16 years ago Fix typo in log.
danglin [Sat, 28 Jul 2007 19:11:03 +0000 (19:11 +0000)]
Fix typo in log.

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

16 years ago2007-07-28 Richard Guenther <rguenther@suse.de>
kristerw [Sat, 28 Jul 2007 16:26:44 +0000 (16:26 +0000)]
2007-07-28  Richard Guenther  <rguenther@suse.de>

PR middle-end/32920
* fold-const.c (fold_cond_expr_with_comparison): Convert
operand zero of MIN/MAX_EXPR to correct type.

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

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

16 years ago PR fortran/32048
fxcoudert [Sat, 28 Jul 2007 15:23:11 +0000 (15:23 +0000)]
PR fortran/32048

* f95-lang.c (gfc_init_builtin_functions): Add declaration for
__builtin_isnan.
* trans-intrinsic.c (gfc_conv_intrinsic_minmax): Handled NaNs.

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

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

16 years ago * calls.c (special_function_p, setjmp_call_p, alloca_call_p,
ghazi [Sat, 28 Jul 2007 14:51:40 +0000 (14:51 +0000)]
* calls.c (special_function_p, setjmp_call_p, alloca_call_p,
flags_from_decl_or_type): Constify.
* gcc.c (do_spec_1): Likewise.
* print-tree.c (dump_addr, print_node_brief): Likewise.
* tree-cfg.c (stmt_starts_bb_p, is_ctrl_stmt, computed_goto_p,
simple_goto_p, tree_can_make_abnormal_goto, stmt_starts_bb_p,
tree_purge_all_dead_eh_edges): Likewise.
* tree-flow.h (is_ctrl_stmt, computed_goto_p, simple_goto_p,
tree_can_make_abnormal_goto, tree_purge_all_dead_eh_edges):
Likewise.
* tree.c (expr_location, expr_has_location, expr_locus,
expr_filename, expr_lineno, get_inner_array_type,
fields_compatible_p): Likewise.
* tree.h (get_inner_array_type, fields_compatible_p,
expr_location, expr_has_location, expr_locus, expr_filename,
expr_lineno, dump_addr, print_node_brief, flags_from_decl_or_type,
setjmp_call_p, alloca_call_p): Likewise.

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

16 years agogcc/cp/
simartin [Sat, 28 Jul 2007 10:48:30 +0000 (10:48 +0000)]
gcc/cp/

2007-07-28  Simon Martin  <simartin@users.sourceforge.net>
    Mark Mitchell  <mark@codesourcery.com>

PR c++/30917
* name-lookup.c (lookup_name_real): Non namespace-scope bindings can be
hidden due to friend declarations in local classes.

gcc/testsuite/

2007-07-28  Simon Martin  <simartin@users.sourceforge.net>

PR c++/30917
* g++.dg/lookup/friend11.C: New test.

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

16 years agoFixed overly long lines in my last ChangeLog entry.
dfranke [Sat, 28 Jul 2007 08:59:47 +0000 (08:59 +0000)]
Fixed overly long lines in my last ChangeLog entry.

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

16 years agogcc/fortran:
dfranke [Sat, 28 Jul 2007 08:51:06 +0000 (08:51 +0000)]
gcc/fortran:
2007-07-28  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/31818
PR fortran/32876
PR fortran/32905
* gfortran.h (symbol_attribute): Added bits for pointer_comp, private_comp.
* parse.c (parse_derived): Set pointer_comp/private_comp bits if the derived
type ultimately contains pointer components or private components.
* module.c (ab_attribute): New values AB_POINTER_COMP, AB_PRIVATE_COMP.
(attr_bits): Added names for new ab_attributes.
(mio_symbol_attribute): Save/restore new attribute bits in modules.
* match.c (gfc_match_namelist): Removed check for namelist objects of assumed
shape.
* resolve.c (resolve_fl_namelist): Added check for pointer or private
components in nested types. Added check for namelist objects of assumed
shape.

gcc/testsuite:
2007-07-28  Daniel Franke  <franke.daniel@gmail.com>

* gfortran.dg/namelist_5.f90: Adjusted error message.
* gfortran.dg/assumed_shape_nml.f90: Renamed to ...
* gfortran.dg/namelist_31.f90: ... this. Removed dg-warning directive.
* gfortran.dg/assumed_size_nml.f90: Renamed to ...
* gfortran.dg/namelist_32.f90: ... this.

PR fortran/32876
* gfortran.dg/namelist_33.f90: New test.

PR fortran/32905
* gfortran.dg/namelist_34.f90: New test.

PR fortran/31818
* gfortran.dg/namelist_35.f90: New test.

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

16 years ago2007-07-28 Daniel Berlin <dberlin@dberlin.org>
dberlin [Sat, 28 Jul 2007 07:55:10 +0000 (07:55 +0000)]
2007-07-28  Daniel Berlin  <dberlin@dberlin.org>

* timevar.def: Add TV_CALL_CLOBBER, TV_FLOW_SENSITIVE,
TV_FLOW_INSENSITIVE.

* tree-ssa-alias.c (compute_call_clobbered): Push/pop
TV_CALL_CLOBBER.
(compute_flow_sensitive_aliasing): Ditto for TV_FLOW_SENSITIVE.
(compute_flow_insensitive_aliasing): Ditto for
TV_FLOW_INSENSITIVE.

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

16 years ago2007-07-28 Paul Thomas <pault@gcc.gnu.org>
pault [Sat, 28 Jul 2007 05:29:06 +0000 (05:29 +0000)]
2007-07-28  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32880
* trans-expr.c (gfc_trans_scalar_assign): Revert to fixed order
for lse and rse pre expressions, for derived types with
allocatable components.  Instead, assign the lhs to a temporary
and deallocate after the assignment.

2007-07-28  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32880
* gfortran.dg/alloc_comp_assign_6.f90: New test.

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

16 years agoDaily bump.
gccadmin [Sat, 28 Jul 2007 00:17:10 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago PR testsuite/32471
rask [Fri, 27 Jul 2007 23:03:01 +0000 (23:03 +0000)]
PR testsuite/32471
* gcc.dg/torture/pr30364-1.c (f)(main): Use INT_MAX instead of
  assuming it is 0x7ffffffff.
* gcc.dg/torture/pr30364-2.c (f)(main): Likewise.
* gcc.dg/torture/pr30364-3.c (f)(main): Likewise.

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

16 years ago2007-07-28 Janne Blomqvist <jb@gcc.gnu.org>
jb [Fri, 27 Jul 2007 22:32:20 +0000 (22:32 +0000)]
2007-07-28  Janne Blomqvist  <jb@gcc.gnu.org>

PR fortran/32909
* trans-stmt.c (gfc_trans_character_select): Replace occurrences
of gfc_c_int_type_node with integer_type_node.
* trans-decl.c (gfc_build_intrinsic_function_decls): Likewise.
(gfc_build_builtin_function_decls): Likewise.
(gfc_generate_function_code): Likewise.
* trans-io.c (gfc_build_io_library_fndecls): Likewise.

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

16 years ago * gfortran.dg/operator_3.f90: Fix dg directive.
fxcoudert [Fri, 27 Jul 2007 21:55:46 +0000 (21:55 +0000)]
* gfortran.dg/operator_3.f90: Fix dg directive.
* gfortran.dg/min_max_conformance.f90: Fix dg directive.
* gfortran.dg/compliant_elemental_intrinsics_2.f90: Fix dg directive.
* gfortran.dg/c_ptr_tests_10.f03: Fix dg directive.

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

16 years ago * Rebuild .class files with new ecj.
tromey [Fri, 27 Jul 2007 21:14:19 +0000 (21:14 +0000)]
* Rebuild .class files with new ecj.

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

16 years ago * config/i386/i386.c (register_move_cost): Remove accidentally comitted
hubicka [Fri, 27 Jul 2007 20:40:00 +0000 (20:40 +0000)]
* config/i386/i386.c (register_move_cost): Remove accidentally comitted
#if 0 block.

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

16 years ago * attribs.c: Include hashtab.h
hubicka [Fri, 27 Jul 2007 20:27:17 +0000 (20:27 +0000)]
* attribs.c: Include hashtab.h
(attribute_hash): New.
(substring): New structure.
(extract_attribute_substring, substring_hash, hash_attr, eq_attr):
New function.
(init_attributes): Initialize attribute hash.
(decl_attributes): Use attribute hash.
* Makefile.in (attribs.c): Depend on hashtab.h.

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

16 years ago * config/ia64/vect.md (vec_initv2si): Remove bad BIG_ENDIAN test.
sje [Fri, 27 Jul 2007 20:07:19 +0000 (20:07 +0000)]
    * config/ia64/vect.md (vec_initv2si): Remove bad BIG_ENDIAN test.

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

16 years agogcc/
rsandifo [Fri, 27 Jul 2007 19:27:28 +0000 (19:27 +0000)]
gcc/
* doc/invoke.texi (mdsp, mdspr2): Document the __mips_dsp,
__mips_dspr2 and __mips_dsp_rev macros.
* config/mips/mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_dsp_rev.

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

16 years ago2007-07-27 Janne Blomqvist <jb@gcc.gnu.org>
jb [Fri, 27 Jul 2007 18:16:06 +0000 (18:16 +0000)]
2007-07-27  Janne Blomqvist  <jb@gcc.gnu.org>

* trans-decl.c (gfc_build_builtin_function_decls): Use existing
gfc_array_index_type rather than creating another typenode for
gfc_index_integer_kind.

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

16 years agoFortran frontend changelog:
jb [Fri, 27 Jul 2007 18:13:37 +0000 (18:13 +0000)]
Fortran frontend changelog:

2007-07-27  Janne Blomqvist  <jb@gcc.gnu.org>

* trans-io.c (gfc_build_io_library_fndecls): Change to use
gfc_array_index_type for array descriptor triplets instead of
gfc_int4_type_node.

libgfortran ChangeLog:

2007-07-27  Janne Blomqvist  <jb@gcc.gnu.org>

* io/transfer.c (st_set_nml_var_dim): Use index_type instead of
GFC_INTEGER_4 for array descriptor triplets.

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

16 years ago2007-07-27 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Fri, 27 Jul 2007 17:43:05 +0000 (17:43 +0000)]
2007-07-27  Douglas Gregor  <doug.gregor@gmail.com>

* typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.
* cp-tree.def (DECLTYPE_TYPE): New.
* error.c (dump_type): Dump DECLTYPE_TYPE nodes.
(dump_type_prefix): Ditto.
(dump_type_suffix): Ditto.
* tree.c (DECLTYPE_TYPE): Walk DECLTYPE_TYPE nodes.
* mangle.c (write_type): Handle DECLTYPE_TYPE.
* cp-tree.h (IS_AGGR_TYPE): DECLTYPE_TYPE nodes can be aggregate
types.
(DECLTYPE_TYPE_EXPR): New.
(DECLTYPE_TYPE_ID_EXPR_OR_MEMBER_ACCESS_P): New.
(finish_declared_type): Declare.
* cxx-pretty-print.c (pp_cxx_type_specifier_seq): Print
DECLTYPE_TYPE nodes.
(pp_cxx_type_id): Ditto.
* pt.c (for_each_template_parm_r): Walk DECLTYPE_TYPE children.
(tsubst): Substitute into a DECLTYPE_TYPE node.
(tsubst_copy): Ditto.
(unify): Cannot deduce anything from TYPEOF_TYPE or DECLTYPE_TYPE
nodes.
(dependent_type_p_r): DECLTYPE_TYPE types are always dependent.
* semantics.c (finish_typeof): TYPEOF_TYPE types need to use
structural equality (because we can't hash the expressions).
(finish_declared_type): New.
* lex.c (reswords): Add "decltype" keyword.
* parser.c cp_lexer_next_token_is_decl_specifier_keyword
(cp_parser_postfix_expression): Add member_access_only_p to
restrict postfix expression to member access expressions.
(cp_parser_unary_expression): Update call to
cp_parser_postfix_expression to reflect new parameter.
(cp_parser_declared_type): New.
(cp_parser_simple_type_specifier): Parse decltype types.

2007-07-27  Douglas Gregor  <doug.gregor@gmail.com>

       * c-common.h (enum rid): Add RID_DECLTYPE, update RID_LAST_CXX0X.

2007-07-27  Douglas Gregor  <doug.gregor@gmail.com>

* g++.dg/cpp0x/decltype1.C: New.
* g++.dg/cpp0x/decltype2.C: New.
* g++.dg/cpp0x/decltype3.C: New.
* g++.dg/cpp0x/decltype4.C: New.
* g++.dg/cpp0x/decltype5.C: New.
* g++.dg/cpp0x/decltype6.C: New.

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

16 years ago * gcc.dg/torture/pr27743.c (bar): Use an integer of exactly 32 bits
rask [Fri, 27 Jul 2007 17:35:01 +0000 (17:35 +0000)]
* gcc.dg/torture/pr27743.c (bar): Use an integer of exactly 32 bits
  because the test relies on bit 31 to be the sign bit.

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

16 years ago * gcc.c-torture/execute/pr28651.c (main): Use INT_MAX instead of
rask [Fri, 27 Jul 2007 17:27:57 +0000 (17:27 +0000)]
* gcc.c-torture/execute/pr28651.c (main): Use INT_MAX instead of
  assuming it is 0x7fffffff.
* gcc.dg/tree-ssa/vrp29.c (decCompare)(main): Likewise.
* gcc.dg/Wconversion-integer-no-sign.c (h): Likewise.

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

16 years ago2007-07-27 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 27 Jul 2007 17:25:04 +0000 (17:25 +0000)]
2007-07-27  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/32907
* include/bits/basic_string.h (operator==(const basic_string<_CharT>&,
const basic_string<_CharT>&)): Add.
(operator!=): Forward to operator==.
* include/ext/vstring.h(operator==(const __versa_string<_CharT,
std::char_traits<_CharT>, std::allocator<_CharT>, _Base>&,
const __versa_string<_CharT, std::char_traits<_CharT>,
std::allocator<_CharT>, _Base>&)): Add.
(operator!=): Forward to operator==.

* include/ext/sso_string_base.h (_M_compare): Remove.

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

16 years ago2007-07-26 Kenneth Zadeck <zadeck@naturalbridge.com>
zadeck [Fri, 27 Jul 2007 17:22:14 +0000 (17:22 +0000)]
2007-07-26  Kenneth Zadeck <zadeck@naturalbridge.com>

PR middle-end/32749

* df-problems.c (df_create_unused_note): Removed do_not_gen parm
and the updating of the live and do_not_gen sets.
(df_note_bb_compute): Added updating of live and do_not_gen sets
for regular defs so that the case of clobber inside conditional
call is processed correctly.

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

16 years ago PR c++/32346
mmitchel [Fri, 27 Jul 2007 17:13:29 +0000 (17:13 +0000)]
PR c++/32346
* call.c (convert_for_arg_passing): Only widen bitfields to their
declared types if necessary.
PR c++/32346
* g++.dg/expr/bitfield9.C: New test.

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

16 years ago2007-07-26 Steven G. Kargl <kargl@gcc.gnu.org>
kargl [Fri, 27 Jul 2007 16:59:32 +0000 (16:59 +0000)]
2007-07-26  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/32899
* resolve.c (resolve_operator): Add INTRINSIC_EQ_OS comparison.

2007-07-26  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/32899
* gfortran.dg/logical_comp.f90: Update dg-error strings.

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

16 years ago * io/unix.c (stream_ttyname): Mark argument as potentialy unused.
fxcoudert [Fri, 27 Jul 2007 16:42:12 +0000 (16:42 +0000)]
* io/unix.c (stream_ttyname): Mark argument as potentialy unused.

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

16 years ago2007-07-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 27 Jul 2007 16:33:50 +0000 (16:33 +0000)]
2007-07-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/32760
* gfortran.dg/private_type_7.f90: New test.

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

16 years ago2007-07-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 27 Jul 2007 16:30:10 +0000 (16:30 +0000)]
2007-07-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
    Daniel Franke  <franke.daniel@gmail.com>

PR fortran/32760
* primary.c (match_variable): Do not call gfc_add_flavor if symbol has
attribute of ACCESS_PUBLIC or ACCESS_PRIVATE already marked.

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

16 years ago * mangle.c (set_type_package_list): Constify.
ghazi [Fri, 27 Jul 2007 15:39:30 +0000 (15:39 +0000)]
* mangle.c (set_type_package_list): Constify.
* verify-glue.c (vfy_make_string): Delete.
* verify.h (vfy_make_string): Likewise.

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

16 years ago PR fortran/32035
fxcoudert [Fri, 27 Jul 2007 14:26:43 +0000 (14:26 +0000)]
PR fortran/32035

* trans-stmt.c (gfc_trans_character_select): Replace the
mechanism with labels by a SWITCH_EXPR.
* trans-decl.c (gfc_build_builtin_function_decls): Change
return type for select_string.

* runtime/select.c (select_string): Adjust prototype and function
so that the return value is an integer, not a pointer.

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

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

16 years ago * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Generate the
rakdver [Fri, 27 Jul 2007 12:05:13 +0000 (12:05 +0000)]
* config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Generate the
operands with compatible type.

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

16 years ago2007-07-27 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 27 Jul 2007 09:49:55 +0000 (09:49 +0000)]
2007-07-27  Tobias Burnus  <burnus@net-b.de>

PR fortran/32903
* gfortran.dg/initialization_11.f90: New test.

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

16 years ago2007-07-27 Paul Thomas <pault@gcc.gnu.org>
pault [Fri, 27 Jul 2007 09:03:41 +0000 (09:03 +0000)]
2007-07-27  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/32903
* trans-decl.c (gfc_trans_deferred_vars): Set intent(out)
derived types as referenced, if they have the the default
initializer set.

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

16 years ago * lex.l (update_yylval): Constify.
ghazi [Fri, 27 Jul 2007 08:12:35 +0000 (08:12 +0000)]
* lex.l (update_yylval): Constify.
* treelang.h (struct token_part, struct parameter_part):
Likewise.
* treetree.c (tree_code_create_function_prototype,
tree_code_create_variable, tree_code_get_integer_value):
Likewise.
* treetree.h (tree_code_get_integer_value,
tree_code_create_function_prototype, tree_code_create_variable):
Likewise.

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

16 years agogcc/
rsandifo [Fri, 27 Jul 2007 07:39:09 +0000 (07:39 +0000)]
gcc/
* expr.h (store_bit_field): Don't return a value.
* expmed.c (check_predicate_volatile_ok): New function.
(store_bit_field_1): New function, extracted from store_bit_field.
Take a fallback_p argument and return true if the operation succeeded.
Only use store_fixed_bit_field if fallback_p.  Don't recompute
mode_for_extraction; use op_mode instead.  Try forcing memories
into registers if the insv expander fails.
(store_bit_field): Use store_bit_field_1 with fallback_p true.
Don't return a value.
(convert_extracted_bit_field): New function, extracted from
store_bit_field.
(extract_bit_field_1): Likewise.  Take a fallback_p argument
and return NULL if the operation succeeded.  Only use
extract_fixed_bit_field if fallback_p.  Only calculate one
extraction mode.  Combine code for extv and extzv.  Try forcing
memories into registers if the ext(z)v expander fails.
(extract_bit_field): Use extract_bit_field_1 with fallback_p true.

gcc/testsuite/
* gcc.target/mips/ins-1.c: New test.

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

16 years ago2007-xx-xx Richard Sandiford <rsandifo@nildram.co.uk>
rsandifo [Fri, 27 Jul 2007 07:16:15 +0000 (07:16 +0000)]
2007-xx-xx  Richard Sandiford  <rsandifo@nildram.co.uk>
    Richard Guenther <rguenther@suse.de>

gcc/
* df.h (df_mw_hardreg): Turn df_ref_type and df_ref_flags
into bitfields.
(df_ref): Likewise.  Put regno with other integer fields.

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

16 years agogcc/
rsandifo [Fri, 27 Jul 2007 07:15:45 +0000 (07:15 +0000)]
gcc/
* df.h (df_mw_hardreg): Remove "loc" field.
* df-scan.c (df_ref_record): Don't set it.  Remove redundant
local variable.
* df-problems.c (df_whole_mw_reg_unused_p): New function,
split out from df_set_unused_notes_for_mw.  Return false for
partial references.  Assert that mw_reg is a REG when returning true.
(df_set_unused_notes_for_mw): Use it.  Use mw_reg instead of *loc.
(df_whole_mw_reg_dead_p): New function, split out from
df_set_dead_notes_for_mw.  Return false for partial references.
Assert that mw_reg is a REG when returning true.
(df_set_dead_notes_for_mw): Use it.  Use mw_reg instead of *loc.
Remove redundant bitmap check.

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

16 years ago2007-07-26 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 27 Jul 2007 04:29:43 +0000 (04:29 +0000)]
2007-07-26  H.J. Lu  <hongjiu.lu@intel.com>

* config/ia64/t-ia64 ($(T)crtbegin.o): Removed.
($(T)crtend.o): Likwise.
($(T)crtbeginS.o): Likwise.
($(T)crtendS.o): Likwise.
($(T)crtfastmath.o): Likwise.

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

16 years agoDaily bump.
gccadmin [Fri, 27 Jul 2007 00:16:52 +0000 (00:16 +0000)]
Daily bump.

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

16 years ago * Makefile.in: Rebuilt.
tromey [Fri, 27 Jul 2007 00:16:35 +0000 (00:16 +0000)]
* Makefile.in: Rebuilt.
* Makefile.am (clean-local): Removed.
(pth/mf-runtime.lo, pth/mf-heuristics.lo, pth/mf-hooks1.lo,
pth/mf-hooks2.lo, pth/mf-hooks3.lo): Likewise.
(libmudflapth_la_SOURCES): List sources.
(libmudflapth_la_LIBADD): Clear.
(libmudflapth_la_CFLAGS): New variable.

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

16 years ago * java-tree.h (push_labeled_block, pop_labeled_block): Remove.
tromey [Thu, 26 Jul 2007 19:07:32 +0000 (19:07 +0000)]
* java-tree.h (push_labeled_block, pop_labeled_block): Remove.
(LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
EXIT_BLOCK_LABELED_BLOCK): Likewise.
* lang.c (java_tree_inlining_walk_subtrees): Update.
(java_dump_tree): Likewise.
* java-tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR, TRY_EXPR):
Remove.
* decl.c (push_labeled_block, pop_labeled_block): Remove.
* java-gimplify.c (java_gimplify_labeled_block_expr,
java_gimplify_exit_block_expr, java_gimplify_try_expr): Remove.
(java_gimplify_expr): Update.

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

16 years ago * dominance.c (dom_computed, n_bbs_in_dom_tree): Removed.
rakdver [Thu, 26 Jul 2007 18:06:38 +0000 (18:06 +0000)]
* dominance.c (dom_computed, n_bbs_in_dom_tree): Removed.
* function.h (dom_computed, n_bbs_in_dom_tree): New macros.
* basic-block.h (struct control_flow_graph): Added x_dom_computed
and x_n_bbs_in_dom_tree fields.

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

16 years ago PR tree-optimization/32087
sje [Thu, 26 Jul 2007 17:11:24 +0000 (17:11 +0000)]
PR tree-optimization/32087
* tree-ssa-loop-manip.c (tree_transform_and_unroll_loop):
Do not call scale_bbs_frequencies_int with prob of zero.

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

16 years ago gcc/
jules [Thu, 26 Jul 2007 13:59:57 +0000 (13:59 +0000)]
gcc/
* config/arm/arm-protos.h (neon_lane_bounds, neon_const_bounds)
(neon_element_bits): Add prototypes.
* config/arm/arm.c (bounds_check, neon_lane_bounds)
(neon_const_bounds, neon_element_bits): New functions.
* config/arm/neon.md (neon_vget_lane<mode>, neon_vget_lanedi)
(neon_vget_lanev2di, neon_vset_lane<mode>, neon_vset_lanedi)
(neon_vset_lanev2di, neon_vdup_lane<mode>, neon_vdup_lanedi)
(neon_vdup_lanev2di, neon_vcvt_n<mode>, neon_vmul_lane<mode>)
(neon_vmull_lane<mode>, neon_vqdmull_lane<mode>)
(neon_vqdmulh_lane<mode>, neon_vmla_lane<mode>)
(neon_vmlal_lane<mode>, neon_vqdmlal_lane<mode>)
(neon_vmls_lane<mode>, neon_vmlsl_lane<mode>)
(neon_vqdmlsl_lane<mode>, neon_vext<mode>, neon_vshr_n<mode>)
(neon_vshrn_n<mode>, neon_vqshrn_n<mode>, neon_vqshrun_n<mode>)
(neon_vshl_n<mode>, neon_vshl_n<mode>, neon_vqshl_n<mode>)
(neon_vqshlu_n<mode>, neon_vshll_n<mode>, neon_vsra_n<mode>)
(neon_vsri_n<mode>, neon_vsli_n<mode>): Add bounds checks.

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

16 years ago2007-07-25 Stephen M. Webb <stephenw@xandros.com>
smw [Thu, 26 Jul 2007 12:45:06 +0000 (12:45 +0000)]
2007-07-25  Stephen M. Webb  <stephenw@xandros.com>

  Fixed abi_check for missing symbol size changes.
* testsuite/util/testsuite_abi.cc: Changed local variable name to prevent
member variable hiding.

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

16 years ago PR/19232
froydnj [Thu, 26 Jul 2007 12:36:39 +0000 (12:36 +0000)]
PR/19232
* gcc.dg/assign-warn-3.c (f0): Declare as inline.
(f1): Likewise.

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

16 years ago * config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
froydnj [Thu, 26 Jul 2007 12:29:12 +0000 (12:29 +0000)]
* config/vxworks.h (VXWORKS_LINK_SPEC): Fix typo.
(HAVE_AS_GNU_ATTRIBUTE): Undefine.

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

16 years ago gcc/
jules [Thu, 26 Jul 2007 12:04:02 +0000 (12:04 +0000)]
gcc/
* config/arm/arm.c (arm_mac_accumulator_is_mul_result): New.
* config/arm/arm-protos.h (arm_mac_accumulator_is_mul_result): New.
* config/arm/cortex-a8.md: New.
* config/arm/cortex-a8-neon.md: New.
* config/arm/neon-schedgen.ml: New.
* config/arm/neon.md (vqh_mnem): New.
(neon_type): New.
(Is_float_mode): New.
(Scalar_mul_8_16): New.
(Is_d_reg): New.
(V_mode_nunits): New.
(All instruction patterns): Annotate with neon_type attribute
values.
* config/arm/arm.md: Include cortex-a8.md.
(insn): Add smmla, umaal, smlald, smlsld, clz, mrs, msr and xtab
values.
Annotate instruction patterns accordingly.
(generic_sched): Do not use generic scheduling for Cortex-A8.
(generic_vfp): Do not use generic VFP scheduling for Cortex-A8.

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