OSDN Git Service

pf3gnuchains/gcc-fork.git
21 years ago * config/frv/xm-frv.h: Delete, unnecessary.
zack [Sun, 1 Dec 2002 19:16:12 +0000 (19:16 +0000)]
* config/frv/xm-frv.h: Delete, unnecessary.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59693 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md: Add comments for define_peephole2.
kazu [Sun, 1 Dec 2002 18:04:06 +0000 (18:04 +0000)]
* config/h8300/h8300.md: Add comments for define_peephole2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59690 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/8332
mmitchel [Sun, 1 Dec 2002 17:51:51 +0000 (17:51 +0000)]
PR c++/8332
PR c++/8493
* decl.c (cxx_init_decl_processing): Use size_type_node, not
c_size_type_node.
* decl2.c (coerce_new_type): Likewise.
* except.c (do_allocate_exception): Likewise.

* builtin-types.def (BT_SIZE): Use size_type_node.
* builtins.c (fold_builtin): Make the builtin strlen returns a
size_t, not a sizetype.
* c-common.c (c_sizeof_or_alignof_type): Use size_type_node, not
c_size_type_node.
(c_alignof_expr): Likewise.
(c_common_nodes_and_builtins): Likewise.
* c-common.h (CTI_C_SIZE_TYPE): Remove.
(c_size_type_node): Likewise.
* c-format.c (T_ST): Use size_type_node, not c_size_type_node.
* tree.h (TI_SIZE_TYPE): New enumeral.
(size_type_node): Likewise.

PR c++/8332
PR c++/8493
* g++.dg/template/strlen1.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59689 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoRevert change accidentally applied to wrong branch
zack [Sun, 1 Dec 2002 17:32:33 +0000 (17:32 +0000)]
Revert change accidentally applied to wrong branch

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59688 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * java/lang/SecurityManager.java: Remerge comments, indenting and
mark [Sun, 1 Dec 2002 16:16:19 +0000 (16:16 +0000)]
   * java/lang/SecurityManager.java: Remerge comments, indenting and
       checkXXX methods with Classpath.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59685 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * libjava.mauve/xfails: Remove Inspector FAILs that now PASS.
