- 17 Jul, 2000 16 commits
-
-
* h8300.c (two_insn_adds_subs_operand): Improve code for detecting profitable adds/subs sequences. From-SVN: r35081
Kazu Hirata committed -
simplify-rtx.c (simplify_relational_operation): Two signed values with equal high words are less/greater than each other if... * simplify-rtx.c (simplify_relational_operation): Two signed values with equal high words are less/greater than each other if their low words are less/greater when considered as unsigned. From-SVN: r35080
Geoff Keating committed -
configure.in (vax-*-openbsd): Change to new style configuration, add collect2/float_format information. * configure.in (vax-*-openbsd): Change to new style configuration, add collect2/float_format information. * configure: Rebuilt. * config/vax/openbsd1.h: New. * config/vax/openbsd.h: New. * config/vax/t-openbsd: New. From-SVN: r35079
Marc Espie committed -
* gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph.c, gcc.dg/c99-digraph.c: New tests. From-SVN: r35078
Joseph Myers committed -
* c-common.c (shorten_compare): Quiet warnings about unsigned comparisons with zero when they occur in a system header. From-SVN: r35077
Chip Salzenberg committed -
* c-common.c (check_format_info): Do not make a pedantic objection to the 'L' length modifier if used with a floating point type character. From-SVN: r35076
Joseph Myers committed -
* c-lex.c (yylex): Don't pedwarn for hexadecimal floating point constants in C99 mode. From-SVN: r35075
Joseph Myers committed -
* gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c, gcc.dg/c99-hexfloat-1.c, gcc.dg/c99-hexfloat-2.c: New tests. From-SVN: r35074
Joseph Myers committed -
* gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c, gcc.dg/c90-impl-decl-1.c, gcc.dg/c90-impl-int-1.c, gcc.dg/c90-longlong.c, gcc.dg/c90-restrict-1.c, gcc.dg/c90-return-1.c, gcc.dg/c99-enum-comma-1.c, gcc.dg/c99-idem-qual-1.c, gcc.dg/c99-impl-decl-1.c, gcc.dg/c99-impl-int-1.c, gcc.dg/c99-longlong-1.c, gcc.dg/c99-restrict-1.c, gcc.dg/c99-return-1.c: New tests. From-SVN: r35073
Joseph Myers committed -
From-SVN: r35072
Kazu Hirata committed -
2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com> * std/valarray_array.h(__valarray_sum): Make inline. From-SVN: r35071
Gabriel Dos Reis committed -
From-SVN: r35070
Jeff Law committed -
From-SVN: r35069
Gabriel Dos Reis committed -
From-SVN: r35068
Jeff Law committed -
* gcc.c-torture/execute/20000717-1.c: New test. * gcc.c-torture/execute/20000717-1.x: Expected to fail. From-SVN: r35067
Greg McGary committed -
From-SVN: r35066
Jeff Law committed
-
- 16 Jul, 2000 10 commits
-
-
2000-07-16 Laurynas Biveinis <lauras@softhome.net> * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL. From-SVN: r35065
Laurynas Biveinis committed -
* cp-tree.h (THUNK_VCALL_OFFSET): Update documentation. * method.c (use_thunk): Correct handling of vcall offsets. From-SVN: r35064
Mark Mitchell committed -
From-SVN: r35063
Mark Mitchell committed -
From-SVN: r35062
Mark Mitchell committed -
From-SVN: r35061
Mark Mitchell committed -
From-SVN: r35060
Mark Mitchell committed -
From-SVN: r35059
Kaveh R. Ghazi committed -
* cpplex.c: Update comments. * README.Portability: Small update. From-SVN: r35058
Neil Booth committed -
From-SVN: r35057
Jeff Law committed -
From-SVN: r35056
Neil Booth committed
-
- 15 Jul, 2000 14 commits
-
-
2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com> * std/valarray_array.h (__valarray_get_memory, __valarray_get_storage, __valarray_release_storage): New functions. (_Array_default_ctor, _Array_init_ctor, _Array_copy_ctor, _Array_copier): New traits classes. (__valarray_default_construct): New function. Implements valarray default construction. (__valarray_fill_construct): New function. Implements valarray construction with initializer. (__valarray_copy_construct): New function. Implements valarray copy construction. (__valarray_destroy_elements): New function. (__valarray_copy, __valarray_fill): Tweak. (__valarray_sum, __valarray_product): New helper functions. (_Array<>::free_data): Remove. (_Array<>::_Array): Tweak. * std/std_valarray.h (valarray<>::product): Remove. (valarray<>::valarray): Use __valarray_get_storage. (valarray<>::shift, valarray<>::cshift, valarray<>::resize): Tweak. * std/cpp_type_traits.h: New file. * valarray.cc (multiplies<>, accumulate, valarray<>::product): Remove explicit instantiation. (__valarray_product): New function. (_Indexer::_Indexer): Use. From-SVN: r35055
Gabriel Dos Reis committed -
* config/ia64/ia64-protos.h (ia64_move_ok): Prototype. * config/ia64/ia64.c (ia64_move_ok): New function. * config/ia64/ia64.md (movqi, movqi_internal): Use it. (movhi, movsi, movdi, movsf, movdf, movxf): Likewise. From-SVN: r35054
Richard Henderson committed -
2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com> * bits/valarray_array.h (__valarray_get_storage): New function. (_Array<>::Array): Use it. * bits/std_valarray.h (valarray<>::valarray): Likewise. (valarray<>::resize): Likewise. Tweak. * src/valarray-inst.cc (__valarray_product): Tweak. From-SVN: r35053
Gabriel Dos Reis committed -
* cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following a paste operator. * cppinit.c (sort_options): New function (only for HOST_EBCDIC). (cpp_reader_init): Call it, if HOST_EBCDIC. (cpp_handle_options): Do not sort option list here. (handle_option): Rename to cpp_handle_option and export. * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use _cpp_get_token directly. (cpp_scan_line): Return 0 at EOF, 1 otherwise. * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1. * cpplib.h: Prototype cpp_handle_option. Update prototype of cpp_scan_line. From-SVN: r35052
Zack Weinberg committed -
From-SVN: r35051
Jakub Jelinek committed -
From-SVN: r35050
Jakub Jelinek committed -
* fold-const.c (extract_muldiv): Don't optimize past an unsigned cast around an expression. Tidy other unsigned tests. From-SVN: r35049
Richard Henderson committed -
2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com> * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice, v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove. (v_message_with_decl): Rename to ... (format_with_decl): ... this. Tweak (diagnostic_for_decl): New function. (fatal_io_error): Use verbatim in lieu of notice. (announce_function): Use verbatim. (default_print_error_function): Likewise. (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new infratructure. From-SVN: r35048
Gabriel Dos Reis committed -
* mips.c (function_arg_pass_by_reference): Don't do automatic aggregate initialization. (machine_dependent_reorg): Initialize variable `mode'. * mips.md (absdi2): Change variable `regno1' to unsigned int. (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid conflicts with sys/param.h macro of the same name. (reload_outdi): Likewise. From-SVN: r35047
Kaveh R. Ghazi committed -
Fix (<cond> ? FOO++ : BAR++) == 2 from misoptimizing FOO++ into ++FOO without bumping up the comparison value From-SVN: r35046
Michael Meissner committed -
From-SVN: r35045
Jeff Law committed -
From-SVN: r35044
Bryce McKinlay committed -
* README.Portability: Correct example about calling a function through a pointer to function. Format wide paragraphs. From-SVN: r35043
Neil Booth committed -
* java/awt/EventQueue.java (invokeAndWait): Call postEvent() within synchronized block. * java/awt/event/InvocationEvent (dispatch): Synchronize on notifier before calling notifyAll(). From-SVN: r35042
Bryce McKinlay committed
-