summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* For gcc:Gavin Romig-Koch1999-07-065-191/+110
| | | | | | | | | | | | * c-common.c (unsigned_type,signed_type,signed_or_unsigned_type) : Merged from c-typeck.c and cp/typeck.c. * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) : Merged into c-common. For gcc/cp: * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) : Merged into c-common. From-SVN: r27956
* lex.c (errorcount): Declare it.Dave Brolley1999-07-062-0/+7
| | | | | | | | 1999-07-05 Dave Brolley <brolley@cygnus.com> * lex.c (errorcount): Declare it. (finish_parse): Update errorcount for when using CPPLIB. From-SVN: r27955
* c-lex.c (errorcount): Declare it.Dave Brolley1999-07-062-0/+7
| | | | | | | | Tue Jul 6 13:06:01 1999 Dave Brolley <brolley@cygnus.com> * c-lex.c (errorcount): Declare it. (finish_parse): Update errorcount when using CPPLIB. From-SVN: r27954
* Double the backslash so sed gets a chance to see it.Bruce Korb1999-07-062-2/+2
| | | | From-SVN: r27953
* Double the backslash so sed gets a chance to see it.Bruce Korb1999-07-062-1/+8
| | | | From-SVN: r27952
* Daily bump.Jeff Law1999-07-051-1/+1
| | | | From-SVN: r27950
* Final.java: Added.Bryce McKinlay1999-07-053-0/+26
| | | | | | | | 1999-07-05 Bryce McKinlay <bryce@albatross.co.nz> * libjava.lang/Final.java: Added. * libjava.lang/Final.out: Added. From-SVN: r27949
* cp-tree.h (IS_AGGR_TYPE): Include instantiated template template parameters.Mark Mitchell1999-07-056-14/+27
| | | | | | | | | | * cp-tree.h (IS_AGGR_TYPE): Include instantiated template template parameters. (IMPLICIT_TYPENAME_TYPE_DECL_P): New macro. * decl.c (push_class_binding): Use it. (lookup_name_real): Likewise. From-SVN: r27948
* URL.java (equals): Compare strings using String.equals.Anthony Green1999-07-052-10/+27
| | | | | | | * java/net/URL.java (equals): Compare strings using String.equals. * java/net/URL.java (sameFile): Ditto. From-SVN: r27947
* egcs_update (touch_files, [...]): New functions.Gerald Pfeifer1999-07-052-39/+88
| | | | | | | | | | * egcs_update (touch_files, apply_patch): New functions. Use them. New command-line option --patch. Split test of local tree into two parts. Add comments. Co-Authored-By: Jerry Quinn <jquinn@nortelnetworks.com> From-SVN: r27946
* * typename1.C, typename2.C: New tests.Alexandre Oliva1999-07-053-0/+49
| | | | From-SVN: r27945
* Add preliminary support for arm v5 architectures.Nick Clifton1999-07-056-416/+531
| | | | From-SVN: r27944
* egcs/MAINTAINERS:Manfred Hollstein1999-07-053-2/+10
| | | | | | | | | | | * Update my email address. gcc/testsuite/ChangeLog: 1999-07-05 Manfred Hollstein <mhollstein@cygnus.com> * gcc.dg/990703-1.c (y): Terminate definition syntactically correctly. 1999-07-04 Zack Weinberg <zack@rabi.columbia.edu> * gcc.dg/990703-1.c: New test. From-SVN: r27943
* Daily bump.Jeff Law1999-07-041-1/+1
| | | | From-SVN: r27942
* * g++.old-deja/g++.other/null1.C: Define l<long> for 64bit hosts.Alexandre Oliva1999-07-042-0/+7
| | | | From-SVN: r27940
* * template3.C: Fixed.Alexandre Oliva1999-07-042-1/+3
| | | | From-SVN: r27939
* * ns3.C: New test.Alexandre Oliva1999-07-042-0/+18
| | | | From-SVN: r27938
* New test; for odd case of token pastingZack Weinberg1999-07-041-0/+24
| | | | From-SVN: r27937
* Daily bump.Jeff Law1999-07-031-1/+1
| | | | From-SVN: r27936
* * ctor1.C: New test.Alexandre Oliva1999-07-032-0/+21
| | | | From-SVN: r27934
* * template3.C: New test.Alexandre Oliva1999-07-032-0/+15
| | | | From-SVN: r27933
* test_summary: If Target is `unix{*}', append the Target variants to Host.Alexandre Oliva1999-07-032-0/+6
| | | | | | | * test_summary: If Target is `unix{*}', append the Target variants to Host. From-SVN: r27932
* Daily bump.Jeff Law1999-07-021-1/+1
| | | | From-SVN: r27930
* configure: Rebuilt.Warren Levy1999-07-025-198/+249
| | | | | | | | | | | | * configure: Rebuilt. * configure.in: Added inet_ntoa to AC_CHECK_FUNCS. * include/config.h.in: Rebuilt. * java/net/natPlainDatagramSocketImpl.cc: Added header checking. (mcastGrp): Updated FIXME comments. (setOption): Fixed typo. (getOption):Implemented IP_MULTICAST_IF. From-SVN: r27929
* Finalize_1.out: Removed.Tom Tromey1999-07-023-29/+3
| | | | | | | * libjava.lang/Finalize_1.out: Removed. * libjava.lang/Finalize_1.java: Removed. From-SVN: r27927
* Thread_1.out: Updated.Tom Tromey1999-07-023-2/+8
| | | | | | | * libjava.lang/Thread_1.out: Updated. * libjava.lang/Thread_1.java: Don't run exit test. From-SVN: r27925
* configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.Mark Mitchell1999-07-024-2/+72
| | | | | | | | * gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld. * gcc/config/mips/t-iris6gld: New file. * gcc/config/mips/iris6gld.h: Likewise. From-SVN: r27924
* For gcc:Gavin Romig-Koch1999-07-0211-4/+108
| | | | | | | | | | | | | | | | | | | | | | | * c-decl.c (widest_integer_literal_type_node, widest_unsigned_literal_type) : New. (init_decl_processing): Handle/use the two new types. * c-common.c (type_for_size,type_for_mode) : Same. * c-lex.c (yylex) : Same. * c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) : Same. * c-tree.h (widest_integer_literal_type_node, widest_unsigned_literal_type) : New. For gcc/cp: * cp-tree.h (widest_integer_literal_type_node, widest_unsigned_literal_type) : New. * decl.c (widest_integer_literal_type_node, widest_unsigned_literal_type) : New. (init_decl_processing): Handle/use the two new types. * lex.c (real_yylex): Same. * typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) : Same. From-SVN: r27923
* PlainDatagramSocketImpl.java (ttl): Removed.Warren Levy1999-07-023-12/+68
| | | | | | | | | * java/net/PlainDatagramSocketImpl.java (ttl): Removed. * java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Implemented. (getTimeToLive): Implemented. (setOption): Implemented IP_MULTICAST_IF. From-SVN: r27922
* dwarfout.c (field_byte_offset): Correctly compute the object's byte offset ↵Jeffrey A Law1999-07-012-2/+16
| | | | | | | | | | for the first bit of a field which... * dwarfout.c (field_byte_offset): Correctly compute the object's byte offset for the first bit of a field which crosses an alignment boundary on a !BYTES_BIG_ENDIAN target. From-SVN: r27921
* Daily bump.Jeff Law1999-07-011-1/+1
| | | | From-SVN: r27918
* fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.Robert Lipe1999-07-011-0/+31
| | | | | | | | P * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs. From-SVN: r27915
* fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs.Robert Lipe1999-07-011-0/+5
| | | | | | | | � * fixinc.svr4: Fix <arpa/inet.h> by deleting protos for htons and ntohs. From-SVN: r27914
* varargs.h (va_dcl): Use word_mode for type of __builtin_va_list.Richard Henderson1999-07-012-1/+5
| | | | | | | | | * ginclude/varargs.h (va_dcl): Use word_mode for type of __builtin_va_list. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r27911
* except.c: Include intl.h.Richard Henderson1999-07-013-1/+3
| | | | | | | | | | | | X * except.c: Include intl.h. (expand_eh_return): Set current_function_cannot_inline. (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label. * function.h (struct function): Add eh_return_stub_label. * flow.c (delete_unreachable_blocks): Don't merge across EH edges. * Makefile.in (except.o): Depend on intl.h. From-SVN: r27909
* except.c: Include intl.h.Richard Henderson1999-07-011-0/+5
| | | | | | | | | | | | � * except.c: Include intl.h. (expand_eh_return): Set current_function_cannot_inline. (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label. * function.h (struct function): Add eh_return_stub_label. * flow.c (delete_unreachable_blocks): Don't merge across EH edges. * Makefile.in (except.o): Depend on intl.h. From-SVN: r27908
* except.c: Include intl.h.Richard Henderson1999-07-011-0/+10
| | | | | | | | | | | | � * except.c: Include intl.h. (expand_eh_return): Set current_function_cannot_inline. (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label. * function.h (struct function): Add eh_return_stub_label. * flow.c (delete_unreachable_blocks): Don't merge across EH edges. * Makefile.in (except.o): Depend on intl.h. From-SVN: r27907
* ns1.C: Typo.Alexandre Oliva1999-07-013-2/+19
| | | | | | | * ns1.C: Typo. * ns2.C: New test. From-SVN: r27903
* * ns1.C: New test.Alexandre Oliva1999-07-011-0/+14
| | | | From-SVN: r27902
* * template2.C: New test.Alexandre Oliva1999-07-012-0/+16
| | | | From-SVN: r27901
* * ns1.C: New test.Alexandre Oliva1999-07-011-0/+4
| | | | From-SVN: r27900
* rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the same as ↵David Edelsohn1999-07-012-10/+11
| | | | | | | | | offsettable in cases 1 and 2. * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the same as offsettable in cases 1 and 2. From-SVN: r27898
* alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8).Richard Henderson1999-07-012-15/+15
| | | | | | | * alpha.md (extqh): Define as 64-((R&7)*8) instead of 56-(((R-1)&7)*8). (extlh, extwh): Likewise. From-SVN: r27897
* String.java (toString): Check for this == null and throw NullPointerException.Bryce McKinlay1999-07-012-0/+8
| | | | | | | | 1999-07-01 Bryce McKinlay <bryce@albatross.co.nz> * java/lang/String.java (toString): Check for this == null and throw NullPointerException. From-SVN: r27895
* [multiple changes]Warren Levy1999-07-0111-22/+47
| | | | | | | | | | | | | | | | | | | | | 1999-07-01 Warren Levy <warrenl@cygnus.com> * gnu/gcj/convert/BytesToUnicode.java (read): Changed outlength to count and revised comments to match. * gnu/gcj/convert/Input_EUCJIS.java (read): Same as Input_8859_1.java. * gnu/gcj/convert/Input_JavaSrc.java (read): ditto. * gnu/gcj/convert/Input_SJIS.java (read): ditto. * gnu/gcj/convert/Input_UTF8.java (read): ditto. * gnu/gcj/convert/natInput_EUCJIS.cc (read): ditto. * gnu/gcj/convert/natInput_SJIS.cc (read): ditto. 1999-07-01 John-Marc Chandonia <jmc@cmpharm.ucsf.edu> * gnu/gcj/convert/Input_8859_1.java (read): Use 3rd parameter properly as count rather than outlength. * java/io/BufferedOutputStream.java (write(byte[],int,int): Flush output on overflow rather than buffer fill. * java/io/BufferedReader.java (fill): Don't clear out the buffer if markPos is 0 and there is still room in the buffer. From-SVN: r27892
* decl.c (grokdeclarator): Don't give names "for linkage purposes" to ↵Mark Mitchell1999-07-014-6/+15
| | | | | | | | | anonymous cv-qualified types. * decl.c (grokdeclarator): Don't give names "for linkage purposes" to anonymous cv-qualified types. From-SVN: r27891
* mauve.exp: Don't stop counting test results prematurely.Anthony Green1999-07-012-7/+3
| | | | | | | * libjava.mauve/mauve.exp: Don't stop counting test results prematurely. From-SVN: r27890
* * new1.C: New test.Alexandre Oliva1999-07-012-0/+20
| | | | From-SVN: r27888
* * partord1.C: New test.Alexandre Oliva1999-07-012-0/+30
| | | | From-SVN: r27887
* copyright noticeAlexandre Oliva1999-07-011-0/+2
| | | | From-SVN: r27886