This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r121062 - in /branches/fixed-point: ./ ChangeLo...
- From: chaoyingfu at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Mon, 22 Jan 2007 19:42:51 -0000
- Subject: r121062 - in /branches/fixed-point: ./ ChangeLo...
Author: chaoyingfu
Date: Mon Jan 22 19:42:48 2007
New Revision: 121062
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121062
Log:
Merged revisions 120873-121060 via svnmerge from
svn+ssh://chaoyingfu@sources.redhat.com/svn/gcc/trunk
........
r120873 | tromey | 2007-01-17 12:10:57 -0800 (Wed, 17 Jan 2007) | 5 lines
* doc/sourcebuild.texi (libgcj Tests): Use sourceware.org.
* doc/install.texi (Testing): Use sourceware.org.
(Binaries): Likewise.
(Specific): Likewise.
* doc/contrib.texi (Contributors): Use sourceware.org.
........
r120874 | mrs | 2007-01-17 12:12:51 -0800 (Wed, 17 Jan 2007) | 2 lines
* os_dep.c: Fix i686-apple-darwin9 builds.
........
r120875 | tromey | 2007-01-17 12:18:15 -0800 (Wed, 17 Jan 2007) | 1 line
ChangeLog rotation
........
r120877 | kseitz | 2007-01-17 14:05:10 -0800 (Wed, 17 Jan 2007) | 3 lines
* java/lang/natThread.cc (finish_): Add JVMTI ThreadEnd notification.
(_Jv_NotifyThreadStart): Add JVMTI ThreadStart notification.
........
r120878 | tromey | 2007-01-17 14:14:48 -0800 (Wed, 17 Jan 2007) | 4 lines
* aclocal.m4, configure, Makefile.in: Rebuilt.
* configure.ac: Enable automake dependency tracking. Update
minimum automake version.
........
r120879 | bje | 2007-01-17 14:15:19 -0800 (Wed, 17 Jan 2007) | 3 lines
* genpreds.c (write_insn_preds_c): Only write out the function
body for regclass_for_constraint if we have register constraints.
........
r120880 | rsandifo | 2007-01-17 14:27:26 -0800 (Wed, 17 Jan 2007) | 13 lines
gcc/
2007-01-17 H.J. Lu <hongjiu.lu@intel.com>
* config/mips/mips-protos.h (mips_output_external): Make it
return void.
* config/mips/iris.h (TARGET_ASM_EXTERNAL_LIBCALL): Removed.
* config/mips/mips.c (irix_output_external_libcall): Likewise.
(extern_list): Likewise.
(extern_head): Likewise.
(TARGET_ASM_FILE_END): Likewise.
(mips_file_end): Likewise.
(mips_output_external): Rewritten.
........
r120881 | tromey | 2007-01-17 14:39:56 -0800 (Wed, 17 Jan 2007) | 4 lines
2007-01-17 Andrew Haley <aph@redhat.com>
* Makefile.in: Rebuilt.
* Makefile.am (ecjx_LDFLAGS): Pass -fbootclasspath.
........
r120882 | tromey | 2007-01-17 14:59:10 -0800 (Wed, 17 Jan 2007) | 2 lines
* tools/gnu/classpath/tools/javah/PathOptionGroup.java
(PathOptionGroup): Set default boot class path.
........
r120883 | daney | 2007-01-17 15:03:22 -0800 (Wed, 17 Jan 2007) | 5 lines
* configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
cross-compiling.
* configure: Regenerated.
* include/gc_config.h.in: Regenerated.
........
r120889 | gccadmin | 2007-01-17 16:18:03 -0800 (Wed, 17 Jan 2007) | 1 line
Daily bump.
........
r120891 | bje | 2007-01-17 19:12:27 -0800 (Wed, 17 Jan 2007) | 3 lines
* genautomata.c (write_automata): Include xstrerror output in the
error message if writing the DFA description file fails.
........
r120892 | aoliva | 2007-01-17 23:17:57 -0800 (Wed, 17 Jan 2007) | 5 lines
* Makefile.am (all-recursive, install-recursive,
mostlyclean-recursive, clean-recursive, distclean-recursive,
maintainer-clean-recursive): Add missing targets.
* Makefile.in: Rebuilt.
........
r120893 | steven | 2007-01-18 00:17:06 -0800 (Thu, 18 Jan 2007) | 12 lines
* cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set
the CLEANUP_CFGLAYOUT flag when in cfglayout mode.
* Makefile.c (GTFILES): Add cfglayout.h.
* gengtype.c (open_base_files): Likewise.
* cfglayout.c (cfg_layout_function_footer,
cfg_layout_function_header) Reindent to make gengtype happy.
* cfglayout.h (cfg_layout_function_footer,
cfg_layout_function_header): Add GTY(()) marker.
* ifcvt.c (noce_try_sign_mask): Make sure INSN_B is non-null.
........
r120894 | hubicka | 2007-01-18 01:11:57 -0800 (Thu, 18 Jan 2007) | 6 lines
* tree-ssa-ccp.c (ccp_finalize): Return if something changed.
(execute_ssa_ccp): Return flags conditionally.
* tree-ssa-propagate.c (substitue_and_fold): Return if something was
changed.
* tree-ssa-propagate.h (substitute_and_fold): Update prototype.
........
r120895 | gary | 2007-01-18 03:32:40 -0800 (Thu, 18 Jan 2007) | 24 lines
2007-01-18 Gary Benson <gbenson@redhat.com>
* gnu/java/nio/natVMPipeEcos.cc:
Renamed from gnu/java/nio/natPipeImplEcos.cc.
* gnu/java/nio/natVMPipePosix.cc:
Renamed from gnu/java/nio/natPipeImplPosix.cc.
* gnu/java/nio/natVMPipeWin32.cc:
Renamed from gnu/java/nio/natPipeImplWin32.cc.
* gnu/java/nio/natVMSelectorEcos.cc:
Renamed from gnu/java/nio/natSelectorImplEcos.cc.
* gnu/java/nio/natVMSelectorPosix.cc:
Renamed from gnu/java/nio/natSelectorImplPosix.cc.
* gnu/java/nio/natVMSelectorWin32.cc:
Renamed from gnu/java/nio/natSelectorImplWin32.cc.
* java/io/natVMObjectInputStream.cc:
Renamed from java/io/natObjectInputStream.cc.
* java/lang/natVMDouble.cc:
Renamed from java/lang/natDouble.cc.
* java/lang/natVMFloat.cc:
Renamed from java/lang/natFloat.cc.
* Makefile.am, configure.ac: Reflect the above.
* Makefile.in, configure: Rebuilt.
........
r120896 | paolo | 2007-01-18 04:03:35 -0800 (Thu, 18 Jan 2007) | 17 lines
2007-01-18 Paolo Carlini <pcarlini@suse.de>
* include/bits/basic_string.h (basic_string<>::_S_compare): Add.
(compare(const basic_string&)): Use it.
* include/bits/basic_string.tcc (compare(size_type, size_type,
const basic_string&), compare(size_type, size_type,
const basic_string&, size_type, size_type), compare(const _CharT*),
compare(size_type, size_type, const _CharT*), compare(size_type,
size_type, const _CharT*, size_type)): Likewise.
* include/ext/vstring_util.h (__vstring_utility<>::_S_compare): Add.
* include/ext/vstring.h (compare(const __versa_string&)): Use it.
* include/ext/vstring.tcc (compare(size_type, size_type,
const __versa_string&), compare(size_type, size_type,
const __versa_string&, size_type, size_type), compare(const _CharT*),
compare(size_type, size_type, const _CharT*), compare(size_type,
size_type, const _CharT*, size_type)): Likewise.
........
r120897 | burnus | 2007-01-18 04:54:11 -0800 (Thu, 18 Jan 2007) | 27 lines
2007-01-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
Tobias Burnus <burnus@net-b.de>
* gfortran.h (gfc_option_t): Add flag_dump_core.
* lang.opt: Add -fdump-core option.
* invoke.texi: Document the new options.
* trans-decl.c (gfc_build_builtin_function_decls): Add new
options to the call to set_std.
* options.c (gfc_init_options, gfc_handle_option): Set the
new options.
2007-01-18 Francois-Xavier Coudert <coudert@clipper.ens.fr>
Tobias Burnus <burnus@net-b.de>
* runtime/environ.c (variable_table): New GFORTRAN_ERROR_DUMPCORE
environment variable.
* runtime/compile_options.c (set_std): Add new argument.
* runtime/error.c (sys_exit): Move from io/unix.c. Add coredump functionality.
* libgfortran.h (options_t): New dump_core and backtrace members.
(sys_exit): Move prototype.
* io/unix.c (sys_exit): Move to runtime/error.c.
* configure.ac: Add check for getrlimit.
* configure: Regenerate.
........
r120898 | mueller | 2007-01-18 05:00:33 -0800 (Thu, 18 Jan 2007) | 18 lines
2007-01-18 Dirk Mueller <dmueller@suse.de>
 Richard Guenther <rguenther@suse.de>
 * doc/invoke.texi (Warray-bounds): Document -Warray-bounds.
 * common.opt (Warray-bounds): Add new warning option.
 * c-opts.c (c_common_handle_option): Define -Warray-bounds
 if -Wall is given.
* Makefile.in: make tree-vrp.o depend on toplev.h
 * tree-vrp.c (vrp_finalize): Call check_array_refs if -Warray-bounds
 is enabled.
 (check_array_refs, check_array_bounds, check_array_ref): New.
 * gcc.dg/Warray-bounds.c: New testcase.
