]> gcc.gnu.org Git - gcc.git/log
gcc.git
23 years ago(htab_create, htab_expand): Correct formatting of comment before
Hans-Peter Nilsson [Fri, 3 Nov 2000 20:26:51 +0000 (20:26 +0000)]
(htab_create, htab_expand): Correct formatting of comment before
function.

From-SVN: r37231

23 years ago* hashtab.h: Change void * to PTR where necessary.
Hans-Peter Nilsson [Fri, 3 Nov 2000 20:23:00 +0000 (20:23 +0000)]
* hashtab.h: Change void * to PTR where necessary.

From-SVN: r37230

23 years agoMakefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.
Kaveh R. Ghazi [Fri, 3 Nov 2000 19:42:17 +0000 (19:42 +0000)]
Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.

* Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.
(toplev.o): Likewise for $(LOOP_H)/loop.h and $(REGS_H)/regs.h.
(simplify-rtx.o): Likewise for $(GGC_H)/ggc.h.

From-SVN: r37229

23 years agoUse memset/memcmp instead of bzero/bcmp.
Joseph Myers [Fri, 3 Nov 2000 18:55:54 +0000 (18:55 +0000)]
Use memset/memcmp instead of bzero/bcmp.

* c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
(dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
perm_calloc, get_identifier, maybe_get_identifier,
real_value_from_int_cst, simple_cst_equal), varasm.c
(assemble_name, assemble_real, immed_real_const_1,
compare_constant_1, decode_rtx_const, output_constant_pool): Use
strrchr () instead of rindex ().  Use memcmp () instead of bcmp
().  Use memcpy () instead of bcopy ().  Use memset () instead of
bzero ().

cp:
* tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().

From-SVN: r37228

23 years agocppfiles.c (open_file): If already read, then don't reopen.
Nathan Sidwell [Fri, 3 Nov 2000 16:03:37 +0000 (16:03 +0000)]
cppfiles.c (open_file): If already read, then don't reopen.

* cppfiles.c (open_file): If already read, then don't reopen.
Immediately close an empty file.

From-SVN: r37227

23 years agoMore tests for sequence point warnings.
Bernd Schmidt [Fri, 3 Nov 2000 16:02:20 +0000 (16:02 +0000)]
More tests for sequence point warnings.

From-SVN: r37226

23 years agoMove fold_builtin declaration to proper header
Bernd Schmidt [Fri, 3 Nov 2000 14:04:43 +0000 (14:04 +0000)]
Move fold_builtin declaration to proper header

From-SVN: r37225

