OSDN Git Service

pf3gnuchains/gcc-fork.git
20 years ago * java/net/URLEncoder.java (encode(String)): Use platform default
tromey [Tue, 22 Jul 2003 18:03:47 +0000 (18:03 +0000)]
* java/net/URLEncoder.java (encode(String)): Use platform default
encoding.
(encode(String,String)): Convert to 2-digit upper-case hex
number.
(hex): New field.

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

20 years ago* include/bits/basic_string.h (basic_string::insert): Deprecate
dgregor [Tue, 22 Jul 2003 17:57:50 +0000 (17:57 +0000)]
* include/bits/basic_string.h (basic_string::insert): Deprecate
  GNU extension.

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

20 years ago2003-07-22 Wolfgang Bangerth <bangerth@dealii.org>
bangerth [Tue, 22 Jul 2003 17:51:05 +0000 (17:51 +0000)]
2003-07-22  Wolfgang Bangerth  <bangerth@dealii.org>
* lex.c (unqualified_fn_lookup_error): Mention that the error
message needs to be kept in synch with the manual.

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

20 years ago 2003-07-22 Wolfgang Bangerth <bangerth@dealii.org>
bangerth [Tue, 22 Jul 2003 17:50:13 +0000 (17:50 +0000)]
 2003-07-22  Wolfgang Bangerth  <bangerth@dealii.org>
* doc/trouble.texi: Better document two-stage name lookup.

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

20 years ago2003-07-22 Eric Christopher <echristo@redhat.com>
echristo [Tue, 22 Jul 2003 17:38:14 +0000 (17:38 +0000)]
2003-07-22  Eric Christopher <echristo@redhat.com>

* config/s390.c (s390_valid_pointer_mode): New.
(TARGET_VALID_POINTER_MODE): Use.
(s390_emit_prologue): Add tpf profiling hooks.
(s390_emit_epilogue): Ditto.
* config/s390.h (MASK_TPF): New.
(TARGET_TPF): Use.
(POINTERS_EXTEND_UNSIGNED): Define.
* config/s390.md (ptr_extend): New pattern.

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

20 years agocp:
nathan [Tue, 22 Jul 2003 16:49:48 +0000 (16:49 +0000)]
cp:
PR c++/11614
* decl.c (grokdeclarator): An array member is only a flexible
array member if the field itself is the array.
testsuite:
* g++.dg/ext/flexary1.C: New test.

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

20 years ago * hashtable.c (approx_sqrt): Make static.
zack [Tue, 22 Jul 2003 16:24:53 +0000 (16:24 +0000)]
* hashtable.c (approx_sqrt): Make static.
* hashtable.h: Don't prototype approx_sqrt.
* line-map.c (init_line_maps): Rename linemap_init.
(free_line_maps): Rename linemap_free.
(add_line_map): Rename linemap_add.
(lookup_line): Rename linemap_lookup.
(print_containing_files): Rename linemap_print_containing_files.
* linemap.h: Update to match.

* cpperror.c, cppinit.c, cpplib.c, cppmacro.c: Update calls to
linemap routines to use new names.

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

20 years ago PR c++/10793
lerdsuwa [Tue, 22 Jul 2003 14:36:00 +0000 (14:36 +0000)]
PR c++/10793
* decl.c (xref_basetypes): Handle error_mark_node.

* g++.dg/template/crash9.C: New test.

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

20 years ago PR c++/3004
reichelt [Tue, 22 Jul 2003 10:54:14 +0000 (10:54 +0000)]
PR c++/3004
* g++.dg/parse/typedef3.C: New test.

PR c++/7906
* g++.dg/parse/operator2.C: New test.

PR c++/8895
* g++.dg/parse/def-tmpl-arg1.C: New test.

PR c++/9282
* g++.dg/parse/funptr1.C: New test.

PR c++/9452
* g++.dg/parse/ambig3.C: New test.

PR c++/9454
* g++.dg/parse/operator3.C: New test.

PR c++/9486
* g++.dg/parse/template10.C: New test.

PR c++/9488
* g++.dg/parse/template11.C: New test.

PR c++/10150
* g++.dg/parse/invalid-op1.C: New test.

PR c++/10247
* g++.dg/parse/condexpr1.C: New test.

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

20 years agocp:
nathan [Tue, 22 Jul 2003 09:53:34 +0000 (09:53 +0000)]
cp:
* cp-tree.h (enum cp_lvalue_kind): Add clk_packed.
* tree.c (lvalue_p_1): Set it.
* class.c (check_field): Don't allow non-packed non-POD fields to
be packed.
* call.c (reference_binding): Need a temporary for all bitfield
and packed fields.
(convert_like_real): Check it is ok to make a temporary here.
testsuite:
* g++.dg/ext/packed3.C: New test.
* g++.dg/ext/packed4.C: New test.

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

20 years ago * c-common.c (handle_packed_attribute): Don't pack a struct via a
nathan [Tue, 22 Jul 2003 09:26:01 +0000 (09:26 +0000)]
* c-common.c (handle_packed_attribute): Don't pack a struct via a
typedef. Propagate packedness from a main variant.
testsuite:
* gcc.dg/pack-test-3.c: New test.

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

20 years ago * Makefile.in (install-common): Add dependency on installdirs.
neroden [Tue, 22 Jul 2003 05:10:54 +0000 (05:10 +0000)]
* Makefile.in (install-common): Add dependency on installdirs.

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

20 years ago* c-common.c (c_common_type_for_mode): Return integer types for
aoliva [Tue, 22 Jul 2003 02:26:53 +0000 (02:26 +0000)]
* c-common.c (c_common_type_for_mode): Return integer types for
pointer modes.

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

20 years ago * c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
geoffk [Tue, 22 Jul 2003 02:23:27 +0000 (02:23 +0000)]
* c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
(finish_decl): Call maybe_apply_pragma_weak here.
(grokdeclarator): Check that DECL_ASSEMBLER_NAME isn't set before
TREE_PUBLIC and TREE_STATIC are decided.
(start_function): Move call to maybe_apply_pragma_weak.  Check that
DECL_ASSEMBLER_NAME isn't set too early.

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

