- 20 Dec, 2000 5 commits
-
-
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 18 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 -
Fix for PR gcj/373: * parse.y (create_class): Set ACC_STATIC if class is declared in an interface. From-SVN: r38365
Bryce McKinlay committed -
* java/awt/Window.java (addNotify): Remove peer casting hack now that gcj/312 is fixed. From-SVN: r38364
Bryce McKinlay committed -
* parse.y (valid_ref_assignconv_cast_p): Load classes for source and dest if they arn't already. * class.c (layout_class): Call maybe_layout_super_class on superinterfaces also, but only if compiling from bytecode. From-SVN: r38363
Bryce McKinlay committed -
2000-12-18 Toon Moene <toon@moene.indiv.nluug.nl> * bugs.texi: Correct copyright years. * g77.texi: Likewise. * news.texi: Likewise. From-SVN: r38362
Toon Moene committed -
* c-lex.c (cb_file_change): Treat in_system_header as strictly boolean (0 or 1). From-SVN: r38361
Neil Booth committed -
From-SVN: r38360
Neil Booth committed -
From-SVN: r38359
Neil Booth committed -
* gcc.c-torture/execute/builtin-abs-1.c, gcc.c-torture/execute/builtin-abs-2.c: New tests. From-SVN: r38358
Joseph Myers committed -
* c-lex.c: s/change_file/file_change. * cpplib.h: Similarly. * cppmain.c: Similarly. * fix-header.c: Similarly. * cppfiles.c (stack_include_file): Pass the buffer location and size to cpp_push_buffer. Generate the file_change callback, so that sysp is already set. * cpphash.h: Add _cpp_do_file_change. * cpplib.c (do_line): Set buffer->sysp directly. Generate the file_change callback after setting sysp. (_cpp_do_file_change): Handle FC_ENTER and the FC_RENAME exception here. (cpp_push_buffer): Don't generate a callback. Clear sysp. (cpp_pop_buffer): Clean up logic. From-SVN: r38357
Neil Booth committed -
2000-12-18 Benjamin Kosnik <bkoz@redhat.com> * configure.in (gcc_gxx_include_dir): Simplify. (libstdcxx_incdir): Export. * configure: Regenerate. * Makefile.in (PREPROCESSOR_DEFINES): Add in GPLUSPLUS_TOOL_INCLUDE_DIR bits here.. (libstdcxx_incdir): Add. * cppdefault.c (GPLUSPLUS_TOOL_INCLUDE_DIR): Add search path. From-SVN: r38356
Benjamin Kosnik committed -
2000-12-18 Benjamin Kosnik <bkoz@redhat.com> * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. (libstdcxx_incdir): Pass down. * config.if: Remove expired bits for cxx_interface, add stub. (libstdcxx_incdir): Add variable for g++ include directory. * configure.in (gxx_include_dir): Use it. From-SVN: r38355
Benjamin Kosnik committed -
2000-12-18 Benjamin Kosnik <bkoz@redhat.com> * configure.in: Set os_include_dir for cross_compiles. * configure: Regenerate. * configure.target (l_glibcpp_cxxflags): Don't try to be clever when assigning ATOMICITYH. Only special case the special cases... 2000-12-15 Benjamin Kosnik <bkoz@redhat.com> * configure.in (gxx_target_include_dir): Install target-dependent include files in a target-dependent place. * configure: Regenerate. * src/Makefile.am: Add in support here. * src/Makefile.in: Regenerate. From-SVN: r38354
Benjamin Kosnik committed -
* MAINTAINERS: Added self as sh port co-maintainer. Removed entry with old-email address from ``Write After Approval''. From-SVN: r38353
Alexandre Oliva committed
-