- 02 May, 2000 14 commits
-
-
* gcc.c-torture/compile/20000502-1.c: New test. * g++.old-deja/g++.other/align.C: New test. From-SVN: r33610
Jakub Jelinek committed -
ia64.c (ia64_encode_section_info): Handle the case where this function is called for the second time on a decl... 2000-05-02 Andrew Haley <aph@cygnus.com> * config/ia64/ia64.c (ia64_encode_section_info): Handle the case where this function is called for the second time on a decl that has had its section info changed in such a way as to move it out of small data/bss. * config/ia64/ia64.h (REDO_SECTION_INFO_P): New definition. From-SVN: r33609
Andrew Haley committed -
From-SVN: r33608
Jeff Law committed -
* bits/char_traits.h: Fix parameter types. * bits/string.tcc: Avoid traits_type::move. From-SVN: r33607
Vadim Egorov committed -
2000-05-01 Benjamin Kosnik <bkoz@redhat.com> * config/cpu/powerpc/bits/atomicity.h (__exchange_and_add): More fixes. From-SVN: r33606
Benjamin Kosnik committed -
* ifcvt.c (dead_or_predicable): Set merge_bb->end to the insn before the sequence we're moving, not to merge_bb->head. From-SVN: r33605
Richard Henderson committed -
From-SVN: r33604
Jason Merrill committed -
* bits/char_traits.h: Fix parameter types. * bits/string.tcc: Avoid traits_type::move. From-SVN: r33603
Vadim Egorov committed -
(This trying to counter the effect of the PR 195 check in -- this should be right now.) From-SVN: r33602
Alexandre Petit-Bianco committed -
* exception.cc: Update license notice. * new.cc: Likewise. * new1.cc: Likewise. * new2.cc: Likewise. * tinfo.cc: Likewise. * tinfo2.cc: Likewise. * vec.cc: Likewise. * inc/cxxabi.h: Likewise. * inc/exception: Likewise. * inc/new: Likewise. * inc/new.h: Likewise. * inc/typeinfo: Likewise. From-SVN: r33601
Mark Mitchell committed -
2000-05-01 Benjamin Kosnik <bkoz@cygnus.com> * config.if: Tweak. From-SVN: r33600
Benjamin Kosnik committed -
2000-04-30 Steven King <sxking@uswest.net> * bits/locale_facets.h: Fix syntax error. * bits/std_fstream.h: ditto From-SVN: r33599
Steven King committed -
* configure.in (alpha*-*-linux-gnulibc1*) [tmake_file]: Remove reference to alpha/t-linux. (alpha*-*-linux-gnu*): Likewise. * configure: Rebuild. From-SVN: r33598
Richard Henderson committed -
* flow.c (calculate_global_regs_live): Skip for_each_successor_phi if not in SSA form. From-SVN: r33597
Richard Henderson committed
-
- 01 May, 2000 26 commits
-
-
From-SVN: r33596
Richard Henderson committed -
* tree.c (build_target_expr_with_type): If we already have a TARGET_EXPR, just return it. * optimize.c (initialize_inlined_parameters): Don't generate an EXPR_STMT if we can just use DECL_INITIAL. * decl.c (emit_local_var): Only make the initialization a full-expression if stmts_are_full_exprs_p. From-SVN: r33595
Jason Merrill committed -
2000-05-01 Benjamin Kosnik <bkoz@haight.constant.com> * src/Makefile.am (AC_CXXFLAGS): Add CPUFLAGS here. * src/Makefile.in: Regenerate. * acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Revert. From-SVN: r33593
Benjamin Kosnik committed -
From-SVN: r33591
Alexandre Petit-Bianco committed -
From-SVN: r33590
Richard Henderson committed -
* integrate.c (copy_decl_for_inlining): Copy TREE_READONLY and TREE_THIS_VOLATILE. From-SVN: r33589
Jason Merrill committed -
2000-04-25 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (register_incomplete_type): Handle JDEP_ANONYMOUS. (This is a fix for the Java PR #195: http://sourceware.cygnus.com/ml/java-prs/2000-q2/msg00009.html) From-SVN: r33588
Alexandre Petit-Bianco committed -
2000-04-28 Jakub Jelinek <jakub@redhat.com> * Makefile.am (GCJCOMPILE, JCFLAGS, JF1CLAGS, jv_convert_LINK, gij_LINK, libgcj.zip, .java=.class): Move -L option out of FLAGS. (libgcj_la_LDFLAGS): Add -L../libstdc++ for in-gcc builds. (jv_convert_LDFLAGS, gij_LDFLAGS): Add `pwd`/../libstdc++ to -rpath for in-gcc builds. * Makefile.in: Rebuilt. From-SVN: r33587
Jakub Jelinek committed -
2000-04-28 Jakub Jelinek <jakub@redhat.com> * Makefile.am (SUBDIRS): Define. (AM_MAKEFLAGS): Likewise. (Multilib support.): Add section. * Makefile.in: Rebuilt. * ltconfig (extra_compiler_flags, extra_compiler_flags_value): New variables. Set for gcc using -print-multi-lib. Export them to libtool. (sparc64-*-linux-gnu*): Use libsuff 64 for search paths. * ltmain.sh (B|b|V): Don't throw away gcc's -B, -b and -V options for -shared links. (extra_compiler_flags_value, extra_compiler_flags): Check these for extra compiler options which need to be passed down in compiler_flags. From-SVN: r33586
Jakub Jelinek committed -
* ifcvt.c (noce_emit_cmove): Conditionally compile call to emit_conditional_move. From-SVN: r33585
Richard Henderson committed -
* config/ia64/linux.h (LINK_SPEC): Use /lib/ld-linux-ia64.so.1 as the dynamic linker. From-SVN: r33584
Jakub Jelinek committed -
* cppfiles.c (open_include_file): Open file in blocking mode. (read_include_file): Don't fcntl(fd, F_SETFL, 0) anymore. Only exclude block devices and directories. From-SVN: r33583
Zack Weinberg committed -
From-SVN: r33582
Zack Weinberg committed -
* cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static. Allocate the hashnode and its string in the same block of memory. (del_HASHNODE): Don't free h->name. (_cpp_lookup): If there is no entry for this string, create one, of type T_VOID. (_cpp_lookup_slot): Delete. * cpphash.h: Update prototypes. * cpplex.c (maybe_macroexpand): Check for hp->type == T_VOID, not hp == NULL. * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert, do_unassert, cpp_defined): Use _cpp_lookup. Don't create a node here, just fill in the value field properly. "Delete" entries by setting the value field to T_VOID. Check for hp->type == T_VOID, not hp == NULL. * Makefile.in (cpplib.o): Don't depend on $(HASHTAB_H). * cpperror.c, cppexp.c, cpplex.c, cpplib.c: Don't include hashtab.h. From-SVN: r33581
Zack Weinberg committed -
2000-04-30 Benjamin Kosnik <bkoz@gnu.org> * config/cpu/powerpc/bits/atomicity.h: Fix typo. * mknumeric_limits (trait_name): Fix copyright notice. * src/gen-num-limits.cc: Explicitly instantiate epsilon and round_error data members of struct value. This works around weak-linking issues on AIX, HPUX. From-SVN: r33580
Benjamin Kosnik committed -
From-SVN: r33579
Jeff Law committed -
From-SVN: r33578
Jeff Law committed -
* config/mn10300/mn10300.c (print_operand_address): Do not add zero to SP. From-SVN: r33577
Alexandre Oliva committed -
From-SVN: r33576
Jeff Law committed -
From-SVN: r33575
Jeff Law committed -
From-SVN: r33574
Jeff Law committed -
* config/mn10300/mn10300.c (expand_epilogue): If SP is to be adjusted by less than 256 bytes, use ret regardless of having any callee-saved register to restore. From-SVN: r33573
Alexandre Oliva committed -
From-SVN: r33572
Laurynas Biveinis committed -
* cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New macro. * call.c (standard_conversion): Use it. (direct_reference_binding): Likewise. (build_over_call): Likewise. (is_properly_derived_from): Likewise. (compare_ics): Likewise. * class.c (resolves_to_fixed_type_p): Likewise. * optimize.c (declare_return_variable): Likewise. * pt.c (is_specialization_of): Likewise. (unify): Likewise. * typeck.c (comp_target_parms): Likeiwse. (build_static_cast): Likewise. (build_reinterpret_cast): Likewise. (build_const_cast): Likewise. (comp_ptr_ttypes_real): Likewise. (comp_ptr_ttypes_const): Likewise. * typeck2.c (process_init_constructor): Likewise. From-SVN: r33571
Mark Mitchell committed -
* config/i386/djgpp.h (INT_ASM_OP): Define. (CPP_PREDEFINES): Rename MSDOS to __MSDOS__. (ASM_WEAKEN_LABEL): Define. (MASK_BNU210): Define. (SUBTARGET_SWITCHES): Define. (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Define. (MAKE_DECL_ONE_ONLY): Define. (UNIQUE_SECTION_P, UNIQUE_SECTION): Define. From-SVN: r33570
Mark Elbrecht committed -
From-SVN: r33569
Mumit Khan committed
-