- 13 Feb, 2003 1 commit
-
-
2003-02-12 Ranjit Mathew <rmathew@hotmail.com> * include/win32.h: Include ws2tcpip.h instead of winsock.h to obtain definition of the socklen_t type. Remove IP_TOS definition - not needed with ws2tcpip.h (_Jv_connect): Correct slight formatting error. From-SVN: r62801
Ranjit Mathew committed
-
- 12 Feb, 2003 24 commits
-
-
2003-02-12 Aldy Hernandez <aldyh@redhat.com> * testsuite/gcc.dg/ppc-spe.c: Fix formatting. Enable tests that were previously unsupported by gas. Delete tests for instructions that no longer exist. Switch arguments on evsubifw builtin. From-SVN: r62798
Aldy Hernandez committed -
2003-02-12 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/spe.h: Add casts to the arguments of the following macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul, evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi, evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*, __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs, __ev_get_u16, __ev_get_s16. From-SVN: r62797
Aldy Hernandez committed -
2003-02-12 Ranjit Mathew <rmathew@hotmail.com> * jni.cc (_Jv_LookupJNIMethod): Modify to accept the size of the arguments for a JNI function. For Win32, modify to search for all forms of possible exported names of an stdcall JNI function. (_Jv_JNIMethod::call): Modify to calculate the size of the arguments passed to a JNI function and pass it to _Jv_LookupJNIMethod. From-SVN: r62796
Ranjit Mathew committed -
decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to reflect the change in signature of... 2003-02-12 Ranjit Mathew <rmathew@hotmail.com> * decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to reflect the change in signature of _Jv_LookupJNIMethod in libjava/jni.cc * expr.c (build_jni_stub): Calculate and pass the size on the stack of the arguments to a JNI function. Use new target macro MODIFY_JNI_METHOD_CALL to allow a target to modify the call to a JNI method. From-SVN: r62795
Ranjit Mathew committed -
From-SVN: r62792
Kazu Hirata committed -
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time (OBJS): Add callgraph.o (callgraph.o): New. * c-decl.c (expand_body_1): Break out from ... (expand_body): This one; change calling convention (finish_function): Move some of expand_body logic here. (c_expand_deferred_function): Update call of expand_body (c_expand_stmt): Use c_expand_body_1. * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define. * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code. * c-tree.h (c_expand_body): Declare. * callgraph.c: New file. * flags.h (flag_unit_at_a_time): Declare. * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION, LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION, LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros. * langhooks.h (struct lang_hooks_for_callgraph): New. (struct lang_hooks): Add callgraph field. * toplev.c (flag_unit_at_a_time): New. (lang_independent_options): Add flag_unit_at_a_time. (process_options): Disable unit-at-a-time mode for frontends not supporting callgraph. * tree-inline.c (typedef struct inline_data): Add "decl" (expand_call_inline): Update callgraph. (optimize_inline_calls): Set id.decl. * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit, cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call cgraph_calls_p): Declare. * invoke.texi (-funit-at-a-time): Document From-SVN: r62789
Jan Hubicka committed -
2003-02-12 Aldy Hernandez <aldyh@redhat.com> * config/rs6000/spe.h: Fix misc formatting. (__ev_create_ufix32_fs): Cast ev argument. (__ev_create_sfix32_fs): Same. (__ev_get_sfix32_fs_internal): Cast arguments to builtins. (__ev_get_ufix32_fs_internal): Same. From-SVN: r62788
Aldy Hernandez committed -
* parser.c (cp_parser_postfix_expression): Set idk properly for object->scope::member. From-SVN: r62784
Jason Merrill committed -
2003-02-12 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/9563 * include/bits/ostream.tcc (sentry::sentry): Check the state of the stream after the preparation. * testsuite/27_io/ostream_sentry.cc (test02): Add. From-SVN: r62779
Paolo Carlini committed -
2003-02-12 Ranjit Mathew <rmathew@hotmail.com> * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document. * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro. From-SVN: r62776
Ranjit Mathew committed -
* cpplib.c (do_include_common): Move warnings for #include_next and #import out to callers. Use early-return instead of nested ifs. Don't do check_eol here. (parse_include): Do check_eol here with the rest of the parsing stuff. (do_include_next, do_import): Now handle warnings. From-SVN: r62772
Zack Weinberg committed -
From-SVN: r62767
Gerald Pfeifer committed -
* gcc.c-torture/execute/20030209-1.c: Disable the test if STACK_SIZE is too small. From-SVN: r62766
Kazu Hirata committed -
From-SVN: r62765
Jan Hubicka committed -
* config/h8300/h8300.md (a peephole2): Don't handle 65535. (two peephole2): New. From-SVN: r62764
Kazu Hirata committed -
* config/h8300/h8300.md (several peephole2): Replace find_regno_note with peep2_reg_dead_p. From-SVN: r62763
Kazu Hirata committed -
2003-02-12 Michael Koch <konqueror@gmx.de> * java/nio/channels/Channels.java: New file. * Makefile.am (ordinary_java_source_files): Added java/nio/channels/Channels.java. * Makefile.in: Regenerated. From-SVN: r62762
Michael Koch committed -
* java/nio/ByteBuffer.java (allocate): Implemented. (wrap): Implemented. * java/nio/CharBuffer.java: Some documentation added and reworked. (endian): Removed. (allocate): Implemented. (wrap): Implemented. (array): Throw exceptions. (arrayOffset): Throw exceptions. (toString): Implemented. (length): Implemented. (put): Implemented. (charAt): Implemented. From-SVN: r62760
Michael Koch committed -
* gcse.c (lookup_set): Remove unused argument PAT. Update both callers. From-SVN: r62759
Richard Henderson committed -
From-SVN: r62757
Tom Tromey committed -
2003-02-11 John Leuner <jewel@debian.org> * java/util/zip/ZipInputStream.java: idem From-SVN: r62754
John Leuner committed -
* diagnostic.c (real_abort): New. (diagnostic_report_diagnostic): Call real_abort on error. * diagnostic.h (diagnostic_abort_on_error): New. (struct diagnostic_context): Add abort_on_error field. * toplev.c (setup_core_dumping): New. (decode_d_option): Handle 'H' case. * doc/invoke.texi (Debugging Options): Document -dH. From-SVN: r62753
Geoffrey Keating committed -
2003-02-11 Benjamin Kosnik <bkoz@redhat.com> * include/Makefile.am (stamp-std-precompile): Add rule. * include/Makefile.in: Regenerated. From-SVN: r62752
Benjamin Kosnik committed -
From-SVN: r62751
GCC Administrator committed
-
- 11 Feb, 2003 15 commits
-
-
* Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu which refers to obsolete directories. From-SVN: r62738
Nathanael Nerode committed -
From-SVN: r62736
Richard Henderson committed -
* config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE. * doc/invoke.texi: Extra alias. From-SVN: r62735
Richard Henderson committed -
* i386.c (contains_128bit_aligned_vector_p): New function. (ix86_function_arg_boundary): Properly align vector modes. From-SVN: r62732
Jan Hubicka committed -
2003-02-11 Jerry Quinn <jlquinn@optonline.net> Benjamin Kosnik <benjamin@redhat.com> * include/bits/locale_facets.h (__num_base): Add _S_atoms_out. Add indexes into this array. (__num_base::_S_atoms): To _S_atoms_in. (num_put::_M_insert): Rename to _M_pad. (num_put::_M_convert_int): Adjust remove __mod, __modl arguments. (num_put::_M_widen_int): Rename to _M_group_int. (num_put::_M_widen_float): Rename to _M_group_float. * include/bits/locale_facets.tcc (__int_to_char): New inline function and adapter functions. (num_put::_M_group_int): Streamline. (num_put::_M_group_float): Streamline. (num_put::_M_convert_int): Remove unused parameter names. Choose large enough buffer for text. Use __int_to_char instead of __convert_from_v. Formatted text is now at the end of the buffer. (num_put::_M_convert_float): Preliminary fixups. * src/locale-inst.cc (__convert_from_v<long long>): Add ifdef. (__int_to_char<unsigned long long>): Same. (__int_to_char<char, unsigned long>): New. (__int_to_char<char, unsigned long long>): New. (__int_to_char<wchar_t, unsigned long>): New. (__int_to_char<wchar_t, unsigned long long>): New. Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com> From-SVN: r62731
Jerry Quinn committed -
* config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7. * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP as a SET pattern. From-SVN: r62730
Bob Wilson committed -
From-SVN: r62729
John David Anglin committed -
From-SVN: r62728
Richard Henderson committed -
From-SVN: r62727
Roger Sayle committed -
2003-02-11 Dale Johannesen <dalej@apple.com> * ra-build.c (compare_and_free_webs): Relax checking. * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define. (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define. From-SVN: r62724
Dale Johannesen committed -
* java/io/natFileDescriptorWin32.cc (java::io::FileDescriptor::read): Return -1 (EOF) if ReadFile( ) returns with Win32 error code ERROR_BROKEN_PIPE. From-SVN: r62722
Ranjit Mathew committed -
* inclhack.def (hpux_long_double, hpux10_ctype_declarations1, hpux10_ctype_declarations2, hpux_ctype_macros): New hacks. * fixincl.x: Rebuilt. * tests/base/stdlib.h: Update. * tests/base/ctype.h: New file. From-SVN: r62718
John David Anglin committed -
PR optimization/9651 * rtlanal.c (may_trap_p): Handle FIX. From-SVN: r62717
Falk Hueffner committed -
* config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE. * doc/invoke.texi: Extra alias. From-SVN: r62716
Dave Jones committed -
From-SVN: r62715
Geoffrey Keating committed
-