20 years ago * cpplex.c (_cpp_process_line_notes): Mention option name in
geoffk [Tue, 22 Jul 2003 02:21:16 +0000 (02:21 +0000)]
* cpplex.c (_cpp_process_line_notes): Mention option name in
trigraphs warning.

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

20 years ago * combine.c (if_then_else_cond): Simplify the comparison of
kazu [Tue, 22 Jul 2003 00:36:52 +0000 (00:36 +0000)]
* combine.c (if_then_else_cond): Simplify the comparison of
rtx against -1, 0, and 1.
* loop.c (check_dbra_loop): Likewise.
* optabs.c (emit_conditional_move): Likewise.
(emit_conditional_add): Likewise.
* config/i386/i386.md (*movsi_or): Likewise.
(*movdi_or_rex6): Likewise.

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

20 years agoDaily bump.
gccadmin [Tue, 22 Jul 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
hubicka [Mon, 21 Jul 2003 22:46:47 +0000 (22:46 +0000)]
* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.

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

20 years ago2003-07-21 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Mon, 21 Jul 2003 22:12:53 +0000 (22:12 +0000)]
2003-07-21  Benjamin Kosnik  <bkoz@redhat.com>

* scripts/testsuite_flags.in (--build-includes): Remove extraneous
paths for libio.
* testsuite/27_io/basic_istream/sentry/char/3983-fstream.cc
(test03): Include typeinfo for bad_cast.
* testsuite/27_io/basic_ostream/sentry/char/3983-sstream.cc: Same.
* testsuite/27_io/basic_ostream/sentry/char/3983-fstream.cc: Same.
* testsuite/27_io/basic_istream/sentry/char/3983-sstream.cc: Same.

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

20 years ago * c-common.h (num_in_fnames): Declare.
geoffk [Mon, 21 Jul 2003 21:25:47 +0000 (21:25 +0000)]
* c-common.h (num_in_fnames): Declare.
(c_static_assembler_name): Move from here...
* c-tree.h (c_static_assembler_name): ... to here.
* c-opts.c: Don't include langhooks-def.h.
(c_static_assembler_name): Move to c-decl.c.
(num_in_fnames): Make externally visible.
* c-decl.c: Include langhooks-def.h.
(c_static_assembler_name): Move from c-opts.c.
* Makefile.in (c-decl.o): Add $(LANGHOOKS_DEF_H).
(c-opts.o): Remove $(LANGHOOKS_DEF_H).

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

20 years ago * lib/compat.exp: Handle dg-options per source file.
janis [Mon, 21 Jul 2003 21:24:27 +0000 (21:24 +0000)]
* lib/compat.exp: Handle dg-options per source file.
* g++.dg/compat/abi/bitfield1_x.C: Specify dg-options.
* g++.dg/compat/abi/bitfield1_y.C: Ditto.
* g++.dg/compat/abi/bitfield2_x.C: Ditto.
* g++.dg/compat/abi/bitfield2_y.C: Ditto.
* g++.dg/compat/abi/vbase8-10_x.C: Ditto.
* g++.dg/compat/abi/vbase8-10_y.C: Ditto.
* g++.dg/compat/abi/vbase8-21_x.C: Ditto.
* g++.dg/compat/abi/vbase8-21_y.C: Ditto.
* g++.dg/compat/abi/vbase8-22_x.C: Ditto.
* g++.dg/compat/abi/vbase8-22_y.C: Ditto.
* g++.dg/compat/abi/vbase8-4_x.C: Ditto.
* g++.dg/compat/abi/vbase8-4_y.C: Ditto.
* g++.dg/compat/break/bitfield7_x.C: Ditto.
* g++.dg/compat/break/bitfield7_y.C: Ditto.

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

20 years ago * cppfiles.c (open_file_pch): Don't put unused entries in the
neil [Mon, 21 Jul 2003 20:57:00 +0000 (20:57 +0000)]
* cppfiles.c (open_file_pch): Don't put unused entries in the
splay tree.  Remove dead code.

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

20 years ago * c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
geoffk [Mon, 21 Jul 2003 20:53:07 +0000 (20:53 +0000)]
* c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
when it's not needed.

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

20 years ago * config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
jakub [Mon, 21 Jul 2003 20:18:52 +0000 (20:18 +0000)]
* config/rs6000/rs6000.h (machine_function): Add ra_need_lr.
* config/rs6000/rs6000.c (rs6000_return_addr): Set it.
(rs6000_emit_prologue): Save FPRs inline if set.

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

20 years ago2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 21 Jul 2003 17:52:22 +0000 (17:52 +0000)]
2003-07-21  H.J. Lu <hongjiu.lu@intel.com>

* config/ia64/ia64.md (prefetch): Support predicate.

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

20 years ago2003-07-21 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 21 Jul 2003 17:45:34 +0000 (17:45 +0000)]
2003-07-21  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/10320
        * gcc.c-torture/execute/20030718-1.c: New test.

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

20 years ago * cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
zlomek [Mon, 21 Jul 2003 17:18:00 +0000 (17:18 +0000)]
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
* rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
table.

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

20 years ago * include/bits/boost_concept_check.h:
dgregor [Mon, 21 Jul 2003 17:12:09 +0000 (17:12 +0000)]
* include/bits/boost_concept_check.h:
(_EqualityComparableConcept::__constraints): Remove != from the
        list of constraints; it is not listed in Table 28 of the C++98
        standard.

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

20 years ago PR optimization/11536
mmitchel [Mon, 21 Jul 2003 16:52:38 +0000 (16:52 +0000)]
    PR optimization/11536
* unroll.c (loop_iterations): Do not replace a register holding
the final value by its equivalent before the loop if it is not
invariant.

        PR optimization/11536
* gcc.dg/20030721-1.c: New test.

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

20 years ago2003-07-21 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Mon, 21 Jul 2003 15:35:38 +0000 (15:35 +0000)]
2003-07-21  Thomas Fitzsimmons  <fitzsim@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c
(create): Remove unused method implementation.
(connectHooks): Remove debug messages.

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

20 years ago * doc/extend.texi: Fixes to spelling, grammar, and diction.
gerald [Mon, 21 Jul 2003 15:08:55 +0000 (15:08 +0000)]
* doc/extend.texi: Fixes to spelling, grammar, and diction.

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

