- 06 Nov, 2000 5 commits
-
-
* config/sparc/sparc.md (smulsi3_highpart_v8plus, ashldi3_v8plus+1, update_return, flush, flushdi, ffssi2, ffsdi2): Fix output formatting. From-SVN: r37272
Jakub Jelinek committed -
From-SVN: r37271
Jeff Law committed -
expmed.c (expand_divmod): For signed divide by 2, prefer a branch and fewer shifts if branches are very cheap. * expmed.c (expand_divmod): For signed divide by 2, prefer a branch and fewer shifts if branches are very cheap. From-SVN: r37270
Denis Chertykov committed -
* lex.h (JAVA_FLOAT_RANGE_ERROR): Typo fix. * lex.c (IS_ZERO): New define. (java_perform_atof): Error on floating point underflow. From-SVN: r37269
Tom Tromey committed -
* lib/libjava.exp (libjava_arguments): Set --tag on libtool invocation. From-SVN: r37268
Tom Tromey committed
-
- 05 Nov, 2000 5 commits
-
-
lex.c (java_parse_escape_sequence): Only read two octal characters if the first one is greater than 3. * lex.c (java_parse_escape_sequence): Only read two octal characters if the first one is greater than 3. Don't allow "octal" numbers to include the digits 8 or 9. From-SVN: r37267
Tom Tromey committed -
2000-11-05 Toon Moene <toon@moene.indiv.nluug.nl> * root.texi, news.texi, g77install.texi, g77.texi, bugs.texi: Remove non-historical references to egcs/EGCS. From-SVN: r37266
Toon Moene committed -
* Makefile.in: Remove all targets related to building distributions and diffs, or INSTALL. * INSTALL, install1.texi: Remove. * configure.in: Remove mention of distdir. * configure: Regenerate. * objc/Make-lang.in: Remove mention of distdir. ch: * Make-lang.in (CHILL.distdir): Remove. cp: * Make-lang.in (c++.distdir): Remove. f: * Make-lang.in: Remove f77.distdir and f/INSTALL. * INSTALL, install0.texi: Remove. java: * Make-lang.in (java.distdir): Remove. From-SVN: r37265
Joseph Myers committed -
From-SVN: r37264
Jeff Law committed -
* acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX. * aclocal.m4: Regenerated. * configure: Likewise. From-SVN: r37263
Mark Mitchell committed
-
- 04 Nov, 2000 22 commits
-
-
* aclocal.m4: Regenerated. * configure: Likewise. From-SVN: r37262
Mark Mitchell committed -
* g++.old-deja/g++.brendan/misc13.C: Put `strlen' in `std' namespace. From-SVN: r37260
Mark Mitchell committed -
* g++.old-deja/g++.law/weak.C: Fix uses of iostreams to be standards-conformant. From-SVN: r37259
Mark Mitchell committed -
From-SVN: r37258
Mark Mitchell committed -
* g++.old-deja/g++.mike/p755.C: Tweak handling of exit. * g++.old-deja/g++.mike/p755a.C: Likewise. * g++.old-deja/g++.mike/p9706.C: Don't assume that the standard library makes no calls to `operator new' during initialization. From-SVN: r37257
Mark Mitchell committed -
From-SVN: r37256
Mark Mitchell committed -
* Make-lang.in (java.dvi): New target. Partial fix for PR other/567. From-SVN: r37255
Tom Tromey committed -
decl2.c (do_nonmember_using_decl): Allow `extern "C"' declarations from different namespaces to be combined. * decl2.c (do_nonmember_using_decl): Allow `extern "C"' declarations from different namespaces to be combined. From-SVN: r37254
Mark Mitchell committed -
From-SVN: r37253
Neil Booth committed -
From-SVN: r37252
Joseph Myers committed -
From-SVN: r37251
Neil Booth committed -
* cpplex.c (parse_string): Don't allow multiline strings in #include family directives. From-SVN: r37250
Neil Booth committed -
* cpplib.c (do_line): Only warn pedantically if not reading preprocessed input. From-SVN: r37249
Neil Booth committed -
From-SVN: r37248
Jeff Law committed -
* hashtab.c (htab_expand): Change to return int. Use calloc or xcalloc depending on htab->return_allocation_failure. Return zero if calloc fails. (htab_create): Update comment to cover memory allocation. (htab_try_create): New. (htab_find_slot_with_hash): Return NULL if htab_expand fails. Update comment to cover this. From-SVN: r37247
Hans-Peter Nilsson committed -
* hashtab.h (struct htab): Add member return_allocation_failure. (htab_try_create): New prototype. Mention which functions may return NULL when this is used. From-SVN: r37246
Hans-Peter Nilsson committed -
* acinclude.m4 (CXX): Prevent it from being cached. * aclocal.m4, configure, */Makefile.in: Rebuilt. From-SVN: r37245
Alexandre Oliva committed -
* lang-options.h: Mention -Wout-of-date. * jcf-dump.c (flag_newer): New global. * gjavah.c (flag_newer): New global. * jcf-io.c (find_class): Only warn when flag_newer set. * lang.c (flag_newer): New global. (struct string_option): New declaration. (lang_W_options): New global. (process_option_with_no): New function. (lang_decode_option): Use it. From-SVN: r37244
Tom Tromey committed -
* class.c (cxx_keyword_p): Accept keywords with trailing `$'s. * gjavah.c (cxx_keyword_subst): Handle any number of trailing `$'. From-SVN: r37243
Tom Tromey committed -
* calls.c (emit_call_1) [sibcall_pop]: Use n_popped instead of RETURN_POPS_ARGS(). From-SVN: r37242
Alexandre Oliva committed -
2000-11-03 David Edelsohn <dje@watson.ibm.com> * acinclude.m4 (GLIBCPP_CHECK_OS): Add AIX target selecting threads flag based on multilib definition of $CXX. * mknumeric_limits (LDFLAGS): Add AIX target linking with pthreads based on multilib definition of $CXX. * config/os/aix/bits/os_defines.h (_G_USING_THUNKS): Define as 0. 2000-11-03 Phil Edwards <pme@sources.redhat.com> * acinclude.m4: Cleanups. * aclocal.m4: Regenerated. * configure: Ditto. * Makefile.in: Ditto. * libio/Makefile.in: Ditto. * libmath/Makefile.in: Ditto. * libsupc++/Makefile.in: Ditto. * src/Makefile.in: Ditto. * docs/install.html: Removal of EGCS. * docs/23_containers/wrappers_h.txt: Likewise. * docs/faq/index.html: Likewise. * docs/faq/index.txt: Regenerated. * docs/thanks.html: More people. From-SVN: r37241
Phil Edwards committed -
From-SVN: r37240
Phil Edwards committed
-
- 03 Nov, 2000 8 commits
-
-
2000-10-29 Alexandre Petit-Bianco <apbianco@cygnus.com> * Make-lang.in (LIBGCJ_ZIP_FILE): Define with `$(prefix)'. Fixes gcj/365. (http://gcc.gnu.org/ml/gcc-patches/2000-11/msg00130.html) From-SVN: r37239
Alexandre Petit-Bianco committed -
* include/c/bits/std_cwchar.h: Undefine macro that conflicts with function name defined in this file. From-SVN: r37238
David Edelsohn committed -
* builtins.c (expand_builtin_strlen): Remove unused mode argument. * gcc.c (process_command): Remove unused variable. * fold-const.c: Include expr.h. * recog.c: Include reload.h. * Makefile.in (recog.o, fold-const.o): Update deps. cp: * decl.c: Include tm_p.h. From-SVN: r37237
Zack Weinberg committed -
* fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'. In gcc/ch/: * Make-lang.in: Remove 'CYGNUS LOCAL' markers. * Makefile.in: Likewise. * configure: Likewise. From-SVN: r37236
Geoff Keating committed -
* config/mips/iris6.h (SUBTARGET_CC1_SPEC): Remove -static handling. (STARTFILE_SPEC): Likewise. (LINK_SPEC): Likewise. From-SVN: r37235
Mark Mitchell committed -
* lib/g++.exp (g++_set_ld_library_path): New function. Use it to set LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH. From-SVN: r37234
Mark Mitchell committed -
* lex.h (_JAVA_IDENTIFIER_IGNORABLE): New macro. (JAVA_ID_CHAR_P): Also try java_ignorable_control_p. * lex.c (java_read_unicode): Removed `term_context' argument. Recognize any number of `u' in `\u'. (java_read_unicode_collapsing_terminators): New function. (java_get_unicode): Use it. (java_lineterminator): Removed. (yylex): Produce error if character literal is newline or single quote. Return if eof found in middle of `//' comment. EOF in `//' comment is only an error if pedantic. (java_ignorable_control_p): New function. (java_parse_end_comment): Return if eof found in middle of comment. Include flags.h. * jv-scan.c (pedantic): New global. From-SVN: r37232
Tom Tromey committed -
function. From-SVN: r37231
Hans-Peter Nilsson committed
-