- 16 May, 2001 19 commits
-
-
* java/text/SimpleDateFormat.java (parse): Handle non-dst time zones. From-SVN: r42156
Tom Tromey committed -
* doc/install.texi: Update AIX information. * README.RS6000: Remove obsolete file. From-SVN: r42154
David Edelsohn committed -
From-SVN: r42153
Nathan Sidwell committed -
* gcc.c (give_switch): Don't write before start of string. Always append suffix. Co-Authored-By: Nathan Sidwell <nathan@codesourcery.com> From-SVN: r42152
Jakub Jelinek committed -
* libI77/Makefile.in (endfile.o): Add dependency on config.h. * libI77/endfile.c: Include config.h and sys/types for off_t. * libI77/config.h.in: New file. * libI77/configure.in: Add test for off_t, create config.h file. * libI77/configure: Regenerated. From-SVN: r42148
Andreas Jaeger committed -
* cpplex.c (_cpp_lex_token, '/' case): Comments can't appear after stage3. From-SVN: r42144
Nathan Sidwell committed -
cp: * spew.c (read_token): Call yyerror on all unexpected tokens. testsuite: * g++.old-deja/g++.other/crash41.C: New test. From-SVN: r42143
Nathan Sidwell committed -
cp: * init.c (member_init_ok_or_else): Take a tree rather than string for name. (expand_member_init): Adjust. testsuite: * g++.pt/inherit2.C: Remove XFAIL. * g++.pt/crash66.C: New test. From-SVN: r42142
Nathan Sidwell committed -
From-SVN: r42139
GCC Administrator committed -
2001-05-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> * README.ALTOS: Remove obsolete file. From-SVN: r42137
Gerald Pfeifer committed -
* c-lex.h (save_and_forget_protocol_qualifiers, forget_protocol_qualifiers, remember_protocol_qualifiers): Remove deleted functions' prototypes. From-SVN: r42135
Neil Booth committed -
2000-05-02 Jeff Sturm <jsturm@one-point.com> * expr.c (build_class_init): Move MODIFY_EXPR outside of COND_EXPR. Remove variable `call'. From-SVN: r42134
Jeff Sturm committed -
* c-parse.in (methodtype): New production. (methoddef, methodproto): Collapse separate '-' and '+' handlers into 1. From-SVN: r42133
Neil Booth committed -
* c-common.h (RID_FIRST_PQ): New. * c-parse.in (objc_pq_context): New. (objc parser): Set objc_pq_context rather than calling remember_protocol_qualifiers and forget_protocol_qualifiers. Don't call save_and_forget_protocol_qualifiers. (yylexname): Handle objc protocol qualifiers here. * stringpool.c (struct str_header): Replace with sp_hashnode. (SP_EMPTY, SP_LEN, SP_TREE, SP_STR, SP_VALID): New. (alloc_string): Rename alloc_ident. Use the SP_ accessors. Allocate an IDENTIFIER_NODE for each identifier. (FORALL_STRINGS, set_identifier): Delete. (FORALL_IDS, expand_string_table, stringpool_statistics): Update. (ggc_alloc_string): Use an obstack. (get_identifier, maybe_get_identifier, mark_string_hash): Update. * tree.h: Update comments. (set_identifier): Delete. * objc/objc-act.c (N_PQ, saved_pq, saved_not_pq, save_and_forget_protocol_qualifiers, forget_protocol_qualifiers, remember_protocol_qualifiers): Delete. From-SVN: r42132
Neil Booth committed -
* flow.c (life_analysis): After life analysis is complete, do an optional scan over insns looking for REG_LABEL notes that reference a deleted label. (propagate_block_delete_insn): Verify INOTE is a CODE_LABEL before peeking at LABEL_NUSES. From-SVN: r42131
Jeffrey A Law committed -
* unwind-sjlj.c (_Unwind_GetDataRelBase): New. (_Unwind_GetTextRelBase): New. From-SVN: r42129
Richard Henderson committed -
* testsuite_flags.in (query): Add backwards, ext directories. From-SVN: r42127
Benjamin Kosnik committed -
2001-05-15 Benjamin Kosnik <bkoz@redhat.com> * g++.old-deja/g++.robertl/eb27.C: Convert. From-SVN: r42126
Benjamin Kosnik committed -
* config/sparc/sol2.h (CPLUSPLUS_CPP_SPEC): Define. * porting.texi: Correct documentation about handling _LARRGEFILE_SOURCE and its ilk. * config/os/solaris/solaris2.5/bits/os_defines.h: Remove definitions of _XOPEN_SOURCE, _LARGEFILE64_SOURCE, and __EXTENSIONS__. * config/os/solaris/solaris2.6/bits/os_defines.h: Likewise. * config/os/solaris/solaris2.7/bits/os_defines.h: Likewise. From-SVN: r42125
Mark Mitchell committed
-
- 15 May, 2001 18 commits
-
-
* java/util/GregorianCalendar.java (computeTime): Only call getTimeZone() once. From-SVN: r42121
Tom Tromey committed -
* libI77/endfile.c (t_runc): Add cast to help case where ftruncate() prototype is somehow missing even though autoconf test found it properly. From-SVN: r42120
Loren J. Rittle committed -
inserters_extractors.cc, [...]: Replace multi-line string constants with C89-style concatenated string constants. 2001-05-15 Zack Weinberg <zackw@stanford.edu> * testsuite/21_strings/inserters_extractors.cc, testsuite/27_io/istream_unformatted.cc, testsuite/27_io/stringstream.cc: Replace multi-line string constants with C89-style concatenated string constants. From-SVN: r42116
Zack Weinberg committed -
* objc/objc-act.c (handle_class_ref): Use rest_of_decl_compilation so that CHOOSE_SECTION gets used. From-SVN: r42114
Geoffrey Keating committed -
* config/rs6000/sysv4.h (ASM_PREFERRED_EH_DATA_FORMAT): Treat TARGET_RELOCATABLE like flag_pic for now. From-SVN: r42113
Geoffrey Keating committed -
From-SVN: r42112
David Edelsohn committed -
* rs6000.md (movdi splitter): Sign extend more efficiently. * rs6000.c (reg_or_arith_cint_operand): Redefine 64-bit constant to "long long" valid on 32-bit and 64-bit hosts. (logical_operand): Cast trunc_int_for_mode rturn value. (rs6000_emit_move): Shift macro to encapsulate variable. (rs6000_va_start): Use HOST_WIDE_INT_PRINT_DEC. (rs6000_emit_{prologue,epilogue}): EH regno is unsigned but plus_constant requires signed argument. From-SVN: r42111
David Edelsohn committed -
* class.c (build_utf8_ref): Don't generate identifier based on utf8const contents. From-SVN: r42110
Tom Tromey committed -
From-SVN: r42107
Loren J. Rittle committed -
From-SVN: r42106
Jan Hubicka committed -
From-SVN: r42105
Nick Clifton committed -
From-SVN: r42104
Nick Clifton committed -
From-SVN: r42103
GCC Administrator committed -
From-SVN: r42100
Loren J. Rittle committed -
* rs6000.c (num_insns_constant_wide): Constants are sign-extended. (num_insns_constant): CONST_INT can be 64-bits. From-SVN: r42099
David Edelsohn committed -
From-SVN: r42098
Mark Mitchell (admin) committed -
* config/darwin.h (LIB_SPEC): Just use -lSystem. (LIBGCC_SPEC): Don't define. From-SVN: r42094
Stan Shebs committed -
* configure.in (gcc_cv_as_eh_frame): New test. * config.in, configure: Rebuild. * gcc.c (init_spec): Honor USE_AS_TRADITIONAL_FORMAT. From-SVN: r42092
Richard Henderson committed
-
- 14 May, 2001 3 commits
-
-
From-SVN: r42088
Alexandre Oliva committed -
2001-05-14 Andrew MacLeod <amacleod@redhat.com> * config/ia64/lib1funcs.asm (__divtf3): Fix incorrect bits in extended precision divide. From-SVN: r42079
Andrew MacLeod committed -
2001-05-14 Andrew MacLeod <amacleod@redhat.com> * config/ia64/ia64.c (rtx_needs_barrier): Call rtx_needs_barrier for RETURNS as well. From-SVN: r42077
Andrew MacLeod committed
-