- 02 Nov, 2000 15 commits
-
-
* combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / elim_i1. In REG_DEAD handling: When handling parts of multi-hard-reg hard registers, increment the loop counter by the size of the parts; use recursion to handle individual parts. From-SVN: r37211
J"orn Rennecke committed -
* Makefile.in: Rebuilt. * Makefile.am (install-exec-hook): Make `.la' link, not `.so' link. From-SVN: r37210
Tom Tromey committed -
* config/os/irix/bits/atomicity.h (_Atomic_word): Make it a signed type. (__exchange_aand_add): Adjust accordingly. (__atomic_add): Likewise. From-SVN: r37209
Mark Mitchell committed -
* configure.in: Make integrated CPP the default. * configure: Regenerate. From-SVN: r37208
Neil Booth committed -
* reload.c (find_equiv_reg): Test all hard registers for membership in the requested class. From-SVN: r37207
J"orn Rennecke committed -
process_command, main), gcov.c (open_files, output_data), tlink.c (frob_extension, scan_linker_output), toplev.c (file_name_nondirectory): Use strchr () and strrchr () instead of index () and rindex (). cp: * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c (build_overload_value), repo.c (open_repo_file), xref.c (open_xref_file): Use strchr () and strrchr () instead of index () and rindex (). f: * com.c (open_include_file, ffecom_open_include_): Use strchr () and strrchr () instead of index () and rindex (). From-SVN: r37206
Joseph Myers committed -
* c-common.c (get_flag_spec, check_format_info_main, check_format_types): Use strchr () instead of index (). Compare against error_mark_node instead of comparing the TREE_CODE against ERROR_MARK. From-SVN: r37205
Joseph Myers committed -
2000-11-02 Bryce McKinlay <bryce@albatross.co.nz> * java/util/AbstractList.java (remove): Comment out modCount increment to work around compiler bug. (add): Ditto. From-SVN: r37204
Bryce McKinlay committed -
2000-11-02 Bryce McKinlay <bryce@albatross.co.nz> * java/util/AbstractList.java: Throw messages with IndexOutOfBoundsExceptions. (listIterator()): Call listIterator(0). (size): New field. Initialize to size(). (hasNext): Test position against size, not size(). (remove): Increment knownMod by one instead of resetting it from modCount. (add): Ditto. (SubList.upMod): Removed. (SubList.set): Don't call upMod() or update knownMod. (SubList.add(int,Object)): Increment modCount instead of calling upMod(). (SubList.remove): Ditto. (SubList.addAll): Don't call backingList.size(). Increment size from c.size(). (SubList.iterator): New method. Call listIterator(0). (SubList.listIterator): New method. Restore code to return an anonymous listIterator implementation (with some changes). * java/util/AbstractSequentialList.java: Throw messages with IndexOutOfBoundsExceptions. (addAll): Add a specnote. * java/util/ArrayList.java (removeRange): Get the math right. (addAll): Increment modCount _before_ creating iterator. * java/util/LinkedList.java: Rewritten, mostly. From-SVN: r37203
Bryce McKinlay committed -
From-SVN: r37202
Jeff Law committed -
* c-lex.c (init_c_lex): Update cpp_start_read call. (cb_ident): Update for new callback prototype. (cb_def_pragma): Update for new cpp_get_token prototype. (c_lex): Similarly. Use cpp_get_line. * c-parse.in (finish_parse): Update for new cpp_finish prototype. * cp/lex.c (finish_parse): Similarly. From-SVN: r37201
Zack Weinberg committed -
2000-11-02 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * src/locale.cc: Match orderings for static members. * include/bits/fstream.tcc: Fixes for cin. From-SVN: r37200
Benjamin Kosnik committed -
From-SVN: r37199
Mike Stump committed -
From-SVN: r37198
Geoff Keating committed -
std_complex.h (complex<>): Remove (cos<>, cosh<>, exp<>, log<>, log<>, sin, sinh<>) friend declarations. * include/bits/std_complex.h (complex<>): Remove (cos<>, cosh<>, exp<>, log<>, log<>, sin, sinh<>) friend declarations. (cos, cosh, sin, sinh): Define primary templates. * src/complex.cc (cos<>, cosh<>, sin<>, sinh<>): Comment out definitions. From-SVN: r37197
Gabriel Dos Reis committed
-
- 01 Nov, 2000 24 commits
-
-
* dwarf2out.c (loc_descriptor_from_tree): Check for null result from rtl_for_decl_location. (add_location_or_const_value_attribute): Likewise. From-SVN: r37196
Richard Henderson committed -
2000-11-01 Benjamin Kosnik <bkoz@purist.soma.redhat.com> * bits/basic_file.h (_M_open_mode): Change signature, move specializations to.. * config/c_io_libio.cc: ...here. * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add sdtio option, remove wince. * aclocal.m4: Regenerate. * configure: Regenerate. * config/c_io_stdio.h: New file. * config/c_io_stdio.cc: New file. * docs/configopts.html: Modify documentation. From-SVN: r37195
Benjamin Kosnik committed -
* cpplib.c (run_directive): Use correct line number for output of _Pragma. Remember any in-progress directive. * gcc.dg/cpp/vararg2.c, gcc.dg/cpp/_Pragm1.c: New tests. From-SVN: r37194
Neil Booth committed -
Install new email address for Clint From-SVN: r37193
Nick Clifton committed -
From-SVN: r37192
Richard Henderson committed -
From-SVN: r37191
Bernd Schmidt committed -
* scripts/encodings.pl: Added `ASCII' alias. * Makefile.in: Rebuilt. * Makefile.am (convert_source_files): Added new files. * gnu/gcj/convert/Input_ASCII.java: New file. * gnu/gcj/convert/Output_ASCII.java: New file. * gnu/gcj/convert/Output_8859_1.java (write): Use `?' to represent out-of-range characters. * gnu/gcj/convert/natIconv.cc (iconv_init): New method. (read): Swap bytes if required. Treat `count' as character count, not byte count. (write): Likewise. Also, handle case where iconv fails on a given character. (init): Put encoding into exception. * gnu/gcj/convert/IOConverter.java (iconv_byte_swap): New global. (static): Call iconv_init. Rebuilt alias list. (iconv_init): New private method. From-SVN: r37190
Tom Tromey committed -
* Makefile.in: Rebuilt. * Makefile.am (install-exec-hook): Only make a single symlink, and remove the destination before making the link. * configure: Rebuilt. * configure.in: Call AC_PROG_LN_S. From-SVN: r37189
Tom Tromey committed -
From-SVN: r37187
Richard Henderson committed -
* stmt.c (expand_start_null_loop): New. (expand_end_null_loop): New. * c-semantics.c (genrtl_do_stmt): Use them. * tree.h: Declare them. From-SVN: r37186
Richard Henderson committed -
* error.c (dump_template_decl): Separate template hearders with space not comma. From-SVN: r37185
Gabriel Dos Reis committed -
From-SVN: r37184
Richard Henderson committed -
From-SVN: r37183
Jeff Law committed -
* c-parse.in (_yylex): Remove CPP_BACKSLASH case. * cp/spew.c: Similarly. * cpplex.c (_cpp_lex_token): Backslashes are now CPP_OTHER. * cppmacro.c (stringify_arg): Similarly. * cpplib.h (CPP_BACKSLASH): Delete. From-SVN: r37182
Neil Booth committed -
* builtins.c (expand_builtin_strstr): New function. (expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR. * builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries. * c-common.c (c_common_nodes_and_builtins): Declare builtin strstr and builtin strchr. From-SVN: r37181
Kaveh R. Ghazi committed -
* gcc_build (MAKE): New variable. (build_gcc): Use it. Fix logging of errors. (install_gcc): Likewise. From-SVN: r37180
Mark Mitchell committed -
* config/i386/i386.c (fcmov_comparison_operator): Check for CCFPmode or CCFPUmode instead of CCmode. (ix86_expand_fp_movcc): Call ix86_expand_setcc for most unordered operations as well. From-SVN: r37179
Richard Henderson committed -
* c-semantics.c (genrtl_do_stmt): Use integer_zerop instead of integer_zero_node. From-SVN: r37178
Richard Henderson committed -
From-SVN: r37177
Richard Henderson committed -
From-SVN: r37176
Nick Clifton committed -
* libgcc2.c (__shtab): Remove __shtab variable. * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list. * Makefile.in (LIB2FUNCS): Remove _shtab from list of library members. From-SVN: r37175
Chris Demetriou committed -
* defaults.h (ASM_OUTPUT_DEBUG_LABEL): New. * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document. * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL instead of ASM_OUTPUT_INTERNAL_LABEL. (dwarf2out_end_block, dwarf2out_label): Likewise. * final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define. From-SVN: r37174
Jim Wilson committed -
* jni.cc: Added include of java/lang/ThreadGroup.h. * gcj/javaprims.h: Removed Replaceable and Resolvable from namespace per change of 2000-10-05. From-SVN: r37173
Warren Levy committed -
* dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr. (size_of_locs): Set it. (output_loc_operands): Use it to compute branch displacement. (int_loc_descriptor): New. (mem_loc_descriptor): Dereference memory in the proper size. Use DW_OP_plus_uconst when possible. Use int_loc_descriptor. (loc_descriptor_from_tree): New. (rtl_for_decl_location): Break out from ... (add_location_or_const_value_attribute): ... here. (add_bound_info): Use loc_descriptor_from_tree. From-SVN: r37172
Richard Henderson committed
-
- 31 Oct, 2000 1 commit
-
-
* cpp.texi: Update for new command line assertion syntax. * cpplib.c (cpp_define): Simplify a bit. (cpp_assert, cpp_unassert): Use handle_assertion. (handle_assertion): New function; accept new command line syntax with '='. * testsuite/gcc.dg/cpp/assert3.c: New tests. From-SVN: r37171
Neil Booth committed
-