1. 16 Jan, 2007 2 commits
  2. 15 Jan, 2007 14 commits
    • op-common.h, op-4.h: Update from glibc CVS. · af7a7593
      	* config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
      	glibc CVS.
      
      From-SVN: r120806
      Joseph Myers committed
    • natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead of… · e9d59899
      natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead of java.lang.StringBuffer.
      
              * gnu/classpath/jdwp/natVMVirtualMachine.cc (suspendThread): Use
              java.lang.StringBuilder instead of java.lang.StringBuffer.
              (resumeThread): Likewise.
      
      From-SVN: r120805
      Keith Seitz committed
    • lang.c (dump_compound_expr): Removed case. · b7e89938
      	* lang.c (dump_compound_expr) <EXPR_WITH_FILE_LOCATION>: Removed
      	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.
      
      From-SVN: r120804
      Tom Tromey committed
    • loop-3.c: Disable with -fpic or -fPIC. · c98e044d
      2007-01-15  Dale Johannesen  <dalej@apple.com>
      
              * gcc.dg/tree-ssa/loop-3.c:  Disable with -fpic or -fPIC.
      
      From-SVN: r120803
      Dale Johannesen committed
    • sourcebuild.texi (libgcj Tests): Don't mention jacks. · 69403237
      gcc
      	* 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.
      
      From-SVN: r120802
      Tom Tromey committed
    • os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail reference. · 52bdc531
      2007-01-15  Andreas Tobler  <a.tobler@schweiz.org>
      
      	* os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
      	reference.
      	(catch_exception_raise): Fix typo in the I386 exc_state.
      
      From-SVN: r120801
      Andreas Tobler committed
    • string_0xfe_0xff_1.f90: Use char instead of achar for 0xff to avoid the "Extended ASCII not... · bc31cbf4
      2007-01-15  Thomas Koenig  <Thomas.Koenig@online.de>
      
             * gfortran.dg/string_0xfe_0xff_1.f90:  Use char instead
             of achar for 0xff to avoid the "Extended ASCII not
             implemented" error message.
      
      From-SVN: r120800
      Thomas Koenig committed
    • valarray (valarray<>::cshift): Fix typo. · 226d4e94
      2007-01-15  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/std/valarray (valarray<>::cshift): Fix typo.
      
      From-SVN: r120798
      Paolo Carlini committed
    • tree-ssa-dce.c (DCE_TODOs): New. · 7665f023
      	* tree-ssa-dce.c (DCE_TODOs): New.
      	(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.
      
      From-SVN: r120797
      Jan Hubicka committed
    • MappedByteBuffer.java: Removed. · 0122c9e7
      2007-01-15  Gary Benson  <gbenson@redhat.com>
      
      	* java/nio/MappedByteBuffer.java: Removed.
      	* sources.am, Makefile.in: Rebuilt.
      
      From-SVN: r120793
      Gary Benson committed
    • i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3. · 0ac45694
      	* config/i386/i386.md (fyl2xxf3_i387): Rename from fyl2x_xf3.
      	(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().
      
      From-SVN: r120792
      Uros Bizjak committed
    • URLClassLoader.java: Removed. · a5c0f6fe
      2007-01-15  Gary Benson  <gbenson@redhat.com>
      
      	* 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.
      
      From-SVN: r120791
      Gary Benson committed
    • re PR fortran/28172 ([4.2 and 4.1 only] alternate return in contained procedure segfaults) · 9ebe2d22
      2007-01-15  Paul Thomas  <pault@gcc.gnu.org>
      
      	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.
      
      From-SVN: r120790
      Paul Thomas committed
    • Daily bump. · 32d6b8ae
      From-SVN: r120788
      GCC Administrator committed
  3. 14 Jan, 2007 15 commits
  4. 13 Jan, 2007 7 commits
  5. 12 Jan, 2007 2 commits