mark [Sun, 1 Dec 2002 15:50:33 +0000 (15:50 +0000)]
    * libjava.mauve/xfails: Remove Inspector FAILs that now PASS.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59680 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Sun, 1 Dec 2002 08:17:11 +0000 (08:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59679 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoi * configure.in: Don't put ${tm_file} into host_xm_file,
zack [Sun, 1 Dec 2002 05:43:14 +0000 (05:43 +0000)]
i * configure.in: Don't put ${tm_file} into host_xm_file,
build_xm_file, or xm_file.  Do put tm-preds.h into tm_p_file.
Take location of tm-preds.h into account when calculating
tm_p_file_list.
* configure: Regenerate.
* mkconfig.sh: No need for separate TM_DEFINES and XM_DEFINES
arguments.  Do not provide rtx, rtvec, tree, or GTY here.
Remove special case code for tm_p.h and *config.h; add new
special case code for tm.h and tconfig.h. Clean up a bit.

* Makefile.in (tm_file, tm_file_list): New variables set from
@-substitutions.
(GCONFIG_H): Deleted.
(GTM_H, TM_H): New.
(CONFIG_H): Is now just config.h $(host_xm_file_list).
(TM_P_H): Move up with the other mkconfig.sh-generated
headers; don't mention tm-preds.h explicitly.
(tm.h, cs-tm.h): New rule.
(cs-config.h, cs-hconfig.h, cs-tconfig.h, cs-tm_p.h): Adjust
invocations of mkconfig.sh for changes to that program.
(mostlyclean): Delete print-rtl1.c.
(clean): Delete tm.h.
* Makefile.in, ada/Make-lang.in, cp/Make-lang.in,
f/Make-lang.in, java/Make-lang.in, objc/Make-lang.in,
treelang/Make-lang.in: Update dependencies for the files
listed below.
* mklibgcc.in:  Add 'coretypes.h $(TM_H)' to libgcc2_c_dep.

* coretypes.h: New file.
* system.h: #define malloc to xmalloc and realloc to xrealloc
when FLEX_SCANNER or YYBISON is defined, independent of the
value of GCC_VERSION.
* alias.c, attribs.c, bb-reorder.c, bitmap.c, builtins.c,
c-aux-info.c, c-common.c, c-convert.c, c-decl.c, c-dump.c,
c-errors.c, c-format.c, c-lang.c, c-lex.c, c-objc-common.c,
c-opts.c, c-parse.in, c-pragma.c, c-pretty-print.c,
c-semantics.c, c-typeck.c, caller-save.c, calls.c, cfg.c,
cfganal.c, cfgbuild.c, cfgcleanup.c, cfglayout.c, cfgloop.c,
cfgrtl.c, collect2.c, combine.c, conflict.c, convert.c,
cppdefault.c, cpperror.c, cppexp.c, cppfiles.c, cpphash.c,
cppinit.c, cpplex.c, cpplib.c, cppmacro.c, cppmain.c,
cppspec.c, cpptrad.c, crtstuff.c, cse.c, cselib.c, dbxout.c,
debug.c, df.c, diagnostic.c, doloop.c, dominance.c,
dummy-conditions.c, dwarf2asm.c, dwarf2out.c, dwarfout.c,
emit-rtl.c, errors.c, et-forest.c, except.c, explow.c,
expmed.c, expr.c, final.c, fix-header.c, flow.c, fold-const.c,
function.c, gcc.c, gccspec.c, gcov-dump.c, gcov-iov.c, gcov.c,
gcse.c, gen-protos.c, genattr.c, genattrtab.c, genautomata.c,
gencheck.c, gencodes.c, genconditions.c, genconfig.c,
genconstants.c, genemit.c, genextract.c, genflags.c,
gengenrtl.c, gengtype-lex.l, gengtype-yacc.y, gengtype.c,
genopinit.c, genoutput.c, genpeep.c, genpreds.c, genrecog.c,
gensupport.c, ggc-common.c, ggc-none.c, ggc-page.c,
ggc-simple.c, global.c, graph.c, haifa-sched.c, hashtable.c,
hooks.c, ifcvt.c, integrate.c, intl.c, jump.c, langhooks.c,
lcm.c, libgcc2.c, line-map.c, lists.c, local-alloc.c, loop.c,
main.c, mbchar.c, mips-tdump.c, mips-tfile.c, mkdeps.c,
optabs.c, params.c, predict.c, prefix.c, print-rtl.c,
print-tree.c, profile.c, protoize.c, ra-build.c,
ra-colorize.c, ra-debug.c, ra-rewrite.c, ra.c, read-rtl.c,
real.c, recog.c, reg-stack.c, regclass.c, regmove.c,
regrename.c, reload.c, reload1.c, reorg.c, resource.c,
rtl-error.c, rtl.c, rtlanal.c, sbitmap.c, scan-decls.c,
scan.c, sched-deps.c, sched-ebb.c, sched-rgn.c, sched-vis.c,
sdbout.c, sibcall.c, simplify-rtx.c, ssa-ccp.c, ssa-dce.c,
ssa.c, stmt.c, stor-layout.c, stringpool.c, timevar.c,
tlink.c, toplev.c, tracer.c, tree-dump.c, tree-inline.c,
tree.c, unroll.c, varasm.c, varray.c, varray.h, vmsdbgout.c,
xcoffout.c, config/darwin-c.c, config/darwin.c,
config/fp-bit.c, config/alpha/alpha.c, config/alpha/vms-cc.c,
config/alpha/vms-ld.c, config/arc/arc.c, config/arm/arm.c,
config/arm/pe.c, config/avr/avr.c, config/c4x/c4x-c.c,
config/c4x/c4x.c, config/cris/cris.c, config/d30v/d30v.c,
config/dsp16xx/dsp16xx.c, config/fr30/fr30.c,
config/frv/frv.c, config/h8300/h8300.c, config/i370/i370-c.c,
config/i370/i370.c, config/i386/i386.c, config/i386/winnt.c,
config/i960/i960-c.c, config/i960/i960.c,
config/ia64/ia64-c.c, config/ia64/ia64.c, config/ip2k/ip2k.c,
config/m32r/m32r.c, config/m68hc11/m68hc11.c,
config/m68k/m68k.c, config/m88k/m88k.c, config/mcore/mcore.c,
config/mips/irix6-libc-compat.c, config/mips/mips.c,
config/mmix/mmix.c, config/mn10200/mn10200.c,
config/mn10300/mn10300.c, config/ns32k/ns32k.c,
config/pa/pa.c, config/pdp11/pdp11.c, config/romp/romp.c,
config/rs6000/rs6000-c.c, config/rs6000/rs6000.c,
config/s390/s390.c, config/sh/sh.c, config/sparc/gmon-sol2.c,
config/sparc/sparc.c, config/stormy16/stormy16.c,
config/v850/v850-c.c, config/v850/v850.c, config/vax/vax.c,
config/xtensa/xtensa.c, objc/objc-act.c, objc/objc-lang.c:
Include coretypes.h and tm.h.

* genattrtab.c, genconditions.c, genemit.c, genextract.c,
gengenrtl.c, gengtype.c, genopinit.c, genoutput.c, genpeep.c,
genrecog.c: Include coretypes.h and tm.h from the file
generated by this program.

* unwind-dw2-fde-darwin.c, unwind-dw2-fde-glibc.c,
unwind-dw2-fde.c, unwind-dw2.c, unwind-sjlj.c: Include
coretypes.h and tm.h, and tsystem.h when not already included.
No need to include stddef.h nor stdlib.h.

* ada/cuintp.c, ada/decl.c, ada/deftarg.c, ada/misc.c,
ada/targtyps.c, ada/trans.c, ada/utils.c, ada/utils2.c:
Include coretypes.h and tm.h, and system.h when not already
included.

* cp/call.c, cp/class.c, cp/cp-lang.c, cp/cvt.c, cp/cxxfilt.c,
cp/decl.c, cp/decl2.c, cp/dump.c, cp/error.c, cp/except.c,
cp/expr.c, cp/friend.c, cp/g++spec.c, cp/init.c, cp/lex.c,
cp/mangle.c, cp/method.c, cp/optimize.c, cp/parse.y, cp/pt.c,
cp/ptree.c, cp/repo.c, cp/rtti.c, cp/search.c, cp/semantics.c,
cp/spew.c, cp/tree.c, cp/typeck.c, cp/typeck2.c:
Include coretypes.h and tm.h.

* f/proj.h, f/ansify.c, f/g77spec.c, f/intdoc.c:
Include coretypes.h and tm.h.

* fixinc/fixlib.h: Include coretypes.h and tm.h.  Do not
include auto-host.h or ansidecl.h/
* fixinc/server.h: Do not include stdio.h, unistd.h, or fixlib.h.
* fixinc/procopen.c: Include server.h after fixlib.h.  Do not
include auto-host.h, ansidecl.h, or system.h.
* fixinc/server.c: Likewise.  Also, do not include signal.h,
and do not redefine volatile.

* java/boehm.c, java/buffer.c, java/builtins.c,
java/check-init.c, java/class.c, java/constants.c,
java/decl.c, java/except.c, java/expr.c, java/gjavah.c,
java/jcf-depend.c, java/jcf-dump.c, java/jcf-io.c,
java/jcf-parse.c, java/jcf-path.c, java/jcf-write.c,
java/jv-scan.c, java/jvgenmain.c, java/jvspec.c, java/lang.c,
java/mangle.c, java/mangle_name.c, java/parse-scan.y,
java/parse.y, java/typeck.c, java/verify.c, java/xref.c,
java/zextract.c: Include coretypes.h and tm.h.

* treelang/lex.l: Move "%{" below copyright notice; get rid of
"/*" embedded in comment.  Do not #undef IN_GCC; do not
include stdio.h, memory.h, or ansidecl.h; do not include
config.h twice.  Do include coretypes.h and tm.h.
* treelang/parse.y: Do not #undef IN_GCC, provide bogus
definitions of tree and rtx typedefs, or include stdio.h,
stdlib.h, string.h, or ansidecl.h. Do include coretypes.h and
tm.h.
* treelang/tree1.c: Do not include ansidecl.h, stdlib.h,
unistd.h, ctype.h, stdarg.h, string.h, or stdio.h.  Do include
coretypes.h and tm.h.
* treelang/treetree.c: Do not include stdlib.h, unistd.h,
safe-ctype.h, errno.h. stdarg.h, limits.h, string.h, fcntl.h,
getopt.h. stdio.h, or ansidecl.h.  Do include coretypes.h and
tm.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59673 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/8227
mmitchel [Sun, 1 Dec 2002 04:55:20 +0000 (04:55 +0000)]
PR c++/8227
* decl.c (layout_var_decl): Deal gracefully with erroneous types.
(check_initializer): Validate the type of the initialized
variable, even if the initializer is absent.
* typeck.c (cp_type_quals): Deal gracefully with erroneous types.

PR c++/8227
* g++.dg/template/ctor2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59672 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cfg.c (dump_flow_info): Use max_reg_num () to determine the largest
danglin [Sun, 1 Dec 2002 03:52:04 +0000 (03:52 +0000)]
* cfg.c (dump_flow_info): Use max_reg_num () to determine the largest
pseudo register number plus 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59669 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/8214
mmitchel [Sun, 1 Dec 2002 02:11:05 +0000 (02:11 +0000)]
PR c++/8214
* g++.dg/init/string1.C: New test.

PR c++/8214
* typeck.c (convert_for_assignment): Do not use
decl_constant_value on the operand.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59668 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago PR c++/8511
mmitchel [Sat, 30 Nov 2002 21:57:32 +0000 (21:57 +0000)]
PR c++/8511
* pt.c (instantiate_decl): Handle template friends defined outside
of the class correctly.

PR c++/8511
* g++.dg/template/friend8.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59665 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Sat, 30 Nov 2002 08:17:11 +0000 (08:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59657 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-29 Scott Gilbertson <scottg@mantatest.com>
tromey [Sat, 30 Nov 2002 04:51:11 +0000 (04:51 +0000)]
2002-11-29  Scott Gilbertson  <scottg@mantatest.com>

* java/awt/image/ColorModel.java (getUnnormalizedComponents,
getNormalizedComponents): Fix calculation which was using one too
many bits in the unnormalized format.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59651 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-29 Gary Benson <gbenson@redhat.com>
tromey [Sat, 30 Nov 2002 04:41:59 +0000 (04:41 +0000)]
2002-11-29  Gary Benson  <gbenson@redhat.com>

For PR libgcj/8759:
* java/beans/Introspector.java (flushCaches): New method.
(flushFromCaches): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59650 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cpplib.c (_cpp_test_assertion): Default *value to 0.
hp [Fri, 29 Nov 2002 22:41:04 +0000 (22:41 +0000)]
* cpplib.c (_cpp_test_assertion): Default *value to 0.

* cppexp.c (num_part_mul): Initialize result.unsignedp, to 1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59648 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * g++.dg/lookup/anon2.C: New test.
mmitchel [Fri, 29 Nov 2002 22:08:36 +0000 (22:08 +0000)]
* g++.dg/lookup/anon2.C: New test.

* parse.y (class_head_defn): Set CLASSTYPE_DECLARED_CLASS for
anonymous structs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59647 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * class.c (walk_subobject_offsets): Recur on binfos as well as on
mmitchel [Fri, 29 Nov 2002 21:17:05 +0000 (21:17 +0000)]
* class.c (walk_subobject_offsets): Recur on binfos as well as on
types.
(layout_nonempty_base_or_field): Pass it a binfo when processing a
base class.
(layout_empty_base): Likewise.
(build_base_field): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59643 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/t-crtstuff: New target makefile fragment.
uweigand [Fri, 29 Nov 2002 19:59:25 +0000 (19:59 +0000)]
* config/s390/t-crtstuff: New target makefile fragment.
* config.gcc [s390-*-linux, s390x-*-linux]: Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59641 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-10-18 Krister Walfridsson <cato@df.lth.se>
kristerw [Fri, 29 Nov 2002 17:53:45 +0000 (17:53 +0000)]
2002-10-18  Krister Walfridsson  <cato@df.lth.se>

       * libU77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
       __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L
       may be defined before defining these.
       * libU77/configure: Regenerate.
       * libI77/configure.in (_XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED,
       __EXTENSIONS__, _FILE_OFFSET_BITS): Check that _XOPEN_SOURCE 500L
       may be defined before defining these.
       * libI77/configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59639 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (movsi_h8300hs): Change the order of
kazu [Fri, 29 Nov 2002 16:24:58 +0000 (16:24 +0000)]
* config/h8300/h8300.md (movsi_h8300hs): Change the order of
alternatives to correct the length when the memory operand is
either pre_dec or post_inc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59637 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (an anonymous pattern): Give an
kazu [Fri, 29 Nov 2002 16:10:21 +0000 (16:10 +0000)]
* config/h8300/h8300.md (an anonymous pattern): Give an
internal name *tst_extzv_bitqi_1_n.
Accept bit_operand instead of bit_memory_operand.
Do not accept bit tests with the MSB.
(*tst_extzv_memqi_1_n): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59636 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-29 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 29 Nov 2002 12:32:17 +0000 (12:32 +0000)]
2002-11-29  Michael Koch <konqueror@gmx.de>

* java/nio/channels/DatagramChannel.java
(open): Added exception documentation.
(write): Added exception documentation.
(connect): Added exception documentation.
(disconnect): Added exception documentation.
(isConnected): Added exception documentation.
(read): Added exception documentation.
(receive): Added exception documentation.
(send): Added exception documentation.
(validOps): Added exception documentation.
* java/nio/channels/SocketChannel.java
(open): Added exception documentation.
(read): Added exception documentation.
(write): Added exception documentation.
(connect): Added exception documentation.
(finishConnect): Added exception documentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59633 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-29 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 29 Nov 2002 09:57:05 +0000 (09:57 +0000)]
2002-11-29  Michael Koch <konqueror@gmx.de>