20 years agoAdd 'instantiated from' dg-error
nathan [Mon, 21 Jul 2003 14:52:14 +0000 (14:52 +0000)]
Add 'instantiated from' dg-error

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

20 years ago * doc/invoke.texi (Optimize Options): Replace "it's" with "its".
bje [Mon, 21 Jul 2003 11:10:22 +0000 (11:10 +0000)]
* doc/invoke.texi (Optimize Options): Replace "it's" with "its".
(V850 Options): Spelling fixes.

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

20 years ago* Typo fixes.
bje [Mon, 21 Jul 2003 10:35:14 +0000 (10:35 +0000)]
* Typo fixes.
* Replace "callgraph.{c,o}" with "cgraph.{c,o}" (corrected).

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

20 years agocp:
nathan [Mon, 21 Jul 2003 08:28:33 +0000 (08:28 +0000)]
cp:
* cp-tree.h (hack_identifier): Remove.
* method.c (hack_identifier): Remove.
* semantics.c (finish_id_expression): Expand hack_identifier
here. Simplify.

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

20 years ago2003-07-20 Anthony Green <green@redhat.com>
green [Mon, 21 Jul 2003 02:24:09 +0000 (02:24 +0000)]
2003-07-20  Anthony Green  <green@redhat.com>

* gnu/awt/j2d/AbstractGraphicsState.java (clone): Handle
CloneNotSupportedException.
* gnu/gcj/xlib/WindowAttributes.java (clone): Ditto.
* gnu/gcj/xlib/WMSizeHints.java (clone): Ditto.
* gnu/gcj/xlib/GC.java (clone): Ditto.
* gnu/awt/xlib/XGraphics.java (clone): Ditto.
* gnu/awt/j2d/Graphics2DImpl.java (clone): Ditto.

* gnu/awt/xlib/XEventLoop.java (postNextEvent): Remove unreachable
handler.
* gnu/gcj/runtime/NameFinder.java (NameFinder): Ditto.

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

20 years ago2003-07-20 Steve Pribyl <steve@netfuel.com.>
tromey [Mon, 21 Jul 2003 02:09:47 +0000 (02:09 +0000)]
2003-07-20  Steve Pribyl <steve@netfuel.com.>

* gnu/gcj/runtime/natSharedLibLoader.cc (init): `libname' now a
String.  Put dlerror() message into exception.
Include UnsatisfiedLinkError.
* gnu/gcj/runtime/SharedLibLoader.java (init): `libname' now a
String.  Now native.

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

20 years ago * java/lang/Runtime.java: Comment fix.
tromey [Mon, 21 Jul 2003 01:54:06 +0000 (01:54 +0000)]
* java/lang/Runtime.java: Comment fix.
* java/lang/ClassLoader.java (isAncestorOf): New method.
(getParent): Uncommented security check.  Use isAncestorOf.
* include/jvm.h (_Jv_CheckAccess): Declare.
* java/lang/reflect/natConstructor.cc (newInstance): Perform
access check.
Include IllegalAccessException.h, ArrayIndexOutOfBoundsException.h.
* java/lang/reflect/natArray.cc (newInstance): Pass caller's
class loader to _Jv_GetArrayClass.
Include ArrayIndexOutOfBoundsException.h.
* java/lang/reflect/Field.java: Update comment to reflect status.
(equals): Fixed indentation.
* java/lang/Class.h (Class): Declare memberAccessCheck, not
checkMemberAccess.  Make _Jv_CheckAccess a friend.
* java/lang/Class.java (memberAccessCheck): New method from
Classpath.
(checkMemberAccess): Removed.
(getDeclaredMethod): Use memberAccessCheck.
(getField): Likewise.
(getMethod): Likewise.
* resolve.cc (_Jv_ResolvePoolEntry): Use _Jv_CheckAccess.
(_Jv_SearchMethodInClass): Likewise.
* prims.cc (_Jv_CheckAccess): New function.
* jni.cc (_Jv_JNI_FindClass): Use getClassLoaderInternal.
(_Jv_JNI_GetAnyFieldID): Likewise.
* java/lang/natClass.cc (forName): Use getClassLoaderInternal.
(getClassLoader): Added security check.
(getConstructor): Call memberAccessCheck.
(getDeclaredClasses): Likewise.
(getDeclaredField): Likewise.
(getDeclaredFields): Likewise.
(_getConstructors): Likewise.
(getDeclaredConstructor): Likewise.
(getDeclaredMethods): Likewise.
(getFields): Likewise.
(getMethods): Likewise.
(newInstance): Likewise.
(_Jv_MakeVTable): Put method name in exception.
* java/lang/reflect/natMethod.cc (getType): Use
getClassLoaderInternal.
(_Jv_GetTypesFromSignature): Likewise.
(invoke): Perform access check.
(_Jv_CallAnyMethodA): Removed old FIXME comments.
Include ArrayIndexOutOfBoundsException.h.
* java/lang/reflect/natField.cc (getType): Use
getClassLoaderInternal.
(_Jv_CheckFieldAccessibility): Removed.
(getAddr): Use _Jv_CheckAccess; find caller.
Include ArrayIndexOutOfBoundsException.h.

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

20 years ago * libjava.mauve/mauve.exp (mauve_find_harness_files): New proc.
tromey [Mon, 21 Jul 2003 01:09:47 +0000 (01:09 +0000)]
* libjava.mauve/mauve.exp (mauve_find_harness_files): New proc.
(test_mauve): Use it.
(test_mauve_sim): Likewise.

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

