- 21 Dec, 2000 4 commits
-
-
* haifa-sched.c (schedule_block): Provide empty source statement if not MD_SCHED_REORDER2. From-SVN: r38411
Robert Lipe committed -
* java/util/BasicMapEntry.java: Re-added. * java/util/HashMap.java (Entry): Extend BasicMapEntry. (putAll): Test for BasicMapEntry. * java/util/Hashtable.java (Entry): Extend BasicMapEntry. (putAll): Test for BasicMapEntry. Change references from `HashMap.Entry' to `Entry' in various places. * Makefile.am: Add BasicMapEntry.java. * Makefile.in: Rebuilt. From-SVN: r38410
Bryce McKinlay committed -
* src/Makefile.am (sources): Remove complex.cc, complexf.cc and complexl.cc from list. * src/Makefile.in: Regenerate. * src/complex.cc: Remove. * src/complexf.cc: Likewise. * src/complexl.cc: Likewise. * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove csqrtl.c (EXTRA_DIST): Remove csqrt.c and csqrtf.c. * libmath/Makefile.in: Regenerate. * libmath/complex-stub.h: Remove. * libmath/csqrt.c: Likewise. * libmath/sqrtf.c: Likewise. * libmath/sqrtl.c: Likewise. * libmath/mathconf.h: Remove <complex.h> and "complex-stub.h" #inclusion. * include/bits/std_complex.h (sqrt<>): Define primary template. (complex<>): Remove sqrt friend declarations. * configure.in: Initialize with src/ios.cc. * configure: Regenerate. * acinclude.m4: Remove check for csqrt* and <complex.h> * aclocal.m4: Regenerate. * config.h.in: Regenerate. * Makefile.in: Regenerate. From-SVN: r38409
Gabriel Dos Reis committed -
* rtl.h (REG_NON_LOCAL_GOTO): New. * rtl.c (reg_note_name): Update. * stmt.c (expand_goto): Emit a REG_NON_LOCAL_GOTO note. * builtins.c (expand_builtin_longjmp): Likewise. * flow.c (make_edges): Check for REG_NON_LOCAL_GOTO and do not emit an edge. From-SVN: r38408
Richard Henderson committed
-
- 20 Dec, 2000 14 commits
-
-
* g++.old-deja/g++.pt/crash36.C: Update error lines. * g++.old-deja/g++.robertl/eb109.C: Likewise. From-SVN: r38407
Richard Henderson committed -
2000-12-20 Phil Edwards <pme@sources.redhat.com> * acinclude.m4 (SECTION_FLAGS, OPT_LDFLAGS): Fix minor thinko. * aclocal.m4: Regenerate. * configure: Ditto. * Makefile.in: Ditto. * libio/Makefile.in: Ditto. * libmath/Makefile.in: Ditto. * libsupc++/Makefile.in: Ditto. * src/Makefile.in: Ditto. * include/bits/istream.tcc: Fix clause reference in comment. From-SVN: r38406
Phil Edwards committed -
avr.c (out_movsi_r_mr, [...]): Do not output undefined opcodes where source or destination register overlaps... * config/avr/avr.c (out_movsi_r_mr, out_movsi_mr_r, out_movhi_mr_r): Do not output undefined opcodes where source or destination register overlaps with modified pointer register. Handle (X + d) addresses. * config/avr/avr.md (*movhi, *movsi, *movsf): Correct insn length in alternatives with memory operand. From-SVN: r38405
Marek Michalkiewicz committed -
* c-typeck.c (build_asm_stmt): New, broken out from ... (c_expand_asm_operands): ... here. Just do rtl expansion. (c_expand_return): Return the new stmt node. (c_start_case, do_case): Likewise. * c-common.c (c_expand_expr_stmt): Likewise. * c-common.h: Update declarations. * c-tree.h: Likewise. * c-semantics.c (build_stmt): Use STMT_LINENO not TREE_COMPLEXITY. * c-parse.in (fndef): Set DECL_SOURCE_LINE to the open brace. (nested_function, notype_nested_function): Likewise. (compstmt): Return the compound statement not the binding level. (lineno_labeled_stmt): Simplify. (lineno_stmt, lineno_label): Set STMT_LINENO. (stmt, label): Return the new stmt node. From-SVN: r38402
Richard Henderson committed -
* cp-tree.h: Update declarations. * decl.c (finish_case_label): Return the new stmt node. * semantics.c (finish_goto_stmt): Likewise. (finish_expr_stmt, finish_return_stmt): Likewise. (finish_break_stmt, finish_continue_stmt): Likewise. (finish_asm_stmt): Likewise. * parse.y (already_scoped_stmt): Set STMT_LINENO. (compstmt, implicitly_scoped_stmt, stmt): Likewise. (simple_if, simple_stmt): Return the new stmt node. (save_lineno): New. From-SVN: r38401
Richard Henderson committed -
From-SVN: r38400
Bernd Schmidt committed -
From-SVN: r38399
Bernd Schmidt committed -
* final.c (output_addr_const): Use ASM_OUTPUT_SYMBOL_REF. * tm.texi: Document it. From-SVN: r38395
Alexandre Oliva committed -
From-SVN: r38394
Jeff Law committed -
2000-12-20 Benjamin Kosnik <bkoz@fillmore.constant.com> * testsuite/17_intro/headers_c.cc (main): New file. * acinclude.m4 (SECTION_FLAGS): Only set if --enable-debug is not passed. (OPT_LDFLAGS): And here. * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r38393
Benjamin Kosnik committed -
2000-12-20 Benjamin Kosnik <bkoz@fillmore.constant.com> * testsuite/17_intro/headers_c.cc (main): New file. * acinclude.m4 (SECTION_FLAGS): Only set if --enable-debug is not passed. (OPT_LDFLAGS): And here. * aclocal.m4: Regenerate. * configure: Regenerate. 2000-12-19 Curtis Janssen <cljanss@ca.sandia.gov> * src/ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089. * testsuite/27_io/ios_base_storage.cc (test01): New file. From-SVN: r38392
Benjamin Kosnik committed -
2000-12-19 Curtis Janssen <cljanss@ca.sandia.gov> * src/ios.cc (ios_base::_M_grow_words(int ix)): Fix libstdc++/1089. * testsuite/27_io/ios_base_storage.cc (test01): New file. From-SVN: r38391
Benjamin Kosnik committed -
2000-12-19 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir instead of gcc_tooldir. From-SVN: r38390
Benjamin Kosnik committed -
2000-12-19 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (-DGPLUSPLUS_TOOL_INCLUDE_DIR): Use build_tooldir instead of gcc_tooldir. From-SVN: r38389
Benjamin Kosnik committed
-
- 19 Dec, 2000 17 commits
-
-
2000-12-19 Benjamin Kosnik <bkoz@fillmore.constant.com> * configure.in: Don't turn on long long by default. * configure: Regenerate. * include/c/bits/std_cstdio.h: Remove c++config.h include. * src/locale.cc: Formatting tweaks. * testsuite/22_locale/ctype.cc (char<unsigned char>): Provide member functions. 2000-12-19 Loren J. Rittle <ljrittle@acm.org> * testsuite/22_locale/ctype.cc (test01): Correct ~ operator usage. From-SVN: r38388
Benjamin Kosnik committed -
2000-12-19 Loren J. Rittle <ljrittle@acm.org> * testsuite/22_locale/ctype.cc (test01): Correct ~ operator usage. From-SVN: r38387
Benjamin Kosnik committed -
2000-12-19 Mark Kettenis <kettenis@gnu.org> * configure.target: Support the Hurd. From-SVN: r38386
Mark Kettenis committed -
2000-12-19 Benjamin Kosnik <bkoz@fillmore.redhat.com> * config/os/solaris/solaris2.5/bits/ctype_inline.h (is): Same. * config/os/solaris/solaris2.6/bits/ctype_inline.h (is): Same. * config/os/solaris/solaris2.7/bits/ctype_inline.h (is): Same. * config/os/newlib/bits/ctype_inline.h (is): Same. * config/os/irix/bits/ctype_inline.h (is): Same. * config/os/bsd/netbsd/bits/ctype_inline.h (is): Same. * config/os/bsd/freebsd/bits/ctype_inline.h (is): Same. * config/os/aix/bits/ctype_inline.h (is): Same. * config/os/gnu-linux/bits/ctype_inline.h (is): Revert. * config/os/generic/bits/ctype_inline.h (is): Non-table based implementation. * testsuite/22_locale/ctype_char_members.cc (test01): Use binary operator correctly. (test01): Check 'A' for alnum, upper, alpha. From-SVN: r38385
Benjamin Kosnik committed -
From-SVN: r38384
Joseph Myers committed -
From-SVN: r38383
John David Anglin committed -
* pa.c (basereg_operand): Simplify. From-SVN: r38382
John David Anglin committed -
From-SVN: r38381
Bernd Schmidt committed -
From-SVN: r38380
Bernd Schmidt committed -
reload1.c (reload_combine): Take multi-hard-regs into account when processing CALL_INSN_FUNCTION_USAGE. * reload1.c (reload_combine): Take multi-hard-regs into account when processing CALL_INSN_FUNCTION_USAGE. From-SVN: r38379
Catherine Moore committed -
* invoke.texi (-print-search-dirs): Make references to cpp refer to cpp0 instead. From-SVN: r38378
Joseph Myers committed -
* include/bits/std_complex.h (complex<float>::operator-=): Fix thinko. From-SVN: r38377
Gabriel Dos Reis committed -
From-SVN: r38376
Jeff Law committed -
GregorianCalendar.java (GregorianCalendar): Constructors need to set timezone to a valid non-null value. * java/util/GregorianCalendar.java (GregorianCalendar): Constructors need to set timezone to a valid non-null value. Partial fix for PR 331. From-SVN: r38375
Warren Levy committed -
* fold-const.c (tree_expr_nonnegative_p): Treat truth values as non-negative. testsuite: * gcc.dg/compare3.c: New test. From-SVN: r38374
Kaveh R. Ghazi committed -
* reload.c (push_reload): When using a dying register for the reload register in an in-out reload, use outmode if wider than inmode. From-SVN: r38373
J"orn Rennecke committed -
From-SVN: r38371
Joseph Myers committed
-
- 18 Dec, 2000 5 commits
-
-
* config.gcc (*-*-linux*): Don't define HAVE_ATEXIT or BSTRING. * tm.texi (EXIT_BODY): Update documentation. * config/freebsd.h, config/netware.h, config/arm/coff.h, config/arm/conix-elf.h, config/arm/unknown-elf.h, config/d30v/d30v.h, config/mcore/mcore.h, config/pj/pj.h, sparc/sp86x-aout.h: Remove definitions of HAVE_ATEXIT (some commented out) and associated comments. f: * com.c [VMS]: Remove definition of BSTRING. From-SVN: r38370
Joseph Myers committed -
* c-common.c (STD_C9L, ADJ_STD): Define. (printf_length_specs, scanf_length_specs): Mark "ll" as standard STD_C9L. (T99_LL): Rename to T9L_LL. (T99_ULL): Rename to T9L_ULL. (print_char_table, scan_char_table): Use T9L_LL and T9L_ULL instead of T99_LL and T99_ULL. (check_format_info_main): Use ADJ_STD on all format standard versions being compared. * c-common.h: Declare warn_long_long. * c-tree.h: Don't declare warn_long_long. cp: * cp-tree.h: Don't declare warn_long_long. testsuite: * gcc.dg/format-warnll-1.c: New test. From-SVN: r38369
Joseph Myers committed -
* libjava.mauve/mauve.exp (test_mauve): Don't look for exceptions thrown in the test harness. (test_mauve_sim): Likewise. From-SVN: r38368
Tom Tromey committed -
From-SVN: r38367
Bryce McKinlay committed -
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0
* COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). gcc: * COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). gcc/f: * g77.texi: Update GPL copy not to refer to years 19@var{yy}. include: * COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references to 19yy as example year in copyright notice). From-SVN: r38366
Joseph Myers committed
-