* gnu/java/nio/DatagramChannelImpl:
(fd): New member variable to store file descriptor of socket.
* gnu/java/nio/SelectionKeyImpl.java:
(ops): Removed.
(readyOps): New member variable.
(interestOps): New member variable.
(readyOps): Implemented.
(readyOps): New method to set member variable readyOps.
(interestOps): Replaced ops by interestOps.
* gnu/java/nio/SelectorImpl.java:
(SelectorImpl): Initialize key sets.
(select): Call select with -1 instead of Long.MAX_VALUE).
(java_do_select): Make it a native method.
(getFDsAsArray): New helper method.
(select): Remove canceled keys, give only interested file discriptors
to java_do_select, set ready ops.
(add): No need to initialize keys set here.
(add_selected): No need to initialize selected set here.
(deregisterCanceledKeys): New helper method.
(register): Set interest ops, set attachments, added handling of datagram
channels.
* gnu/java/nio/ServerSocketChannelImpl:
(SocketAccept): Renamed from NioSocketAccept.
(implConfigureBlocking): Implemented.
(accept): Use SocketAccept instead of NioSocketAccept.
* gnu/java/nio/SocketChannelImpl:
Reactivate native methods.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59632 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Fri, 29 Nov 2002 08:17:51 +0000 (08:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59631 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-29 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 29 Nov 2002 07:56:58 +0000 (07:56 +0000)]
2002-11-29  Michael Koch <konqueror@gmx.de>

