1. 01 Nov, 2001 7 commits
    • re PR libstdc++/3666 (Invalid concept-checking code.) · 4d16bdbb
      2001-11-01  Phil Edwards  <pme@gcc.gnu.org>
      
      	* acinclude.m4:  Fix spacing.
      	(GLIBCPP_ENABLE_CONCEPT_CHECKS):  New macro.
      	* configure.in:  Call here.
      	* acconfig.h:  Add _GLIBCPP_CONCEPT_CHECKS.
      	* include/bits/boost_concept_check.h:  Fix headers.
      	(__function_requires):  Make inline.
      	* include/bits/c++config (_GLIBCPP_CONCEPT_CHECKS):  Remove.
      	* aclocal.m4:  Regenerate.
      	* config.h.in:  Regenerate.
      	* configure:  Regenerate.
      
      	Move trailing ';' inside macro, PR libstdc++/3666.
      	* include/bits/concept_check.h:  Add semicolon.
      	* include/bits/stl_algo.h:  Remove semicolon.
      	* include/bits/stl_algobase.h:  Likewise.
      	* include/bits/stl_deque.h:  Likewise.
      	* include/bits/stl_heap.h:  Likewise.
      	* include/bits/stl_iterator_base_funcs.h:  Likewise.
      	* include/bits/stl_list.h:  Likewise.
      	* include/bits/stl_map.h:  Likewise.
      	* include/bits/stl_multimap.h:  Likewise.
      	* include/bits/stl_multiset.h:  Likewise.
      	* include/bits/stl_numeric.h:  Likewise.
      	* include/bits/stl_queue.h:  Likewise.
      	* include/bits/stl_set.h:  Likewise.
      	* include/bits/stl_stack.h:  Likewise.
      	* include/bits/stl_vector.h:  Likewise.
      	* include/ext/hash_map:  Likewise.
      	* include/ext/hash_set:  Likewise.
      	* include/ext/slist:  Likewise.
      
      	* src/concept-inst.cc:  New file with explicit instantiations.
      	* src/Makefile.am (sources):  Add here, with special build rules.
      	* src/Makefile.in:  Regenerate.
      
      From-SVN: r46697
      Phil Edwards committed
    • h8300.c (h8300_encode_label): Compute a string before passing it to ggc_alloc_string. · 93cacb72
      	* config/h8300/h8300.c (h8300_encode_label): Compute a string
      	before passing it to ggc_alloc_string.
      
      From-SVN: r46695
      Kazu Hirata committed
    • * include/bits/std_complex.h (abs): Tweak. · b522a9ce
      From-SVN: r46693
      Gabriel Dos Reis committed
    • 3b1.h: Fix comment formatting. · 7a1929e1
      	* config/m68k/3b1.h: Fix comment formatting.
      	* config/m68k/3b1g.h: Likewise.
      	* config/m68k/a-ux.h: Likewise.
      	* config/m68k/amix.h: Likewise.
      	* config/m68k/apollo68.h: Likewise.
      	* config/m68k/atari.h: Likewise.
      	* config/m68k/aux-exit.c: Likewise.
      	* config/m68k/ccur-GAS.h: Likewise.
      	* config/m68k/crds.h: Likewise.
      	* config/m68k/dpx2.h: Likewise.
      	* config/m68k/dpx2g.h: Likewise.
      	* config/m68k/hp310.h: Likewise.
      	* config/m68k/hp320.h: Likewise.
      	* config/m68k/isi.h: Likewise.
      	* config/m68k/linux.h: Likewise.
      	* config/m68k/lynx.h: Likewise.
      	* config/m68k/m68k-psos.h: Likewise.
      	* config/m68k/m68k.c: Likewise.
      	* config/m68k/m68k.h: Likewise.
      	* config/m68k/m68k.md: Likewise.
      	* config/m68k/m68kelf.h: Likewise.
      	* config/m68k/m68kv4.h: Likewise.
      	* config/m68k/mot3300.h: Likewise.
      	* config/m68k/news.h: Likewise.
      	* config/m68k/next.h: Likewise.
      	* config/m68k/pbb.h: Likewise.
      	* config/m68k/plexus.h: Likewise.
      	* config/m68k/sgs.h: Likewise.
      	* config/m68k/sun3.h: Likewise.
      	* config/m68k/tower.h: Likewise.
      	* config/m68k/vxm68k.h: Likewise.
      
      From-SVN: r46692
      Kazu Hirata committed
    • std_complex.h (_Norm_helper): New class template. · 3c4e7c50
             * include/bits/std_complex.h (_Norm_helper): New class template.
             (norm): Tweak.
      
      From-SVN: r46690
      Gabriel Dos Reis committed
    • 20010327-1.c: Use __SIZE_TYPE__ instead of unsigned long. · 9199347f
      	* gcc.c-torture/compile/20010327-1.c: Use __SIZE_TYPE__ instead
              of unsigned long.
      
      From-SVN: r46689
      Stephane Carrez committed
    • Daily bump. · c1a31f67
      From-SVN: r46687
      GCC Administrator committed
  2. 31 Oct, 2001 25 commits
    • mips.h (mips_cache_flush_func): Prototype. · d490e8ad
      * config/mips/mips.h (mips_cache_flush_func): Prototype.
      (TARGET_OPTIONS): Support -mflush-func= and -mno-flush-func.
      (INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.
      * config/mips/mips.c (mips_cache_flush_func): New.
      * doc/invoke.texi: Document the new options.
      
      From-SVN: r46686
      DJ Delorie committed
    • codecvt.h: Add virtual member function declarations. · c7e2dba5
      
      2001-10-31  Benjamin Kosnik  <bkoz@redhat.com>
      
      	libstdc++/4749
      	* include/bits/codecvt.h: Add virtual member function declarations.
      	* src/codecvt.cc: Tweaks.
      	* testsuite/22_locale/codecvt.cc: Test compilation only,
      	non-required facets not required to have linkage.
      
      From-SVN: r46685
      Benjamin Kosnik committed
    • cris.c: Include output.h after tree.h but before target.h. · 78b14aa6
      	* config/cris/cris.c: Include output.h after tree.h but before
      	target.h.
      
      From-SVN: r46684
      Hans-Peter Nilsson committed
    • config.gcc (cris-*-linux*, tm_file): Rearrange order. · b4ac17fc
      	* config.gcc (cris-*-linux*, tm_file): Rearrange order.
      	* config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.
      
      From-SVN: r46682
      Hans-Peter Nilsson committed
    • Makefile.in (INTL_TARGETS, POSUB): Delete all references. · 5b7874aa
      	* Makefile.in (INTL_TARGETS, POSUB): Delete all references.
      	(INTL_SUBDIRS): Just intl.
      	(.SUFFIXES): Add .gmo .po .pox.
      	(native): Also depend on build-@POSUB@.
      	(intl.all, intl.install): Depend on config.h and things it includes.
      	(po-generated): New target; depend on c-parse.c and tradcif.c.
      	(install-normal): Also depend on install-@POSUB@.
      	(XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
      	(build-, install-, build-po, update-po, install-po,
      	.po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.
      
      	* aclocal.m4: Prefix each entry in CATALOGS with "po/"
      	* configure.in: Don't munge XGETTEXT.  Don't generate
      	po/Makefile.in.
      	* configure: Regenerate.
      
      	* exgettext: Delete.
      	* config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
      	* cp/Make-lang.in, java/Make-lang.in, objc/Make-lang.in: Replace
      	$(INTL_TARGETS) with po-generated.
      
      po:
      	* EXCLUDES: New file.
      	* exgettext: New helper script; completely rewritten.
      	* Makefile.in.in, POTFILES.in: Delete.
      
      From-SVN: r46680
      Zack Weinberg committed
    • * config/h8300/h8300.md (two anonymous patterns): New. · 5fb56602
      From-SVN: r46679
      Kazu Hirata committed
    • tree.h (tree_index): Add support for V16QI and V8HI. · b63781e9
      	* tree.h (tree_index): Add support for V16QI and V8HI.
      	      (V8HI_type_node): New.
      	(V16QI_type_node): New.
      
      From-SVN: r46678
      Aldy Hernandez committed
    • att.h: Fix comment formatting. · 892a2d68
      	* config/i386/att.h: Fix comment formatting.
      	* config/i386/beos-elf.h: Likewise.
      	* config/i386/bsd.h: Likewise.
      	* config/i386/bsd386.h: Likewise.
      	* config/i386/crtdll.h: Likewise.
      	* config/i386/cygwin.asm: Likewise.
      	* config/i386/cygwin.h: Likewise.
      	* config/i386/djgpp.h: Likewise.
      	* config/i386/freebsd-aout.h: Likewise.
      	* config/i386/freebsd.h: Likewise.
      	* config/i386/gas.h: Likewise.
      	* config/i386/i386-interix.h: Likewise.
      	* config/i386/i386-protos.h: Likewise.
      	* config/i386/i386.c: Likewise.
      	* config/i386/i386.h: Likewise.
      	* config/i386/i386.md: Likewise.
      	* config/i386/i386elf.h: Likewise.
      	* config/i386/interix.c: Likewise.
      	* config/i386/isc.h: Likewise.
      	* config/i386/isccoff.h: Likewise.
      	* config/i386/iscdbx.h: Likewise.
      	* config/i386/linux.h: Likewise.
      	* config/i386/lynx.h: Likewise.
      	* config/i386/mingw32.h: Likewise.
      	* config/i386/netbsd-elf.h: Likewise.
      	* config/i386/next.h: Likewise.
      	* config/i386/osf1elf.h: Likewise.
      	* config/i386/osfrose.h: Likewise.
      	* config/i386/sco5.h: Likewise.
      	* config/i386/seq-gas.h: Likewise.
      	* config/i386/seq-sysv3.h: Likewise.
      	* config/i386/sequent.h: Likewise.
      	* config/i386/sol2.h: Likewise.
      	* config/i386/sun386.h: Likewise.
      	* config/i386/uwin.asm: Likewise.
      	* config/i386/uwin.h: Likewise.
      	* config/i386/vxi386.h: Likewise.
      	* config/i386/win32.h: Likewise.
      	* config/i386/winnt.c: Likewise.
      	* config/i386/xm-cygwin.h: Likewise.
      	* config/i386/xm-mingw32.h: Likewise.
      
      From-SVN: r46677
      Kazu Hirata committed
    • builtins.def: Fix comment typos. · 5519a4f9
      2001-10-31  Kazu Hirata  <kazu@hxi.com>
      
      	* builtins.def: Fix comment typos.
      	* config/alpha.c: Likewise.
      	* config/arm/arm.c: Likewise.
      	* config/avr/avr.h: Likewise.
      	* config/d30v/d30v.c: Likewise.
      	* config/d30v/d30v.h: Likewise.
      	* config/d30v/d30v.md: Likewise.
      	* config/dsp16xx/dsp16xx.c: Likewise.
      	* config/fr30/fr30.c: Likewise.
      	* config/fr30/fr30.md: Likewise.
      	* config/i386/i386.c: Likewise.
      	* config/i860/i860.c: Likewise.
      	* config/i960/i960.c: Likewise.
      	* config/ia64/ia64.c: Likewise.
      	* config/mips/mips.c: Likewise.
      	* config/pa/pa.c: Likewise.
      	* config/rs6000/rs6000.c: Likewise.
      	* config/s390/s390.c: Likewise.
      	* config/sparc/sparc.c: Likewise.
      
      From-SVN: r46676
      Kazu Hirata committed
    • std_complex.h (complex::operator/=): Correct sign. · 51ad6d81
      
      2001-10-31  Edward E. Meyer  <edward.e.meyer@boeing.com>
      
      	libstdc++/4622
      	* include/bits/std_complex.h (complex::operator/=): Correct sign.
      
      From-SVN: r46675
      Edward E. Meyer committed
    • basic_string.h: Tweaks. · 9a304d17
      
      2001-10-30  Paolo Carlini  <pcarlini@unitus.it>
      	    Benjamin Kosnik  <bkoz@redhat.com>
      
      	* include/bits/basic_string.h: Tweaks.
      	* include/bits/basic_string.tcc (string::_M_replace(iterator,
      	iterator, _ForwardIter, _ForwardIter, forward_iterator_tag): Fix.
      	* src/string-inst.cc: Tweaks, add instantiation.
      	* testsuite/21_strings/replace.cc (test02): Add test.
      	* testsuite/21_strings/assign.cc (test01): New file.
      
      0
      
      Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
      
      From-SVN: r46674
      Paolo Carlini committed
    • Daily bump. · 8f32f3ab
      From-SVN: r46672
      GCC Administrator committed
    • Fix typos in ChangeLog. · 54aa2c51
      From-SVN: r46671
      Kazu Hirata committed
    • elf.h: Fix comment formatting. · 987ba558
      	* config/elf.h: Fix comment formatting.
      	* config/elf64.h: Likewise.
      	* config/iris5.h: Likewise.
      	* config/iris5gas.h: Likewise.
      	* config/iris6.h: Likewise.
      	* config/isa3264.h: Likewise.
      	* config/linux.h: Likewise.
      	* config/mips.c: Likewise.
      	* config/mips.h: Likewise.
      	* config/mips.md: Likewise.
      	* config/mips16.S: Likewise.
      	* config/netbsd.h: Likewise.
      	* config/osfrose.h: Likewise.
      	* config/r3900.h: Likewise.
      	* config/sni-svr4.h: Likewise.
      	* config/svr4-t.h: Likewise.
      	* config/ultrix.h: Likewise.
      
      From-SVN: r46670
      Kazu Hirata committed
    • bitmap.c (bitmap_element_free): Don't forget to update head->indx when we update head->current. · 87a2e7a8
      2001-10-30  Daniel Berlin  <dan@cgsoftware.com>
      
      	* bitmap.c (bitmap_element_free): Don't forget to update head->indx
      	when we update head->current.
      
      From-SVN: r46669
      Daniel Berlin committed
    • ChangeLog, [...]: Fix spelling errors. · ec3fd6be
      	* ChangeLog, actions.c, ch-tree.def, decl.c, except.c, inout.c,
      	tasking.c, typeck.c: Fix spelling errors.
      
      From-SVN: r46668
      Joseph Myers committed
    • * style.adb: · 04a1b79c
      	(Check_Identifier): Rewrite circuit to be compatible with use of letters
      	in the upper half of ASCII.
      	(Check_Identifier): Minor reformatting
      
      From-SVN: r46667
      Robert Dewar committed
    • (Associated_Node, [...]): Do not check for Freeze_Entity. · 81fa2d39
      	* (Associated_Node, Set_Associated_Node): Do not check for
      	Freeze_Entity.
      
      From-SVN: r46666
      Geert Bosch committed
    • HACKING, [...]: Fix spelling errors. · 18e1f2bd
      	* HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java,
      	gnu/java/rmi/rmic/RMIC.java, java/awt/Window.java,
      	java/awt/AWTEvent.java, java/io/ByteArrayOutputStream.java,
      	java/io/CharConversionException.java,
      	java/io/PipedInputStream.java, java/io/PipedReader.java,
      	java/io/PrintWriter.java, java/io/WriteAbortedException.java,
      	java/io/natFileWin32.cc, java/lang/Class.h,
      	java/lang/natClassLoader.cc, java/lang/natObject.cc,
      	java/lang/Package.java, java/net/BindException.java,
      	java/net/ConnectException.java, java/net/ProtocolException.java,
      	java/net/SocketException.java,
      	java/net/UnknownServiceException.java,
      	java/security/cert/X509Certificate.java,
      	java/security/interfaces/DSAKey.java,
      	java/security/SecureRandom.java, java/security/SignedObject.java,
      	java/sql/DatabaseMetaData.java,
      	java/text/DecimalFormatSymbols.java,
      	java/util/jar/Attributes.java, java/util/jar/JarEntry.java,
      	java/util/jar/JarInputStream.java,
      	java/util/jar/JarOutputStream.java, java/util/Calendar.java,
      	java/util/Collections.java, java/util/GregorianCalendar.java,
      	java/util/HashMap.java, java/util/List.java,
      	java/util/Properties.java, java/util/Timer.java,
      	java/util/Vector.java, java/util/WeakHashMap.java,
      	javax/naming/NamingException.java,
      	testsuite/libjava.lang/Thread_Wait.java,
      	org/xml/sax/helpers/DefaultHandler.java,
      	org/xml/sax/HandlerBase.java, org/xml/sax/SAXParseException.java,
      	ChangeLog, acinclude.m4, aclocal.m4, posix-threads.cc: Fix
      	spelling errors.
      	* configure: Regenerate.
      
      From-SVN: r46665
      Joseph Myers committed
    • * a-reatim.ads: Minor reformatting · ffc5527f
      From-SVN: r46664
      Robert Dewar committed
    • gnatdll.adb: Minor reformatting throughout. · 865335eb
      	* gnatdll.adb: Minor reformatting throughout. Many ??? added for
      	undocumented declarations.
      
      From-SVN: r46663
      Robert Dewar committed
    • gnatdll.adb (Parse_Command_Line): handle -g option to be passed to the binder and linker. · 5e257178
      	* gnatdll.adb (Parse_Command_Line): handle -g option to be passed
      	to the binder and linker.
      	Minor style fix.
      
      	* mdll.ads: Fix layout.  Update copyright notice.
      
      	* mdll.adb: Fix layout.  Update copyright notice.
      
      From-SVN: r46662
      Pascal Obry committed
    • * usage.adb: Minor fix to output for -gnaty. · 1753e0ad
      From-SVN: r46661
      Robert Dewar committed
    • a-reatim.ads: Makes Seconds_Count into a 64-bit integer, to accommodate all its possible values. · 84bfdde0
      	* a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
      	to accommodate all its possible values.
      
      	* a-reatim.adb (Split): Special-case handling of Time_Span_First
      	and of small absolute values of T.
      
      From-SVN: r46660
      Ed Schonberg committed
  3. 30 Oct, 2001 8 commits