23 years agoDaily bump.
Jeff Law [Fri, 3 Nov 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37224

23 years agoObjectInputStream.java (readObject): Added code to conditionally dump out the seriali...
Warren Levy [Fri, 3 Nov 2000 08:04:33 +0000 (08:04 +0000)]
ObjectInputStream.java (readObject): Added code to conditionally dump out the serialized data.

* java/io/ObjectInputStream.java (readObject): Added code to
conditionally dump out the serialized data.
Handle ENDBLOCKDATA case a bit more gracefully since the current
behavior doesn't seem to work as expected.
(readStreamHeader): Added code for serialized data dumper.
(readNextBlock): Ditto.
(readFields): Ditto.
(dump): New private static field for turning on/off dumper.
(setDump): New native method.
(dumpElement): New native method.
(dumpElementln): New native method.
* java/io/natObjectInputStream.cc (setDump): New method.
(dumpElement): New method.
(dumpElementln): New method.

Serialization dumper.  Enable by configuring with --enable-libgcj-debug
and calling java.io.ObjectInputStream.setDump(true) in your test program.
The output will be generated as the object is deserialized (i.e. the
readObject() method is executed).

From-SVN: r37223

23 years agoInetAddress.java (addr): Renamed from 'address'.
Warren Levy [Fri, 3 Nov 2000 07:43:06 +0000 (07:43 +0000)]
InetAddress.java (addr): Renamed from 'address'.

* java/net/InetAddress.java (addr): Renamed from 'address'.
(address): New field to match Serialized Form doc.
(hostName): Renamed from 'hostname' to match Serialized Form doc.
(family): New serialization field.
(serialVersionUID): New field.
(readObject): New method.
(writeObject): New method.
(getFamily): New native method.
(InetAddress): Set family.
* java/net/natInetAddress.cc (getFamily): New method.
(addr): Renamed from 'address'.
(hostName): Renamed from 'hostname' to match Serialized Form doc.
* java/net/natPlainDatagramSocketImpl.cc (addr): Renamed from 'address'.
* java/net/natPlainSocketImpl.cc (addr): Renamed from 'address'.

Serialization mod.

From-SVN: r37222

23 years agostd_cctype.h: Undefine macros that conflict with function names defined in this file.
Mark Mitchell [Fri, 3 Nov 2000 06:20:17 +0000 (06:20 +0000)]
std_cctype.h: Undefine macros that conflict with function names defined in this file.

* include/c/bits/std_cctype.h: Undefine macros that conflict
with function names defined in this file.
* include/c/bits/std_cstdio.h: Likewise.

From-SVN: r37221

23 years ago* flow.c (verify_local_live_at_start): Allow hard regs to die.
J"orn Rennecke [Fri, 3 Nov 2000 05:43:09 +0000 (05:43 +0000)]
* flow.c (verify_local_live_at_start): Allow hard regs to die.

From-SVN: r37220

23 years ago* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.
Mark Mitchell [Fri, 3 Nov 2000 05:15:35 +0000 (05:15 +0000)]
* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.

From-SVN: r37219

23 years agoAbstractList.java (SubList): Make it a top-level private class.
Bryce McKinlay [Fri, 3 Nov 2000 03:58:05 +0000 (03:58 +0000)]
AbstractList.java (SubList): Make it a top-level private class.

2000-11-03  Bryce McKinlay  <bryce@albatross.co.nz>

* java/util/AbstractList.java (SubList): Make it a top-level private
class.
* java/util/LinkedList.java (remove): Do update modCount and
knownMod.
(add): Ditto.
* Makefile.am (ordinary_java_source_files): Add LinkedList.java.
* Makefile.in: Rebuilt.

From-SVN: r37218

23 years ago* mkcheck.in: Fix echoing of -rpath option.
Mark Mitchell [Fri, 3 Nov 2000 02:29:28 +0000 (02:29 +0000)]
* mkcheck.in: Fix echoing of -rpath option.

From-SVN: r37217

23 years agocodecvt_unicode_char.cc: Don't run it if not _GLIBCPP_USE_WCHAR_T.
Mark Mitchell [Fri, 3 Nov 2000 02:28:07 +0000 (02:28 +0000)]
codecvt_unicode_char.cc: Don't run it if not _GLIBCPP_USE_WCHAR_T.

* testsuite/22_locale/codecvt_unicode_char.cc: Don't run it
if not _GLIBCPP_USE_WCHAR_T.
* testsuite/22_locale/codecvt_unicode_wchar_t.cc: Likewise.
* testsuite/22_locale/ctor_copy_dtor.cc: Likewise.
* testsuite/22_locale/ctype_wchar_t_members.cc: Likewise.

From-SVN: r37216

23 years agoacinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.
Mark Mitchell [Fri, 3 Nov 2000 02:25:00 +0000 (02:25 +0000)]
acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.

* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.
* aclocal.m4: Regenerated.
* Makefile.in: Regenerated.
* libio/Makefile.in: Likewise.
* libmath/Makefile.in: Likewise.
* libsupc++/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* configure: Likewise.
* config/os/irix/bits/ctype_base.h: Revise.
* config/os/irix/bits/ctype_inline.h: Likewise.
* config/os/irix/bits/ctype_noninline.h: Likewise.

From-SVN: r37215

23 years ago* Update ChangeLog for the -A= config patch (separate).
Neil Booth [Thu, 2 Nov 2000 23:33:01 +0000 (23:33 +0000)]
* Update ChangeLog for the -A= config patch (separate).

From-SVN: r37214

23 years agoconfig:
Neil Booth [Thu, 2 Nov 2000 23:29:13 +0000 (23:29 +0000)]
config:

* a29k/a29k.h, a29k/unix.h, a29k/vx29k.h,
alpha/alpha-interix.h, alpha/alpha.h, alpha/linux.h,
alpha/openbsd.h, alpha/osf.h, alpha/vms.h, alpha/vxworks.h,
alpha/win-nt.h, arc/arc.h, arm/arm.h, arm/conix-elf.h,
arm/linux-aout.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
arm/riscix1-1.h, arm/semiaof.h, arm/unknown-elf-oabi.h, arm/vxarm.h,
c4x/rtems.h, clipper/clix.h, convex/convex.h, d30v/d30v.h,
elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/linux.h, i370/mvs.h,
i370/oe.h, i386/386bsd.h, i386/aix386ng.h, i386/beos-elf.h,
i386/bsd386.h, i386/crtdll.h, i386/cygwin.h, i386/dgux.h,
i386/djgpp-rtems.h, i386/djgpp.h, i386/freebsd-aout.h, i386/freebsd.h,
i386/gnu.h, i386/i386-interix.h, i386/i386.h, i386/linux-aout.h,
i386/linux-oldld.h, i386/linux.h, i386/lynx-ng.h, i386/lynx.h,
i386/mach.h, i386/mingw32.h, i386/moss.h, i386/netbsd.h,
i386/netware.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
i386/osfelf.h, i386/osfrose.h, i386/ptx4-i.h, i386/rtems.h,
i386/rtemself.h, i386/sco.h, i386/sco4.h, i386/sco4dbx.h, i386/sco5.h,
i386/scodbx.h, i386/sequent.h, i386/sol2.h, i386/sun.h, i386/sysv3.h,
i386/sysv4.h, i386/uwin.h, i386/vsta.h, i386/vxi386.h, i386/win-nt.h,
i386/win32.h, i860/fx2800.h, i860/i860.h, i860/mach.h, i860/sysv3.h,
i860/sysv4.h, i960/i960.h, i960/rtems.h, i960/vx960-coff.h,
ia64/ia64.h, ia64/linux.h, m32r/m32r.h, m68k/3b1.h, m68k/3b1g.h,
m68k/a-ux.h, m68k/altos3068.h, m68k/amix.h, m68k/apollo68.h,
m68k/crds.h, m68k/ctix.h, m68k/dpx2.h, m68k/hp2bsd.h, m68k/hp320.h,
m68k/hp3bsd.h, m68k/hp3bsd44.h, m68k/isi.h, m68k/linux-aout.h,
m68k/linux.h, m68k/lynx-ng.h, m68k/lynx.h, m68k/m68kemb.h,
m68k/m68kv4.h, m68k/mot3300.h, m68k/netbsd.h, m68k/news.h,
m68k/next.h, m68k/openbsd.h, m68k/pbb.h, m68k/plexus.h, m68k/rtems.h,
m68k/rtemself.h, m68k/sun2.h, m68k/sun3.h, m68k/sun3mach.h,
m68k/tower-as.h, m68k/tower.h, m68k/vxm68k.h, m88k/dgux.h,
m88k/dolph.h, m88k/luna.h, m88k/m88k-aout.h, m88k/m88k-coff.h,
m88k/openbsd.h, m88k/sysv3.h, m88k/sysv4.h, mips/bsd-4.h,
mips/bsd-5.h, mips/dec-bsd.h, mips/dec-osf1.h, mips/gnu.h,
mips/iris3.h, mips/iris5.h, mips/iris6.h, mips/linux.h, mips/mips.h,
mips/netbsd.h, mips/news4.h, mips/news5.h, mips/nws3250v4.h,
mips/openbsd.h, mips/osfrose.h, mips/rtems64.h, mips/sni-svr4.h,
mips/svr3-4.h, mips/svr3-5.h, mips/svr4-4.h, mips/svr4-5.h,
mips/ultrix.h, ns32k/encore.h, ns32k/merlin.h, ns32k/netbsd.h,
ns32k/ns32k.h, ns32k/pc532-mach.h, ns32k/pc532.h, ns32k/sequent.h,
ns32k/tek6000.h, ns32k/tek6100.h, ns32k/tek6200.h, pa/pa-hiux.h,
pa/pa-hpux.h, pa/pa-hpux7.h, pa/pa-linux.h, pa/pa-osf.h,
pa/pa-pro-end.h, pa/pa.h, pa/rtems.h, pj/linux.h, pj/pj.h,
romp/romp.h, rs6000/aix.h, rs6000/aix31.h, rs6000/aix41.h,
rs6000/aix43.h, rs6000/beos.h, rs6000/eabi.h, rs6000/eabisim.h,
rs6000/linux.h, rs6000/lynx.h, rs6000/mach.h, rs6000/rtems.h,
rs6000/sysv4.h, rs6000/vxppc.h, sh/elf.h, sh/linux.h, sh/rtems.h,
sh/rtemself.h, sh/sh.h, sparc/aout.h, sparc/elf.h, sparc/linux-aout.h,
sparc/linux.h, sparc/linux64.h, sparc/lite.h, sparc/litecoff.h,
sparc/liteelf.h, sparc/lynx-ng.h, sparc/lynx.h, sparc/netbsd.h,
sparc/openbsd.h, sparc/pbd.h, sparc/rtems.h, sparc/rtemself.h,
sparc/sol2-sld-64.h, sparc/sol2.h, sparc/sp64-aout.h,
sparc/sp64-elf.h, sparc/sp86x-aout.h, sparc/sp86x-elf.h,
sparc/sparc.h, sparc/sysv4.h, sparc/vxsim.h, sparc/vxsparc.h,
v850/rtems.h, vax/netbsd.h, vax/openbsd.h, vax/ultrix.h, vax/vax.h,
vax/vaxv.h, vax/vms.h, we32k/we32k.h

Replace -A() with -A=, the new assertion syntax.

From-SVN: r37213

23 years agoAdd support for -storm-chaos
Nick Clifton [Thu, 2 Nov 2000 23:07:48 +0000 (23:07 +0000)]
Add support for -storm-chaos

From-SVN: r37212

23 years agocombine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / elim_i1.
J"orn Rennecke [Thu, 2 Nov 2000 22:02:21 +0000 (22:02 +0000)]
combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 / elim_i1.

* combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
elim_i1.
In REG_DEAD handling: When handling parts of multi-hard-reg hard
registers, increment the loop counter by the size of the parts;
use recursion to handle individual parts.

From-SVN: r37211

23 years agoMakefile.in: Rebuilt.
Tom Tromey [Thu, 2 Nov 2000 20:33:05 +0000 (20:33 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (install-exec-hook): Make `.la' link, not `.so'
link.

From-SVN: r37210

23 years agoatomicity.h (_Atomic_word): Make it a signed type.
Mark Mitchell [Thu, 2 Nov 2000 20:31:59 +0000 (20:31 +0000)]
atomicity.h (_Atomic_word): Make it a signed type.

* config/os/irix/bits/atomicity.h (_Atomic_word): Make it a
signed type.
(__exchange_aand_add): Adjust accordingly.
(__atomic_add): Likewise.

From-SVN: r37209

23 years agoconfigure.in: Make integrated CPP the default.
Neil Booth [Thu, 2 Nov 2000 19:41:19 +0000 (19:41 +0000)]
configure.in: Make integrated CPP the default.

* configure.in: Make integrated CPP the default.
* configure: Regenerate.

From-SVN: r37208

23 years agoreload.c (find_equiv_reg): Test all hard registers for membership in the requested...
J"orn Rennecke [Thu, 2 Nov 2000 19:22:04 +0000 (19:22 +0000)]
reload.c (find_equiv_reg): Test all hard registers for membership in the requested class.

* reload.c (find_equiv_reg): Test all hard registers for membership
in the requested class.

From-SVN: r37207

23 years ago* collect2.c (main, write_c_file_stat), gcc.c (translate_options,
Joseph Myers [Thu, 2 Nov 2000 19:03:59 +0000 (19:03 +0000)]
* collect2.c (main, write_c_file_stat), gcc.c (translate_options,

process_command, main), gcov.c (open_files, output_data), tlink.c
(frob_extension, scan_linker_output), toplev.c
(file_name_nondirectory): Use strchr () and strrchr () instead of
index () and rindex ().

cp:
* dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
(build_overload_value), repo.c (open_repo_file), xref.c
(open_xref_file): Use strchr () and strrchr () instead of index ()
and rindex ().

f:
* com.c (open_include_file, ffecom_open_include_): Use strchr ()
and strrchr () instead of index () and rindex ().

From-SVN: r37206

23 years agoc-common.c (get_flag_spec, [...]): Use strchr () instead of index ().
Joseph Myers [Thu, 2 Nov 2000 18:59:16 +0000 (18:59 +0000)]
c-common.c (get_flag_spec, [...]): Use strchr () instead of index ().

* c-common.c (get_flag_spec, check_format_info_main,
check_format_types): Use strchr () instead of index ().  Compare
against error_mark_node instead of comparing the TREE_CODE against
ERROR_MARK.

From-SVN: r37205

23 years agoAbstractList.java (remove): Comment out modCount increment to work around compiler...
Bryce McKinlay [Thu, 2 Nov 2000 10:17:15 +0000 (10:17 +0000)]
AbstractList.java (remove): Comment out modCount increment to work around compiler bug.

2000-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

* java/util/AbstractList.java (remove): Comment out modCount
increment to work around compiler bug.
(add): Ditto.

From-SVN: r37204

23 years agoAbstractList.java: Throw messages with IndexOutOfBoundsExceptions.
Bryce McKinlay [Thu, 2 Nov 2000 10:08:03 +0000 (10:08 +0000)]
AbstractList.java: Throw messages with IndexOutOfBoundsExceptions.

2000-11-02  Bryce McKinlay  <bryce@albatross.co.nz>

* java/util/AbstractList.java: Throw messages with
IndexOutOfBoundsExceptions.
 (listIterator()): Call listIterator(0).
(size): New field. Initialize to size().
(hasNext): Test position against size, not size().
(remove): Increment knownMod by one instead of resetting it from
modCount.
(add): Ditto.
(SubList.upMod): Removed.
(SubList.set): Don't call upMod() or update knownMod.
(SubList.add(int,Object)): Increment modCount instead of calling
upMod().
(SubList.remove): Ditto.
(SubList.addAll): Don't call backingList.size(). Increment size from
c.size().
(SubList.iterator): New method. Call listIterator(0).
(SubList.listIterator): New method. Restore code to return an
anonymous listIterator implementation (with some changes).
* java/util/AbstractSequentialList.java: Throw messages with
IndexOutOfBoundsExceptions.
(addAll): Add a specnote.
* java/util/ArrayList.java (removeRange): Get the math right.
(addAll): Increment modCount _before_ creating iterator.
* java/util/LinkedList.java: Rewritten, mostly.

From-SVN: r37203

23 years agoDaily bump.
Jeff Law [Thu, 2 Nov 2000 08:45:10 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37202

23 years agoc-lex.c (init_c_lex): Update cpp_start_read call.
Zack Weinberg [Thu, 2 Nov 2000 08:05:45 +0000 (08:05 +0000)]
c-lex.c (init_c_lex): Update cpp_start_read call.

        * c-lex.c (init_c_lex): Update cpp_start_read call.
        (cb_ident): Update for new callback prototype.
        (cb_def_pragma): Update for new cpp_get_token prototype.
        (c_lex): Similarly.  Use cpp_get_line.

        * c-parse.in (finish_parse): Update for new cpp_finish
        prototype.

        * cp/lex.c (finish_parse): Similarly.

From-SVN: r37201

23 years agolocale.cc: Match orderings for static members.
Benjamin Kosnik [Thu, 2 Nov 2000 08:05:16 +0000 (08:05 +0000)]
locale.cc: Match orderings for static members.

2000-11-02  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* src/locale.cc: Match orderings for static members.
* include/bits/fstream.tcc: Fixes for cin.

From-SVN: r37200

23 years agoBe sure to initialize the size before use.
Mike Stump [Thu, 2 Nov 2000 02:29:31 +0000 (02:29 +0000)]
Be sure to initialize the size before use.

From-SVN: r37199

23 years ago* machmode.def: Add V16QImode.
Geoff Keating [Thu, 2 Nov 2000 00:36:15 +0000 (00:36 +0000)]
* machmode.def: Add V16QImode.

From-SVN: r37198

23 years agostd_complex.h (complex<>): Remove (cos<>, cosh<>, exp<>, log<>, log<>, sin, sinh...
Gabriel Dos Reis [Thu, 2 Nov 2000 00:21:07 +0000 (00:21 +0000)]
std_complex.h (complex<>): Remove (cos<>, cosh<>, exp<>, log<>, log<>, sin, sinh<>) friend declarations.

* include/bits/std_complex.h (complex<>): Remove (cos<>, cosh<>,
exp<>, log<>, log<>, sin, sinh<>) friend declarations.
(cos, cosh, sin, sinh): Define primary templates.

* src/complex.cc (cos<>, cosh<>, sin<>, sinh<>): Comment out
definitions.

From-SVN: r37197

23 years agodwarf2out.c (loc_descriptor_from_tree): Check for null result from rtl_for_decl_location.
Richard Henderson [Wed, 1 Nov 2000 22:45:09 +0000 (14:45 -0800)]
dwarf2out.c (loc_descriptor_from_tree): Check for null result from rtl_for_decl_location.

        * dwarf2out.c (loc_descriptor_from_tree): Check for null result
        from rtl_for_decl_location.
        (add_location_or_const_value_attribute): Likewise.

From-SVN: r37196

23 years agobasic_file.h (_M_open_mode): Change signature, move specializations to..
Benjamin Kosnik [Wed, 1 Nov 2000 21:38:32 +0000 (21:38 +0000)]
basic_file.h (_M_open_mode): Change signature, move specializations to..

2000-11-01  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* bits/basic_file.h (_M_open_mode): Change signature, move
specializations to..
* config/c_io_libio.cc: ...here.
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Add sdtio option, remove wince.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config/c_io_stdio.h: New file.
* config/c_io_stdio.cc: New file.
* docs/configopts.html: Modify documentation.

From-SVN: r37195

23 years agocpplib.c (run_directive): Use correct line number for output of _Pragma.
Neil Booth [Wed, 1 Nov 2000 20:21:13 +0000 (20:21 +0000)]
cpplib.c (run_directive): Use correct line number for output of _Pragma.

        * cpplib.c (run_directive): Use correct line number for output
        of _Pragma.  Remember any in-progress directive.

        * gcc.dg/cpp/vararg2.c, gcc.dg/cpp/_Pragm1.c: New tests.

From-SVN: r37194

23 years agoRename cygnus.com to redhat.com
Nick Clifton [Wed, 1 Nov 2000 18:04:26 +0000 (18:04 +0000)]
Rename cygnus.com to redhat.com
Install new email address for Clint

From-SVN: r37193

23 years ago* stmt.c (expand_start_null_loop): Set continue_label.
Richard Henderson [Wed, 1 Nov 2000 17:28:02 +0000 (09:28 -0800)]
* stmt.c (expand_start_null_loop): Set continue_label.

From-SVN: r37192

23 years agoConstant folding for builtins
Bernd Schmidt [Wed, 1 Nov 2000 17:02:45 +0000 (17:02 +0000)]
Constant folding for builtins

From-SVN: r37191

23 years agoencodings.pl: Added `ASCII' alias.
Tom Tromey [Wed, 1 Nov 2000 17:00:02 +0000 (17:00 +0000)]
encodings.pl: Added `ASCII' alias.

* scripts/encodings.pl: Added `ASCII' alias.
* Makefile.in: Rebuilt.
* Makefile.am (convert_source_files): Added new files.
* gnu/gcj/convert/Input_ASCII.java: New file.
* gnu/gcj/convert/Output_ASCII.java: New file.
* gnu/gcj/convert/Output_8859_1.java (write): Use `?' to represent
out-of-range characters.
* gnu/gcj/convert/natIconv.cc (iconv_init): New method.
(read): Swap bytes if required.  Treat `count' as character count,
not byte count.
(write): Likewise.  Also, handle case where iconv fails on a given
character.
(init): Put encoding into exception.
* gnu/gcj/convert/IOConverter.java (iconv_byte_swap): New global.
(static): Call iconv_init.  Rebuilt alias list.
(iconv_init): New private method.

From-SVN: r37190

23 years agoMakefile.in: Rebuilt.
Tom Tromey [Wed, 1 Nov 2000 16:47:06 +0000 (16:47 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (install-exec-hook): Only make a single symlink, and
remove the destination before making the link.
* configure: Rebuilt.
* configure.in: Call AC_PROG_LN_S.

From-SVN: r37189

23 years agoNew tests.
Richard Henderson [Wed, 1 Nov 2000 10:31:02 +0000 (02:31 -0800)]
New tests.

From-SVN: r37187

23 years agostmt.c (expand_start_null_loop): New.
Richard Henderson [Wed, 1 Nov 2000 10:28:32 +0000 (02:28 -0800)]
stmt.c (expand_start_null_loop): New.

        * stmt.c (expand_start_null_loop): New.
        (expand_end_null_loop): New.
        * c-semantics.c (genrtl_do_stmt): Use them.
        * tree.h: Declare them.

From-SVN: r37186

23 years agoerror.c (dump_template_decl): Separate template hearders with space not comma.
Gabriel Dos Reis [Wed, 1 Nov 2000 09:35:54 +0000 (09:35 +0000)]
error.c (dump_template_decl): Separate template hearders with space not comma.

* error.c (dump_template_decl): Separate template hearders with
space not comma.

From-SVN: r37185

23 years ago* cppmain.c (scan_buffer): Don't avoid paste for assembly.
Richard Henderson [Wed, 1 Nov 2000 08:53:36 +0000 (00:53 -0800)]
* cppmain.c (scan_buffer): Don't avoid paste for assembly.

From-SVN: r37184

23 years agoDaily bump.
Jeff Law [Wed, 1 Nov 2000 08:45:07 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37183

23 years agoc-parse.in (_yylex): Remove CPP_BACKSLASH case.
Neil Booth [Wed, 1 Nov 2000 07:32:23 +0000 (07:32 +0000)]
c-parse.in (_yylex): Remove CPP_BACKSLASH case.

* c-parse.in (_yylex): Remove CPP_BACKSLASH case.
* cp/spew.c: Similarly.
* cpplex.c (_cpp_lex_token): Backslashes are now CPP_OTHER.
* cppmacro.c (stringify_arg): Similarly.
* cpplib.h (CPP_BACKSLASH): Delete.

From-SVN: r37182

23 years agobuiltins.c (expand_builtin_strstr): New function.
Kaveh R. Ghazi [Wed, 1 Nov 2000 03:22:21 +0000 (03:22 +0000)]
builtins.c (expand_builtin_strstr): New function.

* builtins.c (expand_builtin_strstr): New function.
(expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR.

* builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries.

* c-common.c (c_common_nodes_and_builtins): Declare builtin strstr
and builtin strchr.

From-SVN: r37181

23 years agogcc_build (MAKE): New variable.
Mark Mitchell [Wed, 1 Nov 2000 01:58:12 +0000 (01:58 +0000)]
gcc_build (MAKE): New variable.

* gcc_build (MAKE): New variable.
(build_gcc): Use it.  Fix logging of errors.
(install_gcc): Likewise.

From-SVN: r37180

23 years agoi386.c (fcmov_comparison_operator): Check for CCFPmode or CCFPUmode instead of CCmode.
Richard Henderson [Wed, 1 Nov 2000 01:52:52 +0000 (17:52 -0800)]
i386.c (fcmov_comparison_operator): Check for CCFPmode or CCFPUmode instead of CCmode.

        * config/i386/i386.c (fcmov_comparison_operator): Check for
        CCFPmode or CCFPUmode instead of CCmode.
        (ix86_expand_fp_movcc): Call ix86_expand_setcc for most
        unordered operations as well.

From-SVN: r37179

23 years agoc-semantics.c (genrtl_do_stmt): Use integer_zerop instead of integer_zero_node.
Richard Henderson [Wed, 1 Nov 2000 01:48:12 +0000 (17:48 -0800)]
c-semantics.c (genrtl_do_stmt): Use integer_zerop instead of integer_zero_node.

        * c-semantics.c (genrtl_do_stmt): Use integer_zerop instead
        of integer_zero_node.

From-SVN: r37178

23 years ago* c-semantics.c (genrtl_do_stmt): Special case do/while(0).
Richard Henderson [Wed, 1 Nov 2000 01:31:06 +0000 (17:31 -0800)]
* c-semantics.c (genrtl_do_stmt): Special case do/while(0).

From-SVN: r37177

23 years agoDo not allow -fdata-sections to override the section attribute of a DECL.
Nick Clifton [Wed, 1 Nov 2000 01:23:56 +0000 (01:23 +0000)]
Do not allow -fdata-sections to override the section attribute of a DECL.

From-SVN: r37176

23 years agolibgcc2.c (__shtab): Remove __shtab variable.
Chris Demetriou [Wed, 1 Nov 2000 00:43:16 +0000 (00:43 +0000)]
libgcc2.c (__shtab): Remove __shtab variable.

* libgcc2.c (__shtab): Remove __shtab variable.
* libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
* Makefile.in (LIB2FUNCS): Remove _shtab from list of library
members.

From-SVN: r37175

23 years agoMake ia64 port use tags instead of labels for debug info labels.
Jim Wilson [Wed, 1 Nov 2000 00:20:34 +0000 (00:20 +0000)]
Make ia64 port use tags instead of labels for debug info labels.

* defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
* tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
* dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
instead of ASM_OUTPUT_INTERNAL_LABEL.
(dwarf2out_end_block, dwarf2out_label): Likewise.
* final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
* config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.

From-SVN: r37174

23 years agojni.cc: Added include of java/lang/ThreadGroup.h.
Warren Levy [Wed, 1 Nov 2000 00:18:03 +0000 (00:18 +0000)]
jni.cc: Added include of java/lang/ThreadGroup.h.

* jni.cc: Added include of java/lang/ThreadGroup.h.
* gcj/javaprims.h: Removed Replaceable and Resolvable from namespace
per change of 2000-10-05.

From-SVN: r37173

23 years agodwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
Richard Henderson [Wed, 1 Nov 2000 00:12:15 +0000 (16:12 -0800)]
dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.

        * dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
        (size_of_locs): Set it.
        (output_loc_operands): Use it to compute branch displacement.
        (int_loc_descriptor): New.
        (mem_loc_descriptor): Dereference memory in the proper size.
        Use DW_OP_plus_uconst when possible.  Use int_loc_descriptor.
        (loc_descriptor_from_tree): New.
        (rtl_for_decl_location): Break out from ...
        (add_location_or_const_value_attribute): ... here.
        (add_bound_info): Use loc_descriptor_from_tree.

From-SVN: r37172

23 years agocpp.texi: Update for new command line assertion syntax.
Neil Booth [Tue, 31 Oct 2000 23:34:59 +0000 (23:34 +0000)]
cpp.texi: Update for new command line assertion syntax.

* cpp.texi: Update for new command line assertion syntax.
* cpplib.c (cpp_define): Simplify a bit.
(cpp_assert, cpp_unassert): Use handle_assertion.
(handle_assertion): New function; accept new command line
syntax with '='.
* testsuite/gcc.dg/cpp/assert3.c: New tests.

From-SVN: r37171

23 years ago* Forgot to update ChangeLog.
Neil Booth [Tue, 31 Oct 2000 22:58:02 +0000 (22:58 +0000)]
* Forgot to update ChangeLog.

From-SVN: r37170

23 years ago*** empty log message ***
Benjamin Kosnik [Tue, 31 Oct 2000 22:33:26 +0000 (22:33 +0000)]
*** empty log message ***

From-SVN: r37169

23 years ago920501-7.c: Remove 'CYGNUS LOCAL' markers.
Geoff Keating [Tue, 31 Oct 2000 22:30:13 +0000 (22:30 +0000)]
920501-7.c: Remove 'CYGNUS LOCAL' markers.

* gcc.c-torture/compile/920501-7.c: Remove 'CYGNUS LOCAL' markers.
* gcc.c-torture/execute/ieee/rbug.c: Remove 'CYGNUS LOCAL' markers.

From-SVN: r37168

23 years ago* gcc.c-torture/execute/va-arg-21.c: New test.
Kaveh R. Ghazi [Tue, 31 Oct 2000 21:30:22 +0000 (21:30 +0000)]
* gcc.c-torture/execute/va-arg-21.c: New test.

From-SVN: r37167

23 years agoi386.h: Clarify CCNOmode description in comment.
Jan Hubicka [Tue, 31 Oct 2000 20:50:30 +0000 (21:50 +0100)]
i386.h: Clarify CCNOmode description in comment.

* config/i386/i386.h: Clarify CCNOmode description in comment.
(EXTRA_CC_MODES): Remove CCRCmode.
* config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
(put_condition_code, ix86_match_ccmode): Likewise.
(ix86_cc_mode): Likewise.  Fix comment.
(ix86_expand_strlensi_unroll_1): *rc patterns are gone.
* config/i386/i386.md: Add unspec 12 description.
(adddi3 split): Use unspec 12 instead of CCRCmode.
(addsi3_carry_rc): Remove.
(addsi3_cc, addqi3_cc): New patterns.
(addsi_3): Swap operands, match CCZmode.
(addsi_4): Rewritten.
(addsi_5): Renamed from addsi_6.
(addsi_6): Removed.
(addhi_3): Swap operands, match CCZmode.
(addhi_4): Rewritten.
(addhi_5): Renamed from addhi_6.
(addhi_6): Removed.
(addqi_3): Swap operands, match CCZmode.
(addqi_4): Rewritten.
(addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
(subsi3_carry_rc): Removed.
(iorqi_3): Use =q constraint for clobber.
(xorqi_cc_2): Likewise.
(negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
(x86_movsicc_0_m1_rc): Removed.
(cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.

Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r37166

23 years agostd_complex.h (norm): Forward declare.
Gabriel Dos Reis [Tue, 31 Oct 2000 20:49:01 +0000 (20:49 +0000)]
std_complex.h (norm): Forward declare.

* include/bits/std_complex.h (norm): Forward declare.
(complex<>): Comment out friend declaration of conj<>.
(conj<>): Comment out specialization.
(exp, log, log10): Define primary templates.

* src/complex.cc (exp<>, log<>, log10<>): Comment out
specializations.

From-SVN: r37165

23 years agoc-typeck.c (build_unary_op): If pedantic, pedwarn for increment and decrement of...
Joseph Myers [Tue, 31 Oct 2000 20:38:04 +0000 (20:38 +0000)]
c-typeck.c (build_unary_op): If pedantic, pedwarn for increment and decrement of complex types.

* c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
and decrement of complex types.

testsuite:
* gcc.dg/c99-complex-2.c: New test.

From-SVN: r37164

23 years agocppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if undefined.
Neil Booth [Tue, 31 Oct 2000 19:59:44 +0000 (19:59 +0000)]
cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if undefined.

* cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
undefined.  Remove #ifdef check.
* config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
Define STDC_0_IN_SYSTEM_HEADERS to 1.

From-SVN: r37163

23 years agobuiltins.c (expand_builtin_fputs): When deleting NOP calls to builtin fputs...
Kaveh R. Ghazi [Tue, 31 Oct 2000 18:27:42 +0000 (18:27 +0000)]
builtins.c (expand_builtin_fputs): When deleting NOP calls to builtin fputs...

* builtins.c (expand_builtin_fputs): When deleting NOP calls to
builtin fputs, ensure we still evaluate the stream in case it
has side-effects.

testsuite:
* gcc.c-torture/execute/stdio-opt-1.c: New test.

From-SVN: r37162

23 years agostd_complex.h: Remove duplicate definition of conj.
Benjamin Kosnik [Tue, 31 Oct 2000 18:11:31 +0000 (18:11 +0000)]
std_complex.h: Remove duplicate definition of conj.

2000-10-31  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* include/bits/std_complex.h: Remove duplicate definition of conj.
* include/c/bits/std_cwctype.h: Consistent placement of undefs.

From-SVN: r37161

23 years agoexpr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0) to expand_shift.
Jakub Jelinek [Tue, 31 Oct 2000 16:02:45 +0000 (17:02 +0100)]
expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0) to expand_shift.

* expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
to expand_shift.

* g++.old-deja/g++.other/inline16.C: New test.

From-SVN: r37160

23 years agocomplex.cc (arg, polar): Comment out specializations.
Gabriel Dos Reis [Tue, 31 Oct 2000 15:54:00 +0000 (15:54 +0000)]
complex.cc (arg, polar): Comment out specializations.

* src/complex.cc (arg, polar): Comment out specializations.

* include/bits/std_complex.h (complex<>): Remove arg<> friend
declaration.
(arg): Define primary template.
(polar): Likewise.
(conj): Likewise.

From-SVN: r37159

23 years agosh-protos.h (reg_no_subreg_operand, [...]): Don't declare.
J"orn Rennecke [Tue, 31 Oct 2000 15:34:27 +0000 (15:34 +0000)]
sh-protos.h (reg_no_subreg_operand, [...]): Don't declare.

* sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
(fp_extended_operand, emit_fpscr_use): Likewise.
* sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
(fpul_operand): New function.
* sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
fp_extended_operand.  Add fpul_operand.
* sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
(mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
(cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
(negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
(adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
(divdf3_i): Likewise.
(floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
(floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
(fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
(fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
(extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.

From-SVN: r37158

23 years agostd_cwctype.h: #undef possible function-like macro definitions of iswxxx functions...
Gabriel Dos Reis [Tue, 31 Oct 2000 14:40:27 +0000 (14:40 +0000)]
std_cwctype.h: #undef possible function-like macro definitions of iswxxx functions...

* include/c/bits/std_cwctype.h: #undef possible function-like
macro definitions of iswxxx functions, which might be brought in
by <wctype.h>.  Those macro definitions prevent build on some
linux-based systems.

* include/bits/std_complex.h (complex<>): Comment out friend
declarations of abs<> specializations.
(abs): Define primary template.

* src/complex.cc (abs): Comment out specialization definition.

From-SVN: r37157

23 years agoBetter .greg dump
Bernd Schmidt [Tue, 31 Oct 2000 10:09:34 +0000 (10:09 +0000)]
Better .greg dump

From-SVN: r37156

23 years agoFix crashes in split_all_insns
Bernd Schmidt [Tue, 31 Oct 2000 10:06:49 +0000 (10:06 +0000)]
Fix crashes in split_all_insns

From-SVN: r37155

23 years agoMMX/SSE bugfixes
Bernd Schmidt [Tue, 31 Oct 2000 10:04:44 +0000 (10:04 +0000)]
MMX/SSE bugfixes

From-SVN: r37154

23 years agoDaily bump.
Jeff Law [Tue, 31 Oct 2000 08:45:09 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37153

23 years agomemtemp77.C (main): Adjust comparison against.
Gabriel Dos Reis [Tue, 31 Oct 2000 08:43:17 +0000 (08:43 +0000)]
memtemp77.C (main): Adjust comparison against.

testsuite/
* g++.old-deja/g++.pt/memtemp77.C (main): Adjust comparison against.
__PRETTY_FUNCTION__

cp/
* error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
TS_* flags with corresponding TFF_*.  Adjust prototypes of
functions (which used to take a tree_string_flags) to take an int.

* cp-tree.h (enum tree_string_flags): Remove
(TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
(type_as_string, decl_as_string, expr_as_string,
context_as_string): Adjust prototype.

* class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
instead of TS_PLAIN.

* pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
plain `0'.

From-SVN: r37152

23 years agoacinclude.m4 (GLIBCPP_ENABLE_DEBUG): Raise debugging level from the default of 2...
Phil Edwards [Tue, 31 Oct 2000 01:56:19 +0000 (01:56 +0000)]
acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Raise debugging level from the default of 2 to 3.

2000-10-30  Phil Edwards  <pme@sources.redhat.com>

* acinclude.m4 (GLIBCPP_ENABLE_DEBUG):  Raise debugging level from
  the default of 2 to 3.
* configure.in:  Fix minor typos.  SUBST the values of enable_shared
  and enable_static so that mkcheck will be aware of them.  Put the
  test for gconv.h in with all the other header tests.
* aclocal.m4:  Regenerate.
* configure:  Ditto.
* Makefile.in:  Ditto.
* libio/Makefile.in:  Ditto.
* libmath/Makefile.in:  Ditto.
* libsupc++/Makefile.in:  Ditto.
* src/Makefile.in:  Ditto.

* config/os/solaris/solaris2.7/bits/os_defines.h:  Define
  _G_USING_THUNKS to 0.

From-SVN: r37151

23 years agocp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
Mark Mitchell [Tue, 31 Oct 2000 01:30:59 +0000 (01:30 +0000)]
cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.

* cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
(linkage_kind): New enumeration.
(decl_linkage): New function.
* decl2.c (comdat_linkage): Extend comment.
* error.c (dump_function_decl): Print the arguments used to
instantiate a template, even when not printing the type of the
function.
* pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
not TREE_PUBLIC, to test for external linkage.
* tree.c (decl_linkage): New function.

From-SVN: r37150

23 years ago[multiple changes]
Benjamin Kosnik [Tue, 31 Oct 2000 01:26:06 +0000 (01:26 +0000)]
[multiple changes]

2000-10-30  Benjamin Kosnik  <bkoz@redhat.com>

* src/complex_io.cc : Remove ancient defines.
* config/os/gnu-linux/bits/os_defines.h: Add defines.
* libsupc++/tinfo2.cc: Change to cstddef.

* include/bits/codecvt.h: Add include of c++config.h, so that
__USE_GNU gets defined. (Important for alpha.)

* include/c/bits/std_cwctype.h: Same.
* include/c/bits/std_ctime.h: And here.
* include/c/bits/std_cstdarg.h: Same.
* include/c/bits/std_csignal.h: Same.
* include/c/bits/std_csetjmp.h: Same.
* include/c/bits/std_clocale.h: Same.
* include/c/bits/std_climits.h: Touch.
* include/c/bits/std_cfloat.h: Same.
* include/c/bits/std_cerrno.h: Same.
* include/c/bits/std_cwchar.h: Same.
* include/c/bits/std_cassert.h: Same.
* include/c/bits/std_cctype.h: Same.
* include/c/bits/std_cstddef.h: And here.
* include/c/bits/std_cstdlib.h: And here.
* include/c/bits/std_cstdio.h: Same.
* include/c/bits/std_cstring.h: Add names to namespace std::.

* include/bits/c++config (_GNU_SOURCE): Move linux-specific macros
from here...
(_ISOC99_SOURCE): And this one....
* config/os/gnu-linux/bits/os_defines.h: ...to here.

* include/bits/codecvt.h (codecvt<_InternT, _ExternT,
__enc_traits>::do_in): Don't cast to const, this is a bug in glibc
prior to 2.2.
(codecvt<_InternT, _ExternT, __enc_traits>::do_out): Same.
* include/c/bits/std_cwchar.h: Add using declarations for mbstate_t.

2000-10-30  Steven King  <sxking@uswest.net>

* include/bits/codecvt.h: Add cast.
* include/c_std/stdio.h: Re-add printf using declaration.
* include/c_std/bits/std_cstdio.h: Same
* testsuite/22_locale/codecvt_wchar_t_char.cc: Fixup testsuite.
* testsuite/22_locale/ctor_copy_dtor.cc: Same.
* testsuite/22_locale/facet.cc: Same.
* testsuite/22_locale/global_templates.cc: Same.
* testsuite/22_locale/operators.cc: Same.
* testsuite/22_locale/static_members.cc: Same.
* testsuite/26_numerics/c_math.cc: Same.
* testsuite/26_numerics/complex_inserters_extractors.cc: Same.
* testsuite/27_io/fpos.cc: Same.
* testsuite/27_io/istream_extractor_arith.cc: Same.
* testsuite/27_io/istream_unformatted.cc: Same.
* testsuite/27_io/ostream_inserter_arith.cc: Same.
* testsuite/27_io/streambuf.cc: Same.

From-SVN: r37149

23 years agocppfiles.c (stack_include_file): Check for stacked contexts here.
Neil Booth [Mon, 30 Oct 2000 22:29:00 +0000 (22:29 +0000)]
cppfiles.c (stack_include_file): Check for stacked contexts here.

* cppfiles.c (stack_include_file): Check for stacked contexts
here.
* cpphash.h (_cpp_do__Pragma): New prototype.
* cppinit.c (cpp_reader_init): Add _Pragma keyword to hash table.

* cpplex.c (skip_escaped_newlines): Only process trigraphs and
escaped newlines if !(buffer->from_stage3).
(_cpp_lex_token): Warn about missing newlines iff
!buffer->from_stage3.

* cpplib.c (get__Pragma_string, destringize,
_cpp_do__Pragma): New functions.
(run_directive): Set output_line for _Pragma to avoid line
markers in output.  Set from_stage3 and prevent macro expansion
for _Pragma and command-line options.  Check buffer exhaustion.
(cpp_push_buffer): Don't check for stacked macro contexts, as
this is perfectly legitimate for _Pragma.  Move the check to
stack_include_file instead. Set from_stage3 iff buffer is
preprocessed input.

* cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
unsigned. New boolean from_stage3.
(struct spec_nodes): Add n__Pragma.

* cppmacro.c (enter_macro_context): Flip sense of return value.
(_cpp_get_token): Handle _Pragma operator.

From-SVN: r37147

23 years agogcc.texi: The C++ standard isn't "draft" anymore.
Phil Edwards [Mon, 30 Oct 2000 22:20:52 +0000 (22:20 +0000)]
gcc.texi: The C++ standard isn't "draft" anymore.

2000-10-30  Phil Edwards  <pme@sources.redhat.com>

* gcc.texi:  The C++ standard isn't "draft" anymore.

From-SVN: r37146

23 years agoacinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check for cabs, cabsf, and cabsl...
Mark Mitchell [Mon, 30 Oct 2000 21:30:30 +0000 (21:30 +0000)]
acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check for cabs, cabsf, and cabsl, too.

        * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check
        for cabs, cabsf, and cabsl, too.
        * aclocal.m4: Regenerated.
        * config.h.in: Likewise.
        * configure: Likewise.
        * libmath/Makefile.am (libmath_la_SOURCES): Remove cabs.c and
        cabsf.c.
        * libmath/Makefile.in: Regenerated.
        * libmath/complex-stub.h (cabs): Don't declare if the system
        already provides this function.
        (cabsf): Likewise.
        (cabsl): Likewise.
        * src/complex.cc (abs): Directly use `hypot' since we can't call
        cabs on IRIX.

From-SVN: r37145

23 years agoacinclude.m4: Update URL on egcs.cygnus.com to point to gcc.gnu.org.
Joseph Myers [Mon, 30 Oct 2000 13:15:24 +0000 (13:15 +0000)]
acinclude.m4: Update URL on egcs.cygnus.com to point to gcc.gnu.org.

* acinclude.m4: Update URL on egcs.cygnus.com to point to
gcc.gnu.org.
* aclocal.m4, configure: Regenerate.
* src/gen-num-limits.cc, include/bits/c++config,
include/bits/stl_config.h: Remove EGCS references.

From-SVN: r37144

23 years agoReader.java: Merge docs from classpath.
Bryce McKinlay [Mon, 30 Oct 2000 09:20:47 +0000 (09:20 +0000)]
Reader.java: Merge docs from classpath.

* java/io/Reader.java: Merge docs from classpath.
(skip): Synchronize on `lock'.
* java/io/FileReader.java: Import correct implementation from
classpath.
* java/io/StringReader.java: Merge docs from classpath.
(ready): Throw IOException if stream is closed.

From-SVN: r37143

23 years agoDaily bump.
Jeff Law [Mon, 30 Oct 2000 08:45:10 +0000 (01:45 -0700)]
Daily bump.

From-SVN: r37142

23 years ago* cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
Mark Mitchell [Mon, 30 Oct 2000 08:41:23 +0000 (08:41 +0000)]
* cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.

From-SVN: r37141

23 years ago* etc: Remove directory from GCC.
Joseph Myers [Mon, 30 Oct 2000 08:29:08 +0000 (08:29 +0000)]
* etc: Remove directory from GCC.

From-SVN: r37140

23 years agoparse.y (patch_method_invocation): NULLify this_arg when already inserted.
Alexandre Petit-Bianco [Mon, 30 Oct 2000 02:37:25 +0000 (02:37 +0000)]
parse.y (patch_method_invocation): NULLify this_arg when already inserted.

2000-10-25  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.y (patch_method_invocation): NULLify this_arg when already
inserted.
(maybe_use_access_method): Handle call to methods unrelated to the
current class. Fixed comment.
Fixes gcj/361.

(http://sources.redhat.com/ml/java-prs/2000-q4/msg00072.html
 http://gcc.gnu.org/ml/gcc-patches/2000-10/msg00993.html)

From-SVN: r37139

23 years agoBitSet.java: Updated @specnote.
Bryce McKinlay [Mon, 30 Oct 2000 01:51:34 +0000 (01:51 +0000)]
BitSet.java: Updated @specnote.

2000-10-30  Bryce McKinlay  <bryce@albatross.co.nz>

* java/util/BitSet.java: Updated @specnote.

From-SVN: r37138

23 years agomkcheck.in (test_file): Use -rpath, rather than --rpath, when building shared executa...
Mark Mitchell [Mon, 30 Oct 2000 00:28:41 +0000 (00:28 +0000)]
mkcheck.in (test_file): Use -rpath, rather than --rpath, when building shared executables.

* mkcheck.in (test_file): Use -rpath, rather than --rpath, when
building shared executables.

From-SVN: r37137

23 years ago* gcc_build: Save the output from CVS into the logfile as well.
Mark Mitchell [Sun, 29 Oct 2000 23:04:48 +0000 (23:04 +0000)]
* gcc_build: Save the output from CVS into the logfile as well.

From-SVN: r37136

23 years ago* cpplib.c (skip_rest_of_line): Use _cpp_get_token.
Neil Booth [Sun, 29 Oct 2000 22:45:13 +0000 (22:45 +0000)]
* cpplib.c (skip_rest_of_line):  Use _cpp_get_token.

From-SVN: r37135

23 years agoconfigure.in: Simplify use of AC_CACHE_SAVE.
Benjamin Kosnik [Sun, 29 Oct 2000 22:32:30 +0000 (22:32 +0000)]
configure.in: Simplify use of AC_CACHE_SAVE.

2000-10-29  Benjamin Kosnik  <bkoz@redhat.com>

* configure.in: Simplify use of AC_CACHE_SAVE.  Put linked files
in $(top_builddir)/include/bits, not $(top_builddir)/bits, to help
with libgcj build issues and improve consistency with the source
directory's include directory setup.
* configure: Regenerate.
* acinclude.m4: Same here.
* aclocal.m4: Regenerate.
* mknumeric_limits (OUT_H): Also change paths here.
* mkcheck.in (C_DIR): And here.
* mkc++config (OUT_H): And here.
* libmath/Makefile.am (INCLUDES): And here.
* src/Makefile.am (INCLUDES): Change to $(top_builddir)/include.
* libio/Makefile.am: Ditto.
* libsupc++/Makefile.am (INCLUDES): Ditto.

From-SVN: r37134

23 years agoFix copyright date
Mark Mitchell [Sun, 29 Oct 2000 22:31:16 +0000 (22:31 +0000)]
Fix copyright date

From-SVN: r37133

23 years agoMakefile.am: Change logic for include dir options.
Mark Harig [Sun, 29 Oct 2000 22:30:28 +0000 (22:30 +0000)]
Makefile.am: Change logic for include dir options.

2000-10-29   Mark Harig <mharig@landmark.com>

* src/Makefile.am: Change logic for include dir options.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am: Ditto.
* libsupc++/Makefile.in: Regenerate.

From-SVN: r37132

23 years agoc_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to...
Mark Mitchell [Sun, 29 Oct 2000 21:52:54 +0000 (21:52 +0000)]
c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when...

* config/c_io_libio.cc (basic_file<char>::__basic_file):
Don't pass a NULL _IO_wide_data to _IO_no_init when
_GLIBCPP_USE_WCHAR_T is not defined.
* config/c_io_libio.h (_IO_codecvt): Don't declare when
_GLIBCPP_USE_WCHAR_T is not defined.
* config/c_io_libio_codecvt.c: Don't compile it
when _GLIBCPP_USE_WCHAR_T is not defined.
* include/bits/codecvt.h (codecvt<_InternT, _ExternT, __enc_traits):
Don't define this specialization when _GLIBCPP_USE_WCHAR_T
is not defined.
* include/bits/locale_facets.h (<bits/std_cwctype.h>): Don't
include it when _GLIBCPP_USE_WCHAR_T is not defined.
* src/codecvt.cc (__enc_traits::_S_max_size): Don't define
when _GLIBCPP_USE_WCHAR_T is not defined.
* src/localename.cc (locale::_Impl::_M_construct_collate):
Don't call wide-character functions when _GLIBCPP_USE_WCHAR_T is
not defined.
(locale::_Impl::_M_construct_ctype): Likewise.
(locale::_Impl::_M_construct_monetary): Likewise.
(locale::_Impl::_M_construct_numeric): Likewise.
(locale::_Impl::_M_construct_time): Likewise.
(locale::_Impl::_M_construct_messages): Likewise.

* iofopen.c (_IO_new_fopen): Don't define `_IO_wide_data wd'
if _GLIBCPP_USE_WCHAR_T is not defined.
* iofwide.c: Don't define codecvt functions when
_GLIBCPP_USE_WCHAR_T is not defined.
(_IO_fwide): Don't try to put the stream in wide mode when
_GLIBCPP_USE_WCHAR_T is not defined.
* libio.h (_IO_wide_data): Define it as an incomplete struct
when _GLIBCPP_USE_WCHAR_T is not defined.
* wfiledoalloc.c: Don't define anything when
_GLIBCPP_USE_WCHAR_T is not defined.
* wfileops.c: Likewise.
* wgenops.c: Likewise.

From-SVN: r37131

23 years ago_G_config.h (_G_USING_THUNKS): Allow overrides from OS-configuration files.
Mark Mitchell [Sun, 29 Oct 2000 21:21:51 +0000 (21:21 +0000)]
_G_config.h (_G_USING_THUNKS): Allow overrides from OS-configuration files.

* _G_config.h (_G_USING_THUNKS): Allow overrides from
OS-configuration files.
* libioP.h: Test _G_USING_THUNKS with #if, rather than #ifdef.

From-SVN: r37130

This page took 0.108276 seconds and 5 git commands to generate.