* gnu/java/nio/natByteBufferImpl.cc,
gnu/java/nio/natCharBufferImpl.cc,
gnu/java/nio/natDoubleBufferImpl.cc,
gnu/java/nio/natFloatBufferImpl.cc,
gnu/java/nio/natIntBufferImpl.cc,
gnu/java/nio/natLongBufferImpl.cc,
gnu/java/nio/natSelectorImpl.cc,
gnu/java/nio/natServerSocketChannelImpl.cc,
gnu/java/nio/natShortBufferImpl.cc,
gnu/java/nio/natSocketChannelImpl.cc:
New files that implement native functionalities.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59625 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-29 Michael Koch <konqueror@gmx.de>
mkoch [Fri, 29 Nov 2002 07:50:46 +0000 (07:50 +0000)]
2002-11-29  Michael Koch <konqueror@gmx.de>

* gnu/java/nio/ByteBufferImpl.java
(ByteBufferImpl): Moved position() after limit.
(nio_*): Use native implementation.
* gnu/java/nio/CharBufferImpl.java:
Reformated.
(endian): New member variable string endianess of buffer.
(CharBufferImpl): Moved position() after limit.
(nio_*): Use native implementation.
(subSequence): Implemented.
* gnu/java/nio/DoubleBufferImpl.java
(DoubleBufferImpl): Moved position() after limit.
(nio_*): Use native implementation.
* gnu/java/nio/FloatBufferImpl.java
Reformated.
(FloatBufferImpl): Moved position() after limit.
(nio_*): Use native implementation.
* gnu/java/nio/IntBufferImpl.java
Added needed imports, Reformated.
(IntBufferImpl): Moved position() after limit.
(nio_*): Use native implementation.
* gnu/java/nio/LongBufferImpl.java
Reformated.
(LongBufferImpl): Moved position() after limit.
(nio_*): Use native implementation.
* gnu/java/nio/ShortBufferImpl.java
Reformated.
(ShortBufferImpl): Moved position() after limit.
(nio_*): Use native implementation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59624 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.c (h8300_eightbit_constant_address_p):
kazu [Fri, 29 Nov 2002 02:15:52 +0000 (02:15 +0000)]
* config/h8300/h8300.c (h8300_eightbit_constant_address_p):
Fix a comment typo.
(h8300_tiny_constant_address_p): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59623 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-28 Phil Edwards <pme@gcc.gnu.org>
pme [Thu, 28 Nov 2002 21:28:20 +0000 (21:28 +0000)]
2002-11-28  Phil Edwards  <pme@gcc.gnu.org>

PR libstdc++/8716
* testsuite/21_strings/ctor_copy_dtor.cc (test05):  Also test
the NULL-pointer, zero-size case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59616 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * doc/passes.texi: Mention the other register allocator.
matz [Thu, 28 Nov 2002 20:53:45 +0000 (20:53 +0000)]
* doc/passes.texi: Mention the other register allocator.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59615 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Move host-specific darwin noconfigdirs into
geoffk [Thu, 28 Nov 2002 20:27:44 +0000 (20:27 +0000)]
* configure.in: Move host-specific darwin noconfigdirs into
the host-specific section.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59614 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-28 Jonathan Wakely <redi@gcc.gnu.org>
redi [Thu, 28 Nov 2002 19:15:04 +0000 (19:15 +0000)]
2002-11-28  Jonathan Wakely  <redi@gcc.gnu.org>
* docs/html/faq/index.html: Add tip about namespace for extensions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59613 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (6 new peephole2 patterns): New.
kazu [Thu, 28 Nov 2002 18:02:46 +0000 (18:02 +0000)]
* config/h8300/h8300.md (6 new peephole2 patterns): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59611 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
kazu [Thu, 28 Nov 2002 17:41:12 +0000 (17:41 +0000)]
* gcc.c-torture/execute/strct-varg-1.x: Remove xfail on the
h8300 port.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59610 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 28 Nov 2002 17:29:24 +0000 (17:29 +0000)]
2002-11-28  Paolo Carlini  <pcarlini@unitus.it>
    Nathan Myers  <ncm@cantrip.org>

* src/localename.cc
(locale::_Impl::_Impl(const char*, size_t)):
Improve previous fix for the strtok vs MT issue.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59609 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config.gcc (x86_64-*-linux*) [tmake_file]: Remove i386/t-crtstuff.
jakub [Thu, 28 Nov 2002 14:47:02 +0000 (14:47 +0000)]
* config.gcc (x86_64-*-linux*) [tmake_file]: Remove i386/t-crtstuff.
* config/t-linux (CRTSTUFF_T_CFLAGS_S): Add $(CRTSTUFF_T_CFLAGS).
* config/i386/t-linux64 (CRTSTUFF_T_CFLAGS): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59607 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.c (h8300_and_costs): New.
kazu [Thu, 28 Nov 2002 14:08:34 +0000 (14:08 +0000)]
* config/h8300/h8300.c (h8300_and_costs): New.
* config/h8300/h8300.h (RTX_COSTS): Use h8300_and_costs.
* config/h8300/h8300-protos.h: Add a prototype for
h8300_and_costs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59606 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-28 Paolo Carlini <pcarlini@unitus.it>
paolo [Thu, 28 Nov 2002 12:25:32 +0000 (12:25 +0000)]
2002-11-28  Paolo Carlini  <pcarlini@unitus.it>