* gcc.dg/Warray-bounds-2.c: New testcase.
* g++.dg/warn/Warray-bounds.C: New testcase.
* g++.dg/warn/Warray-bounds-2.C: New testcase.
........
r120899 | uros | 2007-01-18 05:06:57 -0800 (Thu, 18 Jan 2007) | 31 lines
* reg-stack.c (subst_stack_regs_pat) [UNSPEC_SINCOS_COS,
UNSPEC_XTRACT_FRACT]: Use generic code for instructions that
operate on the top of stack.
[UNSPEC_SINCOS_SIN, UNSPEC_XTRACT_EXP, UNSPEC_TAN]: Rewrite
register handling of instructions that output to the second
stack slot.
[UNSPEC_TAN_ONE, UNSPEC_TAN_TAN]: Remove.
(move_for_stack_reg): Special-case check for dead destination
stack slot for constant load of 1.0 inside UNSPEC_TAN.
* config/i386/i386.md (UNSPEC_TAN): New constant.
(UNSPEC_TAN_ONE, UNSPEC_TAN_TAN): Remove.
(fptanxf4_i387, fptan_extend<mode>xf4_i387): New patterns
to correctly model move of constant 1.0 to top stack slot.
(*tandf3_1, *tansf3_1, *tanxf3_1): Remove insn patterns.
(unnamed peephole2 pattern): Remove corresponding peephole2
pattern that optimizes tan insn and loading of constant 1.0.
(tanxf2): Use fptanxf4_i387.
(tan<mode>2): Rename from tansf2 and tandf2 and macroize insn
patterns using X87MODEF12 mode macro. Use fptan_extend<mode>xf4_i387
and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
disable patterns for SSE math.
(sincos<mode>3): Use truncxf<mode>2_i387_noop for truncation.
(fyl2x_extend<mode>xf3_i387): Use X87MODEF12 for operand 1.
testsuite/ChangeLog:
* gcc.target/i386/387-8.c: Update comment about optimizing
inherent load of 1.0 of fptan instruction.
........
r120900 | hubicka | 2007-01-18 06:56:33 -0800 (Thu, 18 Jan 2007) | 15 lines
* tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.
* tree-tailcall (add_virtual_phis): Likewise.
(optimize_tail_call): Return TODOs.
(execute_tail_calls): Return TODOs.
* tree-ssa-ccp (execute_fold_all_builtins): Do cleanup_cfg via TODO.
* tree-cfgcleanup.c (cleanup_tree_cfg_loop): Return if something
changed.
* tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_value):
Cleanup cfg using TODO.
* tree-flow.h (cleanup_tree_cfg_loop): Update prototype.
* passes.c (execute_function_todo): When cleanup did something, remove
unused locals.
* tree-cfg.c (pass_build_cfg): Add cleanup_cfg TODO.
(make_edges): Don't cleanup_cfg.
........
r120901 | tromey | 2007-01-18 07:53:37 -0800 (Thu, 18 Jan 2007) | 2 lines
* configure: Rebuilt.
* configure.ac: Use multi_basedir instead of libgcj_basedir.
........
r120902 | jconner | 2007-01-18 08:44:03 -0800 (Thu, 18 Jan 2007) | 6 lines
2007-01-18 Josh Conner <jconner@apple.com>
* config/rs6000/rs6000.c (rs6000_emit_vector_compare): Add
support for UNLE, UNLT, UNGE, and UNGT.
........
r120903 | jconner | 2007-01-18 08:44:50 -0800 (Thu, 18 Jan 2007) | 7 lines
2007-01-18 Josh Conner <jconner@apple.com>
* gcc.dg/vect/vect.exp: Add support for no-trapping-math tests.
* gcc.dg/vect/no-trapping-math-1: New.
* gcc.dg/vect/no-trapping-math-2: New.
........
r120904 | nickc | 2007-01-18 09:04:21 -0800 (Thu, 18 Jan 2007) | 14 lines
* config/m32r/m32r-protos.h (m32r_expand_epilogue): Declare it.
* config/m32r/m32r.c (m32r_setup_incoming_varargs): Use gen_frame_mem.
(m32r_compute_frame_size): Use unsigned for regno.
(m32r_reload_lr): Use gen_frame_mem.
(pop): New.
(m32r_output_function_epilogue): Don't output the function epilogue textually here.
(m32r_expand_epilogue): New.
(direct_return): Return false if the function has the interrupt attribute.
(m32r_hard_regno_rename_ok): Remove code for the textual epilogue.
* config/m32r/m32r.md (epilogue): New expander.
(return_lr, return_rte): New insns.
(return): Make it expander.
(return_normal): New expander.
........
r120905 | sayle | 2007-01-18 10:17:08 -0800 (Thu, 18 Jan 2007) | 6 lines
* trans-stmt.c (compute_overall_iter_number): Enhance to precompute
the number of interations in unconditional FORALL nests with constant
bounds.
........
r120906 | sayle | 2007-01-18 10:19:39 -0800 (Thu, 18 Jan 2007) | 7 lines
* trans-expr.c (copyable_array_p): Consider user derived types without
allocatable components to be copyable.
* gfortran.dg/array_memcpy_4.f90: New test case.
........
r120909 | rsandifo | 2007-01-18 10:33:28 -0800 (Thu, 18 Jan 2007) | 1 line
/home/richard/patches/freescale/head-submission/uclinux-oldabi.clog
........
r120910 | rsandifo | 2007-01-18 10:45:46 -0800 (Thu, 18 Jan 2007) | 12 lines
gcc/
200x-xx-xx Julian Brown <julian@codesourcery.com>
Richard Sandiford <richard@codesourcery.com>
* config/m68k/m68k.h (LONG_DOUBLE_TYPE_SIZE): Make 64-bit on ColdFire.
(LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
* config/m68k/netbsd-elf.h (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Undefine
before redefining.
* config/m68k/uclinux-oldabi.h (LONG_DOUBLE_TYPE_SIZE): Redefine to
80 unconditionally.
(LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Likewise.
........
r120911 | rsandifo | 2007-01-18 11:04:52 -0800 (Thu, 18 Jan 2007) | 6 lines
gcc/
* config.gcc (m68k-*-uclinux*): Base the port on the common
and m68k GNU/Linux files rather than on the generic ELF ones.
* config/m68k/uclinux.h (TARGET_VERSION): Override.
(TARGET_OS_CPP_BUILTINS): Use LINUX_TARGET_OS_CPP_BUILTINS.
........
r120912 | rsandifo | 2007-01-18 11:09:59 -0800 (Thu, 18 Jan 2007) | 31 lines
gcc/
* config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file.
* config/flat.h: New file.
* crtstuff.c (USE_PT_GNU_EH_FRAME): Don't define if
OBJECT_FORMAT_FLAT.
* config/m68k/m68k.h (ASM_PREFERRED_EH_DATA_FORMAT): Do not use
indirect references for -msep-data or -mid-shared-library.
Do not use PC-relative code addresses either.
* config/m68k/m68k.c (override_options): Restrict -fPIC error
to -mpcrel.
* config/m68k/uclinux.h (STARTFILE_SPEC): Define. Use Scrt1.o
for shared libraries and crt1.o for executables. Use crti.o and
crtbegin.o.
(ENDFILE_SPEC): Use crtend.o and crtn.o.
(LIB_SPEC): Suppress -Rlibc.gdb if -static-libc is given.
Do not add -elf2flt or -shared-lib-id options here.
(LINK_SPEC): Define. Pass -elf2flt if no -elf2flt option is given.
Pass -shared-lib-id if -mid-shared-library, taking the library
identifier from -mshared-library-id if given, otherwise
defaulting to 0.
(EH_FRAME_IN_DATA_SECTION): Do not undefine.
(INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Likewise.
(TARGET_OS_CPP_BUILTINS): Define __GXX_MERGED_TYPEINFO_NAMES=0
and __GXX_TYPEINFO_EQUALITY_INLINE=0 if -mid-shared-library.
(DRIVER_SELF_SPECS): Map unadorned PIC options to -msep-data.
* config/m68k/t-uclinux (EXTRA_MULTILIB_PARTS): Add crtbegin.o
and crtend.o.
* config/m68k/lb1sf68.asm (PICCALL): Use an lea and pc-relative
jump sequence for ISA A and ISA A+.
(PICJUMP): Likewise.
........
r120913 | rsandifo | 2007-01-18 11:12:34 -0800 (Thu, 18 Jan 2007) | 22 lines
gcc/
200x-xx-xx Richard Sandiford <richard@codesourcery.com>
Nathan Sidwell <nathan@codesourcery.com>
* config/m68k/m68k.h (PCC_STATIC_STRUCT_RETURN): Delete.
(ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Add MOTOROLA cases.
* config/m68k/coff.h (REGISTER_PREFIX_MD): Delete.
* config/m68k/m68020-elf.h (LIB_SPEC): Delete.
* config/m68k/m68k-none.h (CC1_SPEC, CPP_SUBTARGET_SPEC): Delete.
* config/m68k/m68kelf.h (IMMEDIATE_PREFIX, REGISTER_PREFIX_MD)
(ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Delete.
(NO_DOLLAR_IN_LABEL, PCC_STATIC_STRUCT_RETURN): Don't undefine.
(BSS_ASM_OP, ASM_OUTPUT_SKIP, ASM_OUTPUT_ASCII): Delete.
* config/m68k/m68kemb.h (PCC_STATIC_STRUCT_RETURN): Don't undefine.
* config/m68k/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE)
(WCHAR_TYPE_SIZE, TARGET_OBJFMT_CPP_BUILTINS): Delete.
(TARGET_OS_CPP_BUILTINS): Don't define mc68000 and mc68020 here.
(DBX_REGISTER_NUMBER): Delete.
* config/m68k/netbsd-elf.h (IMMEDIATE_PREFIX): Delete.
(PCC_STATIC_STRUCT_RETURN): Don't undefine.
* config/m68k/openbsd.h (PCC_STATIC_STRUCT_RETURN): Define.
........
r120914 | fxcoudert | 2007-01-18 11:23:30 -0800 (Thu, 18 Jan 2007) | 3 lines
* libgomp: Add svn:ignore property.
* libdecnumber: Likewise.
........
r120915 | hjl | 2007-01-18 11:24:41 -0800 (Thu, 18 Jan 2007) | 4 lines
2007-01-18 H.J. Lu <hongjiu.lu@intel.com>
* trans-stmt.c (compute_overall_iter_number): Fix a typo.
........
r120916 | rsandifo | 2007-01-18 11:26:21 -0800 (Thu, 18 Jan 2007) | 10 lines
gcc/
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>
* config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
(m68010-*-netbsdelf*, m68k*-*-netbsdelf*, m68k*-*-openbsd*)
(m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-linux*)
(m68k-*-rtems*): Use tm_file rather than m68k/m68k.h and
explicitly set MOTOROLA to 1.
* config/m68k/m68k.h (MOTOROLA): Simplify definition accordingly.
........
r120917 | rsandifo | 2007-01-18 11:29:48 -0800 (Thu, 18 Jan 2007) | 12 lines
gcc/
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>
* config.gcc (m68k-*-aout*, m68k-*-coff*, m68020-*-elf*, m68k-*-elf*)
(m68k-*-uclinuxoldabi, m68k-*-uclinux*, m68k-*-rtems*): Add t-floatlib
to $tmake_file.
* config/m68k/t-floatlib: New file, extracting common code from...
* config/m68k/t-m68kbare, config/m68k/t-m68kelf,
* config/m68k/t-uclinux: Here.
* config/m68k/fpgnulib.c: Do not compile extendeed precision
routines on ColdFire targets.
........
r120918 | rsandifo | 2007-01-18 11:31:15 -0800 (Thu, 18 Jan 2007) | 11 lines
gcc/
200x-xx-xx Kazu Hirata <kazu@codesourcery.com>
Richard Sandiford <richard@codesourcery.com>
* config/m68k/m68k.h (DATA_REGNO_P, ADDRESS_REGNO_P, INT_REGNO_P)
(FP_REGNO_P): New macros.
(REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P, REGNO_OK_FOR_DATA_P)
(REGNO_OK_FOR_FP_P, REG_OK_FOR_INDEX_P, REG_OK_FOR_BASE_P): Use them.
(EH_RETURN_STACKADJ_RTX): Use A0_REG.
* config/m68k/m68k.c (m68k_regno_mode_ok): Use the new REGNO macros.
........
r120919 | rsandifo | 2007-01-18 11:33:01 -0800 (Thu, 18 Jan 2007) | 8 lines
gcc/
* config/m68k/m68k.md (cmpsi): Remove outdated flag_pic handling.
gcc/testsuite/
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>
* gcc.dg/m68k-pic-1.c: New.
........
r120920 | rsandifo | 2007-01-18 11:35:11 -0800 (Thu, 18 Jan 2007) | 10 lines
gcc/
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>
* config/m68k/m68k.h (REGISTER_MOVE_COST): Simplify definition.
(STACK_GROWS_DOWNWARD): Define to 1.
(FUNCTION_VALUE, LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Equivocate
comments, emphasizing that these values are only defaults.
* config/m68k/linux.h (LINK_SPEC): Fix formatting in #undef.
* config/m68k/m68k.c (const_method): Remove trailing whitespace.
........
r120921 | rsandifo | 2007-01-18 11:40:12 -0800 (Thu, 18 Jan 2007) | 27 lines
gcc/
* config/m68k/m68k-protos.h (m68k_output_pic_call): Delete.
(output_call, m68k_legitimize_call_address): Declare.
* config/m68k/m68k.h (EXTRA_CONSTRAINT): Remove unnecessary
parenthesees. Add support for a 'W' constraint.
(LEGITIMATE_PIC_OPERAND_P): Remove SYMBOL_REF_FLAG handling.
(PRINT_OPERAND_PUNCT_VALID_P): Remove comment about 'o'.
(m68k_symbolic_call, m68k_symbolic_jump): Declare.
* config/m68k/m68k.c (m68k_symbolic_call, m68k_symbolic_jump): New
variables.
(override_options): Initialize them. Do not set flag_no_function_cse
for TARGET_ID_SHARED_LIBRARY.
(m68k_output_pic_call): Delete.
(m68k_legitimize_call_address): New function.
(print_operand): Remove the %o prefix. Handle the %p prefix.
(output_call): New function.
(m68k_output_mi_thunk): Use m68k_symbolic_jump. Always load the
target address from the GOT if symbolic jumps are not allowed.
* config/m68k/m68k.md (call, general_operand): Do not set
SYMBOL_REF_FLAG. Use m68k_legitimize_call_address instead.
Merge separate flag_pic and !flag_pic define_insns into...
(*call, *call_value): ...these new patterns. Match the address
rather than the containing MEM and require it to be a call_operand.
Use output_call to generate the asm template.
* config/m68k/predicates.md (const_call_operand): New predicate.
(call_operand): Likewise.
........
r120922 | rsandifo | 2007-01-18 11:45:13 -0800 (Thu, 18 Jan 2007) | 40 lines
gcc/
* real.h (real_format): Add a canonical_nan_lsbs_set field.
(coldfire_single_format): Declare.
(coldfire_double_format): Likewise.
* real.c (encode_ieee_single): Use canonical_nan_lsbs_set instead
of qnan_msb_set to determine the lower bits of a canonical
NaN significand.
(encode_ieee_double): Likewise.
(encode_ieee_quad): Likewise.
(ieee_single_format): Initialize canonical_nan_lsbs_set.
(mips_single_format): Likewise.
(ieee_double_format): Likewise.
(mips_double_format): Likewise.
(ieee_extended_motorola_format): Likewise.
(ieee_extended_intel_96_format): Likewise.
(ieee_extended_intel_128_format): Likewise.
(ieee_extended_intel_96_round_53_format): Likewise.
(ibm_extended_format): Likewise.
(mips_extended_format): Likewise.
(ieee_quad_format): Likewise.
(mips_quad_format): Likewise.
(vax_f_format): Likewise.
(vax_d_format): Likewise.
(vax_g_format): Likewise.
(i370_single_format): Likewise.
(i370_double_format): Likewise.
(decimal_single_format): Likewise.
(decimal_double_format): Likewise.
(decimal_quad_format): Likewise.
(c4x_single_format): Likewise.
(c4x_extended_format): Likewise.
(real_internal_format): Likewise.
(coldfire_single_format): New real_format.
(coldfire_double_format): Likewise.
* config/pdp11/pdp11.c (pdp11_f_format): Initialize
canonical_nan_lsbs_set.
(pdp11_d_format): Likewise.
* config/m68k/m68k.c (override_options): Override REAL_FORMAT_MODE
if TARGET_COLDFIRE_CPU.
........
r120923 | rsandifo | 2007-01-18 11:46:30 -0800 (Thu, 18 Jan 2007) | 4 lines
gcc/
* config/m68k/m68k.md (movdf_cf_hard): Use output_move_double for
GPR<-GPR moves.
........
r120924 | rsandifo | 2007-01-18 11:49:17 -0800 (Thu, 18 Jan 2007) | 8 lines
gcc/
* config/m68k/m68k.md (movsf_cf_hard): Use fsmove instead of
f%$smove and f%$move.
(movdf_cf_hard): Use fdmove for cases 0 and 3 and fmove for case 1.
(extendsfdf2_cf): Use fdmove instead of f%&move.
(truncdfsf2_cf): Use fsmove instead of f%$smove.
(add<mode>3_cf, sub<mode>3_cf): Use <FP:prec> instead of <FP:round>.
........
r120925 | rsandifo | 2007-01-18 11:49:59 -0800 (Thu, 18 Jan 2007) | 6 lines
gcc/
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>
* config/m68k/fpgnulib.c (__truncdfsf2): Implement round to
nearest even, fix denormal rounding overflow.
........
r120926 | rsandifo | 2007-01-18 11:50:48 -0800 (Thu, 18 Jan 2007) | 11 lines
gcc/
200x-xx-xx Kazu Hirata <kazu@codesourcery.com>
* config/m68k/m68k-protos.h (use_return_insn): Rename to...
(m68k_use_return_insn): ...this.
* config/m68k/m68k.h (USE_RETURN_INSN): Delete.
* config/m68k/m68k.c (use_return_insn): Rename to...
(m68k_use_return_insn): ...this.
* config/m68k/m68k.md (return): Use m68k_use_return_insn instead
of USE_RETURN_INSN.
........
r120927 | rsandifo | 2007-01-18 11:51:47 -0800 (Thu, 18 Jan 2007) | 5 lines
gcc/
* config/m68k/m68k.c (m68k_use_return_insn): Update comments
before function. Extend register save check to include all
registers, not just integer ones.
........
r120928 | rsandifo | 2007-01-18 11:52:51 -0800 (Thu, 18 Jan 2007) | 6 lines
gcc/
200x-xx-xx Kazu Hirata <kazu@codesourcery.com>
* config/m68k/m68k.c (m68k_output_function_epilogue): Don't
output a NOP for empty epilogues.
........
r120929 | rsandifo | 2007-01-18 11:54:44 -0800 (Thu, 18 Jan 2007) | 17 lines
gcc/
200x-xx-xx Kazu Hirata <kazu@codesourcery.com>
Richard Sandiford <richard@codesourcery.com>
* doc/tm.texi (TARGET_FUNCTION_VALUE): Expand documentation of
parallels.
* calls.c (expand_call): If the return value is a PARALLEL,
extract its first member.
* config/m68k/linux.h (FUNCTION_EXTRA_EPILOGUE): Remove.
* config/m68k/m68k.c (m68k_output_function_epilogue): Don't
use FUNCTION_EXTRA_EPILOGUE.
(m68k_function_value): Return a PARALLEL if the return value
is of a pointer type.
* config/m68k/netbsd-elf.h (current_function_returns_pointer)
(FUNCTION_EXTRA_EPILOGUE): Remove.
* config/m68k/m68k.md (D0_REG): New constant.
........
r120930 | tromey | 2007-01-18 12:47:50 -0800 (Thu, 18 Jan 2007) | 8 lines
2007-01-18 Marco Trudel <mtrudel@gmx.ch>
* jni.cc (_Jv_JNI_FindClass): Initialize class.
* testsuite/libjava.jni/findclass2.jar: New file.
* testsuite/libjava.jni/findclass2.h: New file.
* testsuite/libjava.jni/findclass2.java: New file
* testsuite/libjava.jni/findclass2.c: New file.
* testsuite/libjava.jni/findclass2.out: New file.
........
r120931 | dberlin | 2007-01-18 13:30:38 -0800 (Thu, 18 Jan 2007) | 87 lines
2007-01-18 Daniel Berlin <dberlin@dberlin.org>
* tree-ssa-structalias.c: Update comments.
(ptabitmap_obstack): Removed.
(pta_obstack): New.
(oldpta_obstack): Ditto.
(stats): Add a few members.
(struct variable_info): Remove node, complex, address_taken, and
indirect_target members. Add oldsolution member.
(new_var_info): Do not initialize removed members.
(constraint_expr_type): Remove INCLUDES.
(constraint_graph): Add size, implicit_preds, rep,
indirect_cycles, eq_rep, label, direct_nodes, and complex members.
(FIRST_REF_NODE): New macro.
(LAST_REF_NODE): Ditto.
(FIRST_ADDR_NODE): Ditto.
(find): New function.
(unite): Ditto.
(dump_constraint): Do not handle INCLUDES.
(insert_into_complex): Do not insert duplicate constraints.
(condense_varmap_nodes): Renamed and rewritten into ...
(merge_node_constraints): This. Also fix bug in handling of
offseted copy constraints.
(clear_edges_for_node): No longer need to deal with preds at all,
or removing associated preds/succs.
(merge_graph_nodes): Deal with indirect_cycles.
Don't deal with predecessors.
(add_implicit_graph_edge): New function.
(add_pred_graph_edge): Ditto.
(add_graph_edge): Don't deal with predecessors.
(build_constraint_graph): Removed.
(build_pred_graph): New function.
(build_succ_graph): Ditto.
(struct scc_info): Removed in_component. Added roots, dfs, and
node_mapping. Remove visited_index, unification_queue.
(scc_visit): Deal with union-find we do now.
Deal with cycles with REF nodes.
(collapse_nodes): Renamed and rewritten to ...
(unify_nodes): This.
(process_unification_queue): Removed.
(topo_visit): Cleanup
(do_da_constraint): Use find.
(do_sd_constraint): Ditto.
(do_ds_constraint): Ditto.
(do_complex_constraint): Ditto.
(init_scc_info): Update for removed and added members.
(find_and_collapse_graph_cycles): Renamed and rewritten into ...
(find_indirect_cycles): This.
(equivalence_class): New variable.
(label_visit): New function.
(perform_variable_substitution): Rewritten.
(free_var_substitution_info): New function.
(find_equivalent_node): Ditto.
(move_complex_constraints): Ditto.
(eliminate_indirect_cycles): Ditto.
(solve_graph): Only propagate changed bits.
Use indirect cycle elimination.
Use find.
(tree_id_t): Rename to tree_vi_t, delete id member, add vi member.
(tree_id_eq): Renamed to ...
(tree_vi_eq): This. Update for member change
(insert_id_for_tree): Renamed and rewritten to ...
(insert_vi_for_tree): This.
(lookup_id_for_tree): Renamed and rewritten to ...
(lookup_vi_for_tree): This.
(get_id_for_tree): Renamed and rewritten to ...
(get_vi_for_tree): Ditto.
(get_constraint_exp_from_ssa_var): Update to use get_vi_for_tree.
(process_constraint): Don't handle INCLUDES.
Remove special ADDRESSOF case.
(find_func_aliases): Rewrite to use vi functions instead of id
ones.
(create_function_info_for): Ditto.
(create_variable_info_for): Ditto.
(intra_create_variable_infos): Ditto.
(merge_smts_into): Ditto.
(find_what_p_points_to): Ditto.
(init_base_vars): Ditto.
(init_alias_vars): Ditto.
(remove_preds_and_fake_succs): New function.
(dump_sa_points_to_info): Dump new stats.
(dump_solution_for_var): Use find.
(set_used_smts): Fix formatting.
(compute_points_to_sets): Updated for new functions.
(ipa_pta_execute): Ditto.
........
r120933 | hubicka | 2007-01-18 13:58:18 -0800 (Thu, 18 Jan 2007) | 3 lines
* tree-ssa-operands.c (vop_free_bucket_size): Never return value
greater than NUM_VOP_FREE_BUCKETS.
........
r120934 | meissner | 2007-01-18 14:12:49 -0800 (Thu, 18 Jan 2007) | 1 line
Make #if 0 type correct
........
r120935 | mrs | 2007-01-18 14:15:36 -0800 (Thu, 18 Jan 2007) | 3 lines
* config/rs6000/rs6000.c (rs6000_emit_vector_compare): Fix build
error.
........
r120936 | mrs | 2007-01-18 14:32:43 -0800 (Thu, 18 Jan 2007) | 4 lines
2007-01-18 Hui-May Chang <hm.chang@apple.com>
* gcc.c-torture/compile/pr27528.c: Add -fno-pic option.
........
r120938 | dje | 2007-01-18 15:43:08 -0800 (Thu, 18 Jan 2007) | 3 lines
* config/rs6000/darwin-ldouble.c: Only build _SOFT_FLOAT if
configured for long double 128.
........
r120943 | gccadmin | 2007-01-18 16:17:29 -0800 (Thu, 18 Jan 2007) | 1 line
Daily bump.
........
r120945 | sayle | 2007-01-18 16:30:47 -0800 (Thu, 18 Jan 2007) | 5 lines
* fold-const.c (fold_unary) <VIEW_CONVERT_EXPR>: Optimize away a
VIEW_CONVERT_EXPR to the same type as it's operand.
........
r120946 | kseitz | 2007-01-18 17:19:04 -0800 (Thu, 18 Jan 2007) | 4 lines
From Macro Trudel <mtrudel@gmx.ch>:
* gnu/classpath/jdwp/natVMVirtualMachine.cc (jdwpVMInitCB):
Use JNICALL.
........
r120947 | mrs | 2007-01-18 18:08:33 -0800 (Thu, 18 Jan 2007) | 2 lines
* configure.in: Re-enable -Werror for gcc builds.
........
r120948 | aoliva | 2007-01-18 22:27:18 -0800 (Thu, 18 Jan 2007) | 2 lines
* libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0.
........
r120949 | fxcoudert | 2007-01-18 23:12:16 -0800 (Thu, 18 Jan 2007) | 7 lines
* acinclude.m4 (LIBGFOR_WORKING_GFORTRAN): New check.
* configure.ac: Add call to LIBGFOR_WORKING_GFORTRAN.
* configure: Regenerate.
* config.h.in: Regenerate because it was forgottent in the last
commit.
........
r120950 | uros | 2007-01-19 00:59:39 -0800 (Fri, 19 Jan 2007) | 14 lines
* config/i386/i386.md (*fpatanxf3_i387, fpatan_extend<mode>xf3_i387):
New insn patterns.
(atan2sf3_1, atan2df3_1, atan2xf3_1): Remove insn patterns.
(atan2xf3): Directly generate RTL pattern.
(atan2<mode>3): Rename from atan2sf3 and atan2df3 and macroize insn
patterns using X87MODEF12 mode macro. Use fpatan_extend<mode>xf3_i387
and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
disable patterns for SSE math.
(atan<mode>2): Rename from atansf2 and atandf2 and macroize insn
patterns using X87MODEF12 mode macro. Use fpatan_extend<mode>xf3_i387
and truncate result to requested mode. Use SSE_FLOAT_MODE_P to
disable patterns for SSE math.
........
r120952 | rguenth | 2007-01-19 03:06:56 -0800 (Fri, 19 Jan 2007) | 11 lines
2007-01-19 Richard Guenther <rguenther@suse.de>
* doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
* defaults.h (TARGET_HAS_SINCOS): Default to off.
* config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
* config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
* config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
* config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
* config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
* config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.
........
r120953 | rguenth | 2007-01-19 03:13:24 -0800 (Fri, 19 Jan 2007) | 5 lines
2007-01-19 Richard Guenther <rguenther@suse.de>
* builtins.c (expand_builtin_cexpi): Fall back to expanding
via cexp in case sincos is not available.
........
r120954 | mueller | 2007-01-19 03:51:25 -0800 (Fri, 19 Jan 2007) | 6 lines
2007-01-19 Dirk Mueller <dmueller@suse.de>
* tree-ssa-alias.c (perform_var_substitution): Fix typo
in dump_flags test.
........
r120957 | rsandifo | 2007-01-19 05:28:57 -0800 (Fri, 19 Jan 2007) | 15 lines
gcc/
* config/m68k/m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT
and return a bool.
(output_move_const_into_data_reg, output_move_simode_const): Delete.
* config/m68k/m68k.c (const_method, const_int_cost): Take a
HOST_WIDE_INT instead of an rtx.
(m68k_rtx_costs): Update call accordingly.
(output_move_const_into_data_reg): Likewise. Fix formatting.
(valid_mov3q_const): Take a HOST_WIDE_INT instead of an rtx.
Return a bool.
(output_move_simode_const): Update calls after above changes.
Rework to use automatic variables and predicates like MEM_P.
* config/m68k/m68k.md (pushexthisi_const): Update call to
valid_mov3q_const.
........
r120958 | rsandifo | 2007-01-19 05:30:35 -0800 (Fri, 19 Jan 2007) | 9 lines
gcc/
200x-xx-xx Richard Sandiford <richard@codesourcery.com>
Julian Brown <julian@codesourcery.com>
* config/m68k/m68k.h (CONST_OK_FOR_LETTER_P): Add an 'R' case.
* config/m68k/m68k.md (*movsi_cfv4): Fold into...
(*movsi_cf): ...here. Remove unnecessary 'R' from 'Rg'.
Add commentary.
........
r120959 | rsandifo | 2007-01-19 05:34:59 -0800 (Fri, 19 Jan 2007) | 9 lines
gcc/
200x-xx-xx Sandra Loosemore <sandra@codesourcery.com>
* longlong.h (count_leading_zeros, COUNT_LEADING_ZEROS_0): Add
ColdFire alternatives.
* config/m68k/m68k.h (CLZ_DEFINED_VALUE_AT_ZERO): New macro.
* config/m68k/m68k.md (clzsi2): Define for ColdFire
architectures that support ff1 instruction.
........
r120960 | rsandifo | 2007-01-19 05:39:35 -0800 (Fri, 19 Jan 2007) | 6 lines
gcc/
* config/m68k/m68k.md (bordered, bunordered, buneq, bunge, bungt)
(bunle, bunlt, bltgt, bordered_rev, bunordered_rev, buneq_rev)
(bunge_rev, bungt_rev, bunle_rev, bunlt_rev, bltgt_rev): Change
condition from TARGET_68881 to TARGET_HARD_FLOAT.
........
r120961 | rsandifo | 2007-01-19 05:40:21 -0800 (Fri, 19 Jan 2007) | 4 lines
gcc/
* config/m68k/m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint
from accepting 's' constraints if flag_pic.
........
r120962 | rsandifo | 2007-01-19 05:40:54 -0800 (Fri, 19 Jan 2007) | 5 lines
gcc/
* config/m68k/m68k.c (notice_update_cc): If an SFmode move is
implemented using move.l, do not use its cc result for floating-point
comparisons.
........
r120963 | rsandifo | 2007-01-19 05:42:00 -0800 (Fri, 19 Jan 2007) | 7 lines
gcc/
* config/m68k/m68k.md (adddi_dilshr32): Rename to...
(*adddi_dilshr32): ...this. Fix formatting. Remove commented-out
non-canonical pattern. Restrict to !TARGET_COLDFIRE.
(*adddi_dilshr32_cf): New pattern.
(adddi3, subdi3): Remove first alternatives.
........
r120964 | rsandifo | 2007-01-19 05:45:54 -0800 (Fri, 19 Jan 2007) | 16 lines
gcc/
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>
Richard Sandiford <richard@codesourcery.com>
* config/m68k/m68k.h (M68K_STATIC_CHAIN_REG_NAME): New macro.
(INITIALIZE_TRAMPOLINE): Use STATIC_CHAIN_REGNUM.
(__transfer_from_trampoline): Use M68K_STATIC_CHAIN_REG_NAME.
* config/m68k/m68kelf.h (STATIC_CHAIN_REGNUM): Override.
(M68K_STATIC_CHAIN_REG_NAME): Likewise.
* config/m68k/netbsd-elf.h (M68K_STATIC_CHAIN_REG_NAME): Likewise.
gcc/testsuite/
200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>
* gcc.c-torture/execute/nestfunc-7.c: New.
........
r120965 | rsandifo | 2007-01-19 05:49:06 -0800 (Fri, 19 Jan 2007) | 4 lines
gcc/
* config/m68k/m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32
for ColdFire targets.
........
r120966 | uros | 2007-01-19 06:03:17 -0800 (Fri, 19 Jan 2007) | 20 lines
* config/i386/i386.md (acos<mode>2): Rename from acossf2 and acosdf2.
Macroize expander using X87MODEF12 mode macro. Extend operand 1
to XFMode, use acosxf2 and truncate result to requested mode.
Use SSE_FLOAT_MODE_P to disable patterns for SSE math.
(asin<mode>2): Similarly, with asin expanders.
(*fscalexf4_i387): Rename from *fscalexf4.
(expNcorexf3): New expander.
(expxf2, exp10xf2, exp2xf2): Use expNcorexf3 expander.
(exp<mode>2): Rename from expsf2 and expdf2. Macroize expander using
X87MODEF12 mode macro. Extend operand 1 to XFMode, use expxf2 and
truncate result to requested mode. Use SSE_FLOAT_MODE_P to disable
patterns for SSE math.
(exp10<mode>2): Similarly, with exp10 expanders.
(exp2<mode>2): Similarly, with exp2 expanders.
(expm1<mode>2): Similarly, with expm1 expanders.
(ldexp<mode>3): Similarly, with ldexp expanders.
(log<mode>2, log10<mode>2, log2<mode>2, log1p<mode>2, logb<mode>2):
Use gen_truncxf<mode>2_i387_noop to truncate result.
........
r120967 | mueller | 2007-01-19 06:11:05 -0800 (Fri, 19 Jan 2007) | 6 lines
2007-01-19 Dirk Mueller <dmueller@suse.de>
* config/i386.h (CONDITIONAL_REGISTER_USAGE): Store
result of PIC_OFFSET_TABLE_REGNUM in temporary variable to avoid
duplicate evaluation.
........
r120969 | manu | 2007-01-19 08:04:57 -0800 (Fri, 19 Jan 2007) | 11 lines
2007-01-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
* toplev.c (warn_deprecated_use): Use %qD instead of %qs to
print the name of the declared identifier.
testsuite/
* g++.dg/warn/deprecated.C: Update warning output.
* g++.dg/warn/deprecated-2.C: Likewise.
* g++.dg/warn/deprecated-3.C: New.
........
r120970 | hubicka | 2007-01-19 09:20:20 -0800 (Fri, 19 Jan 2007) | 6 lines
* ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of 'early' argument
take inlining mode argument specifying whether to inline for size/speeed or all
functions; add support for flattening; improve dumpting.
(cgraph_early_inlining): Update call of decide_inlining_incrementally.
........
r120971 | kseitz | 2007-01-19 09:20:21 -0800 (Fri, 19 Jan 2007) | 3 lines
* gnu/classpath/jdwp/natVMVirtualMachine.cc: Mark unused parameters
in methods and reformat.
........
r120972 | kseitz | 2007-01-19 09:46:57 -0800 (Fri, 19 Jan 2007) | 3 lines
* gnu/classpath/jdwp/natVMFrame.cc: Mark unused parameters with
MAYBE_UNUSED.
........
r120973 | bstarynk | 2007-01-19 09:56:18 -0800 (Fri, 19 Jan 2007) | 14 lines
2007-01-19 Basile Starynkevitch <basile@starynkevitch.net>
* gcc/doc/gty.texi (Options): Document the mark_hook option to
GTY.
* gcc/gengtype.c (write_types_data, write_func_for_structure,
write_types, ggc_wtd, pch_wtd): Added skip_hooks to
write_types_data, ggc_wtd, pch_wtd for mark_hook.
(walk_type, write_func_for_structure): Generate the mark_hook if
needed.
* MAINTAINERS: added myself (Basile Starynkevitch) to write after
approval.
........
r120974 | bstarynk | 2007-01-19 10:05:08 -0800 (Fri, 19 Jan 2007) | 11 lines
2007-01-19 Basile Starynkevitch <basile@starynkevitch.net>
* doc/gty.texi (Options): Document the mark_hook option to
GTY.
* gcc/gengtype.c (write_types_data, write_func_for_structure,
write_types, ggc_wtd, pch_wtd): Added skip_hooks to
write_types_data, ggc_wtd, pch_wtd for mark_hook.
(walk_type, write_func_for_structure): Generate the mark_hook if
needed.
........
r120975 | hubicka | 2007-01-19 10:34:02 -0800 (Fri, 19 Jan 2007) | 45 lines
Patch by Tomas Bily <tbily@suse.cz>
* cgraphunit.c (cgraph_finalize_function): Updating of pid
* tree-profile.c:
(tree_init_ic_make_global_vars): New function
(tree_init_edge_profiler): call of tree_init_ic_make_global_vars
(tree_gen_ic_profiler): New function
(tree_gen_ic_func_profiler): New function
(tree_profiling): Added calling of tree_gen_ic_func_profiler
(tree_profile_hooks): Added hook for indirec/virtual calls
* value-prof.c (tree_find_values_to_profile): New case for
indirect calls
(tree_values_to_profile): Call for determining indirect/virtual
counters
(tree_indirect_call_to_profile): New function
(tree_ic_transform): New function
(tree_ic): New function
(find_func_by_pid): New function
(init_pid_map): New function
(tree_value_profile_transformations): Added check for
indirect/virtual call transformation
* value-prof.h (enum hist_type): New counter type for
indirect/virtual calls
(profile_hooks): Added new hook for profiling indirect/virtual
calls
* profile.c (instrument_values): New case for indirect/virtual
call added
* gcov-io.h (GCOV_LAST_VALUE_COUNTER): Changed to 6
(GCOV_COUNTER_V_INDIR): New counter type
(GCOV_COUNTER_NAMES): New name of counter "indirect" added
(GCOV_MERGE_FUNCTIONS): New merge function for indirect/virtual
call added
* cgraph.c: Definition of cgraph_max_pid
(cgraph_create_node): Default init of pid attribute
* cgraph.h: Declaration of cgraph_max_pid
(struct cgraph_node): Added pid attribute
* libgcov.c (__gcov_indirect_call_profiler): New function
(__gcov_one_value_profiler_body): New function
(__gcov_one_value_profiler): Body was moved to
__gcov_one_value_profiler_body and calls it
gcc.dg/tree-prof/indir-call-prof.c: New.
g++.dg/dg.exp: Add tree-prof subdirectory.
g++.dg/tree-prof/indir-call-prof.C: New.
g++.dg/tree-prof/tree-prof.exp: New.
........
r120976 | sje | 2007-01-19 10:38:30 -0800 (Fri, 19 Jan 2007) | 3 lines
* system.h (ASM_MAKE_LABEL_LINKONCE): Poison.
* varasm.c (globalize_decl): Remove ASM_MAKE_LABEL_LINKONCE ifdef.
........
r120977 | andreast | 2007-01-19 11:19:35 -0800 (Fri, 19 Jan 2007) | 9 lines
2007-01-19 Andreas Tobler <a.tobler@schweiz.org>
* os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
added defines to include/private/gc_priv.h
* darwin_stop_world.c: Removed the above defines.
(catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
* include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
........
r120978 | sayle | 2007-01-19 11:35:22 -0800 (Fri, 19 Jan 2007) | 15 lines
* common.opt (fsigned-zeros): New command line option.
* flags.h (HONOR_SIGNED_ZEROS): Control via flag_signed_zeros instead
of flag_unsafe_math_optimizations.
* opts.c (set_fast_math_flags): The -ffast-math command line option
implies -fno-signed-zeros.
(fast_math_flags_set_p): Likewise.
* doc/invoke.texi: Document new -fno-signed-zeros option, and update
the documentation of -ffast-math appropriately. Wrap long lines.
* gcc.dg/pr30172-1.c: Specify the -fno-signed-zeros command line
option instead of -funsafe-math-optimizations.
........
r120980 | brooks | 2007-01-19 15:21:34 -0800 (Fri, 19 Jan 2007) | 46 lines
* intrinsic.texi: general whitespace cleanup.
(menu): Added TIME8, removed UNMASK.
(AINT): Clarified argument requirement.
(ANINT): Clarified argument requirement.
(CEILING): Clarified argument requirement.
(CHAR): Clarified argument requirement.
(CMPLX): Clarified argument requirement.
(DCMPLX): Clarified argument requirement.
(FGET): Line rewrapping.
(FLOOR): Clarified argument requirement.
(GMTIME): Added documentation.
(IAND): Added cross-reference.
(IBCLR): Added cross-reference.
(IBSET): Added cross-reference.
(IEOR): Added cross-reference.
(INT): Collapsed examples, clarified argument requirement.
(IOR): Added cross-references.
(LEN_TRIM): Corrected result kind.
(LINK): Added cross-reference.
(LLT): Removed "documentation pending".
(LOGICAL): Added documentation.
(LSHIFT): Added documentation.
(LTIME): Added documentation.
(MATMUL): Added documentation.
(MAX): Added documentation.
(MAXLOC): Added documentation.
(MAXVAL): Added documentation.
(MERGE): Added documentation.
(MIN): Added documentation.
(MINLOC): Added documentation.
(MINVAL): Added documentation.
(MVBITS): Moved to correct place, added documentation.
(NOT): Added documentation.
(PERROR): Added documentation.
(RAN): Moved to correct place, added documentation.
(REAL): Clarified argument requirement.
(RENAME): Added documentation.
(RSHIFT): Clarified argument requirement.
(SIGN): Corrected table specification.
(SYMLNK): Added documentation.
(SYSTEM): Added documentation.
(TIME): Added documentation.
(TIME8): Added section and documentation.
(UNMASK): Removed erroneous section.
........
r120982 | brooks | 2007-01-19 15:35:03 -0800 (Fri, 19 Jan 2007) | 4 lines
* intrinsic.texi (MATMUL): Corrected a typo.
(MAX): Separated @var arguments.
(MIN): Separated @var arguments.
........
r120983 | hubicka | 2007-01-19 16:13:38 -0800 (Fri, 19 Jan 2007) | 7 lines
* tree-ssa.c (init_tree_ssa): Do not call init_alias_heapvars.
* tree-ssa-structalias.c (compute_points_to_sets): Do call
init_alias_heapvars.
(init_alias_heapvars): Initialize only when not already initialized.
(delete_alias_heapvars): Set heapvar_for_stmt to NULL.
........
r120984 | mrs | 2007-01-19 16:13:53 -0800 (Fri, 19 Jan 2007) | 3 lines
* gcc.dg/darwin-ld-6.c: Remove, tests a linker flag that is going
away.
........
r120990 | gccadmin | 2007-01-19 16:18:02 -0800 (Fri, 19 Jan 2007) | 1 line
Daily bump.
........
r120992 | hubicka | 2007-01-19 16:30:19 -0800 (Fri, 19 Jan 2007) | 4 lines
* decl2.c (start_objects, start_static_storage_duration_function):
Do not make the functions uninlinable.
........
r120993 | ghazi | 2007-01-19 16:33:00 -0800 (Fri, 19 Jan 2007) | 7 lines
* builtins.c (fold_builtin_1): Handle builtin fdim.
testsuite:
* gcc.dg/torture/builtin-math-3.c: Test fdim.
........
r120994 | ian | 2007-01-19 17:31:06 -0800 (Fri, 19 Jan 2007) | 18 lines
* tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field
to unsigned.
(VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Use unsigned comparison.
(VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
(SET_VUSE_VECT_ELEMENT) [ENABLE_CHECKING]: Likewise.
(SET_VUSE_ELEMENT_VAR) [ENABLE_CHECKING]: Likewise.
(SET_VUSE_ELEMENT_PTR) [ENABLE_CHECKING]: Likewise.
(realloc_vdef, realloc_vuse): Change second parameter to
unsigned.
(ssa_operand_iterator_d): Change vuse_index and mayuse_index
fields to unsigned.
* tree-ssa-operands.c (realloc_vop): Change num_elem parameter to
unsigned. Change x and lim locals to unsigned.
(realloc_vdef, realloc_vuse): Change num_elem parameter to
unsigned.
(finalize_ssa_vuse_ops): Change old_i local to unsigned.
(copy_virtual_operands): Change i and n locals to unsigned.
........
r120995 | ian | 2007-01-19 18:04:31 -0800 (Fri, 19 Jan 2007) | 3 lines
* expmed.c (expand_divmod) [TRUNC_MOD_EXPR, TRUNC_DIV_EXPR]: Cast
constant to unsigned HOST_WIDE_INT before negating.
........
r120997 | ian | 2007-01-19 20:51:07 -0800 (Fri, 19 Jan 2007) | 3 lines
Cast both sides of the conditional expression. Still covered by same
ChangeLog entry--nothing was checked in since last change.
........
r120998 | rguenth | 2007-01-20 03:12:35 -0800 (Sat, 20 Jan 2007) | 7 lines
2007-01-20 Richard Guenther <rguenther@suse.de>
* f95-lang.c (gfc_init_builtin_functions): Provide cbrt and
cexpi builtins if we have TARGET_C99_FUNCTIONS. Provide
sincos builtins if the target has sincos.
........
r120999 | hubicka | 2007-01-20 03:24:06 -0800 (Sat, 20 Jan 2007) | 3 lines
* tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL
as temporary.
........
r121000 | fxcoudert | 2007-01-20 05:01:08 -0800 (Sat, 20 Jan 2007) | 4 lines
* options.c (gfc_handle_module_path_options): Path used in -J
option is now added to the module search path.
........
r121002 | danglin | 2007-01-20 08:27:06 -0800 (Sat, 20 Jan 2007) | 3 lines
* pa.c (output_move_double): Change array size of xoperands to 4.
........
r121006 | bstarynk | 2007-01-20 09:59:46 -0800 (Sat, 20 Jan 2007) | 1 line
gcc/Changelog typos
........
r121007 | fxcoudert | 2007-01-20 10:33:20 -0800 (Sat, 20 Jan 2007) | 162 lines
* gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.
* lang.opt: Add -fallow-leading-underscore.
* match.c (gfc_match_name): Allow leading underscore in symbol
name if -fallow-leading-underscore is used.
* symbol.c (gfc_get_default_type): Add special case for symbol
names beginning with an underscore.
* trans-decl.c (gfc_get_extern_function_decl,
gfc_build_intrinsic_function_decls): Add _gfortran prefix to
library symbols selected_int_kind, selected_real_kind and
all specifics.
* options.c (gfc_init_options, gfc_handle_option): Handle the
new -fallow-leading-underscore option.
* m4/misc_specifics.m4: Add _gfortran prefix to specific names.
* m4/specific2.m4: Likewise.
* m4/specific.m4: Likewise.
* intrinsics/f2c_specifics.F90: Likewise.
* intrinsics/selected_int_kind.f90: Add _gfortran prefix.
* intrinsics/selected_real_kind.f90: Likewise.
* intrinsics/dprod_r8.f90: Likewise.
* Makefile.am: Add -fallow-leading-underscore to the
gfor_specific_src files, as well as selected_real_kind.F90
and selected_int_kind.F90
* Makefile.in: Regenerate.
* generated/_sqrt_c8.F90: Regenerate.
* generated/_sign_r16.F90: Regenerate.
* generated/_log_c16.F90: Regenerate.
* generated/_sin_c10.F90: Regenerate.
* generated/_tanh_r4.F90: Regenerate.
* generated/_tanh_r8.F90: Regenerate.
* generated/_log10_r10.F90: Regenerate.
* generated/_aimag_c4.F90: Regenerate.
* generated/_sign_r4.F90: Regenerate.
* generated/_aimag_c8.F90: Regenerate.
* generated/_sign_r8.F90: Regenerate.
* generated/_mod_i4.F90: Regenerate.
* generated/_cos_r16.F90: Regenerate.
* generated/_aint_r10.F90: Regenerate.
* generated/_mod_i8.F90: Regenerate.
* generated/_abs_i16.F90: Regenerate.
* generated/_sqrt_c10.F90: Regenerate.
* generated/_atan2_r4.F90: Regenerate.
* generated/_cos_c4.F90: Regenerate.
* generated/_atan_r16.F90: Regenerate.
* generated/_tanh_r10.F90: Regenerate.
* generated/_atan2_r8.F90: Regenerate.
* generated/_cos_c8.F90: Regenerate.
* generated/_exp_r4.F90: Regenerate.
* generated/_log_r10.F90: Regenerate.
* generated/_exp_r8.F90: Regenerate.
* generated/_abs_r4.F90: Regenerate.
* generated/_abs_r8.F90: Regenerate.
* generated/_sin_r16.F90: Regenerate.
* generated/_tan_r4.F90: Regenerate.
* generated/_tan_r8.F90: Regenerate.
* generated/_sign_i4.F90: Regenerate.
* generated/_sign_i8.F90: Regenerate.
* generated/_exp_c16.F90: Regenerate.
* generated/_sqrt_r16.F90: Regenerate.
* generated/_conjg_c4.F90: Regenerate.
* generated/_conjg_c8.F90: Regenerate.
* generated/_dim_r16.F90: Regenerate.
* generated/_mod_r10.F90: Regenerate.
* generated/_abs_c10.F90: Regenerate.
* generated/_conjg_c16.F90: Regenerate.
* generated/_tan_r16.F90: Regenerate.
* generated/_asinh_r10.F90: Regenerate.
* generated/_abs_i4.F90: Regenerate.
* generated/_abs_i8.F90: Regenerate.
* generated/_acos_r10.F90: Regenerate.
* generated/_exp_r10.F90: Regenerate.
* generated/_acosh_r16.F90: Regenerate.
* generated/_atan2_r16.F90: Regenerate.
* generated/_cos_c16.F90: Regenerate.
* generated/_mod_i16.F90: Regenerate.
* generated/_asin_r4.F90: Regenerate.
* generated/_anint_r16.F90: Regenerate.
* generated/_asin_r8.F90: Regenerate.
* generated/_aimag_c10.F90: Regenerate.
* generated/_exp_c4.F90: Regenerate.
* generated/_sinh_r10.F90: Regenerate.
* generated/_exp_c8.F90: Regenerate.
* generated/_log10_r4.F90: Regenerate.
* generated/_log10_r8.F90: Regenerate.
* generated/_abs_c4.F90: Regenerate.
* generated/_abs_r16.F90: Regenerate.
* generated/_abs_c8.F90: Regenerate.
* generated/_asin_r10.F90: Regenerate.
* generated/_sign_r10.F90: Regenerate.
* generated/_atanh_r16.F90: Regenerate.
* generated/_log_c10.F90: Regenerate.
* generated/_cosh_r16.F90: Regenerate.
* generated/_sin_c16.F90: Regenerate.
* generated/_cos_r10.F90: Regenerate.
* generated/_log10_r16.F90: Regenerate.
* generated/_aint_r16.F90: Regenerate.
* generated/_acos_r4.F90: Regenerate.
* generated/_acos_r8.F90: Regenerate.
* generated/_sqrt_c16.F90: Regenerate.
* generated/_acosh_r4.F90: Regenerate.
* generated/_atan_r10.F90: Regenerate.
* generated/_acosh_r8.F90: Regenerate.
* generated/_sign_i16.F90: Regenerate.
* generated/_tanh_r16.F90: Regenerate.
* generated/_log_r4.F90: Regenerate.
* generated/_log_r8.F90: Regenerate.
* generated/_sin_r4.F90: Regenerate.
* generated/_sin_r8.F90: Regenerate.
* generated/_log_r16.F90: Regenerate.
* generated/_sin_r10.F90: Regenerate.
* generated/_sqrt_r4.F90: Regenerate.
* generated/_exp_c10.F90: Regenerate.
* generated/_sqrt_r8.F90: Regenerate.
* generated/_asinh_r4.F90: Regenerate.
* generated/_sqrt_r10.F90: Regenerate.
* generated/_asinh_r8.F90: Regenerate.
* generated/_dim_r4.F90: Regenerate.
* generated/_dim_r8.F90: Regenerate.
* generated/_dim_r10.F90: Regenerate.
* generated/_cosh_r4.F90: Regenerate.
* generated/_conjg_c10.F90: Regenerate.
* generated/_tan_r10.F90: Regenerate.
* generated/_cosh_r8.F90: Regenerate.
* generated/_mod_r16.F90: Regenerate.
* generated/_abs_c16.F90: Regenerate.
* generated/_cos_r4.F90: Regenerate.
* generated/_asinh_r16.F90: Regenerate.
* generated/_cos_r8.F90: Regenerate.
* generated/_atanh_r4.F90: Regenerate.
* generated/_atanh_r8.F90: Regenerate.
* generated/_acos_r16.F90: Regenerate.
* generated/_anint_r4.F90: Regenerate.
* generated/_acosh_r10.F90: Regenerate.
* generated/_anint_r8.F90: Regenerate.
* generated/_exp_r16.F90: Regenerate.
* generated/_mod_r4.F90: Regenerate.
* generated/_cos_c10.F90: Regenerate.
* generated/_atan2_r10.F90: Regenerate.
* generated/_dim_i16.F90: Regenerate.
* generated/_mod_r8.F90: Regenerate.
* generated/_anint_r10.F90: Regenerate.
* generated/_aint_r4.F90: Regenerate.
* generated/_aint_r8.F90: Regenerate.
* generated/_dim_i4.F90: Regenerate.
* generated/_sinh_r4.F90: Regenerate.
* generated/_log_c4.F90: Regenerate.
* generated/_dim_i8.F90: Regenerate.
* generated/_sinh_r8.F90: Regenerate.
* generated/_log_c8.F90: Regenerate.
* generated/_sin_c4.F90: Regenerate.
* generated/_sin_c8.F90: Regenerate.
* generated/misc_specifics.F90: Regenerate.
* generated/_abs_r10.F90: Regenerate.
* generated/_aimag_c16.F90: Regenerate.
* generated/_atan_r4.F90: Regenerate.
* generated/_sinh_r16.F90: Regenerate.
* generated/_atan_r8.F90: Regenerate.
* generated/_atanh_r10.F90: Regenerate.
* generated/_cosh_r10.F90: Regenerate.
* generated/_sqrt_c4.F90: Regenerate.
* generated/_asin_r16.F90: Regenerate.
........
r121008 | doko | 2007-01-20 10:34:19 -0800 (Sat, 20 Jan 2007) | 6 lines
2007-01-20 Matthias Klose <doko@debian.org>
* native/jni/gtk-peer/Makefile.am, native/jawt/Makefile.am: Install
into nativeexeclibdir instead of gcjversionedlibdir.
* native/jni/gtk-peer/Makefile.in, native/jawt/Makefile.in: Regenerate.
........
r121009 | sayle | 2007-01-20 12:05:24 -0800 (Sat, 20 Jan 2007) | 9 lines
* trans-intrinsic.c (gfc_conv_intrinsic_sign): New branchless
implementation for the SIGN intrinsic with integral operands.
(gfc_conv_intrinsic_minmax): Fix whitespace.
* gfortran.dg/intrinsic_sign_1.f90: New test case.
* gfortran.dg/intrinsic_sign_2.f90: Likewise.
........
r121010 | sayle | 2007-01-20 12:12:44 -0800 (Sat, 20 Jan 2007) | 22 lines
* dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL,
i.e. that the ARRAY_REF doesn't mention components.
* trans-array.c (gfc_constant_array_constructor_p): Export external
function renamed from constant_array_constructor_p.
(gfc_build_constant_array_constructor): Export.
(gfc_trans_array_constructor): Update call to the renamed function
constant_array_constructor_p.
* trans-array.h (gfc_constant_array_constructor_p): Prototype here.
(gfc_build_constant_array_constructor): Likewise.
* trans-expr.c (gfc_build_memcpy_call): New helper function split
out from gfc_trans_array_copy.
(gfc_trans_array_copy): Use gfc_build_memcpy_call.
(gfc_trans_array_constructor_copy): New function to optimize
assigning an entire array from a constant array constructor.
(gfc_trans_assignment): Call gfc_trans_array_constructor_copy
when appropriate.
* gfortran.dg/array_memcpy_3.f90: New test case.
* gfortran.dg/vect/vect-5.f90: Update vectorized loop count.
........
r121011 | sayle | 2007-01-20 12:19:30 -0800 (Sat, 20 Jan 2007) | 6 lines
* module.c (mio_array_ref): The dimen_type fields of an array ref
are an enumerated type and can't be read/written directly with a
call to mio_integer. Instead loop over and cast each element.
........
r121012 | kargl | 2007-01-20 14:01:41 -0800 (Sat, 20 Jan 2007) | 5 lines
* openmp.c, matchexp.c, module.c, scanner.c, resolve.c, st.c,
parse.c, primary.c, options.c, misc.c, simplify.c: Next installment
in the massive whitespace patch.
........
r121013 | burnus | 2007-01-20 15:54:15 -0800 (Sat, 20 Jan 2007) | 5 lines
2007-01-21 Tobias Burnus <burnus@net-b.de>
* update_web_docs_svn: Build also libgomp documentation.
........
r121018 | gccadmin | 2007-01-20 16:18:04 -0800 (Sat, 20 Jan 2007) | 1 line
Daily bump.
........
r121020 | brooks | 2007-01-20 16:32:55 -0800 (Sat, 20 Jan 2007) | 5 lines
* intrinsic.texi: Edited all "Syntax" examples to a consistent form.
(MAXVAL): Corrected description of result characteristics.
(MINVAL): Same.
(UMASK): Added documentation.
........
r121022 | hubicka | 2007-01-20 18:54:43 -0800 (Sat, 20 Jan 2007) | 3 lines
* tree-flow.h (struct stmt_ann_d): Move references_memory to proper
place within annotation.
........
r121023 | sayle | 2007-01-20 19:54:41 -0800 (Sat, 20 Jan 2007) | 9 lines
* doc/invoke.texi (-fdump-rtl-combine): Fix under/overfull hbox.
(-fdump-rtl-stack): Likewise.
(-fno-signed-zeros): Use @minus{} for a minus sign. Correct typo.
(-mcheck-zero-division, -mcpu): Fix under/overfull hbox.
(-mpt-fixed): Use @minus{} for minus sign.
(Using Precompiled Headers): Fix under/overfull hbox.
........
r121024 | pinskia | 2007-01-20 22:51:07 -0800 (Sat, 20 Jan 2007) | 21 lines
2007-01-20 Andrew Pinski <pinskia@gmail.com>
* objc-act.c (hash_interface): Use IDENTIFIER_HASH_VALUE instead
of htab_hash_pointer.
(lookup_interface): Likewise.
(add_class): Likewise.
2007-01-20 Andrew Pinski <pinskia@gmail.com>
* objc.dg/pch: New directory.
* objc.dg/pch/pch.exp: New file.
* objc.dg/pch/interface-1.m: New test.
* objc.dg/pch/interface-1.hs: New include file.
* lib/objc.exp (objc_target_compile): Add
"-x objective-c-header" in front of the sources if this is
a precompiled header being compiled.
........
r121025 | doko | 2007-01-20 23:47:15 -0800 (Sat, 20 Jan 2007) | 5 lines
2007-01-21 Matthias Klose <doko@debian.org>
* Makefile.am (install-exec-hook): Use transformed name.
* Makefile.in: Regenerate.
........
r121026 | irar | 2007-01-21 01:22:56 -0800 (Sun, 21 Jan 2007) | 15 lines
* tree-vectorizer.h (struct _stmt_vec_info): Add new field
read_write_dep and macros for its access.
* tree-vectorizer.c (new_stmt_vec_info): Initialize the new field.
* tree-vect-analyze.c (vect_analyze_data_ref_dependence): Remove
argument, call vect_check_interleaving for every independent pair of
data-refs. Mark loads that access the same memory location as a store
in the loop.
(vect_check_dependences): Remove.
(vect_analyze_data_ref_dependences): Remove vect_check_dependences
call, fix the call to vect_analyze_data_ref_dependence.
(vect_analyze_data_ref_access): For statements that access the same
data-ref, check that they are not stores; for loads, check that there
is no store that access the same location.
........
r121027 | paolo | 2007-01-21 01:57:42 -0800 (Sun, 21 Jan 2007) | 16 lines
2007-01-21 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_algobase.h (__fill_aux(wchar_t*, wchar_t*,
const wchar_t&), __fill_n_aux(wchar_t*, _Size, const wchar_t&)): New.
(fill(signed char*, signed char*, const signed char&),
fill(unsigned char*, unsigned char*, const unsigned char&),
fill(char*, char*, char&), fill_n(signed char*, _Size,
const signed char&), fill_n(unsigned char*, _Size,
const unsigned char&), fill_n(char*, _Size, char&)): Rename to
__*_aux.
(__fill_normal, __fill_n_normal): New, call the latter.
(fill, fill_n): Adjust, call the latter.
* testsuite/25_algorithms/fill/4.cc: New.
* testsuite/25_algorithms/fill/5.cc: New.
........
r121032 | mueller | 2007-01-21 08:12:10 -0800 (Sun, 21 Jan 2007) | 7 lines
2007-01-21 Dirk Mueller <dmueller@suse.de>
* tree-vrp.c (check_array_bounds): do not warn
about ADDR_EXPR's of ARRAY_REF's which are immediately
used in binary expressions.
........
r121033 | burnus | 2007-01-21 08:16:10 -0800 (Sun, 21 Jan 2007) | 12 lines
2006-12-09 Tobias Burnus <burnus@net-b.de>
* intrinsics/date_and_time.c (date_and_time): Fix case where time
can go backwards.
* configure.ac: Remove AC_TRY_RUN test for timezone in
gettimeofday.
* acinclude.m4: Ditto.
* configure: Regenerate.
* config.h.in: Regenerate.
........
r121034 | hubicka | 2007-01-21 10:35:27 -0800 (Sun, 21 Jan 2007) | 11 lines
* ipa-inline.c (inlining_mode): Comment, move up.
(cgraph_decide_inlining_incrementally): Do not perform inlining itself; fix
handling of flattening of self recursive functions.
(cgraph_find_cycles): Remove.
(cgraph_flatten_node): Remove.
(cgraph_decide_inlining): Use incremental inliner to handle flattening.
(try_inline): New function.
(cgraph_early_inlining): Update call of cgraph_decide_inlining_incrementally.
Apply inlining here.
(apply_inline): Update call of cgraph_decide_inlining_incrementally.
........
r121035 | tkoenig | 2007-01-21 12:51:53 -0800 (Sun, 21 Jan 2007) | 12 lines
2007-01-21 Thomas Koenig <Thomas.Koenig@online.de>
* intrinsics/string_intrinsics.c(compare_string): Make
sure that comparisons are done unsigned.
2007-01-21 Thomas Koenig <Thomas.Koenig@online.de>
* gfortran.dg/char_comparison_1.f: New test.
........
r121036 | fxcoudert | 2007-01-21 13:04:53 -0800 (Sun, 21 Jan 2007) | 2 lines
* runtime/error.c: Include sys/time.h before sys/resource.h.
........
r121037 | ebotcazou | 2007-01-21 14:32:39 -0800 (Sun, 21 Jan 2007) | 18 lines
* combine.c (replaced_rhs_insn): Rename to i2mod.
(replaced_rhs_value): Rename to i2mod_new_rhs.
(i2mod_old_rhs): New global variable.
(combine_instructions): Adjust for above change. Save a copy of
the old RHS into i2mod_old_rhs when the contents of a REG_EQUAL
note are substituted in the second instruction.
(distribute_notes) <REG_DEAD>: Adjust for above change. Do not
ditch the note if it pertains to the second eliminated register
and this register is mentioned in i2mod_old_rhs.
Revert:
2006-09-12 Eric Botcazou <ebotcazou@libertysurf.fr>
* combine.c (distribute_notes) <REG_DEAD>: Do not consider SETs past
the insn to which the note was originally attached.
........
r121045 | gccadmin | 2007-01-21 16:17:46 -0800 (Sun, 21 Jan 2007) | 1 line
Daily bump.
........
r121047 | pinskia | 2007-01-21 16:43:56 -0800 (Sun, 21 Jan 2007) | 7 lines
2007-01-21 Andrew Pinski <pinskia@gmail.com>
* config.host (alpha*-*-linux*): Set extra_parts.
........
r121049 | brooks | 2007-01-21 18:46:59 -0800 (Sun, 21 Jan 2007) | 7 lines
* intrinsic.texi (ACHAR): Added cross-references.
(CHAR): Put cross-references in alphabetical order.
(IACHAR): Added cross-references.
(ICHAR): Added cross-references.
........
r121051 | bje | 2007-01-21 21:54:27 -0800 (Sun, 21 Jan 2007) | 2 lines
Typo fix.
........
r121052 | rguenth | 2007-01-22 03:11:00 -0800 (Mon, 22 Jan 2007) | 15 lines
2007-01-22 Richard Guenther <rguenther@suse.de>
* tree-ssa-math-opts.c (maybe_record_sincos): New static helper
function.
(execute_cse_sincos_1): Likewise.
(execute_cse_sincos): Likewise.
(gate_cse_sincos): Likewise.
(pass_cse_sincos): New pass CSEing sin() and cos() calls using
the cexpi() canonicalization of sincos().
* tree-pass.h (pass_cse_sincos): Declare.
* passes.c (init_optimization_passes): New pass pas_cse_sincos.
* gcc.dg/builtins-62.c: New testcase.
........
r121053 | aph | 2007-01-22 04:27:48 -0800 (Mon, 22 Jan 2007) | 5 lines
2007-01-22 Andrew Haley <aph@redhat.com>
* sysdep/alpha/locks.h (write_barrier): New.
........
r121056 | paolo | 2007-01-22 07:19:40 -0800 (Mon, 22 Jan 2007) | 9 lines
2007-01-22 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_algobase.h (__fill_aux(unsigned char*,
unsigned char*, const unsigned char&), __fill_aux(signed char*,
signed char*, const signed char&), __fill_aux(char*, char*,
const char&), __fill_aux(wchar_t*, wchar_t*, const wchar_t&)):
Take the character by value.
(__fill_n_aux): Likewise.
........
r121058 | tromey | 2007-01-22 09:41:36 -0800 (Mon, 22 Jan 2007) | 1 line
* libtool-version: Bump current to 9.
........
r121060 | hubicka | 2007-01-22 10:51:56 -0800 (Mon, 22 Jan 2007) | 3 lines
* passes.c (init_optimization_passes): Do not rerun
pass_early_warn_uninitialized.
........
Added:
branches/fixed-point/libstdc++-v3/testsuite/25_algorithms/fill/4.cc
- copied unchanged from r121060, trunk/libstdc++-v3/testsuite/25_algorithms/fill/4.cc
branches/fixed-point/libstdc++-v3/testsuite/25_algorithms/fill/5.cc
- copied unchanged from r121060, trunk/libstdc++-v3/testsuite/25_algorithms/fill/5.cc
Modified:
branches/fixed-point/libstdc++-v3/ChangeLog
branches/fixed-point/libstdc++-v3/include/bits/basic_string.h
branches/fixed-point/libstdc++-v3/include/bits/basic_string.tcc
branches/fixed-point/libstdc++-v3/include/bits/stl_algobase.h
branches/fixed-point/libstdc++-v3/include/ext/vstring.h
branches/fixed-point/libstdc++-v3/include/ext/vstring.tcc
branches/fixed-point/libstdc++-v3/include/ext/vstring_util.h
Changes in other areas also in this revision:
Added:
branches/fixed-point/gcc/config/flat.h
- copied unchanged from r121060, trunk/gcc/config/flat.h
branches/fixed-point/gcc/config/m68k/t-floatlib
- copied unchanged from r121060, trunk/gcc/config/m68k/t-floatlib
branches/fixed-point/gcc/config/m68k/uclinux-oldabi.h
- copied unchanged from r121060, trunk/gcc/config/m68k/uclinux-oldabi.h
branches/fixed-point/gcc/testsuite/g++.dg/tree-prof/
- copied from r121060, trunk/gcc/testsuite/g++.dg/tree-prof/
branches/fixed-point/gcc/testsuite/g++.dg/warn/Warray-bounds-2.C
- copied unchanged from r121060, trunk/gcc/testsuite/g++.dg/warn/Warray-bounds-2.C
branches/fixed-point/gcc/testsuite/g++.dg/warn/Warray-bounds.C
- copied unchanged from r121060, trunk/gcc/testsuite/g++.dg/warn/Warray-bounds.C
branches/fixed-point/gcc/testsuite/g++.dg/warn/deprecated-3.C
- copied unchanged from r121060, trunk/gcc/testsuite/g++.dg/warn/deprecated-3.C
branches/fixed-point/gcc/testsuite/gcc.c-torture/compile/20070121.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.c-torture/compile/20070121.c
branches/fixed-point/gcc/testsuite/gcc.c-torture/execute/nestfunc-7.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.c-torture/execute/nestfunc-7.c
branches/fixed-point/gcc/testsuite/gcc.dg/Warray-bounds-2.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.dg/Warray-bounds-2.c
branches/fixed-point/gcc/testsuite/gcc.dg/Warray-bounds.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.dg/Warray-bounds.c
branches/fixed-point/gcc/testsuite/gcc.dg/builtins-62.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.dg/builtins-62.c
branches/fixed-point/gcc/testsuite/gcc.dg/m68k-pic-1.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.dg/m68k-pic-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c
branches/fixed-point/gcc/testsuite/gcc.dg/vect/no-trapping-math-1.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.dg/vect/no-trapping-math-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/vect/no-trapping-math-2.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.dg/vect/no-trapping-math-2.c
branches/fixed-point/gcc/testsuite/gcc.dg/vect/vect-strided-same-dr.c
- copied unchanged from r121060, trunk/gcc/testsuite/gcc.dg/vect/vect-strided-same-dr.c
branches/fixed-point/gcc/testsuite/gfortran.dg/array_memcpy_3.f90
- copied unchanged from r121060, trunk/gcc/testsuite/gfortran.dg/array_memcpy_3.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/array_memcpy_4.f90
- copied unchanged from r121060, trunk/gcc/testsuite/gfortran.dg/array_memcpy_4.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/char_comparison_1.f
- copied unchanged from r121060, trunk/gcc/testsuite/gfortran.dg/char_comparison_1.f
branches/fixed-point/gcc/testsuite/gfortran.dg/intrinsic_sign_1.f90
- copied unchanged from r121060, trunk/gcc/testsuite/gfortran.dg/intrinsic_sign_1.f90
branches/fixed-point/gcc/testsuite/gfortran.dg/intrinsic_sign_2.f90
- copied unchanged from r121060, trunk/gcc/testsuite/gfortran.dg/intrinsic_sign_2.f90
branches/fixed-point/gcc/testsuite/objc.dg/pch/
- copied from r121060, trunk/gcc/testsuite/objc.dg/pch/
branches/fixed-point/libjava/ChangeLog-2005
- copied unchanged from r121060, trunk/libjava/ChangeLog-2005
branches/fixed-point/libjava/ChangeLog-2006
- copied unchanged from r121060, trunk/libjava/ChangeLog-2006
branches/fixed-point/libjava/gnu/java/nio/natVMPipeEcos.cc
- copied unchanged from r121060, trunk/libjava/gnu/java/nio/natVMPipeEcos.cc
branches/fixed-point/libjava/gnu/java/nio/natVMPipePosix.cc
- copied unchanged from r121060, trunk/libjava/gnu/java/nio/natVMPipePosix.cc
branches/fixed-point/libjava/gnu/java/nio/natVMPipeWin32.cc
- copied unchanged from r121060, trunk/libjava/gnu/java/nio/natVMPipeWin32.cc
branches/fixed-point/libjava/gnu/java/nio/natVMSelectorEcos.cc
- copied unchanged from r121060, trunk/libjava/gnu/java/nio/natVMSelectorEcos.cc
branches/fixed-point/libjava/gnu/java/nio/natVMSelectorPosix.cc
- copied unchanged from r121060, trunk/libjava/gnu/java/nio/natVMSelectorPosix.cc
branches/fixed-point/libjava/gnu/java/nio/natVMSelectorWin32.cc
- copied unchanged from r121060, trunk/libjava/gnu/java/nio/natVMSelectorWin32.cc
branches/fixed-point/libjava/java/io/natVMObjectInputStream.cc
- copied unchanged from r121060, trunk/libjava/java/io/natVMObjectInputStream.cc
branches/fixed-point/libjava/java/lang/natVMDouble.cc
- copied unchanged from r121060, trunk/libjava/java/lang/natVMDouble.cc
branches/fixed-point/libjava/java/lang/natVMFloat.cc
- copied unchanged from r121060, trunk/libjava/java/lang/natVMFloat.cc
branches/fixed-point/libjava/testsuite/libjava.jni/findclass2.c
- copied unchanged from r121060, trunk/libjava/testsuite/libjava.jni/findclass2.c
branches/fixed-point/libjava/testsuite/libjava.jni/findclass2.h
- copied unchanged from r121060, trunk/libjava/testsuite/libjava.jni/findclass2.h
branches/fixed-point/libjava/testsuite/libjava.jni/findclass2.jar
- copied unchanged from r121060, trunk/libjava/testsuite/libjava.jni/findclass2.jar
branches/fixed-point/libjava/testsuite/libjava.jni/findclass2.java
- copied unchanged from r121060, trunk/libjava/testsuite/libjava.jni/findclass2.java
branches/fixed-point/libjava/testsuite/libjava.jni/findclass2.out
- copied unchanged from r121060, trunk/libjava/testsuite/libjava.jni/findclass2.out
Removed:
branches/fixed-point/gcc/testsuite/gcc.dg/darwin-ld-6.c
branches/fixed-point/libjava/gnu/java/nio/natPipeImplEcos.cc
branches/fixed-point/libjava/gnu/java/nio/natPipeImplPosix.cc
branches/fixed-point/libjava/gnu/java/nio/natPipeImplWin32.cc
branches/fixed-point/libjava/gnu/java/nio/natSelectorImplEcos.cc
branches/fixed-point/libjava/gnu/java/nio/natSelectorImplPosix.cc
branches/fixed-point/libjava/gnu/java/nio/natSelectorImplWin32.cc
branches/fixed-point/libjava/java/io/natObjectInputStream.cc
branches/fixed-point/libjava/java/lang/natDouble.cc
branches/fixed-point/libjava/java/lang/natFloat.cc
Modified:
branches/fixed-point/ (props changed)
branches/fixed-point/ChangeLog
branches/fixed-point/MAINTAINERS
branches/fixed-point/boehm-gc/ChangeLog
branches/fixed-point/boehm-gc/configure
branches/fixed-point/boehm-gc/configure.ac
branches/fixed-point/boehm-gc/darwin_stop_world.c
branches/fixed-point/boehm-gc/include/gc_config.h.in
branches/fixed-point/boehm-gc/include/private/gc_priv.h
branches/fixed-point/boehm-gc/os_dep.c
branches/fixed-point/configure
branches/fixed-point/configure.in
branches/fixed-point/gcc/ChangeLog
branches/fixed-point/gcc/ChangeLog-2006
branches/fixed-point/gcc/DATESTAMP
branches/fixed-point/gcc/Makefile.in
branches/fixed-point/gcc/builtins.c
branches/fixed-point/gcc/c-opts.c
branches/fixed-point/gcc/calls.c
branches/fixed-point/gcc/cfgcleanup.c
branches/fixed-point/gcc/cfglayout.c
branches/fixed-point/gcc/cfglayout.h
branches/fixed-point/gcc/cgraph.c
branches/fixed-point/gcc/cgraph.h
branches/fixed-point/gcc/cgraphunit.c
branches/fixed-point/gcc/combine.c
branches/fixed-point/gcc/common.opt
branches/fixed-point/gcc/config.gcc
branches/fixed-point/gcc/config/alpha/linux.h
branches/fixed-point/gcc/config/i386/i386.c
branches/fixed-point/gcc/config/i386/i386.h
branches/fixed-point/gcc/config/i386/i386.md
branches/fixed-point/gcc/config/linux.h
branches/fixed-point/gcc/config/m32r/m32r-protos.h
branches/fixed-point/gcc/config/m32r/m32r.c
branches/fixed-point/gcc/config/m32r/m32r.md
branches/fixed-point/gcc/config/m68k/coff.h
branches/fixed-point/gcc/config/m68k/fpgnulib.c
branches/fixed-point/gcc/config/m68k/lb1sf68.asm
branches/fixed-point/gcc/config/m68k/linux.h
branches/fixed-point/gcc/config/m68k/m68020-elf.h
branches/fixed-point/gcc/config/m68k/m68k-none.h
branches/fixed-point/gcc/config/m68k/m68k-protos.h
branches/fixed-point/gcc/config/m68k/m68k.c
branches/fixed-point/gcc/config/m68k/m68k.h
branches/fixed-point/gcc/config/m68k/m68k.md
branches/fixed-point/gcc/config/m68k/m68kelf.h
branches/fixed-point/gcc/config/m68k/m68kemb.h
branches/fixed-point/gcc/config/m68k/netbsd-elf.h
branches/fixed-point/gcc/config/m68k/openbsd.h
branches/fixed-point/gcc/config/m68k/predicates.md
branches/fixed-point/gcc/config/m68k/t-m68kbare
branches/fixed-point/gcc/config/m68k/t-m68kelf
branches/fixed-point/gcc/config/m68k/t-uclinux
branches/fixed-point/gcc/config/m68k/uclinux.h
branches/fixed-point/gcc/config/mips/iris.h
branches/fixed-point/gcc/config/mips/mips-protos.h
branches/fixed-point/gcc/config/mips/mips.c
branches/fixed-point/gcc/config/pa/pa.c
branches/fixed-point/gcc/config/pdp11/pdp11.c
branches/fixed-point/gcc/config/rs6000/darwin-ldouble.c
branches/fixed-point/gcc/config/rs6000/linux.h
branches/fixed-point/gcc/config/rs6000/linux64.h
branches/fixed-point/gcc/config/rs6000/rs6000.c
branches/fixed-point/gcc/config/sparc/linux.h
branches/fixed-point/gcc/config/sparc/linux64.h
branches/fixed-point/gcc/cp/ChangeLog
branches/fixed-point/gcc/cp/decl2.c
branches/fixed-point/gcc/crtstuff.c
branches/fixed-point/gcc/defaults.h
branches/fixed-point/gcc/doc/contrib.texi
branches/fixed-point/gcc/doc/gty.texi
branches/fixed-point/gcc/doc/install.texi
branches/fixed-point/gcc/doc/invoke.texi
branches/fixed-point/gcc/doc/sourcebuild.texi
branches/fixed-point/gcc/doc/tm.texi
branches/fixed-point/gcc/expmed.c
branches/fixed-point/gcc/flags.h
branches/fixed-point/gcc/fold-const.c
branches/fixed-point/gcc/fortran/ChangeLog
branches/fixed-point/gcc/fortran/dependency.c
branches/fixed-point/gcc/fortran/f95-lang.c
branches/fixed-point/gcc/fortran/gfortran.h
branches/fixed-point/gcc/fortran/intrinsic.texi
branches/fixed-point/gcc/fortran/invoke.texi
branches/fixed-point/gcc/fortran/lang.opt
branches/fixed-point/gcc/fortran/match.c
branches/fixed-point/gcc/fortran/matchexp.c
branches/fixed-point/gcc/fortran/misc.c
branches/fixed-point/gcc/fortran/module.c
branches/fixed-point/gcc/fortran/openmp.c
branches/fixed-point/gcc/fortran/options.c
branches/fixed-point/gcc/fortran/parse.c
branches/fixed-point/gcc/fortran/primary.c
branches/fixed-point/gcc/fortran/resolve.c
branches/fixed-point/gcc/fortran/scanner.c
branches/fixed-point/gcc/fortran/simplify.c
branches/fixed-point/gcc/fortran/st.c
branches/fixed-point/gcc/fortran/symbol.c
branches/fixed-point/gcc/fortran/trans-array.c
branches/fixed-point/gcc/fortran/trans-array.h
branches/fixed-point/gcc/fortran/trans-decl.c
branches/fixed-point/gcc/fortran/trans-expr.c
branches/fixed-point/gcc/fortran/trans-intrinsic.c
branches/fixed-point/gcc/fortran/trans-stmt.c
branches/fixed-point/gcc/gcov-io.h
branches/fixed-point/gcc/genautomata.c
branches/fixed-point/gcc/gengtype.c
branches/fixed-point/gcc/genpreds.c
branches/fixed-point/gcc/ifcvt.c
branches/fixed-point/gcc/ipa-inline.c
branches/fixed-point/gcc/libgcc-std.ver
branches/fixed-point/gcc/libgcov.c
branches/fixed-point/gcc/longlong.h
branches/fixed-point/gcc/objc/ChangeLog
branches/fixed-point/gcc/objc/objc-act.c
branches/fixed-point/gcc/opts.c
branches/fixed-point/gcc/passes.c
branches/fixed-point/gcc/predict.c
branches/fixed-point/gcc/profile.c
branches/fixed-point/gcc/real.c
branches/fixed-point/gcc/real.h
branches/fixed-point/gcc/reg-stack.c
branches/fixed-point/gcc/system.h
branches/fixed-point/gcc/testsuite/ChangeLog
branches/fixed-point/gcc/testsuite/g++.dg/dg.exp
branches/fixed-point/gcc/testsuite/g++.dg/warn/deprecated-2.C
branches/fixed-point/gcc/testsuite/g++.dg/warn/deprecated.C
branches/fixed-point/gcc/testsuite/gcc.c-torture/compile/pr27528.c
branches/fixed-point/gcc/testsuite/gcc.dg/pr30172-1.c
branches/fixed-point/gcc/testsuite/gcc.dg/torture/builtin-math-3.c
branches/fixed-point/gcc/testsuite/gcc.dg/vect/vect.exp
branches/fixed-point/gcc/testsuite/gcc.target/i386/387-8.c
branches/fixed-point/gcc/testsuite/gfortran.dg/vect/vect-5.f90
branches/fixed-point/gcc/testsuite/lib/objc.exp
branches/fixed-point/gcc/toplev.c
branches/fixed-point/gcc/tree-cfg.c
branches/fixed-point/gcc/tree-cfgcleanup.c
branches/fixed-point/gcc/tree-flow.h
branches/fixed-point/gcc/tree-pass.h
branches/fixed-point/gcc/tree-profile.c
branches/fixed-point/gcc/tree-ssa-ccp.c
branches/fixed-point/gcc/tree-ssa-forwprop.c
branches/fixed-point/gcc/tree-ssa-math-opts.c
branches/fixed-point/gcc/tree-ssa-operands.c
branches/fixed-point/gcc/tree-ssa-operands.h
branches/fixed-point/gcc/tree-ssa-propagate.c
branches/fixed-point/gcc/tree-ssa-propagate.h
branches/fixed-point/gcc/tree-ssa-structalias.c
branches/fixed-point/gcc/tree-ssa.c
branches/fixed-point/gcc/tree-tailcall.c
branches/fixed-point/gcc/tree-vect-analyze.c
branches/fixed-point/gcc/tree-vectorizer.c
branches/fixed-point/gcc/tree-vectorizer.h
branches/fixed-point/gcc/tree-vrp.c
branches/fixed-point/gcc/value-prof.c
branches/fixed-point/gcc/value-prof.h
branches/fixed-point/gcc/varasm.c
branches/fixed-point/libdecnumber/ (props changed)
branches/fixed-point/libffi/ChangeLog
branches/fixed-point/libffi/Makefile.am
branches/fixed-point/libffi/Makefile.in
branches/fixed-point/libgcc/ChangeLog
branches/fixed-point/libgcc/config.host
branches/fixed-point/libgfortran/ChangeLog
branches/fixed-point/libgfortran/Makefile.am
branches/fixed-point/libgfortran/Makefile.in
branches/fixed-point/libgfortran/acinclude.m4
branches/fixed-point/libgfortran/aclocal.m4
branches/fixed-point/libgfortran/config.h.in
branches/fixed-point/libgfortran/configure
branches/fixed-point/libgfortran/configure.ac
branches/fixed-point/libgfortran/generated/_abs_c10.F90
branches/fixed-point/libgfortran/generated/_abs_c16.F90
branches/fixed-point/libgfortran/generated/_abs_c4.F90
branches/fixed-point/libgfortran/generated/_abs_c8.F90
branches/fixed-point/libgfortran/generated/_abs_i16.F90
branches/fixed-point/libgfortran/generated/_abs_i4.F90
branches/fixed-point/libgfortran/generated/_abs_i8.F90
branches/fixed-point/libgfortran/generated/_abs_r10.F90
branches/fixed-point/libgfortran/generated/_abs_r16.F90
branches/fixed-point/libgfortran/generated/_abs_r4.F90
branches/fixed-point/libgfortran/generated/_abs_r8.F90
branches/fixed-point/libgfortran/generated/_acos_r10.F90
branches/fixed-point/libgfortran/generated/_acos_r16.F90
branches/fixed-point/libgfortran/generated/_acos_r4.F90
branches/fixed-point/libgfortran/generated/_acos_r8.F90
branches/fixed-point/libgfortran/generated/_acosh_r10.F90
branches/fixed-point/libgfortran/generated/_acosh_r16.F90
branches/fixed-point/libgfortran/generated/_acosh_r4.F90
branches/fixed-point/libgfortran/generated/_acosh_r8.F90
branches/fixed-point/libgfortran/generated/_aimag_c10.F90
branches/fixed-point/libgfortran/generated/_aimag_c16.F90
branches/fixed-point/libgfortran/generated/_aimag_c4.F90
branches/fixed-point/libgfortran/generated/_aimag_c8.F90
branches/fixed-point/libgfortran/generated/_aint_r10.F90
branches/fixed-point/libgfortran/generated/_aint_r16.F90
branches/fixed-point/libgfortran/generated/_aint_r4.F90
branches/fixed-point/libgfortran/generated/_aint_r8.F90
branches/fixed-point/libgfortran/generated/_anint_r10.F90
branches/fixed-point/libgfortran/generated/_anint_r16.F90
branches/fixed-point/libgfortran/generated/_anint_r4.F90
branches/fixed-point/libgfortran/generated/_anint_r8.F90
branches/fixed-point/libgfortran/generated/_asin_r10.F90
branches/fixed-point/libgfortran/generated/_asin_r16.F90
branches/fixed-point/libgfortran/generated/_asin_r4.F90
branches/fixed-point/libgfortran/generated/_asin_r8.F90
branches/fixed-point/libgfortran/generated/_asinh_r10.F90
branches/fixed-point/libgfortran/generated/_asinh_r16.F90
branches/fixed-point/libgfortran/generated/_asinh_r4.F90
branches/fixed-point/libgfortran/generated/_asinh_r8.F90
branches/fixed-point/libgfortran/generated/_atan2_r10.F90
branches/fixed-point/libgfortran/generated/_atan2_r16.F90
branches/fixed-point/libgfortran/generated/_atan2_r4.F90
branches/fixed-point/libgfortran/generated/_atan2_r8.F90
branches/fixed-point/libgfortran/generated/_atan_r10.F90
branches/fixed-point/libgfortran/generated/_atan_r16.F90
branches/fixed-point/libgfortran/generated/_atan_r4.F90
branches/fixed-point/libgfortran/generated/_atan_r8.F90
branches/fixed-point/libgfortran/generated/_atanh_r10.F90
branches/fixed-point/libgfortran/generated/_atanh_r16.F90
branches/fixed-point/libgfortran/generated/_atanh_r4.F90
branches/fixed-point/libgfortran/generated/_atanh_r8.F90
branches/fixed-point/libgfortran/generated/_conjg_c10.F90
branches/fixed-point/libgfortran/generated/_conjg_c16.F90
branches/fixed-point/libgfortran/generated/_conjg_c4.F90
branches/fixed-point/libgfortran/generated/_conjg_c8.F90
branches/fixed-point/libgfortran/generated/_cos_c10.F90
branches/fixed-point/libgfortran/generated/_cos_c16.F90
branches/fixed-point/libgfortran/generated/_cos_c4.F90
branches/fixed-point/libgfortran/generated/_cos_c8.F90
branches/fixed-point/libgfortran/generated/_cos_r10.F90
branches/fixed-point/libgfortran/generated/_cos_r16.F90
branches/fixed-point/libgfortran/generated/_cos_r4.F90
branches/fixed-point/libgfortran/generated/_cos_r8.F90
branches/fixed-point/libgfortran/generated/_cosh_r10.F90
branches/fixed-point/libgfortran/generated/_cosh_r16.F90
branches/fixed-point/libgfortran/generated/_cosh_r4.F90
branches/fixed-point/libgfortran/generated/_cosh_r8.F90
branches/fixed-point/libgfortran/generated/_dim_i16.F90
branches/fixed-point/libgfortran/generated/_dim_i4.F90
branches/fixed-point/libgfortran/generated/_dim_i8.F90
branches/fixed-point/libgfortran/generated/_dim_r10.F90
branches/fixed-point/libgfortran/generated/_dim_r16.F90
branches/fixed-point/libgfortran/generated/_dim_r4.F90
branches/fixed-point/libgfortran/generated/_dim_r8.F90
branches/fixed-point/libgfortran/generated/_exp_c10.F90
branches/fixed-point/libgfortran/generated/_exp_c16.F90
branches/fixed-point/libgfortran/generated/_exp_c4.F90
branches/fixed-point/libgfortran/generated/_exp_c8.F90
branches/fixed-point/libgfortran/generated/_exp_r10.F90
branches/fixed-point/libgfortran/generated/_exp_r16.F90
branches/fixed-point/libgfortran/generated/_exp_r4.F90
branches/fixed-point/libgfortran/generated/_exp_r8.F90
branches/fixed-point/libgfortran/generated/_log10_r10.F90
branches/fixed-point/libgfortran/generated/_log10_r16.F90
branches/fixed-point/libgfortran/generated/_log10_r4.F90
branches/fixed-point/libgfortran/generated/_log10_r8.F90
branches/fixed-point/libgfortran/generated/_log_c10.F90
branches/fixed-point/libgfortran/generated/_log_c16.F90
branches/fixed-point/libgfortran/generated/_log_c4.F90
branches/fixed-point/libgfortran/generated/_log_c8.F90
branches/fixed-point/libgfortran/generated/_log_r10.F90
branches/fixed-point/libgfortran/generated/_log_r16.F90
branches/fixed-point/libgfortran/generated/_log_r4.F90
branches/fixed-point/libgfortran/generated/_log_r8.F90
branches/fixed-point/libgfortran/generated/_mod_i16.F90
branches/fixed-point/libgfortran/generated/_mod_i4.F90
branches/fixed-point/libgfortran/generated/_mod_i8.F90
branches/fixed-point/libgfortran/generated/_mod_r10.F90
branches/fixed-point/libgfortran/generated/_mod_r16.F90
branches/fixed-point/libgfortran/generated/_mod_r4.F90
branches/fixed-point/libgfortran/generated/_mod_r8.F90
branches/fixed-point/libgfortran/generated/_sign_i16.F90
branches/fixed-point/libgfortran/generated/_sign_i4.F90
branches/fixed-point/libgfortran/generated/_sign_i8.F90
branches/fixed-point/libgfortran/generated/_sign_r10.F90
branches/fixed-point/libgfortran/generated/_sign_r16.F90
branches/fixed-point/libgfortran/generated/_sign_r4.F90
branches/fixed-point/libgfortran/generated/_sign_r8.F90
branches/fixed-point/libgfortran/generated/_sin_c10.F90
branches/fixed-point/libgfortran/generated/_sin_c16.F90
branches/fixed-point/libgfortran/generated/_sin_c4.F90
branches/fixed-point/libgfortran/generated/_sin_c8.F90
branches/fixed-point/libgfortran/generated/_sin_r10.F90
branches/fixed-point/libgfortran/generated/_sin_r16.F90
branches/fixed-point/libgfortran/generated/_sin_r4.F90
branches/fixed-point/libgfortran/generated/_sin_r8.F90
branches/fixed-point/libgfortran/generated/_sinh_r10.F90
branches/fixed-point/libgfortran/generated/_sinh_r16.F90
branches/fixed-point/libgfortran/generated/_sinh_r4.F90
branches/fixed-point/libgfortran/generated/_sinh_r8.F90
branches/fixed-point/libgfortran/generated/_sqrt_c10.F90
branches/fixed-point/libgfortran/generated/_sqrt_c16.F90
branches/fixed-point/libgfortran/generated/_sqrt_c4.F90
branches/fixed-point/libgfortran/generated/_sqrt_c8.F90
branches/fixed-point/libgfortran/generated/_sqrt_r10.F90
branches/fixed-point/libgfortran/generated/_sqrt_r16.F90
branches/fixed-point/libgfortran/generated/_sqrt_r4.F90
branches/fixed-point/libgfortran/generated/_sqrt_r8.F90
branches/fixed-point/libgfortran/generated/_tan_r10.F90
branches/fixed-point/libgfortran/generated/_tan_r16.F90
branches/fixed-point/libgfortran/generated/_tan_r4.F90
branches/fixed-point/libgfortran/generated/_tan_r8.F90
branches/fixed-point/libgfortran/generated/_tanh_r10.F90
branches/fixed-point/libgfortran/generated/_tanh_r16.F90
branches/fixed-point/libgfortran/generated/_tanh_r4.F90
branches/fixed-point/libgfortran/generated/_tanh_r8.F90
branches/fixed-point/libgfortran/generated/misc_specifics.F90
branches/fixed-point/libgfortran/intrinsics/date_and_time.c
branches/fixed-point/libgfortran/intrinsics/dprod_r8.f90
branches/fixed-point/libgfortran/intrinsics/f2c_specifics.F90
branches/fixed-point/libgfortran/intrinsics/selected_int_kind.f90
branches/fixed-point/libgfortran/intrinsics/selected_real_kind.f90
branches/fixed-point/libgfortran/intrinsics/string_intrinsics.c
branches/fixed-point/libgfortran/io/unix.c
branches/fixed-point/libgfortran/libgfortran.h
branches/fixed-point/libgfortran/m4/misc_specifics.m4
branches/fixed-point/libgfortran/m4/specific.m4
branches/fixed-point/libgfortran/m4/specific2.m4
branches/fixed-point/libgfortran/runtime/compile_options.c
branches/fixed-point/libgfortran/runtime/environ.c
branches/fixed-point/libgfortran/runtime/error.c
branches/fixed-point/libgomp/ (props changed)
branches/fixed-point/libjava/ChangeLog
branches/fixed-point/libjava/Makefile.am
branches/fixed-point/libjava/Makefile.in
branches/fixed-point/libjava/classpath/ChangeLog
branches/fixed-point/libjava/classpath/ChangeLog.gcj
branches/fixed-point/libjava/classpath/native/jawt/Makefile.am
branches/fixed-point/libjava/classpath/native/jawt/Makefile.in
branches/fixed-point/libjava/classpath/native/jni/gtk-peer/Makefile.am
branches/fixed-point/libjava/classpath/native/jni/gtk-peer/Makefile.in
branches/fixed-point/libjava/classpath/tools/classes/gnu/classpath/tools/javah/PathOptionGroup$2.class
branches/fixed-point/libjava/classpath/tools/classes/gnu/classpath/tools/javah/PathOptionGroup$3.class
branches/fixed-point/libjava/classpath/tools/classes/gnu/classpath/tools/javah/PathOptionGroup$4.class
branches/fixed-point/libjava/classpath/tools/classes/gnu/classpath/tools/javah/PathOptionGroup$5.class
branches/fixed-point/libjava/classpath/tools/classes/gnu/classpath/tools/javah/PathOptionGroup.class
branches/fixed-point/libjava/classpath/tools/gnu/classpath/tools/javah/PathOptionGroup.java
branches/fixed-point/libjava/configure
branches/fixed-point/libjava/configure.ac
branches/fixed-point/libjava/gnu/classpath/jdwp/natVMFrame.cc
branches/fixed-point/libjava/gnu/classpath/jdwp/natVMVirtualMachine.cc
branches/fixed-point/libjava/java/lang/natThread.cc
branches/fixed-point/libjava/jni.cc
branches/fixed-point/libjava/libtool-version
branches/fixed-point/libjava/sysdep/alpha/locks.h
branches/fixed-point/maintainer-scripts/ChangeLog
branches/fixed-point/maintainer-scripts/update_web_docs_svn
Propchange: branches/fixed-point/
('svnmerge-integrated' modified)
Propchange: branches/fixed-point/libdecnumber/
('svn:ignore' added)
Propchange: branches/fixed-point/libgomp/
('svn:ignore' added)