1. 10 Jan, 2004 32 commits
  2. 09 Jan, 2004 8 commits
    • gcc.c (init_spec): Remove -lunwind from shared case. · 9813058e
      2004-01-09   James E Wilson  <wilson@specifixinc.com>
      
      	* gcc.c (init_spec): Remove -lunwind from shared case.
      	* conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
      
      From-SVN: r75611
      James E Wilson committed
    • JLayeredPane.java: Rewrite to accomodate djee@redhat.com's recent inverse ordering of Container... · 27c99ffe
      2004-01-08  Graydon Hoare  <graydon@redhat.com>
      
      	* javax/swing/JLayeredPane.java: Rewrite to accomodate
      	djee@redhat.com's recent inverse ordering of Container elements.
      
      From-SVN: r75608
      Graydon Hoare committed
    • name-lookup.c (qualified_lookup_using_namespace): Consider strong using… · c404ab02
      name-lookup.c (qualified_lookup_using_namespace): Consider strong using directives even if we've already found a binding.
      
      * name-lookup.c (qualified_lookup_using_namespace): Consider
      strong using directives even if we've already found a binding.
      
      From-SVN: r75599
      Alexandre Oliva committed
    • * g++.dg/lookup/strong-using-1.C: New. · bafb62a2
      From-SVN: r75598
      Alexandre Oliva committed
    • configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*. · b0fd7d27
      	* configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
      	* configure: Regenerate
      
      From-SVN: r75597
      Steve Ellcey committed
    • re PR c/11234 (-pedantic accepts function pointer <-> void*) · 3897f229
      	PR c/11234
      	* c-typeck.c (build_c_cast): If pedantic, warn for conversions
      	between function and object pointers.
      	(digest_init): When comparing a pointer to function type to the
      	target type, only apply TREE_TYPE once to the pointer to function
      	type.
      	* except.c (for_each_eh_label_1): Treat data as a pointer to a
      	function pointer rather than casting it to a function pointer.
      	(for_each_eh_label): Update caller.
      	* recog.h (struct insn_data): Use a struct or union for output.
      	* genoutput.c (output_insn_data): Update.
      	* final.c (get_insn_template): Update.
      
      testsuite:
      	* gcc.dg/func-ptr-conv-1.c: New test.
      	* gcc.dg/weak/weak-6.c, gcc.dg/weak/weak-7.c: Update.
      
      From-SVN: r75595
      Joseph Myers committed
    • expr.h (expand_expr): Make it a macro, not a function. · 0fab64a3
      	* expr.h (expand_expr): Make it a macro, not a function.
      	(expand_expr_real): New function.
      	* expr.c (store_expr): Adjust logic for deciding whether or not to
      	copy the value returned by expand_expr.
      	(expand_expr): Rename to ...
      	(expand_expr_real): ... this.  Add alt_rtl parameter.  Adjust
      	calls to language hooks.
      	* c-common.h (c_expand_expr): Adjust prototype.
      	* c-common.c (c_expand_expr): Add alt_rtl parameter.
      	* langhooks-def.h (lhd_expand_expr): Change prototype.
      	* langhooks.c (lhd_expand_expr): Add all_rtl parameter.
      	* langhooks.h (lang_hooks): Change type of expand_expr.
      	* stmt.c (stmt_status): Add x_last_expr_alt_rtl.
      	(last_expr_alt_rtl): Likewise.
      	(expand_expr_stmt_value): Set last_expr_alt_rtl.
      	(clear_last_expr): Clear it.
      	(expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
      	(expand_end_bindings): Save and restor last_expr_alt_rtl.
      	* tree.def (RTL_EXPR): Give it an additional operand.
      	* tree.h (RTL_EXPR_ALT_RTL): New macro.
      
      	* misc.c (gnat_expand_expr): Add alt_rtl parameter.
      
      	* cp-tree.h (cxx_expand_expr): Change prototype.
      	* expr.c (cxx_expand_expr): Add alt_rtl parameter.
      
      	* java-tree.h (java_expand_expr): Change prototype.
      	* expr.c (java_expand_expr): Add alt_rtl parameter.
      
      From-SVN: r75594
      Mark Mitchell committed
    • libjava.exp (bytecompile_file): Log compile command. · 2fca049f
      2004-01-09  Andrew Haley  <aph@redhat.com>
      
      	* lib/libjava.exp (bytecompile_file): Log compile command.
      
      From-SVN: r75593
      Andrew Haley committed