* config/locale/gnu/c_locale.cc (locale::_S_categories):
Reorder the categories to match that of glibc's setlocale(LC_ALL, ""))
* config/locale/generic/c_locale.cc (locale::_S_categories): Ditto.
* testsuite/22_locale/ctor_copy_dtor.cc (test04): Tweak.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59604 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Thu, 28 Nov 2002 08:17:17 +0000 (08:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59603 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/rs6000/rs6000.c (altivec_init_builtins): Make the
zack [Thu, 28 Nov 2002 05:29:12 +0000 (05:29 +0000)]
* config/rs6000/rs6000.c (altivec_init_builtins): Make the
pointer argument in the prototypes of the following builtins
be (const TYPE *) rather than (TYPE *):
 + __builtin_altivec_ld_internal_4sf
 + __builtin_altivec_ld_internal_4si
 + __builtin_altivec_ld_internal_8hi
 + __builtin_altivec_ld_internal_16qi
 + __builtin_altivec_lvsl
 + __builtin_altivec_lvsr
 + __builtin_altivec_lvebx
 + __builtin_altivec_lvehx
 + __builtin_altivec_lvewx
 + __builtin_altivec_lvxl
 + __builtin_altivec_lvx
 + __builtin_altivec_dst
 + __builtin_altivec_dstt
 + __builtin_altivec_dstst
 + __builtin_altivec_dststt

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59596 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.
ghazi [Thu, 28 Nov 2002 02:12:01 +0000 (02:12 +0000)]
* decl.c (java_init_decl_processing): Use `LL' on 64-bit constant.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59594 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * except.c (default_exception_section): Move variable into the
ghazi [Thu, 28 Nov 2002 02:10:46 +0000 (02:10 +0000)]
* except.c (default_exception_section): Move variable into the
scope where it is used.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59593 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-27 Krister Walfridsson <cato@df.lth.se>
kristerw [Thu, 28 Nov 2002 00:09:54 +0000 (00:09 +0000)]
2002-11-27  Krister Walfridsson  <cato@df.lth.se>

* config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Test for
correct version.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59592 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.h (OK_FOR_U): Remove extra parentheses.
kazu [Wed, 27 Nov 2002 22:41:36 +0000 (22:41 +0000)]
* config/h8300/h8300.h (OK_FOR_U): Remove extra parentheses.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59591 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-27 Julian Dolby <dolby@us.ibm.com>
tromey [Wed, 27 Nov 2002 22:41:07 +0000 (22:41 +0000)]
2002-11-27  Julian Dolby  <dolby@us.ibm.com>

* java/util/Locale.java (toString): Improve efficiency if country
and variant are both empty.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59590 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.c (h8300_shift_costs): New.
kazu [Wed, 27 Nov 2002 22:21:11 +0000 (22:21 +0000)]
* config/h8300/h8300.c (h8300_shift_costs): New.
* config/h8300/h8300.h (RTX_COSTS): Use h8300_shift_costs.
* config/h8300/h8300-protos.h: Add a prototype for
h8300_shift_costs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59588 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago- Fix typo in rs6000_output_load_multiple commit.
dje [Wed, 27 Nov 2002 22:14:14 +0000 (22:14 +0000)]
- Fix typo in rs6000_output_load_multiple commit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59587 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-22 Jim Wilson <wilson@redhat.com>
aldyh [Wed, 27 Nov 2002 20:58:37 +0000 (20:58 +0000)]
2002-11-22  Jim Wilson  <wilson@redhat.com>

        * config/rs6000/spe.md (spu_evsplatfi, spu_evsplati): Swap operands
        in output template.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59584 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * class.c (build_base_field): Make sure we get the canonical base
mmitchel [Wed, 27 Nov 2002 20:44:16 +0000 (20:44 +0000)]
* class.c (build_base_field): Make sure we get the canonical base
when descending through primary bases.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59582 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define.
rth [Wed, 27 Nov 2002 20:04:16 +0000 (20:04 +0000)]
    * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define.
        * config/i386/winnt.c (i386_pe_dllexport_name_p): Use
        DLL_IMPORT_EXPORT_PREFIX, not '@'.
        (i386_pe_dllimport_name_p): Likewise.
        (i386_pe_mark_dllexport): Likewise.
        (i386_pe_mark_dllimport): Likewise.
        (i386_pe_encode_section_info): Likewise.
        (i386_pe_strip_name_encoding): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59580 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * mkmap-symver.awk (BEGIN): Set sawsymbol false.
rth [Wed, 27 Nov 2002 20:00:14 +0000 (20:00 +0000)]
    * mkmap-symver.awk (BEGIN): Set sawsymbol false.
        (nm && NF == 3): Set sawsymbol true.
        (END): Exit if no symbols seen.
        (output): Fix map syntax error if no globals for the version.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59578 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * src/s390/sysv.S (.eh_frame section): Make section read-only.
uweigand [Wed, 27 Nov 2002 16:44:35 +0000 (16:44 +0000)]
* src/s390/sysv.S (.eh_frame section): Make section read-only.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59574 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * gcc.dg/bitfld-6.c: New test.
rsandifo [Wed, 27 Nov 2002 15:17:31 +0000 (15:17 +0000)]
* gcc.dg/bitfld-6.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59573 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * builtins.def (DEF_C99_BUILTIN): Fix.
hubicka [Wed, 27 Nov 2002 13:49:33 +0000 (13:49 +0000)]
* builtins.def (DEF_C99_BUILTIN): Fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59571 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-26 Andrew Haley <aph@redhat.com>
aph [Wed, 27 Nov 2002 10:33:56 +0000 (10:33 +0000)]
2002-11-26  Andrew Haley  <aph@redhat.com>

        * unwind-sjlj.c (_Unwind_FindEnclosingFunction): Rename
        from_Unwind_Find_Enclosing_Function.
        * unwind-dw2.c (_Unwind_FindEnclosingFunction): Likewise.
        * config/ia64/unwind-ia64.c (_Unwind_FindEnclosingFunction): Likewise.
        * libgcc-std.ver (_Unwind_FindEnclosingFunction): Rename from
        _Unwind_Find_Enclosing_Function, export @@GCC_3.3.
        * unwind.h (_Unwind_FindEnclosingFunction): Add.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59568 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Wed, 27 Nov 2002 08:18:24 +0000 (08:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59567 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/s390.c (390_output_constant_pool): Set alignment
hpenner [Wed, 27 Nov 2002 07:18:20 +0000 (07:18 +0000)]
    * config/s390/s390.c (390_output_constant_pool): Set alignment
         before label in 64 bit mode, behind otherwise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59561 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-common.c (handle_visibility_attribute): Accept "default".
rth [Wed, 27 Nov 2002 06:32:13 +0000 (06:32 +0000)]
* c-common.c (handle_visibility_attribute): Accept "default".
* tree.h (enum symbol_visibility): New.
(decl_visibility): Declare.
* target.h (gcc_target.visibility): Take visibility arg as integer.
* varasm.c (default_assemble_visibility): Likewise.
(decl_visibility): New.
(maybe_assemble_visibility): Use it.
* output.h (default_assemble_visibility): Update prototype.
* config/rs6000/rs6000.c (rs6000_assemble_visibility): Take
visibility arg as integer.
* doc/extend.texi: Document default visibility.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59560 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-common.c (handle_visibility_attribute): Accept "default".
rth [Wed, 27 Nov 2002 06:13:23 +0000 (06:13 +0000)]
* c-common.c (handle_visibility_attribute): Accept "default".
* tree.h (enum symbol_visibility): New.
(decl_visibility): Declare.
* target.h (gcc_target.visibility): Take visibility arg as integer.
* varasm.c (default_assemble_visibility): Likewise.
(decl_visibility): New.
(maybe_assemble_visibility): Use it.
* output.h (default_assemble_visibility): Update prototype.
* config/rs6000/rs6000.c (rs6000_assemble_visibility): Take
visibility arg as integer.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59559 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * verify.cc (pop_init_ref): New method.
tromey [Wed, 27 Nov 2002 05:59:39 +0000 (05:59 +0000)]
* verify.cc (pop_init_ref): New method.
(verify_instructions_0) [op_iaload, op_laload, op_faload,
op_daload, op_aaload, op_baload, op_caload, op_saload, op_iastore,
op_lastore, op_fastore, op_dastore, op_aastore, op_bastore,
op_castore, op_sastore, op_areturn, op_arraylength, op_checkcast,
op_instanceof, op_monitorenter, op_monitorexit]: Use it.
(verify_instructions_0) [op_invokevirtual, op_invokespecial,
op_invokestatic, op_invokeinterface]:  Use pop_init_ref.  Don't
let `this' argument be uninitialized.  Don't let `null' be passed
as `this' to construtor.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59558 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.c: Adjust spacing.
kazu [Wed, 27 Nov 2002 03:46:50 +0000 (03:46 +0000)]
* config/h8300/h8300.c: Adjust spacing.
* config/h8300/h8300.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59557 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * hooks.c (hook_bool_void_false, hook_void_tree_int,
rth [Wed, 27 Nov 2002 02:47:44 +0000 (02:47 +0000)]
    * hooks.c (hook_bool_void_false, hook_void_tree_int,
        hook_void_FILEptr_constcharptr): Rename so that the return
        type is first.
        (hook_int_tree_tree_1, hook_void_tree, hook_void_tree_treeptr,
        hook_bool_tree_false): New.
        * hooks.h: Update.
        * langhooks-def.h: Update for renames.
        * target-def.h: Likewise.
        * tree.c (default_comp_type_attributes,
        default_set_default_type_attributes, default_insert_attributes,
        default_function_attribute_inlinable_p,
        default_ms_bitfield_layout_p): Remove.
        * tree.h: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59556 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * pa-protos.h (function_value): New prototype.
danglin [Wed, 27 Nov 2002 02:34:15 +0000 (02:34 +0000)]
* pa-protos.h (function_value): New prototype.
* pa.c (function_value): Use a PARALLEL to return small aggregates on
TARGET_64BIT.
* pa.h (FUNCTION_VALUE): Use function_value.
* pa.md (call_value_internal_symref, call_value_internal_reg_64bit,
call_value_internal_reg, sibcall_value_internal_symref,
sibcall_value_internal_symref_64bit): Remove =rf constraint on return
value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59555 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * expr.c (gen_group_rtx, emit_group_move): New functions.
danglin [Wed, 27 Nov 2002 02:29:12 +0000 (02:29 +0000)]
* expr.c (gen_group_rtx, emit_group_move): New functions.
* expr.h (gen_group_rtx, emit_group_move): Prototype.
* function.c (expand_function_start): Use gen_group_rtx to create a
PARALLEL rtx to hold the return value when the real return rtx is a
PARALLEL.
(expand_function_end): Use emit_group_move to move the return value
from a PARALLEL to the real return registers.
* rtl.h (REG_FUNCTION_VALUE_P): Allow function values to be returned
in PARALLELs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59554 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoIndex: cp/ChangeLog
geoffk [Wed, 27 Nov 2002 01:59:43 +0000 (01:59 +0000)]
Index: cp/ChangeLog
2002-11-26  Geoffrey Keating  <geoffk@apple.com>

* decl.c (check_initializer): Don't error on initialisation of
a scalar with a brace-enclosed expression.

Index: testsuite/ChangeLog
2002-11-26  Geoffrey Keating  <geoffk@apple.com>

* g++.dg/init/brace2.C: New test.
* g++.old-deja/g++.mike/p9129.C: Correct.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59553 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * javax/transaction/HeuristicCommitException.java: Classpath merge.
mark [Tue, 26 Nov 2002 22:48:42 +0000 (22:48 +0000)]
    * javax/transaction/HeuristicCommitException.java: Classpath merge.
        * javax/transaction/HeuristicMixedException.java: Likewise.
        * javax/transaction/HeuristicRollbackException.java: Likewise.
        * javax/transaction/InvalidTransactionException.java: Likewise.
        * javax/transaction/NotSupportedException.java: Likewise.
        * javax/transaction/RollbackException.java: Likewise.
        * javax/transaction/Status.java: Likewise.
        * javax/transaction/Synchronization.java: Likewise.
        * javax/transaction/SystemException.java: Likewise.
        * javax/transaction/Transaction.java: Likewise.
        * javax/transaction/TransactionManager.java: Likewise.
        * javax/transaction/TransactionRequiredException.java: Likewise.
        * javax/transaction/TransactionRolledbackException.java: Likewise.
        * javax/transaction/UserTransaction.java: Likewise.
        * javax/transaction/xa/XAException.java: Likewise.
        * javax/transaction/xa/XAResource.java: Likewise.
        * javax/transaction/xa/Xid.java: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59546 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* config/t-libc-ok: Fix typo.
thorpej [Tue, 26 Nov 2002 22:47:18 +0000 (22:47 +0000)]
* config/t-libc-ok: Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59545 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoFix Portable .NET bug with IA-64 pointer size.
wilson [Tue, 26 Nov 2002 22:24:05 +0000 (22:24 +0000)]
Fix Portable .NET bug with IA-64 pointer size.
* src/types.c (FFI_TYPE_POINTER): Has size 8 on IA64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59541 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-26 Andreas Tobler <a.tobler@schweiz.ch>
tromey [Tue, 26 Nov 2002 20:09:28 +0000 (20:09 +0000)]
2002-11-26  Andreas Tobler  <a.tobler@schweiz.ch>

* java/net/natPlainDatagramSocketImpl.cc (socklen_t): Don't
define.
* java/net/natPlainSocketImpl.cc (socklen_t): Don't define.
* include/posix.h (socklen_t): Define if not already defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59533 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back
jakub [Tue, 26 Nov 2002 20:08:08 +0000 (20:08 +0000)]
* configure.in: Move AC_CANONICAL_SYSTEM and AC_ARG_PROGRAM back
before AC_PROG_CC.
* configure: Rebuilt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59532 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * g++.dg/abi/empty10.C: Don't run on non-x86 targets.
mmitchel [Tue, 26 Nov 2002 19:37:45 +0000 (19:37 +0000)]
* g++.dg/abi/empty10.C: Don't run on non-x86 targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59529 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
nathan [Tue, 26 Nov 2002 17:40:56 +0000 (17:40 +0000)]
* cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
(template_parms_equal): Remove prototype.
* typeck.c (buuld_indirect_ref): Reformat.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59528 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * c-decl.c: (start_struct): Commonize flag setting.
nathan [Tue, 26 Nov 2002 17:36:14 +0000 (17:36 +0000)]
  * c-decl.c: (start_struct): Commonize flag setting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59527 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoMention all function changed.
hpenner [Tue, 26 Nov 2002 15:50:51 +0000 (15:50 +0000)]
Mention all function changed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59519 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* config/rs6000/rs6000.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): New.
thorpej [Tue, 26 Nov 2002 15:46:40 +0000 (15:46 +0000)]
* config/rs6000/rs6000.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): New.
* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Use
RS6000_CPU_CPP_ENDIAN_BUILTINS.
* config/rs6000/netbsd.h (RS6000_CPU_CPP_ENDIAN_BUILTINS): Redefine.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59518 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/s390/s390.md (literal_pool_64, literal_pool_31 ): New
hpenner [Tue, 26 Nov 2002 15:26:40 +0000 (15:26 +0000)]
  * config/s390/s390.md (literal_pool_64, literal_pool_31 ): New