20 years agoDaily bump.
gccadmin [Mon, 21 Jul 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * doc/invoke.texi: Fixes to style, grammar and diction.
gerald [Sun, 20 Jul 2003 20:11:19 +0000 (20:11 +0000)]
* doc/invoke.texi: Fixes to style, grammar and diction.

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

20 years ago * builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
sayle [Sun, 20 Jul 2003 16:29:57 +0000 (16:29 +0000)]
* builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
* system.h (SMALL_STACK): Poison obsolete target macro.
* doc/tm.texi (SMALL_STACK): Remove target macro documentation.

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

20 years ago2003-07-20 Phil Edwards <pme@gcc.gnu.org>
pme [Sun, 20 Jul 2003 09:40:28 +0000 (09:40 +0000)]
2003-07-20  Phil Edwards  <pme@gcc.gnu.org>

* install-sh:  Update to newer upstream versions (associated with
aclocal 1.7).
* mkinstalldirs:  Likewise.
* missing:  Likewise, plus $1Help2man -> $1 typo fix.

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

20 years ago2003-07-20 Phil Edwards <pme@gcc.gnu.org>
pme [Sun, 20 Jul 2003 09:32:29 +0000 (09:32 +0000)]
2003-07-20  Phil Edwards  <pme@gcc.gnu.org>

* configure.in:  Cache the results of testing for cmp's capabilities.
* configure:  Regenerate.

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

20 years ago2003-07-20 Michael Koch <konqueror@gmx.de>
mkoch [Sun, 20 Jul 2003 07:30:59 +0000 (07:30 +0000)]
2003-07-20  Michael Koch  <konqueror@gmx.de>

* java/net/URL.java
(URL): Fixed documentation to name an argument correcty, Reformatted
one method declaration.
(getURLStreamHandler): Added documentation from classpath.

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

20 years ago PR debug/11279
mmitchel [Sun, 20 Jul 2003 07:24:58 +0000 (07:24 +0000)]
PR debug/11279
* dwarf2out.c (gen_enumeration_type_die): Remember that
enumerators can be unsigned.

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

20 years ago PR c++/11546
mmitchel [Sun, 20 Jul 2003 04:52:23 +0000 (04:52 +0000)]
PR c++/11546
* g++.dg/template/lookup1.C: New test.

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

20 years agoDaily bump.
gccadmin [Sun, 20 Jul 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * c-decl.c (named_labels, shadowed_labels, label_level_chain)
zack [Sat, 19 Jul 2003 23:32:55 +0000 (23:32 +0000)]
* c-decl.c (named_labels, shadowed_labels, label_level_chain)
(push_label_level, pop_label_level): Kill.
(struct binding_level): Rename level_chain to outer.
Add outer_function field.  Change parm_flag, function_body,
keep, keep_if_subblocks to 1-bit bitfields of type bool.
(current_function_level): New variable.
(keep_next_level_flag, keep_next_if_subblocks): Change type to bool.
(keep_next_level, declare_parm_level, warn_if_shadowing):
Update to match.
(struct language_function): Kill named_labels, shadowed_labels fields.
(c_init_decl_processing, start_function, c_push__function_context)
(c_pop_function_context): No need to muck with named_labels nor
shadowed_labels.

(make_binding_level): No need to clear the structure here.
(pop_binding_level): Always operate on current_binding_level.
Update current_function_level if necessary.
(pushlevel): Don't clear named_labels.  Update current_function_level
if necessary.  Use "true" and "false" where appropriate.
(poplevel): Diagnose labels defined but not used, or vice
versa, and clear out label-meanings leaving scope, while
walking down the decls list, for all binding levels.
Handle LABEL_DECLs appearing in the shadowed list.
pop_binding_level takes no arguments.
(pushdecl_function_level): Use current_function_level.

(make_label, bind_label): New static functions.
(declare_label): New exported function.
(lookup_label, define_label): Rewritten for new data structure.
(shadow_label): Kill.

* c-tree.h: Prototype declare_label; don't prototype
push_label_level, pop_label_level, nor shadow_label.
* c-parse.in: Remove all calls to push_label_level and
pop_label_level.  Use declare_label for __label__ decls.

* doc/extend.texi: Clarify that __label__ can be used to
declare labels with local scope in any nested block, not
just statement expressions.  Cross-reference nested functions
section from local labels section.

testsuite:
* gcc.dg/noncompile/label-1.c: New comprehensive test case for
diagnostics of ill-formed constructs involving labels.
* gcc.dg/noncompile/label-lineno-1.c: Add error regexp for
the new 'previously defined here' message.

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

20 years ago * mauve-libgcj: Don't run CollationElementIterator tests.
tromey [Sat, 19 Jul 2003 22:19:56 +0000 (22:19 +0000)]
* mauve-libgcj: Don't run CollationElementIterator tests.

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

20 years ago * sched-rgn.c (find_rgns): Initialize current_edge correctly.
rakdver [Sat, 19 Jul 2003 22:03:37 +0000 (22:03 +0000)]
* sched-rgn.c (find_rgns): Initialize current_edge correctly.

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

20 years ago2003-07-19 Phil Edwards <pme@gcc.gnu.org>
pme [Sat, 19 Jul 2003 22:00:19 +0000 (22:00 +0000)]
2003-07-19  Phil Edwards  <pme@gcc.gnu.org>

* doc/makefile.texi (restrap, profiledbootstrap):  Document targets.

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

20 years agogcc:
ghazi [Sat, 19 Jul 2003 16:09:51 +0000 (16:09 +0000)]
gcc:
* fixinc/fixfixes.c fixinc/fixincl.c fixinc/fixlib.c
fixinc/server.c objc/objc-act.c: Remove unnecessary casts.

f:
* com.c data.c expr.c fini.c g77spec.c global.c lab.c lex.c name.c
sta.c stc.c std.c storag.c stt.c stw.c symbol.c target.c type.c:
Remove unnecessary casts.

cp:
* call.c class.c decl.c decl2.c g++spec.c lex.c parser.c pt.c rtti.c
semantics.c typeck.c: Remove unnecessary casts.

java:
* class.c java-tree.h jcf-write.c jvspec.c: Remove unnecessary
casts.

treelang:
* treetree.c: Remove unnecessary casts.

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

20 years ago * config/s390/s390.c (legitimize_pic_address): Access local symbols
uweigand [Sat, 19 Jul 2003 16:06:52 +0000 (16:06 +0000)]
* config/s390/s390.c (legitimize_pic_address): Access local symbols
relative to the GOT instead of relative to the literal pool base.
(s390_output_symbolic_const): Handle new GOT-relative accesses.
* config/s390/s390.md ("call"): Access local functions and PLT stubs
relative to the GOT instead of relative to the literal pool base.
("call_value"): Likewise.
("call_value_tls"): Likewise.

* config/s390/s390.c (s390_chunkify_start): Remove pool anchor
reloading.  Support LTREL_BASE / LTREL_OFFSET construct.
(s390_chunkify_finish): Likewise.
(s390_chunkify_cancel): Likewise.
(s390_reorg): Adapt caller.
(find_base_register_in_addr,
find_base_register_ref, replace_base_register_ref): Delete.
(find_ltrel_base, replace_ltrel_base): New functions.
(find_constant_pool_ref): Handle LTREL_BASE unspecs.
(s390_decompose_address): Handle LTREL_BASE unspecs.  Optimize
base vs. index register usage.
(struct constant_pool): Remove 'anchor'.
(s390_add_anchor): Delete.
(s390_dump_pool): Remove anchor handling.
* config/s390/s390.md ("reload_anchor"): Remove.

* config/s390/s390.c (s390_split_branches): Use LTREL_BASE/OFFSET.
(s390_load_got): New function.  Use LTREL_BASE/OFFSET.
(s390_emit_prologue): Use it.
* config/s390/s390.md ("builtin_longjmp", "builtin_setjmp_setup",
"builtin_setjmp_receiver"): Cleanup.  Use s390_load_got.  Do not
hard-code register 14.
* config/s390/s390-protos.h (s390_load_got): Declare.

* config/s390/s390.c (NR_C_MODES, constant_modes, gen_consttable):
Support TImode constants.
* config/s390/s390.md ("consttable_ti"): New.
("consttable_si", "consttable_di"): Handle TLS symbols correctly.

* config/s390/s390.md (UNSPEC_LTREL_OFFSET, UNSPEC_LTREL_BASE,
UNSPEC_GOTENT, UNSPEC_GOT, UNSPEC_GOTOFF, UNSPEC_PLT, UNSPEC_PLTOFF,
UNSPEC_RELOAD_BASE, UNSPECV_POOL, UNSPECV_POOL_START, UNSPECV_POOL_END,
UNSPECV_POOL_QI, UNSPECV_POOL_HI, UNSPECV_POOL_SI, UNSPECV_POOL_DI,
UNSPECV_POOL_TI, UNSPECV_POOL_SF, UNSPECV_POOL_DF, UNSPECV_MAIN_POOL):
New symbolic constants.
("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
"consttable_sf", "consttable_df", "pool_start_31", "pool_end_31",
"pool_start_64", "pool_end_64", "reload_base_31", "reload_base_64",
"pool", "literal_pool_31", "literal_pool_64"): Cleanup.  Use
symbolic UNSPEC values.
* config/s390/s390.c (larl_operand, s390_short_displacement,
bras_sym_operand, s390_cannot_force_const_mem,
s390_delegitimize_address, s390_decompose_address,
legitimize_pic_address, s390_output_symbolic_const,
s390_function_profiler): Use symbolic UNSPEC values.

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

20 years ago2003-07-19 Jeroen Frijters <jeroen@sumatra.nl>
mkoch [Sat, 19 Jul 2003 15:47:56 +0000 (15:47 +0000)]
2003-07-19  Jeroen Frijters <jeroen@sumatra.nl>

* java/net/URLClassLoader.java (addURL): Moved implementation to
private addURLImpl() to avoid calling addURL from the constructor.
(addURLImpl): Contains the code that was previously in addURL.
(addURLs): Call addURLImpl(), not addURL().

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

20 years ago * libjava.verify/verify.exp (gcj_verify_list_tests): Only change
tromey [Sat, 19 Jul 2003 15:43:20 +0000 (15:43 +0000)]
* libjava.verify/verify.exp (gcj_verify_list_tests): Only change
directory if new directory exists.

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

20 years ago * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
ghazi [Sat, 19 Jul 2003 14:47:15 +0000 (14:47 +0000)]
* alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c
c-common.c c-decl.c c-incpath.c c-lex.c c-opts.c c-parse.in
c-pragma.c c-typeck.c calls.c cfg.c cfganal.c cfgloop.c cfgrtl.c
collect2.c combine.c conflict.c coverage.c cppexp.c cppfiles.c
cpphash.c cppinit.c cpplex.c cpplib.c cppmacro.c cppspec.c
cpptrad.c cse.c cselib.c dbxout.c defaults.h df.c dominance.c
dwarf2out.c dwarfout.c emit-rtl.c except.c expmed.c expr.c final.c
fix-header.c flow.c fold-const.c function.c gcc.c gccspec.c gcov.c
gcse.c genattr.c genattrtab.c genautomata.c genconditions.c
genemit.c genextract.c genoutput.c genrecog.c gensupport.c
ggc-page.c ggc-simple.c global.c graph.c haifa-sched.c hashtable.c
integrate.c jump.c langhooks.c lcm.c line-map.c local-alloc.c
loop.c mips-tdump.c mips-tfile.c mkdeps.c optabs.c params.c
postreload.c prefix.c print-tree.c protoize.c ra-build.c
ra-colorize.c ra-rewrite.c ra.c recog.c reg-stack.c regclass.c
regmove.c regrename.c reload.c reload1.c reorg.c resource.c
sbitmap.c sched-deps.c sched-rgn.c sched-vis.c sdbout.c
simplify-rtx.c ssa-ccp.c ssa.c stmt.c stor-layout.c timevar.c
tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c
varasm.c varray.c vmsdbgout.c xcoffout.c: Remove unnecessary
casts.

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

20 years ago * c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
gdr [Sat, 19 Jul 2003 13:10:17 +0000 (13:10 +0000)]
* c-pragma.c (apply_pragma_weak): Don't use warning_with_decl.
* toplev.h (warning): Remove attribute.

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

20 years ago * gcc_release (announce_snapshot): Use ${RELEASE} instead
gerald [Sat, 19 Jul 2003 12:12:39 +0000 (12:12 +0000)]
* gcc_release (announce_snapshot): Use ${RELEASE} instead
of ${BRANCH}-${DATE} to refer to the snapshot directory.
Put README file into the snapshot directory.

(RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
(FTP_PATH): Use ${RELEASE} in case of snapshots.
(TAG): Ditto.
(OLD_TARS): Adjust to new directory scheme for snapshots.

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

20 years agoCorrect entries information
lerdsuwa [Sat, 19 Jul 2003 12:06:07 +0000 (12:06 +0000)]
Correct entries information

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

20 years ago * c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
gdr [Sat, 19 Jul 2003 10:19:19 +0000 (10:19 +0000)]
* c-decl.c (c_finish_incomplete_decl): Don't use xxx_with_decl.
(pop_label_level): Likewise.
(duplicate_decls): Likewise.
(implicitly_declare): Likewise.
(shadow_label): Likewise.
(start_decl): Likewise.
(finish_decl): Likewise.
(grokdeclarator): Likewise.
(get_parm_info): Likewise.
(detect_field_duplicates): Likewise.
(finish_struct): Likewise.
(start_function): Likewise.
(store_parm_decls): Likewise.
(finish_function): Likewise.
(c_expand_body_1): Likewise.
(check_for_loop_decls): Likewise.
(merge_translation_unit_decls): Likewise.

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

20 years ago * common.opt: Document --param.
neil [Sat, 19 Jul 2003 08:13:58 +0000 (08:13 +0000)]
* common.opt:  Document --param.
* opts.c (columns, undocumented_msg): New.
(print_help): Get number of columns from environment.  Print
--param help.  Tweak newline handling.
(print_param_help): New.
(print_filtered_help): Better handling of duplicates.  Complain
about undocumented switches.
(print_switch): New.
(wrap_help): Improve wrapping, use COLUMNS.
* opts.sh: Ignore comments in records.
* params.def: Fix typos and remove trailing periods.
* toplev.c (display_help): Don't dump --param help.
* doc/sourcebuild.texi: Update.
java:
* lang.opt: Don't show -MD_ and -MDD_.

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

20 years agoAdd missing PR number.
davem [Sat, 19 Jul 2003 07:05:39 +0000 (07:05 +0000)]
Add missing PR number.

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

20 years ago2003-07-18 Richard Henderson <rth@redhat.com>
davem [Sat, 19 Jul 2003 00:28:05 +0000 (00:28 +0000)]
2003-07-18  Richard Henderson  <rth@redhat.com>

* optabs.c (prepare_operand): Fail gracefully instead of abort
if the predicate doesn't satisfy.
(gen_cond_trap): Allow prepare_operand to fail.

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

20 years agoDaily bump.
gccadmin [Sat, 19 Jul 2003 00:16:07 +0000 (00:16 +0000)]
Daily bump.

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

20 years ago * c-common.c: Don't undefine GCC_DIAG_STYLE.
gdr [Fri, 18 Jul 2003 23:05:53 +0000 (23:05 +0000)]
* c-common.c: Don't undefine GCC_DIAG_STYLE.
(fname_decl): Don't use xxx_with_decl.
(c_add_case_label): Likewise.
(handle_section_attribute): Likewise.
(handle_alias_attribute): Likewise.
(handle_no_instrument_function_attribute): Likewise.
(handle_no_limit_stack_attribute): Likewise.
* c-objc-common.c (c_tree_printer): Print IDENTIFIER_NODEs.
* c-format.c (gcc_cdiag_char_table): Add '%E' format-specifier.

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

20 years ago * Makefile.in (ifcvt.o): Add cfgloop.h.
rakdver [Fri, 18 Jul 2003 22:52:05 +0000 (22:52 +0000)]
* Makefile.in (ifcvt.o): Add cfgloop.h.
* basic-block.h (EDGE_LOOP_EXIT): New flag.
* cfgrtl.c (rtl_verify_flow_info_1): Handle it correctly.
* ifcvt.c: Include cfgloop.h.
(mark_loop_exit_edges): New static function.
(if_convert): Call it.
(find_if_header): Ignore branches out of loops.

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

20 years ago * combine.c (simplify_comparison): Don't share rtx when converting
kazu [Fri, 18 Jul 2003 21:53:04 +0000 (21:53 +0000)]
* combine.c (simplify_comparison): Don't share rtx when converting
(ne (and (not X) 1) 0) to (eq (and X 1) 0).

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

20 years ago * config/rs6000/aix.h (AGGREGATE_PADDING_FIXED): Define.
dje [Fri, 18 Jul 2003 21:42:29 +0000 (21:42 +0000)]
* config/rs6000/aix.h (AGGREGATE_PADDING_FIXED): Define.
(AGGREGATES_PAD_UPWARD_ALWAYS): Define.
(MUST_PASS_IN_STACK): Define.
(BLOCK_REG_PADDING): Define.

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

20 years ago * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p
rth [Fri, 18 Jul 2003 21:33:36 +0000 (21:33 +0000)]
    * cfgrtl.c (force_nonfallthru_and_redirect): Use tablejump_p
        to skip the addr_vec.

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

20 years ago2003-07-18 Graydon Hoare <graydon@redhat.com>
graydon [Fri, 18 Jul 2003 19:27:42 +0000 (19:27 +0000)]
2003-07-18  Graydon Hoare  <graydon@redhat.com>

* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c:
Handle missing event cases, connect to "value-changed" signal.

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

20 years ago[ ChangeLog ]
graydon [Fri, 18 Jul 2003 19:20:33 +0000 (19:20 +0000)]
[ ChangeLog ]

2003-07-18  Graydon Hoare  <graydon@redhat.com>

* java/awt/geom/CubicCurve2D.java,
java/awt/geom/Line2D.java,
java/awt/geom/QuadCurve2D.java,
java/awt/geom/Rectangle2D.java:
Fix path some calculations, make path iterators follow
a consistent style.

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

20 years ago* combine.c (combinable_i3pat): Don't forbid occurrences of
aoliva [Fri, 18 Jul 2003 18:23:30 +0000 (18:23 +0000)]
* combine.c (combinable_i3pat): Don't forbid occurrences of
i2dest or i1dest in inner_dest if inner_dest is a mem.

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

20 years agochangelog for previous patch
nathan [Fri, 18 Jul 2003 17:37:00 +0000 (17:37 +0000)]
changelog for previous patch

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

20 years agocp:
nathan [Fri, 18 Jul 2003 17:19:41 +0000 (17:19 +0000)]
cp:
* cp-tree.h (finish_non_static_data_member): Add object param.
* method.c (hack_identifier): Adjust.
* pt.c (tsubst_copy_and_build) <COMPONENT_REF case>: Don't search
again for a FIELD_DECL.
* semantics.c (finish_non_static_data_member): Add object
parameter. Always save the DECL in the COMPONENT_REF.
* call.c (resolve_scoped_fn_name): Adjust.
testsuite:
* g++.dg/parse/non-dependent2.C: New test.

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

20 years ago2003-07-18 Mark Wielaard <mark@klomp.org>
mkoch [Fri, 18 Jul 2003 16:08:38 +0000 (16:08 +0000)]
2003-07-18  Mark Wielaard  <mark@klomp.org>

* java/util/logging/Handler.java (isLoggable): Check record level
smaller or equal.

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

20 years ago * cgraph.c (cgraph_remove_node): Clear the hash table slot.
hubicka [Fri, 18 Jul 2003 15:13:35 +0000 (15:13 +0000)]
* cgraph.c (cgraph_remove_node): Clear the hash table slot.

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

20 years agoFix last checkin to commit right version of file.
aj [Fri, 18 Jul 2003 13:24:44 +0000 (13:24 +0000)]
Fix last checkin to commit right version of file.

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

20 years ago2003-07-18 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 18 Jul 2003 13:07:22 +0000 (13:07 +0000)]
2003-07-18  Andrew Pinski  <pinskia@physics.uc.edu>

        * g++.dg/init/init-ref4.C: xfail on targets without
        weak symbols.

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

20 years ago PR target/11087
jakub [Fri, 18 Jul 2003 11:13:37 +0000 (11:13 +0000)]
PR target/11087
* loop.c (basic_induction_var): Check if convert_modes emitted any
instructions. Remove them and return 0 if so.

* gcc.c-torture/execute/20030717-1.c: New test.

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

20 years ago * config/abi/sparc-linux-gnu/baseline_symbols.txt: New file.
aj [Fri, 18 Jul 2003 09:55:30 +0000 (09:55 +0000)]
* config/abi/sparc-linux-gnu/baseline_symbols.txt: New file.
* config/abi/mips-linux-gnu/baseline_symbols.txt: New file.
* config/abi/hppa-linux-gnu/baseline_symbols.txt: New file.
* config/abi/x86_64-linux-gnu/baseline_symbols.txt: Regenerated.

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

20 years ago * config/abi/sparc-linux-gnu/baseline_symbols.txt: New file.
aj [Fri, 18 Jul 2003 09:50:41 +0000 (09:50 +0000)]
* config/abi/sparc-linux-gnu/baseline_symbols.txt: New file.
* config/abi/mips-linux-gnu/baseline_symbols.txt: New file.
* config/abi/hppa-linux-gnu/baseline_symbols.txt: New file.
* config/abi/x86_64-linux-gnu/baseline_symbols.txt: Regenerated.

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

20 years ago * toplev.c (rest_of_handle_addresof): Rename into
ebotcazou [Fri, 18 Jul 2003 06:53:05 +0000 (06:53 +0000)]
* toplev.c (rest_of_handle_addresof): Rename into
rest_of_handle_addressof.  Delete unreachable blocks
if dead edges were purged after the addressof pass.

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

20 years ago * Makefile.in, configure, configure.in: Remove handling of
neil [Fri, 18 Jul 2003 05:32:42 +0000 (05:32 +0000)]
* Makefile.in, configure, configure.in: Remove handling of
lang-options.h and options_.h.
* toplev.c (struct lang_opt, documented_lang_options): Remove.
(display_help): Don't use documented_lang_options.
ada:
* lang-options.h: Remove.
* lang.opt: Add help text.
java:
* lang-options.h: Remove.
* lang.opt: Add help text.

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

20 years ago * c-decl.c (pushdecl_function_level): Make static, return nothing.
zack [Fri, 18 Jul 2003 03:39:42 +0000 (03:39 +0000)]
* c-decl.c (pushdecl_function_level): Make static, return nothing.
(kept_level_p): Fold into poplevel.
(undeclared_variable): Moved here from c-typeck.c.  Export.
* c-tree.h (KEEP_YES, KEEP_NO, KEEP_MAYBE): New #defines.
(undeclared_variable): Prototype here.  Don't prototype
kept_level_p nor pushdecl_function_level.
* c-parse.in: Change first argument to poplevel from
"kept_level_p()" to "KEEP_MAYBE".
* c-typeck.c (undeclared_variable): Moved to c-decl.c.

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

20 years ago * simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap
sayle [Fri, 18 Jul 2003 03:16:32 +0000 (03:16 +0000)]
* simplify-rtx.c (simplify_rtx): Use simplify_gen_binary to swap
commutative operands instead of modifying the RTL in-place.

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

20 years ago PR optimization/11557
mmitchel [Fri, 18 Jul 2003 03:05:27 +0000 (03:05 +0000)]
PR optimization/11557
* calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK
unless we know which function is being called.

PR optimization/11557
* gcc.dg/20030717-1.c: New test.

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

20 years ago2003-07-17 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 18 Jul 2003 02:27:16 +0000 (02:27 +0000)]
2003-07-17  Benjamin Kosnik  <bkoz@redhat.com>

* config/linker-map.gnu: Add __moneypunct_cache, __timepunct_cache.
* config/locale/generic/messages_members.h: Tweaks.
* config/locale/generic/monetary_members.cc
(moneypunct::_M_initialize_moneypunct): Use cache.
(moneypunct::~moneypunct): Delete cache.
* config/locale/generic/time_members.cc:
(__timepunct::_M_initialize_timepunct): Use cache.
* config/locale/generic/time_members.h:
(__timepunct::~__timepunct): Delete cache.
(__timepunct::__timepunct): Set cache.
* config/locale/gnu/messages_members.h: Tweaks.
* config/locale/gnu/monetary_members.cc:
(moneypunct::_M_initialize_moneypunct): Use cache.
(moneypunct::~moneypunct): Delete cache.
* config/locale/gnu/time_members.cc:
(__timepunct::_M_initialize_timepunct): Use cache.
* config/locale/gnu/time_members.h:
(__timepunct::~__timepunct): Delete cache.
(__timepunct::__timepunct): Set cache.
* include/bits/locale_facets.h (__timepunct_cache): New.
(__moneypunct_cache): New.
* include/bits/locale_facets.tcc: Tweak.
* src/locale.cc (__timepunct::_S_timezones): Adjust for cache.
* src/locale-inst.cc: Instantiate caches.
* src/globals.cc: Add "C" caches.
* src/localename.cc: Use external "C" caches.

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

20 years ago * cse.c (fold_rtx): Use swap_commutative_operands_p to determine
sayle [Fri, 18 Jul 2003 00:28:14 +0000 (00:28 +0000)]
* cse.c (fold_rtx): Use swap_commutative_operands_p to determine
whether to reorder the operands of a commutative binary operator.

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

20 years ago * fold-const.c (const_binop): Avoid performing the FP operation at
sayle [Fri, 18 Jul 2003 00:26:51 +0000 (00:26 +0000)]
* fold-const.c (const_binop): Avoid performing the FP operation at
compile-time, if either operand is NaN and we honor signaling NaNs,
or if we're dividing by zero and either flag_trapping_math is set
or the desired mode doesn't support infinities.
(fold_initializer): New function to fold an expression ignoring any
potential run-time exceptions or traps.
* tree.h (fold_initializer): Prototype here.
* c-typeck.c (build_binary_op): Move to the end of the file so
that intializer_stack is in scope.  If constructing an initializer,
i.e. when initializer_stack is not NULL, use fold_initializer to
fold expressions.
* simplify-rtx.c (simplify_binary_operation): Likewise, avoid
performing FP operations at compile-time, if they would raise an
exception at run-time.

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

20 years agoDaily bump.
gccadmin [Fri, 18 Jul 2003 00:16:08 +0000 (00:16 +0000)]
Daily bump.

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

20 years agoAndrew Pinski <pinskia@physics.uc.edu>
pinskia [Thu, 17 Jul 2003 22:53:46 +0000 (22:53 +0000)]
Andrew Pinski <pinskia@physics.uc.edu>

        PR c++/10476
        * g++.dg/expr/crash-1.C: New test.

        PR c++/11027
        * g++.dg/template/init3.C: New test.

        PR c++/8222
        * g++.dg/template/non-dependent1.C: New test.

        PR c++/11070
        * g++.dg/template/non-dependent2.C: New test.

        PR c++/11071
        * g++.dg/template/non-dependent3.C: New test.

        PR c++/9907
        * g++.dg/template/sizeof5.C: New test.

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

20 years ago PR 11498
geoffk [Thu, 17 Jul 2003 21:52:51 +0000 (21:52 +0000)]
PR 11498
* Makefile.in (c-opts.o): Add $(LANGHOOKS_DEF_H).
(langhooks.o): Add $(GGC_H), gt-langhooks.h.
(GTFILES): Add langhooks.c.
(gt-langhooks.h): New.
* c-common.h (c_static_assembler_name): Prototype.
* c-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
* objc/objc-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Define.
* c-opts.c: Include langhooks-def.h.
(c_static_assembler_name): New.
* langhooks.c: Include ggc.h.  Include gt-langhooks.h.
(var_labelno): New.
(lhd_set_decl_assembler_name): Give static objects with context
unique names.
* varasm.c (var_labelno): Delete.
(make_decl_rtl): Don't change the assembler name once it's set.

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

20 years ago * c-opts.c (this_input_filename): New.
geoffk [Thu, 17 Jul 2003 21:50:38 +0000 (21:50 +0000)]
* c-opts.c (this_input_filename): New.
(finish_options): Take new parameter, name of file being compiled.
Update callers.  Set this_input_filename.
(push_command_line_include): Use this_input_filename not
main_input_filename.

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

20 years ago * objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
zack [Thu, 17 Jul 2003 21:05:24 +0000 (21:05 +0000)]
* objc/objc-lang.c: Override LANG_HOOKS_WRITE_GLOBALS to
c_write_global_declarations.

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

20 years ago * Makefile.in: Depend .pot generation on options.c.
neil [Thu, 17 Jul 2003 20:29:40 +0000 (20:29 +0000)]
* Makefile.in: Depend .pot generation on options.c.
* po/exgettext: Add an extra_files variable containing additional
files to scan.

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

20 years ago2003-07-17 Michael Koch <konqueror@gmx.de>
mkoch [Thu, 17 Jul 2003 20:26:51 +0000 (20:26 +0000)]
2003-07-17  Michael Koch  <konqueror@gmx.de>

* gnu/java/awt/peer/gtk/GtkToolkit.java:
Reworked imports.

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

20 years agoMissed this hunk - belongs with the previous patch
zack [Thu, 17 Jul 2003 20:25:21 +0000 (20:25 +0000)]
Missed this hunk - belongs with the previous patch

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

20 years ago * c-decl.c: Fix typos in several comments. Remove all
zack [Thu, 17 Jul 2003 20:12:21 +0000 (20:12 +0000)]
* c-decl.c: Fix typos in several comments.  Remove all
#if 0 blocks; reindent as needed.  Remove unused argument
to declare_parm_level; all callers changed.
* c-parse.in: Update calls to declare_parm_level.  Avoid
issuing a double warning in some circumstances.
* c-typeck.c: Update calls to declare_parm_level.
* c-tree.h: Update prototype of declare_parm_level.

* c-pragma.c (apply_pragma_weak): Don't complain about a
redundant #pragma weak.

* objc/objc-act.c (forward_declare_categories,
build_selector_reference_decl, build_class_reference_decl,
build_objc_string_decl, synth_forward_declarations,
build_protocol_reference): Set TREE_PUBLIC on synthetic
forward decl to 0, consistent with eventual definition.
Correct comments to match.

cp:
* pt.c (get_bindings): Make definition consistent with
forward declaration.

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

20 years ago * fixinc/inclhack.def (solaris_mutex_init_2): Escape braces
zack [Thu, 17 Jul 2003 18:43:37 +0000 (18:43 +0000)]
* fixinc/inclhack.def (solaris_mutex_init_2): Escape braces
in regexp that don't form a range expression.
* fixinc/fixincl.def: Regenerate.

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