platform/upstream/gcc.git
21 years ago* README.SCO: New file.
Richard Stallman [Sun, 3 Aug 2003 14:51:42 +0000 (14:51 +0000)]
* README.SCO: New file.

From-SVN: r70122

21 years agobuiltins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section.
Kaveh R. Ghazi [Sun, 3 Aug 2003 14:31:29 +0000 (14:31 +0000)]
builtins.def (BUILT_IN_ABS, [...]): Move to miscellaneous section.

* builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
BUILT_IN_LLABS): Move to miscellaneous section.

From-SVN: r70120

21 years agore PR c++/11704 (ICE in type_dependent_expression_p with wrong method call in templat...
Nathan Sidwell [Sun, 3 Aug 2003 14:23:34 +0000 (14:23 +0000)]
re PR c++/11704 (ICE in type_dependent_expression_p with wrong method call in template class)

cp:
PR c++/11704
* pt.c (type_dependent_expression_p): Cope with COMPONENT_REF with
unknown type.
testsuite:
PR c++/11704
* g++.dg/template/dependent-expr2.C: New test.

From-SVN: r70119

21 years agore PR c++/11766 (ICE in comp_ptr_ttypes_real)
Nathan Sidwell [Sun, 3 Aug 2003 14:19:00 +0000 (14:19 +0000)]
re PR c++/11766 (ICE in comp_ptr_ttypes_real)

cp:
PR c++/11766
* typeck.c (comp_ptr_ttypes_real): Don't loop on pointers to
member functions.
testsuite:
PR c++/11766
* g++.dg/expr/ptrmem1.C: New test.

From-SVN: r70118

21 years ago*** empty log message ***
Neil Booth [Sun, 3 Aug 2003 12:27:28 +0000 (12:27 +0000)]
*** empty log message ***

From-SVN: r70117

21 years ago* cppexp.c (parse_defined): Warn only if -pedantic.
Neil Booth [Sun, 3 Aug 2003 12:23:46 +0000 (12:23 +0000)]
* cppexp.c (parse_defined): Warn only if -pedantic.

From-SVN: r70116

21 years agore PR c++/9453 (ICE in is_specialization_of, at cp/pt.c:860)
Kriang Lerdsuwanakij [Sun, 3 Aug 2003 09:42:00 +0000 (09:42 +0000)]
re PR c++/9453 (ICE in is_specialization_of, at cp/pt.c:860)

PR c++/9453
* g++.dg/template/friend15.C: New test.

From-SVN: r70115

21 years agocppfiles.c (stack_file): Use file path.
Neil Booth [Sun, 3 Aug 2003 09:28:25 +0000 (09:28 +0000)]
cppfiles.c (stack_file): Use file path.

* cppfiles.c (stack_file): Use file path.
testsuite:
* lib/dg-pch.exp: Work round PCH bug.

From-SVN: r70114

21 years agobuiltin-types.def (BT_SSIZE): New primitive type.
Roger Sayle [Sun, 3 Aug 2003 03:23:18 +0000 (03:23 +0000)]
builtin-types.def (BT_SSIZE): New primitive type.

* builtin-types.def (BT_SSIZE): New primitive type.
(BT_FN_INT_PTR_CONST_STRING_VALIST_ARG,
BT_FN_STRING_CONST_STRING_CONST_STRING_INT,
BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR,
BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types.
* builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT,
BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON,
BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins.
* builtin-attrs.def: Remove DEF_FN_ATTR construct and the last
few functions that define default attributes using it.
* c-common.c (c_common_insert_default_attributes): Do nothing.

* doc/extend.texi: Document these "new" builtins.

From-SVN: r70113

21 years agolinux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
Kaz Kojima [Sun, 3 Aug 2003 00:48:52 +0000 (00:48 +0000)]
linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.

* config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
(LIB_SPEC): Set -lpthread always when -pthread set.  Set -lieee
when -mieee-fp set and -shared not set.
(SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5.

From-SVN: r70112

21 years agoDaily bump.
GCC Administrator [Sun, 3 Aug 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70110

21 years agobuiltins-1.c: Add macro helpers.
Kaveh R. Ghazi [Sat, 2 Aug 2003 19:14:25 +0000 (19:14 +0000)]
builtins-1.c: Add macro helpers.

* gcc.dg/builtins-1.c: Add macro helpers.  Add missing math
builtins.  Move cases from builtins-4.c here.

* gcc.dg/torture/builtin-math-1.c: New test taken from
bits of gcc.dg/builtins-3.c, gcc.dg/builtins-5.c and also some
additional cases.

* gcc.dg/builtins-3.c, gcc.dg/builtins-4.c, gcc.dg/builtins-5.c:
Delete.

From-SVN: r70108

21 years agore PR c++/9447 (using Base<T>::member does not work)
Nathan Sidwell [Sat, 2 Aug 2003 18:52:16 +0000 (18:52 +0000)]
re PR c++/9447 (using Base<T>::member does not work)

cp:
PR c++/9447
* cp-tree.def (USING_DECL): Document its type.
* class.c (pushclass): If we're entering a template, push any
dependent using decls it has.
* decl2.c (do_class_using_decl): Refactor. Type is NULL iff it is
a dependent scope.
* pt.c (tsubst_decl) <USING_DECL case>: Set type.
(tsubst): Remove USING_DECL checks.
(type_dependent_expression_p): Remove USING_DECL case.
* semantics.c (finish_member_declaration): A USING_DECL's type
indicates whether it is dependent.
testsuite:
PR c++/9447
* g++.dg/template/using7.C: New test.

From-SVN: r70107

21 years agocppfiles.c (struct _cpp_file): Rename once_only_next to next_file.
Neil Booth [Sat, 2 Aug 2003 16:29:46 +0000 (16:29 +0000)]
cppfiles.c (struct _cpp_file): Rename once_only_next to next_file.

* cppfiles.c (struct _cpp_file): Rename once_only_next to
next_file.  Remove import and pragma_once, add once_only.
(find_file): Add new file structures to the all_files list.
(should_stack_file): Mark #import-ed files once-only, and
don't stack them if the file has already been stacked.
(_cp_mark_file_once_only): Simplify.
* cpphash.h (struct cpp_reader): Rename once_only_files
to all_files.  Rename saw_pragma_once to seen_once_only.
(_cpp_mark_file_once_only): Update prototype.
* cpplib.c (do_pragma_once): Update.
testsuite:
* import1.c, import2.c: New tests.

From-SVN: r70106

21 years agocppfiles.c (ENOTDIR): Remove.
Neil Booth [Sat, 2 Aug 2003 12:44:27 +0000 (12:44 +0000)]
cppfiles.c (ENOTDIR): Remove.

* cppfiles.c (ENOTDIR): Remove.
(open_file_in_dir): Rename find_file_in_dir.  Handle errors
other than ENOENT here.
(once_only_file_p): Rename should_stack_file.
(find_file, open_file_failed, read_file_guts): Report errors
with full path name.
(read_file): Move pch handling to should_stack_file.
(should_stack_file): Handle PCH and once-only issues, and
reading the file.
(stack_file): Don't do file reads.

From-SVN: r70104

21 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 2 Aug 2003 11:17:40 +0000 (11:17 +0000)]
2003-08-02  Michael Koch  <konqueror@gmx.de>

* java/nio/ByteBufferImpl.java
(getChar): Check remaining bytes, fixed comment about endianess.
(putChar): Likewise.
(getShort): Likewise.
(putShort): Likewise.
(getInt): Check remaining bytes, fixed conversion, fixed comment about
endianess.
(putInt): Likewise.
(getLong): Likewise.
(putLong): Likewise.
(getFloat): Likewise.
(putFloat): Likewise.
(getDouble): Likewise.
(putDouble): Likewise.
* java/nio/DirectByteBufferImpl.java
(getChar): Wrapped code, fixed comment about endianess.
(putchar): Likewise.
(getShort): Likewise.
(putShort): Likewise.
(getInt): Fixed conversion, fixed comment about endianess.
(putInt): Likewise.
(getLong): Likewise.
(putLong): Likewise.
(getFloat): Likewise.
(putFloat): Likewise.
(getDouble): Likewise.
(putDouble): Likewise.
* java/nio/MappedByteBufferImpl.java
(compact): Implemented.
(getChar): Implemented.
(putChar): Implemented.
(getDouble): Implemented.
(putdouble): Implemented.
(getFloat): Implemented.
(putFloat): Implemented.
(getInt): Implemented.
(putInt): Implemented.
(getLong): Implemented.
(putLong): Implemented.
(getShort): Implemented.
(putShort): Implemented.
* java/nio/channels/FileChannelImpl.java
(read): Set position where to access file.
(write): Likewise.
(transferTo): Flip buffer after read and before write.
(transferFrom): Likewise.

From-SVN: r70102

21 years agocp-tree.h (pushclass): Remove unneeded parameter.
Nathan Sidwell [Sat, 2 Aug 2003 11:01:38 +0000 (11:01 +0000)]
cp-tree.h (pushclass): Remove unneeded parameter.

cp:
* cp-tree.h (pushclass): Remove unneeded parameter.
* class.c (pushclass): Remove unneeded MODIFY parm. Adjust.
(push_nested_class): Adjust pushclass call.
* pt.c (instantiate_class_template): Likewise.
* semantics.c (begin_class_definition): Likewise.

From-SVN: r70101

21 years agolibgcov.c (gcov_exit): Cleanup and fix.
Zdenek Dvorak [Sat, 2 Aug 2003 10:30:48 +0000 (12:30 +0200)]
libgcov.c (gcov_exit): Cleanup and fix.

* libgcov.c (gcov_exit): Cleanup and fix.
* profile.c (compute_value_histograms): Don't try to read profiles
that are not present.

From-SVN: r70100

21 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 2 Aug 2003 09:15:05 +0000 (09:15 +0000)]
2003-08-02  Michael Koch  <konqueror@gmx.de>

* gnu/java/lang/ArrayHelper.java
(equalsArray): Reformated, added method documentation.

From-SVN: r70099

21 years ago2003-08-02 Michael Koch <konqueror@gmx.de>
Michael Koch [Sat, 2 Aug 2003 06:31:02 +0000 (06:31 +0000)]
2003-08-02  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java
(URL): Added paragraph about the
gnu.java.net.nocache_protocol_handlers property.
(ph_cache): Renamed from handlers to match classpath's implementation.
Reordered it with factory and serialVersionUID member variables.
(cache_handlers): New member variable.
(static): New static initializer to initialize cache_handlers from
gnu.java.net.nocache_protocol_handlers property.
(URL): Use ph_cache instead of handlers, reformatted some code to
match classpath's implementation.

From-SVN: r70098

21 years ago* builtins.def: Categorize.
Kaveh R. Ghazi [Sat, 2 Aug 2003 06:21:43 +0000 (06:21 +0000)]
* builtins.def: Categorize.

From-SVN: r70097

21 years agobuiltins.def (BUILT_IN_CABS, [...]): Mind fp rounding.
Kaveh R. Ghazi [Sat, 2 Aug 2003 06:19:40 +0000 (06:19 +0000)]
builtins.def (BUILT_IN_CABS, [...]): Mind fp rounding.

* builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
Mind fp rounding.
(BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.

From-SVN: r70096

21 years ago003-08-02 Andreas Tobler <a.tobler@schweiz.ch>
Andreas Tobler [Sat, 2 Aug 2003 05:51:02 +0000 (07:51 +0200)]
003-08-02  Andreas Tobler  <a.tobler@schweiz.ch>

        * config.gcc: Enable posix threads by default on darwin.

From-SVN: r70095

21 years agotypeck2.c (add_exception_specifier): Use 'bool' where appropriate.
Nathanael Nerode [Sat, 2 Aug 2003 02:07:49 +0000 (02:07 +0000)]
typeck2.c (add_exception_specifier): Use 'bool' where appropriate.

(cp)
* typeck2.c (add_exception_specifier): Use 'bool' where appropriate.

From-SVN: r70094

21 years agoFix typo
Nathanael Nerode [Sat, 2 Aug 2003 02:00:56 +0000 (02:00 +0000)]
Fix typo

From-SVN: r70093

21 years agoMakefile.tpl (check, check-c++): Express dependencies using dependencies rather than...
Matt Kraai [Sat, 2 Aug 2003 00:48:19 +0000 (00:48 +0000)]
Makefile.tpl (check, check-c++): Express dependencies using dependencies rather than commands.

* Makefile.tpl (check, check-c++): Express dependencies using
dependencies rather than commands.
* Makefile.in: Regenerate.

From-SVN: r70092

21 years agoDaily bump.
GCC Administrator [Sat, 2 Aug 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70089

21 years agocfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedges1...
Jakub Jelinek [Fri, 1 Aug 2003 23:15:55 +0000 (01:15 +0200)]
cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes even if nehedges1 is 0.

* cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
even if nehedges1 is 0.

* g++.dg/eh/crossjump1.C: New test.

From-SVN: r70080

21 years agofixfixes.c, [...]: ANSIfy function prototypes and defintions.
Nathanael Nerode [Fri, 1 Aug 2003 23:07:04 +0000 (23:07 +0000)]
fixfixes.c, [...]: ANSIfy function prototypes and defintions.

* fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
and defintions.

Add missed (?!) ChangeLog entry from previous commit earlier today:
* fixinc/inclhack.def (broken_cabs): Make matching more generous.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/math.h: Regenerate to match test_text change.

From-SVN: r70078

21 years ago* ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.
Rainer Orth [Fri, 1 Aug 2003 23:00:24 +0000 (23:00 +0000)]
* ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.

From-SVN: r70077

21 years agoinclhack.def (broken_cabs): Make matching more generous.
Nathanael Nerode [Fri, 1 Aug 2003 22:48:24 +0000 (22:48 +0000)]
inclhack.def (broken_cabs): Make matching more generous.

* fixinc/inclhack.def (broken_cabs): Make matching more generous.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/math.h: Regenerate to match test_text change.

From-SVN: r70076

21 years agoexcept.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to exc_ptr.
Richard Kenner [Fri, 1 Aug 2003 22:17:44 +0000 (22:17 +0000)]
except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode, for accesses to exc_ptr.

* except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
for accesses to exc_ptr.

From-SVN: r70075

21 years agosourcebuild.texi (Front End Directory): Don't make references to libsubdir, it's...
Geoffrey Keating [Fri, 1 Aug 2003 21:53:22 +0000 (21:53 +0000)]
sourcebuild.texi (Front End Directory): Don't make references to libsubdir, it's not part of the interface to frontends.

* doc/sourcebuild.texi (Front End Directory): Don't make references
to libsubdir, it's not part of the interface to frontends.
* doc/install.texi (Configuration): Help users read faster by saying
that GCC's configure options are the standard autoconf ones.
Mention --libdir.  Update the default rules for finding the
assembler.  Don't use libsubdir since we haven't said what it means.
(Specific): In the Solaris 7 notes, update the place to put the
assembler.
* doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
* doc/cpp.texi (Search Path): Actually, the search path
depends on libdir, which can relocate with cpp.
* doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
now a private interface between the Makefile and the driver.

From-SVN: r70073

21 years agosystem.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
Richard Henderson [Fri, 1 Aug 2003 21:51:13 +0000 (14:51 -0700)]
system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.

        * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.

        * varasm.c (lookup_constant_def): New function.
        * rtl.h (lookup_constant_def): Declare it.
        * dwarf2out.c (loc_descriptor_from_tree): Use it.
        Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR.

From-SVN: r70072

21 years agoconfigure.in (noconfigdirs): Do not add GDB when m32r-*-*.
Andrew Cagney [Fri, 1 Aug 2003 21:34:32 +0000 (21:34 +0000)]
configure.in (noconfigdirs): Do not add GDB when m32r-*-*.

2003-08-01  Andrew Cagney  <cagney@redhat.com>

* configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
* configure: Ditto.

From-SVN: r70071

21 years agore PR libgcj/11241 (WeakHashMap throws a "/ zero" ArithmeticException when initialCap...
Tom Tromey [Fri, 1 Aug 2003 21:30:14 +0000 (21:30 +0000)]
re PR libgcj/11241 (WeakHashMap throws a "/ zero" ArithmeticException when initialCapacity is explicitly zero)

Fix for PR libgcj/11241:
* java/util/WeakHashMap.java (WeakHashMap(int,float)): If
initialCapacity is 0, set it to 1.

From-SVN: r70070

21 years agoSocketImpl.java (toString): Display the remote address of an unconnected server socke...
Stephen Crawley [Fri, 1 Aug 2003 21:08:33 +0000 (21:08 +0000)]
SocketImpl.java (toString): Display the remote address of an unconnected server socket as "0.0.0.0/0.0.0.0".

2003-08-01  Stephen Crawley <crawley@dstc.edu.au>

* java/net/SocketImpl.java (toString): Display the remote address
of an unconnected server socket as "0.0.0.0/0.0.0.0".

From-SVN: r70069

21 years agoBevelBorder.java, [...]: Prepend "doc-files" to all paths to embedded Javadoc images...
Sascha Brawer [Fri, 1 Aug 2003 20:10:22 +0000 (22:10 +0200)]
BevelBorder.java, [...]: Prepend "doc-files" to all paths to embedded Javadoc images...

2003-08-01  Sascha Brawer  <brawer@dandelis.ch>

* javax/swing/border/BevelBorder.java,
javax/swing/border/EtchedBorder.java,
javax/swing/border/LineBorder.java,
javax/swing/border/MatteBorder.java,
javax/swing/border/SoftBevelBorder.java,
javax/swing/plaf/BorderUIResource.java,
javax/swing/plaf/ComponentUI.java,
javax/swing/plaf/TreeUI.java,
javax/swing/plaf/basic/BasicBorders.java,
javax/swing/plaf/basic/BasicGraphicsUtils.java,
javax/swing/plaf/basic/BasicTreeUI.java:
Prepend "doc-files" to all paths to embedded Javadoc images, so
that the generated documentation contains the correct URL.

From-SVN: r70063

21 years agore PR c++/11697 (Failure to diagnose class template redeclaration via using declaration)
Mark Mitchell [Fri, 1 Aug 2003 18:48:50 +0000 (18:48 +0000)]
re PR c++/11697 (Failure to diagnose class template redeclaration via using declaration)

PR c++/11697
* decl.c (decls_match): Don't ignore the types of template
classes.

PR c++/11744
* pt.c (tsubst_copy_and_build): Refine Koenig lookup logic.

PR c++/11697
* g++.dg/template/using6.C: New test.

PR c++/11744
* g++.dg/template/koenig2.C: New test.

From-SVN: r70062

21 years agoc-decl.c (gettags, [...]): Delete.
Zack Weinberg [Fri, 1 Aug 2003 18:41:40 +0000 (18:41 +0000)]
c-decl.c (gettags, [...]): Delete.

* c-decl.c (gettags, pushdecl_function_level): Delete.
(last_function_parm_vars): Rename last_function_parm_others.
(current_function_parm_vars): Rename current_function_parm_others.
(struct c_scope): Rewrite comment explaining this data structure.
Add names_last, blocks_last, parms_last fields.  Rename
incomplete_list to incomplete.
(SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
(poplevel): Ignore second argument.  No need to nreverse
anything.  Restructure such that each list is processed
exactly once.  Use 'const location_t *locus' syntactic sugar
variable where useful.  Issue unused variable warnings
ourselves, do not rely on function.c.
(insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
(pushdecl_top_level): Likewise.  Don't call duplicate_decls.
(implicitly_declare): decl cannot be error_mark_node.
(undeclared_variable): Manipulate scope structure directly.
(c_make_fname_decl): Likewise.
(getdecls, c_init_decl_processing): Fix comment.
(mark_forward_parm_decls): Use SCOPE_LIST_CONCAT.  No need
for 'last' variable.
(grokparms): No need to nreverse parms list.
(store_parm_decls_newstyle): Set up the parms_last and
names_last fields of the new scope too.
(store_parm_decls_oldstyle): Can assume DECL_WEAK is not set
on parms to begin with; check this under ENABLE_CHECKING.  Set
up parms_last.
(check_for_loop_decls): Refer directly to current_scope->tags.
Use consistent quote style in diagnostics.
(c_write_global_declarations): The names list is not backward.

* c-common.h: Don't prototype gettags.
* c-parse.in: Call poplevel with second argument 0 always.

From-SVN: r70061

21 years ago* builtins.def: Resort builtins.
Kaveh R. Ghazi [Fri, 1 Aug 2003 17:51:56 +0000 (17:51 +0000)]
* builtins.def: Resort builtins.

From-SVN: r70058

21 years agobuiltins.def (DEF_GCC_BUILTIN, [...]): Prepend "__builtin_" onto NAME with string...
Kaveh R. Ghazi [Fri, 1 Aug 2003 17:50:38 +0000 (17:50 +0000)]
builtins.def (DEF_GCC_BUILTIN, [...]): Prepend "__builtin_" onto NAME with string concatenation.

* builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
Prepend "__builtin_" onto NAME with string concatenation.  Remove
explicit "__builtin_" from each macro call.

Reformat entire file.

From-SVN: r70057

21 years agobuiltins.def (ATTR_MATHFN_ERRNO, [...]): New macros.
Kaveh R. Ghazi [Fri, 1 Aug 2003 17:48:30 +0000 (17:48 +0000)]
builtins.def (ATTR_MATHFN_ERRNO, [...]): New macros.

* builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
ATTR_MATHFN_FPROUNDING_ERRNO): New macros.  Use throughout.

From-SVN: r70055

21 years agoconfigure: Rebuilt.
Tom Tromey [Fri, 1 Aug 2003 16:17:33 +0000 (16:17 +0000)]
configure: Rebuilt.

* configure: Rebuilt.
* configure.in (tool_include_dir): Redefine to match gcc.

From-SVN: r70054

21 years agoFix whitespace in last entry.
Ulrich Weigand [Fri, 1 Aug 2003 15:49:21 +0000 (15:49 +0000)]
Fix whitespace in last entry.

From-SVN: r70053

21 years agos390.c (s390_select_ccmode): Do not attempt to use CCL, CCL1, or CCL2 modes with...
Andreas Krebbel [Fri, 1 Aug 2003 15:41:59 +0000 (15:41 +0000)]
s390.c (s390_select_ccmode): Do not attempt to use CCL, CCL1, or CCL2 modes with floating point operations.

2003-08-01  Andreas Krebbel <krebbel1@de.ibm.com>

* config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
CCL1, or CCL2 modes with floating point operations.

* config/s390/s390.md ("*addsf3_cc", "*addsf3_cconly", "*adddf3_cc",
"*adddf3_cconly", "*subsf3_cc", "*subsf3_cconly", "*subdf3_cc",
"*subdf3_cconly"): New insns.
("*negabssi2", "*negabsdi2", "*negabsdf2", "*negabssf2"): Likewise.

From-SVN: r70052

21 years agore PR c++/7983 (ICE for friend declaration using typedef in class template)
Kriang Lerdsuwanakij [Fri, 1 Aug 2003 15:41:27 +0000 (15:41 +0000)]
re PR c++/7983 (ICE for friend declaration using typedef in class template)

PR c++/7983
* g++.dg/parse/typedef4.C: New test.

From-SVN: r70051

21 years agoffi.c (ffi_prep_args64): Modify for changed gcc structure passing.
Alan Modra [Fri, 1 Aug 2003 15:19:01 +0000 (15:19 +0000)]
ffi.c (ffi_prep_args64): Modify for changed gcc structure passing.

* src/powerpc/ffi.c (ffi_prep_args64): Modify for changed gcc
structure passing.
(ffi_closure_helper_LINUX64): Likewise.
* src/powerpc/linux64.S: Remove code writing to parm save area.
* src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Use return
address in lr from ffi_closure_helper_LINUX64 call to calculate
table address.  Optimize function tail.

From-SVN: r70050

21 years agoBigDecimal (divide): Correctly handle ROUND_HALF_EVEN when amount is greater than...
Jerry Quinn [Fri, 1 Aug 2003 15:07:49 +0000 (15:07 +0000)]
BigDecimal (divide): Correctly handle ROUND_HALF_EVEN when amount is greater than 0.5.

2003-08-01  Jerry Quinn  <jlquinn@optonline.net>
            Mark Wielaard  <mark@klomp.org>

       * java/math/BigDecimal (divide): Correctly handle
       ROUND_HALF_EVEN when amount is greater than 0.5.
       Simplify and optimize code.

Co-Authored-By: Mark Wielaard <mark@klomp.org>
From-SVN: r70049

21 years agoPR c++/8442, c++/8806
Kriang Lerdsuwanakij [Fri, 1 Aug 2003 15:06:02 +0000 (15:06 +0000)]
PR c++/8442, c++/8806

PR c++/8442, c++/8806
* decl.c (qualify_lookup): Accept TEMPLATE_DECL if types are
preferred.
(check_elaborated_type_specifier): Add allow_template_p
parameter.  Check tag mismatch and class template.
(xref_tag): Add template_header_p parameter.  Add assertion
that name is an IDENTIFIER_NODE.  Remove implicit typename
warning.  Simplify lookup process if globalize is true.
(cxx_init_decl_processing): Adjust call to xref_tag.
(xref_tag_from_type): Likewise.
* decl2.c (handle_class_head): Likewise.
* parser.c (cp_parser_elaborated_type_specifier,
cp_parser_class_head): Likewise.
* rtti.c (init_rtti_processing, build_dynamic_cast1,
tinfo_base_init, emit_support_tinfos): Likewise.
* class.c (is_base_of_enclosing_class): Remove.
* pt.c (convert_template_argument): Don't accept RECORD_TYPE as
template template argument.
* cp-tree.h (xref_tag): Adjust declaration.
(is_base_of_enclosing_class): Remove.
* NEWS: Document template template argument change.

* g++.dg/template/elab1.C: Likewise.
* g++.dg/template/type2.C: Likewise.
* g++.dg/template/ttp3.C: Adjust expected error message.
* g++.old-deja/g++.law/visibility13.C: Likewise.
* g++.old-deja/g++.niklas/t135.C: Likewise.
* g++.old-deja/g++.pt/ttp41.C: Likewise.
* g++.old-deja/g++.pt/ttp43.C: Use qualified name for template
template argument.
* g++.old-deja/g++.pt/ttp44.C: Likewise.

From-SVN: r70048

21 years agoparser.c (cp_parser_init_declarator, [...]): Reformat.
Nathan Sidwell [Fri, 1 Aug 2003 14:33:46 +0000 (14:33 +0000)]
parser.c (cp_parser_init_declarator, [...]): Reformat.

* parser.c (cp_parser_init_declarator,
cp_paser_member_declaration): Reformat.
* pt.c (lookup_template_class, type_unification_real, unify,
type_dependent_expression_p): Reformat.

From-SVN: r70047

21 years agoMakefile.in: Refine dependencies.
Neil Booth [Fri, 1 Aug 2003 14:04:02 +0000 (14:04 +0000)]
Makefile.in: Refine dependencies.

* Makefile.in: Refine dependencies.
* c-opts.c (c_common_handle_option): Do nothing for -Wimport.
* c.opt: Update help for -Wimport.
* cppfiles.c: Include hashtab.h.  Update comments.
(stack_file): Read the file before updating dependencies.
(once_only_file_p): Be smarter about marking once-only files.
(_cpp_mark_file_once_only): Correct the check for existence on
the list.
(open_file_failed): Use name not path, which is NULL.
* cpphash.h: Don't include hashtab.h.
(struct _cpp_file): Remove.
(struct cpp_reader): Update.
* cppinit.c (cpp_create_reader): Don't initialize warn_import.
* cpplib.h (struct cpp_options): Remove warn_import.
(cpp_simplify_path): Remove.

From-SVN: r70045

21 years agore PR c++/11295 (ICE when using a non-trivial object in a compound statement expression)
Nathan Sidwell [Fri, 1 Aug 2003 09:34:09 +0000 (09:34 +0000)]
re PR c++/11295 (ICE when using a non-trivial object in a compound statement expression)

PR c++/11295
* doc/extend.texi (Statement Expressions): Document C++ semantics.
cp:
PR c++/11295
* cp-tree.h (tubst_flags_t): Add tf_stmt_expr_cmpd,
tf_stmt_expr_body.
(finish_stmt_expr_expr): Declare.
* parser.c (cp_parser_primary_expression): Tell
cp_parser_compount_statement that it is a statement expression.
(cp_parser_statement, cp_parser_labeled_statement,
cp_parser_compound_statement, cp_parser_statement_seq_opt): Add
in_statement_expr_p parameter.
(cp_parser_expression_statement): Likewise. Call
finish_stmt_expr_expr for final expression of a statement
expression.
(cp_parser_for_init_statement,
cp_parser_implicitly_scoped_statement,
cp_parser_already_scoped_statement, cp_parser_function_definition,
cp_parser_try_block, cp_parser_handled): Adjust.
* pt.c (tsubst_copy) <STMT_EXPR case>: Pass tf_stmt_expr.
(tsubst_expr): Process tf_stmt_expr and tf_stmt_exprs flags.
(tsubst_expr) <EXPR_STMT case>: Check tf_stmt_exprs flag.
* semantics.c (finish_expr_stmt): Do not deal with statement
expressions.
(begin_stmt_expr): Clear last_expr_type.
(finish_stmt_expr_expr): New.
(finish_stmt_expr): Process the value expression.
testsuite:
PR c++/11295
* g++.dg/ext/stmtexpr1.C: New test.

From-SVN: r70043

21 years agotypeck.c (build_compound_expr): If RHS is a TARGET_EXPR, put the compound expr inside...
Nathan Sidwell [Fri, 1 Aug 2003 09:16:09 +0000 (09:16 +0000)]
typeck.c (build_compound_expr): If RHS is a TARGET_EXPR, put the compound expr inside the target's initializer.

cp:
* typeck.c (build_compound_expr): If RHS is a TARGET_EXPR, put the
compound expr inside the target's initializer.
testsuite:
* g++.dg/opt/tmp1.C: New test.

From-SVN: r70042

21 years agore PR c++/11525 (ICE/segfault on C++ code)
Nathan Sidwell [Fri, 1 Aug 2003 09:10:29 +0000 (09:10 +0000)]
re PR c++/11525 (ICE/segfault on C++ code)

cp:
PR c++/11525
* parser.c (cp_parser_primary_expression): Do not set
non-constant-p merely because it is a dependent scope.
testsuite:
PR c++/11525
* g++.dg/parse/constant4.C: New test.

From-SVN: r70041

21 years agoconfig.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
SUGIOKA Toshinobu [Fri, 1 Aug 2003 09:05:16 +0000 (18:05 +0900)]
config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.

2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>

* config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.

From-SVN: r70040

21 years agore PR c++/9447 (using Base<T>::member does not work)
Nathan Sidwell [Fri, 1 Aug 2003 09:01:12 +0000 (09:01 +0000)]
re PR c++/9447 (using Base<T>::member does not work)

cp:
PR c++/9447
* decl2.c (do_class_using_decl): Set type to NULL_TREE.
* semantics.c (finish_expr_stmt): Do not convert to void in a
template.
testsuite:
PR c++/9447
* g++.dg/template/using5.C: New test.

From-SVN: r70039

21 years agoMore for PR libgcj/11737:
Tom Tromey [Fri, 1 Aug 2003 03:34:52 +0000 (03:34 +0000)]
More for PR libgcj/11737:

* java/io/ObjectInputStream.java (processResolution): Use
getMethod.
(getMethod): Make method accessible.
(getField): Make field accessible.
(setBooleanField): Don't call setAccessible here.
(setByteField, setCharField, setDoubleField, setFloatField,
setIntField, setLongField, setShortField, setObjectField):
Likewise.
(callReadMethod): Don't check whether method is null.  Catch
NoSuchMethodException.
* java/io/ObjectOutputStream.java (callWriteMethod): Initialize
cause on thrown exceptions.

From-SVN: r70038

21 years agore PR libgcj/11728 (HashMap serialization does not work)
Stepan Koltsov [Fri, 1 Aug 2003 03:32:42 +0000 (03:32 +0000)]
re PR libgcj/11728 (HashMap serialization does not work)

2003-07-31  Stepan Koltsov  <yozh@mx1.ru>

Fix for PR libgcj/11728:

From-SVN: r70037

21 years ago* texi2pod.pl: Remove extra line.
Matt Kraai [Fri, 1 Aug 2003 03:10:56 +0000 (03:10 +0000)]
* texi2pod.pl: Remove extra line.

From-SVN: r70036

21 years agore PR libgcj/11737 (java.io.ObjectOutputStream.writeObject does not work with HashMap)
Tom Tromey [Fri, 1 Aug 2003 03:02:00 +0000 (03:02 +0000)]
re PR libgcj/11737 (java.io.ObjectOutputStream.writeObject does not work with HashMap)

Fix for PR libgcj/11737:
* java/io/ObjectOutputStream.java (getMethod): Make method
accessible.
(getField): Likewise.
(writeObject): Use getMethod.
Import PrivilegedAction and AccessController.
(callWriteMethod): Don't check whether m is null.  Catch
NoSuchMethodException.

From-SVN: r70035

21 years agobuiltin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE' throughout.
Kaveh R. Ghazi [Fri, 1 Aug 2003 02:11:17 +0000 (02:11 +0000)]
builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE' throughout.

* builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
throughout.
* builtins.def: Likewise.

From-SVN: r70034

21 years agolibstdc++-v3-dg.exp: Rename...
Phil Edwards [Fri, 1 Aug 2003 00:49:14 +0000 (00:49 +0000)]
libstdc++-v3-dg.exp: Rename...

2003-07-31  Phil Edwards  <pme@gcc.gnu.org>

* testsuite/lib/libstdc++-v3-dg.exp:  Rename...
* testsuite/lib/libstdc++-v3.exp:  ...to this.
* testsuite/libstdc++-v3.dg/dg.exp:  No special case needed now.

From-SVN: r70033

21 years agotweak
Jason Merrill [Fri, 1 Aug 2003 00:38:56 +0000 (20:38 -0400)]
tweak

From-SVN: r70032

21 years agoMakefile.in (bubblestrap): Don't require a previous full bootstrap.
Jason Merrill [Fri, 1 Aug 2003 00:37:40 +0000 (20:37 -0400)]
Makefile.in (bubblestrap): Don't require a previous full bootstrap.

        * Makefile.in (bubblestrap): Don't require a previous full
        bootstrap.

        * expr.c (mostly_zeros_p): No longer static.
        * tree.h: Declare it.
        * stmt.c (resolve_asm_operand_names): Don't copy the pattern
        unless we need to do substitutions.

From-SVN: r70031

21 years agofold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and pow(x,c)*x as pow(x...
Roger Sayle [Fri, 1 Aug 2003 00:36:53 +0000 (00:36 +0000)]
fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and pow(x,c)*x as pow(x,c+1) for constant values c.

* fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and
pow(x,c)*x as pow(x,c+1) for constant values c.  Optimize x*x
as pow(x,2.0) when the latter will be expanded back into x*x.
(fold <RDIV_EXPR>): Optimize pow(x,c)/x as pow(x,c-1).
* builtins.c (expand_builtin_pow): Ignore flag_errno_math as
pow can never set errno when used with an integer exponent.
Always use expand_powi when exponent is -1, 0, 1 or 2.
(fold_builtin): Don't rewrite pow(x,2.0) as x*x nor pow(x,-2.0)
as 1.0/(x*x).  This avoids unbounded recursion as we now prefer
the pow forms of these expressions.

* gcc.dg/builtins-27.c: New test case.

From-SVN: r70030

21 years agoDaily bump.
GCC Administrator [Fri, 1 Aug 2003 00:16:06 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r70028

21 years agoMakefile.tpl (libsubdir): Use gcc instead of gcc-lib.
Geoffrey Keating [Thu, 31 Jul 2003 23:36:43 +0000 (23:36 +0000)]
Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.

2003-07-31  Geoffrey Keating  <geoffk@apple.com>

* Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
* Makefine.in: Update.

Index: gcc/ChangeLog
2003-07-31  Geoffrey Keating  <geoffk@apple.com>

* Makefile.in (libexecdir): New.
(libsubdir): Use gcc instead of gcc-lib.
(libexecsubdir): New.
(ORDINARY_FLAGS_TO_PASS): Add libexecsubdir.
(DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of
gcc-lib.
(installdirs): Make libexecsubdir.
(install-common): Put executables in libexecsubdir.
(itoolsdir): Use libexecsubdir.
(itoolsdatadir): New.
(install-mkheaders): Separate data files and executables.
(install-collect2): Put executables in libexecsubdir.
(uninstall): Remove libexecsubdir.
* mkheaders.in: Update for new arrangement of files.
(libexecdir): New.
(libexecsubdir): New.
(itoolsdir): Use libexecsubdir.
(itoolsdatadir): New.
* gcc.c (gcc_libexec_prefix): New.
(STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib.
(standard_exec_prefix_1): Use libexec.
(standard_exec_prefix_2): New.
(standard_libexec_prefix): New.
(process_command): Update for new arrangement of files.  Compute
gcc_libexec_prefix.  Update for change from gcc-lib to gcc.

From-SVN: r70024

21 years agoinclhack.def (stdio_va_list): Avoid bogus replacement which triggers on Interix.
Nathanael Nerode [Thu, 31 Jul 2003 23:33:08 +0000 (23:33 +0000)]
inclhack.def (stdio_va_list): Avoid bogus replacement which triggers on Interix.

* inclhack.def (stdio_va_list): Avoid bogus replacement which
triggers on Interix.
* fixincl.x: Regenerate.

From-SVN: r70023

21 years agoi386.c (legitimate_pic_address_disp_p): Disallow TLS SYMBOL_REFs not inside UNSPEC...
Jakub Jelinek [Thu, 31 Jul 2003 22:54:30 +0000 (00:54 +0200)]
i386.c (legitimate_pic_address_disp_p): Disallow TLS SYMBOL_REFs not inside UNSPEC even in PLUS rtx.

* config/i386/i386.c (legitimate_pic_address_disp_p): Disallow TLS
SYMBOL_REFs not inside UNSPEC even in PLUS rtx.

* gcc.dg/tls/opt-7.c: New test.

From-SVN: r70022

21 years ago* dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): Fix error.
Richard Kenner [Thu, 31 Jul 2003 22:26:19 +0000 (18:26 -0400)]
* dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): Fix error.

From-SVN: r70019

21 years agoTests for user specialization of standard containers.
Doug Gregor [Thu, 31 Jul 2003 22:23:38 +0000 (22:23 +0000)]
Tests for user specialization of standard containers.

From-SVN: r70018

21 years ago* dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case.
Richard Kenner [Thu, 31 Jul 2003 21:31:24 +0000 (21:31 +0000)]
* dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case.

From-SVN: r70013

21 years agoopts.c (in_fnames, [...]): Moved here from c-opts.
Per Bothner [Thu, 31 Jul 2003 19:26:17 +0000 (19:26 +0000)]
opts.c (in_fnames, [...]): Moved here from c-opts.

* opts.c (in_fnames, num_in_fnames):  Moved here from c-opts.
(add_input_filename):  New function.
(handle_options):  Call add_input_filename directly instead of
with a lang hook.
* opts.h (in_fnames, num_in_fnames):  Moved here.
(add_input_filename):  Declare.
* c-decl.c:  Need to #include opts.h.
* Makefile.in (c-decl.o):  Also depends on opts.h.
* c-opts.c (in_fnames, num_in_fnames):  Moved to opts.c.
(c_common_handle_filename):  Replaced by add_input_filename.
* c-common.h (in_fnames, num_in_fnames, c_common_handle_filename):
Remove.
* langhooks.h (struct lang_hooks):  Remove handle_filename hook.
* langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
(LANG_HOOKS_INITIALIZER):  Remove use of LANG_HOOKS_HANDLE_FILENAME.
* c-lang.c (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.

From-SVN: r70012

21 years agoReshuffle 23_containers testsuite.
Benjamin Kosnik [Thu, 31 Jul 2003 18:48:48 +0000 (18:48 +0000)]
Reshuffle 23_containers testsuite.

2003-07-31  Benjamin Kosnik  <bkoz@redhat.com>

Reshuffle 23_containers testsuite.
* 23_containers/adaptors.cc, bitset_ctor.cc,bitset_members.cc,
bitset_shift.cc, deque_ctor.cc, deque_operators.cc,
list_capacity.cc, list_ctor.cc, list_modifiers.cc, list_operators.cc,
map_insert.cc, map_operators.cc, map_operators_neg.cc, multiset.cc,
set_operators_neg.cc, vector_bool.cc, vector_capacity.cc,
vector_ctor.cc, vector_element_access.cc, vector_modifiers.cc,
vector_resize.cc: Split into...
* 23_containers/bitset/cons/1.cc: New.
* 23_containers/bitset/cons/6282.cc: New.
* 23_containers/bitset/count/6124.cc: New.
* 23_containers/bitset/operations/1.cc: New.
* 23_containers/bitset/operations/2.cc: New.
* 23_containers/bitset/test/1.cc: New.
* 23_containers/bitset/to_ulong/1.cc: New.
* 23_containers/deque/cons/1.cc: New.
* 23_containers/deque/cons/2.cc: New.
* 23_containers/deque/operators/1.cc: New.
* 23_containers/list/capacity/1.cc: New.
* 23_containers/list/cons/1.cc: New.
* 23_containers/list/cons/2.cc: New.
* 23_containers/list/cons/3.cc: New.
* 23_containers/list/cons/4.cc: New.
* 23_containers/list/cons/5.cc: New.
* 23_containers/list/cons/6.cc: New.
* 23_containers/list/cons/7.cc: New.
* 23_containers/list/cons/8.cc: New.
* 23_containers/list/cons/9.cc: New.
* 23_containers/list/modifiers/1.cc: New.
* 23_containers/list/modifiers/2.cc: New.
* 23_containers/list/modifiers/3.cc: New.
* 23_containers/list/operators/1.cc: New.
* 23_containers/list/operators/2.cc: New.
* 23_containers/list/operators/3.cc: New.
* 23_containers/list/operators/4.cc: New.
* 23_containers/map/insert/1.cc: New.
* 23_containers/map/operators/1.cc: New.
* 23_containers/map/operators/1_neg.cc: New.
* 23_containers/multiset/insert/1.cc: New.
* 23_containers/priority_queue/members/7161.cc: New.
* 23_containers/queue/members/7157.cc: New.
* 23_containers/set/operators/1_neg.cc: New.
* 23_containers/stack/members/7158.cc: New.
* 23_containers/vector/bool/1.cc: New.
* 23_containers/vector/bool/6886.cc: New.
* 23_containers/vector/capacity/1.cc: New.
* 23_containers/vector/capacity/2.cc: New.
* 23_containers/vector/capacity/8230.cc: New.
* 23_containers/vector/cons/1.cc: New.
* 23_containers/vector/cons/2.cc: New.
* 23_containers/vector/cons/3.cc: New.
* 23_containers/vector/cons/4.cc: New.
* 23_containers/vector/cons/6513.cc: New.
* 23_containers/vector/element_access/1.cc: New.
* 23_containers/vector/modifiers/1.cc: New.
* 23_containers/vector/modifiers/2.cc: New.
* 23_containers/vector/resize/1.cc: New.

From-SVN: r70011

21 years agocombine.c (try_combine): Set JUMP_LABEL for newly created unconditional jump.
Zdenek Dvorak [Thu, 31 Jul 2003 18:37:23 +0000 (20:37 +0200)]
combine.c (try_combine): Set JUMP_LABEL for newly created unconditional jump.

* combine.c (try_combine): Set JUMP_LABEL for newly created
unconditional jump.

From-SVN: r70010

21 years ago* fold-const.c (fold): Fold some comparisons of bit operations.
Zdenek Dvorak [Thu, 31 Jul 2003 18:29:34 +0000 (20:29 +0200)]
* fold-const.c (fold): Fold some comparisons of bit operations.

From-SVN: r70009

21 years agobtest-gcc.sh: Add make check-target-libjava.
Andreas Tobler [Thu, 31 Jul 2003 18:10:10 +0000 (20:10 +0200)]
btest-gcc.sh: Add make check-target-libjava.

2003-07-31  Andreas Tobler  <a.tobler@schweiz.ch>

        * btest-gcc.sh: Add make check-target-libjava.

From-SVN: r70008

21 years agocrash18.C: Remove.
Andrew Pinski [Thu, 31 Jul 2003 18:06:44 +0000 (18:06 +0000)]
crash18.C: Remove.

2003-07-31  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.old-deja/g++.other/crash18.C: Remove.

From-SVN: r70007

21 years agocgraph.c (create_edge): Fix typo.
Jan Hubicka [Thu, 31 Jul 2003 17:50:54 +0000 (19:50 +0200)]
cgraph.c (create_edge): Fix typo.

* cgraph.c (create_edge): Fix typo.
* i386.c (pic_symbolic_operand): Reorder tests.

From-SVN: r70006

21 years agoArc2D.java (getBounds2D): Implement.
Tom Tromey [Thu, 31 Jul 2003 15:57:03 +0000 (15:57 +0000)]
Arc2D.java (getBounds2D): Implement.

* java/awt/geom/Arc2D.java (getBounds2D): Implement.
(containsAngle): Likewise.
(getStartPoint): Rewrote.
(getEndPoint): Likewise.
(setAngleStart(Point2D)): Likewise.

From-SVN: r70002

21 years agogcov.texi (Invoking Gcov): Describe output name mangling more fully.
Nathan Sidwell [Thu, 31 Jul 2003 13:39:44 +0000 (13:39 +0000)]
gcov.texi (Invoking Gcov): Describe output name mangling more fully.

* doc/gcov.texi (Invoking Gcov): Describe output name mangling
more fully.
(Gcov Data Files): Update.

From-SVN: r70001

21 years agopthread1.cc: Add alpha*-*-osf* to dg-do run, dg-options.
Rainer Orth [Thu, 31 Jul 2003 12:03:59 +0000 (12:03 +0000)]
pthread1.cc: Add alpha*-*-osf* to dg-do run, dg-options.

* testsuite/thread/pthread1.cc: Add alpha*-*-osf* to dg-do run,
dg-options.
* testsuite/thread/pthread2.cc: Likewise.
* testsuite/thread/pthread3.cc: Likewise.
* testsuite/thread/pthread4.cc: Likewise.
* testsuite/thread/pthread5.cc: Likewise.
* testsuite/thread/pthread6.cc: Likewise.
* testsuite/thread/pthread7-rope.cc: Likewise.

From-SVN: r69999

21 years agore PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix...
Rainer Orth [Thu, 31 Jul 2003 12:01:07 +0000 (12:01 +0000)]
re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=posix problem)

* config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by
default.

* gthr-posix.c: New file.
* gthr-posix.h: Define _REENTRANT if missing.
Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK.

* config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided
by gthr-posix.o.
* config/alpha/t-osf-pthread: New file.

* fixinc/inclhack.def (alpha_pthread): New fix.
* fixinc/fixincl.x: Regenerate.
* fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase.

* doc/install.texi (alpha*-dec-osf*): Remove --enable-threads
warning.
Fixes PR bootstrap/9330.

From-SVN: r69998

21 years agoconfigure.in: Add new THREADCXXFLAGS variable.
Roger Sayle [Thu, 31 Jul 2003 11:55:06 +0000 (11:55 +0000)]
configure.in: Add new THREADCXXFLAGS variable.

* configure.in: Add new THREADCXXFLAGS variable.
   Handle POSIX threads on alpha*-dec-osf*.
* configure: Regenerate.
* Makefile.am: Add THREADCXXFLAGS to AM_CXXFLAGS.
* Makefile.in: Regenerate.

Co-Authored-By: Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
From-SVN: r69997

21 years agoconfigure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5* without GNU ld.
Rainer Orth [Thu, 31 Jul 2003 11:49:56 +0000 (11:49 +0000)]
configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5* without GNU ld.

* configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
without GNU ld.
Update comment.
* configure: Regenerate.

From-SVN: r69996

21 years agopt.c (coerce_template_parms): Refactor.
Nathan Sidwell [Thu, 31 Jul 2003 09:16:31 +0000 (09:16 +0000)]
pt.c (coerce_template_parms): Refactor.

cp:
* pt.c (coerce_template_parms): Refactor.
(fn_type_unification): Increment processing_template_decl when
tsubsting an incomplete set of explicit args.
testsuite:
* g++.dg/template/explicit3.C: New.
* g++.dg/template/explicit4.C: New.
* g++.dg/template/explicit5.C: New.

From-SVN: r69995

21 years agore PR c++/11347 (Error on valid expression in default value for int argument to inner...
Nathan Sidwell [Thu, 31 Jul 2003 09:10:58 +0000 (09:10 +0000)]
re PR c++/11347 (Error on valid expression in default value for int argument to inner template.)

cp:
PR c++/11347
* pt.c (instantiate_class_template): Increment
processing_template_decl around the tsubst of a template member
class.
(tsubst_qualified_id): Assert we do not have a dependent scope.
testsuite:
PR c++/11347
* g++.dg/template/memtmpl1.C: New.

From-SVN: r69994

21 years agopt.c (coerce_template_template_parms, [...]): Reformat.
Nathan Sidwell [Thu, 31 Jul 2003 09:06:26 +0000 (09:06 +0000)]
pt.c (coerce_template_template_parms, [...]): Reformat.

* pt.c (coerce_template_template_parms, lookup_template_class,
can_complete_type_without_circularity, instantiate_class_template,
tsubst_decl, unify): Reformat.

From-SVN: r69993

21 years agoPrevent interblock move of CC0 setter.
Vladimir Makarov [Thu, 31 Jul 2003 07:56:36 +0000 (07:56 +0000)]
Prevent interblock move of CC0 setter.

From-SVN: r69992

21 years ago* com.c (ffecom_init_0): Use `dconsthalf'.
Kaveh R. Ghazi [Thu, 31 Jul 2003 05:49:14 +0000 (05:49 +0000)]
* com.c (ffecom_init_0): Use `dconsthalf'.

From-SVN: r69991

21 years agogc.h (GC_CreateThread): Declare with WINAPI attribute.
Danny Smith [Thu, 31 Jul 2003 04:52:36 +0000 (04:52 +0000)]
gc.h (GC_CreateThread): Declare with WINAPI attribute.

* include/gc.h (GC_CreateThread): Declare with WINAPI
attribute.
* win32_threads.c (GC_CreateThread): Make definitions consistent
with declaration.  Cast &thread_table[i].handle to PHANDLE
in call to DuplicateHandle
(thread_start): Declare as static.

From-SVN: r69990

21 years ago* builtins.def: Alphabetize.
Roger Sayle [Thu, 31 Jul 2003 03:16:24 +0000 (03:16 +0000)]
* builtins.def: Alphabetize.

From-SVN: r69989

21 years agoc-tree.texi: Normalize spellings of "lowercase" and "uppercase".
Matt Kraai [Thu, 31 Jul 2003 01:32:24 +0000 (01:32 +0000)]
c-tree.texi: Normalize spellings of "lowercase" and "uppercase".

* doc/c-tree.texi: Normalize spellings of "lowercase" and
"uppercase".
* doc/cpp.texi: Likewise.
* doc/md.texi: Likewise.
* doc/rtl.texi: Likewise.
* doc/tm.texi: Likewise.

From-SVN: r69988

21 years ago* objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
Matt Kraai [Thu, 31 Jul 2003 00:57:25 +0000 (00:57 +0000)]
* objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
(objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
of cc1obj.

From-SVN: r69987

21 years agomips.h (SIZE_TYPE, [...]): Undef these macros before defining them.
Chris Demetriou [Thu, 31 Jul 2003 00:46:45 +0000 (00:46 +0000)]
mips.h (SIZE_TYPE, [...]): Undef these macros before defining them.

2003-07-30  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
        macros before defining them.

From-SVN: r69985

21 years agoDaily bump.
GCC Administrator [Thu, 31 Jul 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r69981

21 years agodecl2.c (maybe_make_one_only): Use mark_referenced.
Jan Hubicka [Wed, 30 Jul 2003 23:47:59 +0000 (01:47 +0200)]
decl2.c (maybe_make_one_only): Use mark_referenced.

* decl2.c (maybe_make_one_only): Use mark_referenced.
* method.c (use_thunk): Likewsie.

From-SVN: r69979

21 years agos390.md (UNSPEC_ROUND, [...]): New constants.
Ulrich Weigand [Wed, 30 Jul 2003 23:21:24 +0000 (23:21 +0000)]
s390.md (UNSPEC_ROUND, [...]): New constants.

* config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
UNSPECV_BLOCKAGE): New constants.
("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
"*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",
"fix_truncsfdi2", "fix_truncsfsi2", "blockage"): Use them.

(all insns and expanders): Write output control string as brace block
where appropriate.  Remove \-escapes for doublequote characters.

From-SVN: r69978

21 years ago* gcse.c (insert_store): Fix typo in previous patch.
Jan Hubicka [Wed, 30 Jul 2003 23:05:43 +0000 (01:05 +0200)]
* gcse.c (insert_store): Fix typo in previous patch.

From-SVN: r69977