- 29 Nov, 2002 13 commits
-
-
* cpplib.c (_cpp_test_assertion): Default *value to 0. * cppexp.c (num_part_mul): Initialize result.unsignedp, to 1. From-SVN: r59648
Hans-Peter Nilsson committed -
* g++.dg/lookup/anon2.C: New test. * parse.y (class_head_defn): Set CLASSTYPE_DECLARED_CLASS for anonymous structs. From-SVN: r59647
Joe Buck committed -
* class.c (walk_subobject_offsets): Recur on binfos as well as on types. (layout_nonempty_base_or_field): Pass it a binfo when processing a base class. (layout_empty_base): Likewise. (build_base_field): Likewise. From-SVN: r59643
Mark Mitchell committed -
* config/s390/t-crtstuff: New target makefile fragment. * config.gcc [s390-*-linux, s390x-*-linux]: Use it. From-SVN: r59641
Ulrich Weigand committed -
configure.in (_XOPEN_SOURCE, [...]): Check that _XOPEN_SOURCE 500L may be defined before defining these. 2002-10-18 Krister Walfridsson <cato@df.lth.se> * libU77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L may be defined before defining these. * libU77/configure: Regenerate. * libI77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED, __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L may be defined before defining these. * libI77/configure: Regenerate. From-SVN: r59639
Krister Walfridsson committed -
* config/h8300/h8300.md (movsi_h8300hs): Change the order of alternatives to correct the length when the memory operand is either pre_dec or post_inc. From-SVN: r59637
Kazu Hirata committed -
* config/h8300/h8300.md (an anonymous pattern): Give an internal name *tst_extzv_bitqi_1_n. Accept bit_operand instead of bit_memory_operand. Do not accept bit tests with the MSB. (*tst_extzv_memqi_1_n): New. From-SVN: r59636
Kazu Hirata committed -
* java/nio/channels/DatagramChannel.java (open): Added exception documentation. (write): Added exception documentation. (connect): Added exception documentation. (disconnect): Added exception documentation. (isConnected): Added exception documentation. (read): Added exception documentation. (receive): Added exception documentation. (send): Added exception documentation. (validOps): Added exception documentation. * java/nio/channels/SocketChannel.java (open): Added exception documentation. (read): Added exception documentation. (write): Added exception documentation. (connect): Added exception documentation. (finishConnect): Added exception documentation. From-SVN: r59633
Michael Koch committed -
* gnu/java/nio/DatagramChannelImpl: (fd): New member variable to store file descriptor of socket. * gnu/java/nio/SelectionKeyImpl.java: (ops): Removed. (readyOps): New member variable. (interestOps): New member variable. (readyOps): Implemented. (readyOps): New method to set member variable readyOps. (interestOps): Replaced ops by interestOps. * gnu/java/nio/SelectorImpl.java: (SelectorImpl): Initialize key sets. (select): Call select with -1 instead of Long.MAX_VALUE). (java_do_select): Make it a native method. (getFDsAsArray): New helper method. (select): Remove canceled keys, give only interested file discriptors to java_do_select, set ready ops. (add): No need to initialize keys set here. (add_selected): No need to initialize selected set here. (deregisterCanceledKeys): New helper method. (register): Set interest ops, set attachments, added handling of datagram channels. * gnu/java/nio/ServerSocketChannelImpl: (SocketAccept): Renamed from NioSocketAccept. (implConfigureBlocking): Implemented. (accept): Use SocketAccept instead of NioSocketAccept. * gnu/java/nio/SocketChannelImpl: Reactivate native methods. From-SVN: r59632
Michael Koch committed -
From-SVN: r59631
GCC Administrator committed -
2002-11-29 Michael Koch <konqueror@gmx.de> * gnu/java/nio/natByteBufferImpl.cc, gnu/java/nio/natCharBufferImpl.cc, gnu/java/nio/natDoubleBufferImpl.cc, gnu/java/nio/natFloatBufferImpl.cc, gnu/java/nio/natIntBufferImpl.cc, gnu/java/nio/natLongBufferImpl.cc, gnu/java/nio/natSelectorImpl.cc, gnu/java/nio/natServerSocketChannelImpl.cc, gnu/java/nio/natShortBufferImpl.cc, gnu/java/nio/natSocketChannelImpl.cc: New files that implement native functionalities. From-SVN: r59625
Michael Koch committed -
* gnu/java/nio/ByteBufferImpl.java (ByteBufferImpl): Moved position() after limit. (nio_*): Use native implementation. * gnu/java/nio/CharBufferImpl.java: Reformated. (endian): New member variable string endianess of buffer. (CharBufferImpl): Moved position() after limit. (nio_*): Use native implementation. (subSequence): Implemented. * gnu/java/nio/DoubleBufferImpl.java (DoubleBufferImpl): Moved position() after limit. (nio_*): Use native implementation. * gnu/java/nio/FloatBufferImpl.java Reformated. (FloatBufferImpl): Moved position() after limit. (nio_*): Use native implementation. * gnu/java/nio/IntBufferImpl.java Added needed imports, Reformated. (IntBufferImpl): Moved position() after limit. (nio_*): Use native implementation. * gnu/java/nio/LongBufferImpl.java Reformated. (LongBufferImpl): Moved position() after limit. (nio_*): Use native implementation. * gnu/java/nio/ShortBufferImpl.java Reformated. (ShortBufferImpl): Moved position() after limit. (nio_*): Use native implementation. From-SVN: r59624
Michael Koch committed -
* config/h8300/h8300.c (h8300_eightbit_constant_address_p): Fix a comment typo. (h8300_tiny_constant_address_p): Likewise. From-SVN: r59623
Kazu Hirata committed
-
- 28 Nov, 2002 15 commits
-
-
2002-11-28 Phil Edwards <pme@gcc.gnu.org> PR libstdc++/8716 * testsuite/21_strings/ctor_copy_dtor.cc (test05): Also test the NULL-pointer, zero-size case. From-SVN: r59616
Phil Edwards committed -
From-SVN: r59615
Michael Matz committed -
* configure.in: Move host-specific darwin noconfigdirs into the host-specific section. From-SVN: r59614
Geoffrey Keating committed -
2002-11-28 Jonathan Wakely <redi@gcc.gnu.org> * docs/html/faq/index.html: Add tip about namespace for extensions. From-SVN: r59613
Jonathan Wakely committed -
From-SVN: r59611
Kazu Hirata committed -
* gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the h8300 port. From-SVN: r59610
Kazu Hirata committed -
localename.cc (locale::_Impl::_Impl(const char*, size_t)): Improve previous fix for the strtok vs MT issue. 2002-11-28 Paolo Carlini <pcarlini@unitus.it> Nathan Myers <ncm@cantrip.org> * src/localename.cc (locale::_Impl::_Impl(const char*, size_t)): Improve previous fix for the strtok vs MT issue. Co-Authored-By: Nathan Myers <ncm@cantrip.org> From-SVN: r59609
Paolo Carlini committed -
* config.gcc (x86_64-*-linux*) [tmake_file]: Remove i386/t-crtstuff. * config/t-linux (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS). * config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Define. From-SVN: r59607
Jakub Jelinek committed -
* config/h8300/h8300.c (h8300_and_costs): New. * config/h8300/h8300.h (RTX_COSTS): Use h8300_and_costs. * config/h8300/h8300-protos.h: Add a prototype for h8300_and_costs. From-SVN: r59606
Kazu Hirata committed -
c_locale.cc (locale::_S_categories): Reorder the categories to match that of glibc's setlocale(LC_ALL, "")) 2002-11-28 Paolo Carlini <pcarlini@unitus.it> * config/locale/gnu/c_locale.cc (locale::_S_categories): Reorder the categories to match that of glibc's setlocale(LC_ALL, "")) * config/locale/generic/c_locale.cc (locale::_S_categories): Ditto. * testsuite/22_locale/ctor_copy_dtor.cc (test04): Tweak. From-SVN: r59604
Paolo Carlini committed -
From-SVN: r59603
GCC Administrator committed -
rs6000.c (altivec_init_builtins): Make the pointer argument in the prototypes of the following builtins be (const... * config/rs6000/rs6000.c (altivec_init_builtins): Make the pointer argument in the prototypes of the following builtins be (const TYPE *) rather than (TYPE *): + __builtin_altivec_ld_internal_4sf + __builtin_altivec_ld_internal_4si + __builtin_altivec_ld_internal_8hi + __builtin_altivec_ld_internal_16qi + __builtin_altivec_lvsl + __builtin_altivec_lvsr + __builtin_altivec_lvebx + __builtin_altivec_lvehx + __builtin_altivec_lvewx + __builtin_altivec_lvxl + __builtin_altivec_lvx + __builtin_altivec_dst + __builtin_altivec_dstt + __builtin_altivec_dstst + __builtin_altivec_dststt From-SVN: r59596
Zack Weinberg committed -
From-SVN: r59594
Kaveh R. Ghazi committed -
* except.c (default_exception_section): Move variable into the scope where it is used. From-SVN: r59593
Kaveh R. Ghazi committed -
2002-11-27 Krister Walfridsson <cato@df.lth.se> * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Test for correct version. From-SVN: r59592
Krister Walfridsson committed
-
- 27 Nov, 2002 12 commits
-
-
From-SVN: r59591
Kazu Hirata committed -
2002-11-27 Julian Dolby <dolby@us.ibm.com> * java/util/Locale.java (toString): Improve efficiency if country and variant are both empty. From-SVN: r59590
Julian Dolby committed -
* config/h8300/h8300.c (h8300_shift_costs): New. * config/h8300/h8300.h (RTX_COSTS): Use h8300_shift_costs. * config/h8300/h8300-protos.h: Add a prototype for h8300_shift_costs. From-SVN: r59588
Kazu Hirata committed -
From-SVN: r59587
David Edelsohn committed -
2002-11-22 Jim Wilson <wilson@redhat.com> * config/rs6000/spe.md (spu_evsplatfi, spu_evsplati): Swap operands in output template. From-SVN: r59584
Jim Wilson committed -
class.c (build_base_field): Make sure we get the canonical base when descending through primary bases. * class.c (build_base_field): Make sure we get the canonical base when descending through primary bases. From-SVN: r59582
Mark Mitchell committed -
* config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define. * config/i386/winnt.c (i386_pe_dllexport_name_p): Use DLL_IMPORT_EXPORT_PREFIX, not '@'. (i386_pe_dllimport_name_p): Likewise. (i386_pe_mark_dllexport): Likewise. (i386_pe_mark_dllimport): Likewise. (i386_pe_encode_section_info): Likewise. (i386_pe_strip_name_encoding): Likewise. From-SVN: r59580
Casper S. Hornstrup committed -
* mkmap-symver.awk (BEGIN): Set sawsymbol false. (nm && NF == 3): Set sawsymbol true. (END): Exit if no symbols seen. (output): Fix map syntax error if no globals for the version. From-SVN: r59578
Richard Henderson committed -
From-SVN: r59574
Ulrich Weigand committed -
From-SVN: r59573
Richard Sandiford committed -
From-SVN: r59571
Jan Hubicka committed -
2002-11-26 Andrew Haley <aph@redhat.com> * unwind-sjlj.c (_Unwind_FindEnclosingFunction): Rename from_Unwind_Find_Enclosing_Function. * unwind-dw2.c (_Unwind_FindEnclosingFunction): Likewise. * config/ia64/unwind-ia64.c (_Unwind_FindEnclosingFunction): Likewise. * libgcc-std.ver (_Unwind_FindEnclosingFunction): Rename from _Unwind_Find_Enclosing_Function, export @@GCC_3.3. * unwind.h (_Unwind_FindEnclosingFunction): Add. From-SVN: r59568
Andrew Haley committed
-