summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2007-01-17 Andreas Tobler <a.tobler@schweiz.org>andreast2007-01-172-6/+16
| | | | | | | * include/gc_config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120853 138bc75d-0d04-0410-961f-82ee72b054a4
* * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p.hubicka2007-01-172-20/+19
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120849 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-17 Eric Christopher <echristo@apple.com>echristo2007-01-172-5/+15
| | | | | | | * config.gcc: Support core2 processor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120846 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/natThread.cc (finalize_native): Remove cast.tromey2007-01-173-4/+11
| | | | | | | | (_Jv_GetCurrentJNIEnv): Likewise. * include/jvm.h (struct natThread) <jni_env>: Declare as _Jv_JNIEnv*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120844 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2007-01-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120842 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssanames.c (release_dead_ssa_names): Instead of ggc_freeinghubicka2007-01-162-1/+12
| | | | | | | | the names, just unlink the chain so we don't crash on dangling pointers to dead SSA names. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120837 138bc75d-0d04-0410-961f-82ee72b054a4
* * java-tree.def: Added copyright header.tromey2007-01-162-1/+26
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120836 138bc75d-0d04-0410-961f-82ee72b054a4
* * cgraph.h (cgraph_decide_inlining_incrementally): Kill.hubicka2007-01-1612-151/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tree-pass.h: Reorder to make IPA passes appear toegher. (pass_early_inline, pass_inline_parameters, pass_apply_inline): Declare. * cgraphunit.c (cgraph_finalize_function): Do not compute inling parameters, do not call early inliner. * ipa-inline.c: Update comments. Include tree-flow.h (cgraph_decide_inlining): Do not compute inlining parameters. (cgraph_decide_inlining_incrementally): Return TODOs; assume to be called with function context set up. (pass_ipa_inline): Remove unreachable functions before pass. (cgraph_early_inlining): Simplify assuming to be called from the PM as local pass. (pass_early_inline): New pass. (cgraph_gate_ipa_early_inlining): New gate. (pass_ipa_early_inline): Turn into simple wrapper. (compute_inline_parameters): New function. (gate_inline_passes): New gate. (pass_inline_parameters): New pass. (apply_inline): Move here from tree-optimize.c (pass_apply_inline): New pass. * ipa.c (cgraph_remove_unreachable_nodes): Verify cgraph after transforming. * tree-inline.c (optimize_inline_calls): Return TODOs rather than doing them by hand. (tree_function_versioning): Do not allocate dummy struct function. * tree-inline.h (optimize_inline_calls): Update prototype. * tree-optimize.c (execute_fixup_cfg): Export. (pass_fixup_cfg): Remove (tree_rest_of_compilation): Do not apply inlines. * tree-flow.h (execute_fixup_cfg): Declare. * Makefile.in (gt-passes.c): New. * passes.c: Include gt-passes.h (init_optimization_passes): New passes. (nnodes, order): New static vars. (do_per_function_toporder): New function. (execute_one_pass): Dump current pass here. (execute_ipa_pass_list): Don't dump current pass here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120835 138bc75d-0d04-0410-961f-82ee72b054a4
* * testsuite/libjava.jvmti/natevents.cc (FieldModificationCB): Usekseitz2007-01-164-2/+9
| | | | | | | | | %#llx instead of %d for new_value. * testsuite/libjava.jvmti/events.out: Update expected output. * testsuite/libjava.jvmti/events.jar: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120834 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/natVMVirtualMachine.cc (DEFINE_CALLBACK):kseitz2007-01-162-0/+33
| | | | | | | | | | New macro. (ENABLE_EVENT): New macro. (initialize): Define and enable JVMTI VM_INIT callback. (jdwpVMInitCB): New function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120833 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-16 Petr Salinger <Petr.Salinger@seznam.cz>tromey2007-01-163-2/+12
| | | | | | | | * include/private/gcconfig.h: Handle amd64/x86-64 cpu under GNU/kFreeBSD. * os_dep.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120831 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/janis2007-01-167-1/+353
| | | | | | | | | | | | | * config/dfp-bit.c (dfp_compare_op): Return separate value for NaN. (DFP_NE, DFP_LE, DFP_GE): Return false for NaN. gcc/testsuite/ * gcc.dg/dfp/compare-special.h: New file. * gcc.dg/dfp/compare-special-32.c: New test. * gcc.dg/dfp/compare-special-64.c: New test. * gcc.dg/dfp/compare-special-128.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120830 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-16 Roger Sayle <roger@eyesopen.com>sayle2007-01-166-129/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR fortran/30404 * trans-stmt.c (forall_info): Remove pmask field. (gfc_trans_forall_loop): Remove NVAR argument, instead assume that NVAR covers all the interation variables in the current forall_info. Add an extra OUTER parameter, which specified the loop header in which to place mask index initializations. (gfc_trans_nested_forall_loop): Remove NEST_FLAG argument. Change the semantics of MASK_FLAG to only control the mask in the innermost loop. (compute_overall_iter_number): Optimize the trivial case of a top-level loop having a constant number of iterations. Update call to gfc_trans_nested_forall_loop. Calculate the number of times the inner loop will be executed, not to size of the iteration space. (allocate_temp_for_forall_nest_1): Reuse SIZE as BYTESIZE when sizeof(type) == 1. Tidy up. (gfc_trans_assign_need_temp): Remove NEST_FLAG argument from calls to gfc_trans_nested_forall_loop. (gfc_trans_pointer_assign_need_temp): Likewise. (gfc_trans_forall_1): Remove unused BYTESIZE, TMPVAR, SIZEVAR and LENVAR local variables. Split mask allocation into a separate hunk/pass from mask population. Use allocate_temp_for_forall_nest to allocate the FORALL mask with the correct size. Update calls to gfc_trans_nested_forall_loop. (gfc_evaluate_where_mask): Update call to gfc_trans_nested_forall_loop. (gfc_trans_where_2): Likewise. * gfortran.dg/forall_6.f90: New test case. * gfortran.dg/dependency_8.f90: Update test to find "temp" array. * gfortran.dg/dependency_13.f90: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120829 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/darwin-ldouble.c: Build file for SOFT_FLOAT.dje2007-01-165-13/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (strong_alias): Define. (__gcc_qmul): Provide non-FMA for soft-float. (__gcc_qdiv): Same. (__gcc_qneg): New. (__gcc_qeq): New. (__gcc_qle): New. (__gcc_qge): New. (__gcc_qunord): New. (__gcc_stoq): New. (__gcc_dtoq): New. (__gcc_qtos): New. (__gcc_qtod): New. (__gcc_qtoi): New. (__gcc_qtou): New. (__gcc_itoq): New. (__gcc_utoq): New. (fmsub): New. * config/rs6000/rs6000.c (rs6000_init_libfuncs): Initialize soft-float functions. * config/rs6000/libgcc-ppc-glibc.ver: Version soft-float symbols. * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn about long double soft float. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120828 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-16 Kyle Galloway <kgallowa@redhat.com>kgallowa2007-01-167-1/+250
| | | | | | | | | | | | | * jvmti.cc (_Jv_JVMTI_GetAllThreads): New function. * testsuite/libjava.jvmti/getallthreads.java: New test. * testsuite/libjava.jvmti/natgetallthreads.cc: Ditto. * testsuite/libjava.jvmti/getallthreads.out: Ditto. * testsuite/libjava.jvmti/getallthreads.h: Ditto. * testsuite/libjava.jvmti/getallthreads.jar: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120827 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-vectorizer.h (is_pattern_stmt_p): New.dorit2007-01-164-52/+100
| | | | | | | | | | | | | | | * tree-vect-analyze.c (vect_determine_vectorization_factor): Fix formatting (tabs instead of spaces). Cleanup and clarify setting of STMT_VINFO_VECTYPE. Call is_pattern_stmt_p. * tree-vect-transform.c (vect_get_vec_def_for_operand): Fix typo. (vectorizable_type_demotion): Check that types are integral. (vectorizable_type_promotion): Likewise. (vectorizable_store): Fix typo. Eliminate new-line at end of comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120825 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssanames.c (release_dead_ssa_names): Remove invalidatedhubicka2007-01-162-0/+10
| | | | | | | cgraph edges too. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120823 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Eric Christopher <echristo@apple.com>echristo2007-01-162-48/+70
| | | | | | | | | | | * ifcvt.c: Include vec.h, vecprim.h. (check_cond_move_block): New argument regs. Reorganize. Add registers used to regs. (cond_move_process_if_block): Use regs set above as loop bounds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120822 138bc75d-0d04-0410-961f-82ee72b054a4
* PR testsuite/12325ghazi2007-01-162-1/+7
| | | | | | | | | * gcc.dg/torture/builtin-attr-1.c: Handle warnings from targets that don't support Inf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120818 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure: Rebuilt.tromey2007-01-163-5/+57
| | | | | | * configure.ac: Fixed comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120817 138bc75d-0d04-0410-961f-82ee72b054a4
* Really update copyright.echristo2007-01-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120816 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Eric Christopher <echristo@apple.com>echristo2007-01-162-11/+19
| | | | | | | | | | * config/darwin.h: Update copyright. (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella. (LINK_COMMAND_SPEC): Add -u. (LINK_SPEC): Fix umbrella for above. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120815 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2007-01-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120813 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Ian Lance Taylor <iant@google.com>paolo2007-01-163-4/+17
| | | | | | | | | | Paolo Carlini <pcarlini@suse.de> * include/ext/type_traits.h: Fix __glibcxx_max macro. * include/std/limits: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120808 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update fromjsm282007-01-153-6/+14
| | | | | | | glibc CVS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120806 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Usekseitz2007-01-152-10/+14
| | | | | | | | java.lang.StringBuilder instead of java.lang.StringBuffer. (resumeThread): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120805 138bc75d-0d04-0410-961f-82ee72b054a4
* * lang.c (dump_compound_expr) <EXPR_WITH_FILE_LOCATION>: Removedtromey2007-01-156-168/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case. * java-gimplify.c (java_gimplify_expr) <EXPR_WITH_FILE_LOCATION>: Removed case. * java-tree.h (EXPR_WFL_EMIT_LINE_NOTE): Removed. (EXPR_WFL_NODE): Likewise. (EXPR_WFL_LINECOL): Likewise. (EXPR_WFL_FILENAME): Likewise. (EXPR_WFL_LINENO): Likewise. (build_expr_wfl, expr_add_location): Don't declare. (build_unknown_wfl): Removed. (EXPR_WFL_FILENAME_NODE): Removed. (EXPR_WFL_COLNO): Removed. (EXPR_WFL_SET_LINECOL): Removed. (DECL_FUNCTION_WFL): Removed. (DECL_FIELD_FINAL_WFL): Removed. (struct lang_decl_func) <wfl>: Removed field. <called_constructor>: Likewise. <inner_access>: Likewise. (struct lang_decl_var) <wfl>: Removed field. (DECL_CONSTRUCTOR_CALLS): Removed. (DECL_FUNCTION_ACCESS_DECL): Likewise. (DECL_FUNCTION_INNER_ACCESS): Likewise. (DECL_SPECIFIC_COUNT): Likewise. * java-tree.def (EXPR_WITH_FILE_LOCATION): Removed. * expr.c (build_expr_wfl): Removed. (expr_add_location): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120804 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Dale Johannesen <dalej@apple.com>dalej2007-01-152-1/+6
| | | | | | | | * gcc.dg/tree-ssa/loop-3.c: Disable with -fpic or -fPIC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120803 138bc75d-0d04-0410-961f-82ee72b054a4
* gcctromey2007-01-155-22/+86
| | | | | | | | | | | | | | * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks. * doc/install.texi (Testing): Don't mention jacks. (Configuration): Document --enable-java-maintainer-mode. Move --with-java-home to libgcj-specific section. Document --with-ecj-jar. (Prerequisites): Mention --enable-java-maintainer-mode, ecj1. contrib * download_ecj: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120802 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Andreas Tobler <a.tobler@schweiz.org>andreast2007-01-152-2/+8
| | | | | | | | | * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail reference. (catch_exception_raise): Fix typo in the I386 exc_state. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120801 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Thomas Koenig <Thomas.Koenig@online.de>tkoenig2007-01-152-1/+7
| | | | | | | | | | * gfortran.dg/string_0xfe_0xff_1.f90: Use char instead of achar for 0xff to avoid the "Extended ASCII not implemented" error message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120800 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Paolo Carlini <pcarlini@suse.de>paolo2007-01-152-2/+6
| | | | | | | * include/std/valarray (valarray<>::cshift): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120798 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssa-dce.c (DCE_TODOs): New.hubicka2007-01-152-31/+45
| | | | | | | | | | (propagate_necessity): Return if something changed. (eliminate_unnecessary_stmts): Likewise. (perform_tree_ssa_dce): Return TODO flags when needed. (pass_dce, pass_dce_loop, pass_cd_dce): Remove TODO flags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120797 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Gary Benson <gbenson@redhat.com>gary2007-01-155-91/+7
| | | | | | | | | * java/nio/MappedByteBuffer.java: Removed. * sources.am, Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120793 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.uros2007-01-153-193/+139
| | | | | | | | | | | | | | | | | | | | | | | (fyl2x_extend<mode>xf3_i387): New insn pattern. (log<mode>2): Rename from logsf2 and logdf2 and macroize insn insn patterns using X87MODEF12 mode macro. Extend operand 1 to XFmode. Use SSE_FLOAT_MODE_P to disable patterns for SSE math. (log10<mode>2): Ditto. (log2<mode>2): Ditto. (log1p<mode>2): Ditto. (logb<mode>2): Ditto. (fyl2xp1xf3_i387): Rename from fyl2xp1_xf3. (fyl2xp1_extend<mode>xf3_i387): New insn pattern. (*fxtractxf3_i387): Rename from *fxtractxf3. (fxtract_extend<mode>xf3_i387): New insn pattern. (ilogbsi2): Use match_dup 3, not match_operand:XF 3. * config/i386/i386.c (ix86_emit_i387_log1p): Use gen_fyl2xp1xf3_i387() and gen_fyl2xxf3_i387(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120792 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Gary Benson <gbenson@redhat.com>gary2007-01-1528-1459/+224
| | | | | | | | | | | | * java/net/URLClassLoader.java: Removed. * gnu/java/net/loader/Load_gcjlib.java: New file. * gnu/gcj/runtime/BootClassLoader.java: Ensure core URL handler is present in static executables. * sources.am, Makefile.in: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120791 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-15 Paul Thomas <pault@gcc.gnu.org>pault2007-01-159-5/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR fortran/28172 * trans-stmt.c (gfc_trans_call): If it does not have one, get a backend_decl for an alternate return. PR fortran/29389 * resolve.c (pure_function): Statement functions are pure. Note that this will have to recurse to comply fully with F95. PR fortran/29712 * resolve.c (resolve_function): Only a reference to the final dimension of an assumed size array is an error in an inquiry function. PR fortran/30283 * resolve.c (resolve_function): Make sure that the function expression has a type. 2007-01-15 Paul Thomas <pault@gcc.gnu.org> PR fortran/28172 * gfortran.dg/altreturn_4.f90: New test. PR fortran/29389 * gfortran.dg/stfunc_4.f90: New test. PR fortran/29712 * gfortran.dg/bound_2.f90: Reinstate commented out line. * gfortran.dg/initialization_1.f90: Change warning. PR fortran/30283 * gfortran.dg/specification_type_resolution_2.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120790 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2007-01-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120788 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-14 Daniel Franke <franke.daniel@gmail.com>dfranke2007-01-142-9/+14
| | | | | | | | | * libgomp.texi: Document implementation specific default values of environment variables. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120783 138bc75d-0d04-0410-961f-82ee72b054a4
* * loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.rakdver2007-01-144-43/+47
| | | | | | | | | | * cfgloopmanip.c (fix_loop_placement): Made static. Use get_loop_exit_edges. Changed return type to bool. * cfgloop.h (fix_loop_placement): Declaration removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120782 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/tree-prof/stringop-1.c: Update pattern for memcpy folding.hubicka2007-01-142-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120781 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/tree-ssa/vrp11.c: Fix thinkos in my last patch.hubicka2007-01-142-2/+3
| | | | | | | | * gcc.dg/always_inline3.c: Update for pre-inline tail recursion elimination. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120779 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-14 Paolo Carlini <pcarlini@suse.de>paolo2007-01-143-1/+49
| | | | | | | | * include/bits/stl_algobase.h (fill_n(char*, _Size, const signed char&)): Fix signature. * testsuite/25_algorithms/fill/3.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120778 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/always_inline3.c: Update for pre-inline tail recursionhubicka2007-01-142-3/+9
| | | | | | | elimination. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120777 138bc75d-0d04-0410-961f-82ee72b054a4
* Put back removed entries.hjl2007-01-141-6/+25
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120774 138bc75d-0d04-0410-961f-82ee72b054a4
* config/hjl2007-01-1411-19/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-01-14 H.J. Lu <hongjiu.lu@intel.com> * ld-symbolic.m4: New. libjava/ 2007-01-14 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (libgcj_la_LDFLAGS): Add $(LIBGCJ_LD_SYMBOLIC_FUNCTIONS). (libgcj_tools_la_LDFLAGS): Likewise. (libgcj_bc_la_LDFLAGS): Likewise. * Makefile.in: Regenerated. * configure.ac: Use ACX_PROG_LD_GNU_SYMBOLIC. Set LIBGCJ_LD_SYMBOLIC_FUNCTIONS to $SYMBOLIC_LDFLAGS. Set libgcj_ld_symbolic to $SYMBOLIC_LDFLAGS if it isn't set. Substitute LIBGCJ_LD_SYMBOLIC_FUNCTIONS. * configure: Regenerated. * aclocal.m4: Likewise. * gcj/Makefile.in: Likewise. * include/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120773 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-14 Paul Thomas <pault@gcc.gnu.org>pault2007-01-144-22/+55
| | | | | | | | | | | | | | PR fortran/30410 * trans-decl.c (gfc_sym_mangled_function_id): Module, external symbols must not have the module name prepended. 2007-01-14 Paul Thomas <pault@gcc.gnu.org> PR fortran/30410 * gfortran.dg/external_procedures_2.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120771 138bc75d-0d04-0410-961f-82ee72b054a4
* * param.h (MIN_VECT_LOOP_BOUND): New.dorit2007-01-148-6/+45
| | | | | | | | | | | | | | | | | | * params.def (MIN_VECT_LOOP_BOUND): New. * tree-vectorizer.c (slpeel_tree_peel_loop_to_edge): Takes another argument - minimum threshold for number of iterations. * tree-vectorizer.h (slpeel_tree_peel_loop_to_edge): Add another argument to declaration. * tree-vect-analyze.c (vect_analyze_operations): Check value of MIN_VECT_LOOP_BOUND. * tree-vect-transform.c (vect_do_peeling_for_loop_bound): Call slpeel_tree_peel_loop_to_edge with additional argument. (vect_do_peeling_for_alignment): Likewise. * doc/invoke.texi (min-vect-loop-bound): Document new param option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120770 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/30413uros2007-01-144-3/+33
| | | | | | | | | | | | | | * config/i386/i386.c (print_operand) ['z']: Output 'b' for operands of size 1. testsuite/ChangeLog: PR target/30413 * gcc.target/i386/pr30413.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120769 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-01-14 Thomas Koenig <Thomas.Koenig@online.de>tkoenig2007-01-143-1/+13
| | | | | | | | | | | | | | | PR fortran/30452 * scanner.c(next_char): Cast next character to unsigned to avoid confusion with error return codes. 2007-01-14 Thomas Koenig <Thomas.Koenig@online.de> PR fortran/30452 * gfortran.dg/string_0xfe_0xff_1.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120768 138bc75d-0d04-0410-961f-82ee72b054a4