Wolfgang Bangerth
5cf0212f36
trouble.texi: Better document two-stage name lookup.
...
2003-07-22 Wolfgang Bangerth <bangerth@dealii.org>
* doc/trouble.texi: Better document two-stage name lookup.
From-SVN: r69675
2003-07-22 11:50:13 -06:00
Eric Christopher
c745338420
s390.c (s390_valid_pointer_mode): New.
...
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.
From-SVN: r69674
2003-07-22 17:38:14 +00:00
Nathan Sidwell
817aed6fc3
re PR c++/11614 (Incorrect handling of pointers to arrays)
...
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.
From-SVN: r69673
2003-07-22 16:49:48 +00:00
Zack Weinberg
a2f7be91fc
hashtable.c (approx_sqrt): Make static.
...
* 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.
From-SVN: r69672
2003-07-22 16:24:53 +00:00
Kriang Lerdsuwanakij
bef89e9e09
re PR c++/10793 (ICE (treecheck) when partial-specializing with an invalid type and a base class, in xref_basetypes, at cp/decl.c:12834)
...
PR c++/10793
* decl.c (xref_basetypes): Handle error_mark_node.
* g++.dg/template/crash9.C: New test.
From-SVN: r69671
2003-07-22 14:36:00 +00:00
Volker Reichelt
4bd5635487
re PR c++/3004 (Accepts illegal code)
...
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.
From-SVN: r69670
2003-07-22 10:54:14 +00:00
Nathan Sidwell
e0d1297c43
cp-tree.h (enum cp_lvalue_kind): Add clk_packed.
...
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.
From-SVN: r69669
2003-07-22 09:53:34 +00:00
Nathan Sidwell
c6e4cc53e5
c-common.c (handle_packed_attribute): Don't pack a struct via a typedef.
...
* 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.
From-SVN: r69668
2003-07-22 09:26:01 +00:00
Nathanael Nerode
55de4f08f4
* Makefile.in (install-common): Add dependency on installdirs.
...
From-SVN: r69665
2003-07-22 05:10:54 +00:00
Alexandre Oliva
fb5d2a87ad
c-common.c (c_common_type_for_mode): Return integer types for pointer modes.
...
* c-common.c (c_common_type_for_mode): Return integer types for
pointer modes.
From-SVN: r69661
2003-07-22 02:26:53 +00:00
Geoffrey Keating
d05cc98eaf
c-decl.c (start_decl): Don't call maybe_apply_pragma_weak here.
...
* 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.
From-SVN: r69660
2003-07-22 02:23:27 +00:00
Geoffrey Keating
905bd7b527
cpplex.c (_cpp_process_line_notes): Mention option name in trigraphs warning.
...
* cpplex.c (_cpp_process_line_notes): Mention option name in
trigraphs warning.
From-SVN: r69659
2003-07-22 02:21:16 +00:00
Kazu Hirata
87d9741e4e
combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, and 1.
...
* 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.
From-SVN: r69658
2003-07-22 00:36:52 +00:00
GCC Administrator
32d0e51b54
Daily bump.
...
From-SVN: r69656
2003-07-22 00:16:08 +00:00
Jan Hubicka
b67d7f4aab
* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.
...
From-SVN: r69652
2003-07-21 22:46:47 +00:00
Benjamin Kosnik
5dfda04264
testsuite_flags.in (--build-includes): Remove extraneous paths for libio.
...
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.
From-SVN: r69651
2003-07-21 22:12:53 +00:00
Geoffrey Keating
48873ed202
c-common.h (num_in_fnames): Declare.
...
* 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).
From-SVN: r69650
2003-07-21 21:25:47 +00:00
Janis Johnson
dd039fc9e6
compat.exp: Handle dg-options per source file.
...
* 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.
From-SVN: r69649
2003-07-21 21:24:27 +00:00
Neil Booth
8d973a8319
cppfiles.c (open_file_pch): Don't put unused entries in the splay tree.
...
* cppfiles.c (open_file_pch): Don't put unused entries in the
splay tree. Remove dead code.
From-SVN: r69647
2003-07-21 20:57:00 +00:00
Geoffrey Keating
49a64b2462
c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME when it's not needed.
...
* c-pragma.c (maybe_apply_pragma_weak): Don't get DECL_ASSEMBLER_NAME
when it's not needed.
From-SVN: r69646
2003-07-21 20:53:07 +00:00
Jakub Jelinek
8c29550d3c
rs6000.h (machine_function): Add ra_need_lr.
...
* 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.
From-SVN: r69645
2003-07-21 22:18:52 +02:00
H.J. Lu
92cbea2214
ia64.md (prefetch): Support predicate.
...
2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
* config/ia64/ia64.md (prefetch): Support predicate.
From-SVN: r69642
2003-07-21 10:52:22 -07:00
Andrew Pinski
124b0e0529
re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get inlined)
...
2003-07-21 Andrew Pinski <pinskia@physics.uc.edu>
PR c/10320
* gcc.c-torture/execute/20030718-1.c: New test.
From-SVN: r69639
2003-07-21 10:45:34 -07:00
Josef Zlomek
ee735eefd8
cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
...
* cfgcleanup.c (merge_blocks_move_successor_nojumps): Use tablejump_p.
* rtlanal.c (tablejump_p): Use next_active_insn for finding the jump
table.
From-SVN: r69637
2003-07-21 17:18:00 +00:00
Doug Gregor
f345c6b522
* 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.
From-SVN: r69636
2003-07-21 17:12:09 +00:00
Eric Botcazou
bbda30a4aa
re PR rtl-optimization/11536 ([strength-reduce] -O2 optimalization produces wrong code)
...
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.
From-SVN: r69635
2003-07-21 16:52:38 +00:00
Thomas Fitzsimmons
9ef2dd1fad
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.
From-SVN: r69634
2003-07-21 15:35:38 +00:00
Dave Fluri
64c18e5710
* doc/extend.texi: Fixes to spelling, grammar, and diction.
...
From-SVN: r69633
2003-07-21 15:08:55 +00:00
Nathan Sidwell
c7b6131663
Add 'instantiated from' dg-error
...
From-SVN: r69632
2003-07-21 14:52:14 +00:00
Ben Elliston
b222f49a4c
invoke.texi (Optimize Options): Replace "it's" with "its".
...
* doc/invoke.texi (Optimize Options): Replace "it's" with "its".
(V850 Options): Spelling fixes.
From-SVN: r69627
2003-07-21 21:10:22 +10:00
Ben Elliston
cea949a61e
* Typo fixes.
...
* Replace "callgraph.{c,o}" with "cgraph.{c,o}" (corrected).
From-SVN: r69626
2003-07-21 20:35:14 +10:00
Nathan Sidwell
9e95d15fd8
cp-tree.h (hack_identifier): Remove.
...
cp:
* cp-tree.h (hack_identifier): Remove.
* method.c (hack_identifier): Remove.
* semantics.c (finish_id_expression): Expand hack_identifier
here. Simplify.
From-SVN: r69625
2003-07-21 08:28:33 +00:00
Anthony Green
49e58846cf
AbstractGraphicsState.java (clone): Handle CloneNotSupportedException.
...
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.
From-SVN: r69623
2003-07-21 02:24:09 +00:00
Steve Pribyl
8ec880749f
natSharedLibLoader.cc (init): `libname' now a String.
...
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.
From-SVN: r69622
2003-07-21 02:09:47 +00:00
Tom Tromey
ffd94572f4
Runtime.java: Comment fix.
...
* 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.
From-SVN: r69621
2003-07-21 01:54:06 +00:00
Tom Tromey
3c87bc22a9
mauve.exp (mauve_find_harness_files): New proc.
...
* libjava.mauve/mauve.exp (mauve_find_harness_files): New proc.
(test_mauve): Use it.
(test_mauve_sim): Likewise.
From-SVN: r69620
2003-07-21 01:09:47 +00:00
GCC Administrator
0292e50e95
Daily bump.
...
From-SVN: r69618
2003-07-21 00:16:07 +00:00
Lisa M. Goldstein
9eff22bc46
* doc/invoke.texi: Fixes to style, grammar and diction.
...
From-SVN: r69613
2003-07-20 20:11:19 +00:00
Roger Sayle
6a6c0154f8
builtins.def (BUILT_IN_ALLOCA): Remove "#if SMALL_STACK" form.
...
* 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.
From-SVN: r69609
2003-07-20 16:29:57 +00:00
Phil Edwards
8a199ff68b
install-sh: Update to newer upstream versions (associated with aclocal 1.7).
...
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.
From-SVN: r69608
2003-07-20 09:40:28 +00:00
Phil Edwards
d38b3a8d94
configure.in: Cache the results of testing for cmp's capabilities.
...
2003-07-20 Phil Edwards <pme@gcc.gnu.org>
* configure.in: Cache the results of testing for cmp's capabilities.
* configure: Regenerate.
From-SVN: r69607
2003-07-20 09:32:29 +00:00
Michael Koch
13cb8e55dd
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.
From-SVN: r69606
2003-07-20 07:30:59 +00:00
Mark Mitchell
35dc2bd884
re PR debug/11279 (DWARF-2 output mishandles large enums)
...
PR debug/11279
* dwarf2out.c (gen_enumeration_type_die): Remember that
enumerators can be unsigned.
From-SVN: r69605
2003-07-20 07:24:58 +00:00
Mark Mitchell
e9f9c81fda
re PR c++/11546 (Type lookup problems in out-of-line definition of a class doubly nested from a template class)
...
PR c++/11546
* g++.dg/template/lookup1.C: New test.
From-SVN: r69602
2003-07-20 04:52:23 +00:00
GCC Administrator
cee89b1964
Daily bump.
...
From-SVN: r69599
2003-07-20 00:16:07 +00:00
Zack Weinberg
14e33ee856
* 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.
From-SVN: r69597
2003-07-19 23:32:55 +00:00
Tom Tromey
1b339d862a
* mauve-libgcj: Don't run CollationElementIterator tests.
...
From-SVN: r69596
2003-07-19 22:19:56 +00:00
Zdenek Dvorak
8a6b9b7fb8
* sched-rgn.c (find_rgns): Initialize current_edge correctly.
...
From-SVN: r69595
2003-07-19 22:03:37 +00:00
Phil Edwards
026fe6c859
makefile.texi (restrap, [...]): Document targets.
...
2003-07-19 Phil Edwards <pme@gcc.gnu.org>
* doc/makefile.texi (restrap, profiledbootstrap): Document targets.
From-SVN: r69594
2003-07-19 22:00:19 +00:00
Kaveh R. Ghazi
c68b0a8425
fixfixes.c [...]: Remove unnecessary casts.
...
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.
From-SVN: r69593
2003-07-19 16:09:51 +00:00