insns.
* config/s390/s390.c (struct machine_function): Introduction of
struct machine_function.
* config/s390/s390-protos.h (s390_output_constant_pool): Changed
prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59515 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * varasm.c (output_constant_pool): For pool constants in mergeable
jakub [Tue, 26 Nov 2002 12:36:09 +0000 (12:36 +0000)]
* varasm.c (output_constant_pool): For pool constants in mergeable
section ensure each constant is padded to multiple of entity size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59508 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * varasm.c (default_exception_section): Move to...
jakub [Tue, 26 Nov 2002 12:34:25 +0000 (12:34 +0000)]
* varasm.c (default_exception_section): Move to...
* except.c (default_exception_section): ... here. Make
.gcc_except_table read-only if it is not expected to have any
dynamic relocations and linker handles it.
* dwarf2out.c (default_eh_frame_section): Make .eh_frame read-only
if it is not expected to have any dynamic relocations and linker
handles it.
* configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Check what ld does
when linking read-only and read-write sections together.
* configure, config.in: Rebuilt.
* crtstuff.c (EH_FRAME_SECTION_CONST): Define.
(__EH_FRAME_BEGIN__, __FRAME_END__): Add it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59507 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoDaily bump.
gccadmin [Tue, 26 Nov 2002 08:19:05 +0000 (08:19 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59505 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * tree.c (cp_build_qualified_type_real): Correct handling of
mmitchel [Tue, 26 Nov 2002 08:11:33 +0000 (08:11 +0000)]
* tree.c (cp_build_qualified_type_real): Correct handling of
array types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59499 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-25 Aldy Hernandez <aldyh@redhat.com>
aldyh [Tue, 26 Nov 2002 07:28:02 +0000 (07:28 +0000)]
2002-11-25  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.h (__ev_create_sfix32_fs): Change macro into
        new function.
        (__ev_create_ufix32_fs): Same.
        (__ev_get_sfix32_fs_internal): New.
        (__ev_get_sfix32_fs): Define to use function.
        (__ev_get_ufix32_fs_internal): New.
        (__ev_get_ufix32_fs): Define to use function.
        (__ev_get_upper_ufix32_fs): Call __ev_get_ufix32_fs.
        (__ev_get_lower_ufix32_fs): Same.
        (__ev_get_upper_sfix32_fs): Call __ev_get_sfix32_fs.
        (__ev_get_lower_sfix32_fs): Same.
        (__ev_set_sfix32_fs_internal): New.
        (__ev_set_ufix32_fs_internal): New.
        (__ev_set_sfix32_fs): Call __ev_set_sfix32_fs_internal.
        (__ev_set_ufix32_fs): Call __ev_set_ufix32_fs_internal.
        (__ev_set_upper_sfix32_fs): Call function.
        (__ev_set_lower_sfix32_fs): Same.
        (__ev_set_upper_ufix32_fs): Same.
        (__ev_set_lower_ufix32_fs): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59498 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * testsuite/g++.dg/abi/empty11.C: New test.
mmitchel [Tue, 26 Nov 2002 07:20:13 +0000 (07:20 +0000)]
* testsuite/g++.dg/abi/empty11.C: New test.
* testsuite/g++.dg/rtti/cv1.C: New test.

* tree.c (cp_build_qualified_type_real): Correct handling of
array types.
* class.c (walk_subobject_offsets): Fix thinko.
(build_base_field): Record offsets of empty bases in primary
virtual bases.
(layout_class_type): Record offsets of empty bases in fields.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59497 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * verify.cc (type::compatible): Backed out broken change.
tromey [Tue, 26 Nov 2002 07:15:53 +0000 (07:15 +0000)]
* verify.cc (type::compatible): Backed out broken change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59496 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* gcc.c (do_spec_1): Reset delete_this_arg to zero.
rupp [Tue, 26 Nov 2002 07:03:49 +0000 (07:03 +0000)]
* gcc.c (do_spec_1): Reset delete_this_arg to zero.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59495 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * verify.cc (type::compatible): Check initialization status
tromey [Tue, 26 Nov 2002 06:51:14 +0000 (06:51 +0000)]
* verify.cc (type::compatible): Check initialization status
first.
* interpret.cc (run) [insn_invokespecial, invokespecial_resolved]:
Don't use NULLCHECK.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59494 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.
thorpej [Tue, 26 Nov 2002 04:54:50 +0000 (04:54 +0000)]
* config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.
* config/interix.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/lynx-ng.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/lynx.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/openbsd.h (HANDLE_SYSV_PRAGMA: Likewise.
* config/alpha/elf.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/arm/netbsd.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/cris/aout.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/d30v/d30v.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/frv/frv.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/i386/djgpp.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/i386/i386-interix.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/i386/vxi386.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/ia64/ia64.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/m88k/m88k.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/mmix/mmix.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/rs6000/aix.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/rs6000/darwin.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/sparc/linux-aout.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/sparc/vxsparc64.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/stormy16/stormy16.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/alpha/osf.h (HANDLE_SYSV_PRAGMA): Don't undef before
defining.
* config/i386/sco5.h (HANDLE_SYSV_PRAGMA): Likewise.
* config/mips/iris5.h (HANDLE_SYSV_PRAGMA): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59493 138bc75d-0d04-0410-961f-82ee72b054a4

21 years agoadd i370-*-openedition to bypass fixinc list
korbb [Tue, 26 Nov 2002 02:23:06 +0000 (02:23 +0000)]
add i370-*-openedition to bypass fixinc list

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59490 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (an anonymous pattern): New.
kazu [Tue, 26 Nov 2002 02:08:49 +0000 (02:08 +0000)]
* config/h8300/h8300.md (an anonymous pattern): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59489 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-25 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 26 Nov 2002 01:37:50 +0000 (01:37 +0000)]
2002-11-25  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/abi_check.cc: Add CXXABI_1.2.1 as compatible.
* config/linker-map.gnu: Version __cxa_guard_acquire,
__cxa_guard_release, __cxa_guard_abort in CXXABI_1.2.1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59487 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-25 Paolo Carlini <pcarlini@unitus.it>
paolo [Tue, 26 Nov 2002 01:22:13 +0000 (01:22 +0000)]
2002-11-25  Paolo Carlini  <pcarlini@unitus.it>
    Nathan Myers  <ncm@cantrip.org>

* src/localename.cc
(locale::_Impl::_Impl(const char*, size_t)):
Avoid strtok for thread safety.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59486 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-25 Stephen M. Webb <stephen@bregmasoft.com>
bkoz [Tue, 26 Nov 2002 00:53:12 +0000 (00:53 +0000)]
2002-11-25  Stephen M. Webb  <stephen@bregmasoft.com>

        * testsuite/testsuite_allocator.h: New file.
        * testsuite/testsuite_allocator.cc: New file.
        * testsuite/Makefile.am: Added testsuite_allocator to test library.
        * testsuite/testsuite_hooks.h: Added more detailed tracker objects
        gnu_copy_constructor, gnu_assignment_operator, and gnu_destructor.
        * testsuite/testsuite_hooks.cc: Added new static objects definitions.
        * testsuite/23_containers/vector_capacity.cc: Added reserve() tests.
        * testsuite/23_containers/vector_ctor.cc: Added a plethora of tests.
        * testsuite/23_containers/deque_ctor.cc: Added a slew of new tests.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59484 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * alias.c (find_base_value): Use new_reg_base_value if it's live.
rth [Tue, 26 Nov 2002 00:51:17 +0000 (00:51 +0000)]
    * alias.c (find_base_value): Use new_reg_base_value if it's live.
        (copying_arguments): Make boolean.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59483 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * MAINTAINERS (Write After Approval): Remove myself.
kkojima [Tue, 26 Nov 2002 00:47:58 +0000 (00:47 +0000)]
    * MAINTAINERS (Write After Approval): Remove myself.
        (OS Port Maintainers: sh-linux-gnu): Add myself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59482 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago[ChangeLog missed with previous commit.]
thorpej [Tue, 26 Nov 2002 00:36:19 +0000 (00:36 +0000)]
[ChangeLog missed with previous commit.]

* gcc.c (static_spec_functions): Add if-exists-else spec
function.
(if_exists_else_spec_function): New function.
* doc/invoke.texi: Document the if-exists-else spec function.

* config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): For -static, use
"%:if-exists-else(crtbeginT%O%s crtbegin%O%s)".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59481 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* gcc.c (static_spec_functions): Add if-exists-else spec
thorpej [Tue, 26 Nov 2002 00:31:31 +0000 (00:31 +0000)]
* gcc.c (static_spec_functions): Add if-exists-else spec
function.
(if_exists_else_spec_function): New function.
* doc/invoke.texi: Document the if-exists-else spec function.

* config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): For -static, use
"%:if-exists-else(crtbeginT%O%s crtbegin%O%s)".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59480 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago* config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with
thorpej [Tue, 26 Nov 2002 00:05:07 +0000 (00:05 +0000)]
* config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with
"netbsd.h netbsd-elf.h" in tm_file.  Set tmake_file to
"${tmake_file} rs6000/t-netbsd".
* config/rs6000/netbsd.h: Rewrite.
* config/rs6000/t-netbsd: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59479 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * libsupc++/Makefile.am (sources): Add guard.cc.
mmitchel [Mon, 25 Nov 2002 23:17:31 +0000 (23:17 +0000)]
* libsupc++/Makefile.am (sources): Add guard.cc.
* libsupc++/Makefile.in: Regenerated.
* libsupc++/cxxabi.h (__cxa_guard_acquire): New function.
(__cxa_guard_release): Likewise.
(__cxa_guard_abort): Likewise.
* libsupc++/guard.cc: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59475 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/h8300/h8300.md (an anonymous pattern): Relax the
kazu [Mon, 25 Nov 2002 20:43:04 +0000 (20:43 +0000)]
* config/h8300/h8300.md (an anonymous pattern): Relax the
condition for the pattern.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59470 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago * config/rs6000/spe.md: Same for patterns.
aldyh [Mon, 25 Nov 2002 19:40:28 +0000 (19:40 +0000)]
* config/rs6000/spe.md: Same for patterns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59469 138bc75d-0d04-0410-961f-82ee72b054a4

21 years ago2002-11-25 Aldy Hernandez <aldyh@redhat.com>
aldyh [Mon, 25 Nov 2002 19:40:01 +0000 (19:40 +0000)]
2002-11-25  Aldy Hernandez  <aldyh@redhat.com>

* config/rs6000/rs6000.h (enum rs6000_builtins): Remove evmwlssf,
evmwlsmf, evmwlssfa, evmwlsmfa, evmwlssfaaw, evmwlsmfaaw,
evmwlssfanw, evmwlsmfanw.

* config/rs6000/rs6000.c (bdesc_2arg): Same.

* config/rs6000/spe.md: Same for patterns.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59468 138bc75d-0d04-0410-961f-82ee72b054a4