1. 11 Aug, 2000 1 commit
  2. 10 Aug, 2000 14 commits
  3. 09 Aug, 2000 19 commits
    • c-typeck.c (process_init_element): For -Wtraditional, warn about initialization of unions. · 253b6b82
      	* c-typeck.c (process_init_element): For -Wtraditional, warn about
      	initialization of unions.
      
      	* invoke.texi (-Wtraditional): Document new behavior.
      
      From-SVN: r35595
      Kaveh R. Ghazi committed
    • Remove stray blank line in previous commit · 2bf9a2ab
      From-SVN: r35594
      Zack Weinberg committed
    • configure.in (--enable-c-cpplib): Uncomment. · 9ec7291f
      	* configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
      	instead of extra_c_flags.
      	(--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      	* cpperror.c (cpp_type2name): New function.
      	* cpplex.c (lex_line): If we issued an error for an invalid
      	preprocessing directive, discard that logical line.
      	* cpplib.c (do_line): Call a hook function if the current file
      	is renamed by #line.
      	(do_ident): Pass the contents of the string, not the entire
      	token, to the callback function.
      	* cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
      	(cb.rename_file): New hook function.
      	(cb.ident): Adjust prototype.
      	(cpp_type2name): Prototype.
      	* cppmacro.c (dump_macro_args): Correct precedence lossage.
      
      	* cppmain.c (cb_ident): Update for changed interface.
      	(cb_rename_file): New function.
      	(main): Set rename callback.
      
      From-SVN: r35593
      Zack Weinberg committed
    • pt.c (tsubst_aggr_type): Bail if creating the argvec fails. · 9cc82a01
              * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
              (tsubst_template_arg_vector): Likewise.
      
      From-SVN: r35592
      Jason Merrill committed
    • It's `exit(0)', not `exit()'! · a58df068
      From-SVN: r35591
      Alexandre Oliva committed
    • Makefile.am: Move beans and applet classes to awt_java_source_files. · e8244abe
      2000-08-09  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* Makefile.am: Move beans and applet classes to
      	awt_java_source_files.
      	* Makefile.in: Rebuilt.
      
      From-SVN: r35590
      Bryce McKinlay committed
    • Makefile.am: Move beans and applet classes to awt_java_source_files. · b9960613
      2000-08-09  Bryce McKinlay  <bryce@albatross.co.nz>
      
      	* Makefile.am: Move beans and applet classes to
      	awt_java_source_files.
      	* Makefile.in: Rebuilt.
      	* java/awt/Color.java (getTransparency): New method.
      	* java/awt/Component.java: Various updates.
      	* java/awt/Container.java (removeNotify): Call super.removeNotify()
      	after dealing with children.
      	* java/awt/Toolkit.java (changeSupport): Renamed from pcsupport.
      	* java/awt/Window.java: Various new methods and updates.
      	* java/awt/color/ICC_Profile.java (getNumComponents): Cast profileID
      	to int for switch.
      	* java/awt/event/KeyEvent.java (paramString): Initialize `r'.
      	* java/awt/event/WindowEvent.java (paramString): Ditto.
      	* java/awt/geom/Dimension2D.java (clone): Wrap super call with
      	try/catch block.
      	* java/awt/geom/Point2D.java (clone): Ditto.
      	* java/awt/geom/RectangularShape.java (clone): Ditto.
      	* java/awt/image/ColorModel.java (bits, cspace, transparency,
      	hasAlpha, isAlphaPremultiplied): Make package-private, not private.
      
      From-SVN: r35589
      Bryce McKinlay committed
    • rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi runtime. · 7e8dad18
      	* rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
      	runtime.
      	* cp/tinfo.cc (__dynamic_cast): Likewise.
      	* cp/inc/cxxabi.h (__dynamic_cast): Likewise.
      
      From-SVN: r35588
      Nathan Sidwell committed
    • ptrflags.C: Adjust rtti member names. · 68c98199
      	* g++.old-deja/g++.abi/ptrflags.C: Adjust rtti member names.
      	* g++.old-deja/g++.abi/vmihint.C: Likewise.
      
      From-SVN: r35587
      Nathan Sidwell committed
    • cvt.c (convert_to_pointer_force): Fix error message when attempting to cast from ambiguous base. · 0f586b9b
      	* cvt.c (convert_to_pointer_force): Fix error message when
      	attempting to cast from ambiguous base.
      
      From-SVN: r35586
      Nathan Sidwell committed
    • Daily bump. · 9371e8a0
      From-SVN: r35585
      Jeff Law committed
    • [multiple changes] · 8901ac21
      
      2000-08-09  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	Preliminary wchar_t implementation, with trivial encodings.
      	* docs/configopts.html: Add bits about canonical configure option
      	checking.
      
      	* testsuite/27_io/iostream_objects.cc: Replace this file (which
      	has newly-declared-illegal mixing of wide/narrow stdstreams) with...
      	* testsuite/27_io/narrow_stream_objects.cc: New file.
      	* testsuite/27_io/wide_stream_objects.cc: New file.
      
      	* bits/fstream.tcc (underflow): Temporarily hack a solution
      	together that writes from the external file to the internal
      	buffers. This removes codecvt from the loop, and is incorrect.
      	(_M_really_overflow): Same here.
      
      	* testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
      
      2000-08-08  Benjamin Kosnik  <bkoz@cygnus.com>
      	    Ulrich Drepper  <drepper@cygnus.com>
      
      	* config/c_io_libio.h: Tweak.
      	* config/c_io_libio_codecvt.c: New file.
      	* libio/Makefile.am: Add c_codecvt.c.
      	* libio/Makefile.in: Regenerate.
      	* libio/genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
      	stream is not orientated.
      
      	* acinclude.m4: Add config/c_io_libio_codecvt.c dummy file, until
      	encoding gets fleshed out.
      
      	* bits/basic_file.h: Add specialization declarations.
      	* config/c_io_libio.cc: Add specializations for pbackfail, uflow.
      
      	* config/c_io_libio.h: Add __c_wfile_type.
      	* bits/basic_file.h: Add _M_wfile.
      
      	* config/c_io_libio.cc (__basic_file<char>): Initialize the
      	streams without setting the orientation of the underlying FILE to
      	either wide or narrow.
      	(__basic_file<wchar_t>)): Enable tricky wchar_t io bits.
      
      From-SVN: r35584
      Benjamin Kosnik committed
    • c_io_libio.h: Tweak. · 5c614849
      
      2000-08-08  Benjamin Kosnik  <bkoz@cygnus.com>
      	    Ulrich Drepper  <drepper@cygnus.com>
      
      	* config/c_io_libio.h: Tweak.
      	* config/c_io_libio_codecvt.c: New file.
      	* libio/Makefile.am: Add c_codecvt.c.
      	* libio/Makefile.in: Regenerate.
      	* libio/genops.c (_IO_unbuffer_write): Don't call _IO_SETBUF if the
      	stream is not orientated.
      
      	* acinclude.m4: Add config/c_io_libio_codecvt.c dummy file, until
      	encoding gets fleshed out.
      
      	* bits/basic_file.h: Add specialization declarations.
      	* config/c_io_libio.cc: Add specializations for pbackfail, uflow.
      
      	* config/c_io_libio.h: Add __c_wfile_type.
      	* bits/basic_file.h: Add _M_wfile.
      
      	* config/c_io_libio.cc (__basic_file<char>): Initialize the
      	streams without setting the orientation of the underlying FILE to
      	either wide or narrow.
      	(__basic_file<wchar_t>)): Enable tricky wchar_t io bits.
      
      From-SVN: r35583
      Benjamin Kosnik committed
    • Finish preliminary wchar_t implementation, with trivial encodings. · 86b8dde6
      
      2000-08-09  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>
      
      	Finish preliminary wchar_t implementation, with trivial encodings.
      	* docs/configopts.html: Add bits about canonical configure option
      	checking.
      
      	* testsuite/27_io/iostream_objects.cc: Replace this file (which
      	has newly-declared-illegal mixing of wide/narrow stdstreams) with...
      	* testsuite/27_io/narrow_stream_objects.cc: New file.
      	* testsuite/27_io/wide_stream_objects.cc: New file.
      
      	* bits/fstream.tcc (underflow): Temporarily hack a solution
      	together that writes from the external file to the internal
      	buffers. This removes codecvt from the loop, and is incorrect.
      	(_M_really_overflow): Same here.
      
      	* testsuite/21_strings/inserters_extractors.cc (test05): Tweaks.
      
      From-SVN: r35582
      Benjamin Kosnik committed
    • pt.c (tsubst_aggr_type): Bail if creating the argvec fails. · 08e72a19
              * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
              (tsubst_template_arg_vector): Likewise.
      
              * decl2.c (build_anon_union_vars): Choose the largest field; don't
              assume that one will be as large as the union.
      
      From-SVN: r35581
      Jason Merrill committed
    • * gcc.c-torture/execute/20000808-1.c: New test. · 8e32b501
      From-SVN: r35580
      Alexandre Oliva committed
    • caller-save.c (mark_referenced_regs): Mark partially-overwritten multi-word registers. · 2696f6a4
      * caller-save.c (mark_referenced_regs): Mark partially-overwritten
      multi-word registers.
      
      From-SVN: r35579
      Alexandre Oliva committed
    • * gcc.dg/c90-const-expr-1.c: New test. · 1fcbbcd3
      From-SVN: r35577
      Joseph Myers committed
  4. 08 Aug, 2000 6 commits