- 18 Dec, 2002 21 commits
-
-
* config/rs6000/t-rs6000: Move contents to t-fprules, add rules for dependencies of rs6000.o and to build rs6000-c.o * config/rs6000/t-fprules: New file from t-rs6000. * config/rs6000/t-beos: Remove soft-fp rules. * config/rs6000/t-ppccomm: Likewise. * config/rs6000/t-newas: Likewise. * config/rs6000/t-rs6000-c-rule: Delete. * config.gcc: Use t-fprules for rs6000/ ports when appropriate. Use t-rs6000 for all rs6000/ ports instead of t-rs6000-c-rule. Create generic Darwin rules. From-SVN: r60265
Geoffrey Keating committed -
From-SVN: r60264
Geoffrey Keating committed -
From-SVN: r60263
Jason Merrill committed -
* m32r/m32r.c (addr24_operand): Fix arg to CONSTANT_POOL_ADDRESS_P and LIT_NAME_P. (move_src_operand): Remove compile-time warning. * m32r/m32r.h (ROUND_ADVANCE_ARG): Ditto. From-SVN: r60262
Doug Evans committed -
* Makefile.tpl: Don't let real targets depend on phony targets. * Makefile.in: Regenerate. From-SVN: r60261
Nathanael Nerode committed -
PR c++/8674 * call.c (build_over_call): Check specifically for TARGET_EXPR when eliding. From-SVN: r60260
Jason Merrill committed -
PR c++/6255 * decl.c (lookup_name_real): Build a new TYPENAME_TYPE rather than modifying the old one. From-SVN: r60259
Jason Merrill committed -
From-SVN: r60258
Jason Merrill committed -
* libU77/date_.c (G77_date_y2kbuggy_0): Declare G77_abort_0 noreturn. * libU77/vxtidate_.c (G77_vxtidate_y2kbuggy_0): Likewise. From-SVN: r60256
Jason Merrill committed -
* src/vterminate.cc (__verbose_terminate_handler): Send diagnostics to stderr. From-SVN: r60254
Jason Merrill committed -
* unwind-dw2-fde.c (frame_downheap): Split out from... (frame_heapsort): Here. From-SVN: r60253
Jason Merrill committed -
From-SVN: r60252
Nick Clifton committed -
* cp-tree.h (struct tree_srcloc): Use location_t. (SOURCE_LOCUS): New. (SRCLOC_FILE, SRCLOC_LINE): Adjust. From-SVN: r60247
Gabriel Dos Reis committed -
From-SVN: r60244
GCC Administrator committed -
* tree.c (make_node): Don't set TREE_TYPE on 's' class nodes. (build1): Always set TREE_SIDE_EFFECTS on 's' class nodes. From-SVN: r60237
Jason Merrill committed -
* decl.c (finish_function): Also complain about no return in templates. * semantics.c (finish_return_stmt): Also call check_return_expr in templates. * typeck.c (check_return_expr): In a template, just remember that we saw a return. From-SVN: r60236
Jason Merrill committed -
From-SVN: r60235
Jason Merrill committed -
* calls.c (expand_call): Don't try to be clever about expanding the return slot address. From-SVN: r60234
Jason Merrill committed -
2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo. * Makefile.in: Regenerate. From-SVN: r60233
Nathanael Nerode committed -
* config/sh/linux.h (NO_IMPLICIT_EXTERN_C, CPLUSPLUS_CPP_SPEC): Define. From-SVN: r60231
Kaz Kojima committed -
* configure.in: Define with_target_subdir and with_build_subdir variables in config-ml.in AC_OUTPUT call. * configure: Regenerate. From-SVN: r60230
Ulrich Weigand committed
-
- 17 Dec, 2002 17 commits
-
-
* calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR with special struct-return ABIs. cp/ * semantics.c (simplify_aggr_init_exprs_r): Don't change the type of the CALL_EXPR. From-SVN: r60223
Jason Merrill committed -
From-SVN: r60222
Jason Merrill committed -
From-SVN: r60219
Kazu Hirata committed -
* doc/c-tree.texi: Fix typos and follow spelling conventions. * doc/cpp.texi: Likewise. * doc/extend.texi: Likewise. * doc/gty.texi: Likewise. * doc/install.texi: Likewise. * doc/invoke.texi: Likewise. * doc/md.texi: Likewise. * doc/passes.texi: Likewise. * doc/rtl.texi: Likewise. * doc/sourcebuild.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r60213
Kazu Hirata committed -
From-SVN: r60212
Jerry Quinn committed -
s390.c (s390_output_constant_pool): Replace ASM_OUTPUT_INTERNAL_LABEL by (*targetm.asm_out.internal_label). * config/s390/s390.c (s390_output_constant_pool): Replace ASM_OUTPUT_INTERNAL_LABEL by (*targetm.asm_out.internal_label). From-SVN: r60208
Ulrich Weigand committed -
* config.sub: Import from master repository * config.guess: Ditto From-SVN: r60207
Svein E. Seldal committed -
* convert.c (convert_to_real): Disable function transformation for now. From-SVN: r60206
Jan Hubicka committed -
From-SVN: r60205
GCC Administrator committed -
From-SVN: r60198
Geoffrey Keating committed -
c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the begin SCOPE_STMT in partialness. * c-semantics.c (add_scope_stmt): Abort if the end SCOPE_STMT doesn't match the begin SCOPE_STMT in partialness. cp/ * semantics.c (do_pushlevel): Call pushlevel after adding the SCOPE_STMT. (do_poplevel): Call poplevel before adding the SCOPE_STMT. * parse.y (function_body): Go back to using compstmt. * decl.c (pushdecl): Skip another level to get to the parms level. * call.c (build_new_method_call): Use is_dummy_object to determine whether or not to evaluate the object parameter to a static member function. From-SVN: r60196
Jason Merrill committed -
From-SVN: r60195
Geoffrey Keating committed -
From-SVN: r60194
Geoffrey Keating committed -
* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a previous 'make bootstrap'. * Makefile.in: Regenerate. From-SVN: r60193
Jason Merrill committed -
From-SVN: r60192
Hans-Peter Nilsson committed -
From-SVN: r60191
Christopher Faylor committed -
From-SVN: r60190
Loren J. Rittle committed
-
- 16 Dec, 2002 2 commits
-
-
* mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not use qpword on API_N32/not gas * mips.md (tablejump insn): Likewise. From-SVN: r60188
Jan Hubicka committed -
From-SVN: r60185
Mark Mitchell committed
-