Michael Koch
ea67bef470
No changelog, just replaced one tabulator with some spaces
...
to merge with classpath.
From-SVN: r63929
2003-03-07 06:52:17 +00:00
Gabriel Dos Reis
3f8548e7db
error.c (init_error): Use C90 prototype style.
...
* error.c (init_error): Use C90 prototype style.
(dump_scope): Likewise.
(dump_qualifiers): Likewise.
(dump_template_argument): Likewise.
(dump_template_argument_list): Likewise.
(dump_template_parameter): Likewise.
(dump_template_bindings): Likewise.
(dump_type): Likewise.
(dump_typename): Likewise.
(class_key_or_enum): Likewise.
(dump_aggr_type): Likewise.
(dump_type_prefix): Likewise.
(dump_type_suffix): Likewise.
(dump_global_iord): Likewise.
(dump_simple_decl): Likewise.
(dump_decl): Likewise.
(dump_template_decl): Likewise.
(dump_function_decl): Likewise.
(dump_parameters): Likewise.
(dump_exception_spec): Likewise.
(dump_function_name): Likewise.
(dump_template_parms): Likewise.
(dump_char): Likewise.
(dump_expr_list): Likewise.
(dump_expr): Likewise.
(dump_binary_op): Likewise.
(dump_unary_op): Likewise.
(type_as_string): Likewise.
(expr_as_string): Likewise.
(decl_as_string): Likewise.
(context_as_string): Likewise.
(lang_decl_name): Likewise.
(cp_file_of): Likewise.
(cp_line_of): Likewise.
(decl_to_string): Likewise.
(expr_to_string): Likewise.
(fndecl_to_string): Likewise.
(code_to_string): Likewise.
(language_to_string): Likewise.
(parm_to_string): Likewise.
(op_to_string): Likewise.
(type_to_string): Likewise.
(assop_to_string): Likewise.
(args_to_string): Likewise.
(cv_to_string): Likewise.
(cxx_print_error_function): Likewise.
(cp_diagnostic_starter): Likewise.
(cp_diagnostic_finalizer): Likewise.
(cp_print_error_function): Likewise.
(function_category): Likewise.
(print_instantiation_full_context): Likewise.
(print_instantiation_partial_context): Likewise.
(maybe_print_instantiation_context): Likewise.
(print_instantiation_context): Likewise.
(cp_printer): Likewise.
(print_integer): Likewise.
(print_non_consecutive_character): Likewise.
(locate_error): Likewise.
From-SVN: r63928
2003-03-07 06:46:56 +00:00
Ranjit Mathew
530d4230db
jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name components depending on the...
...
2003-03-05 Ranjit Mathew <rmathew@hotmail.com >
* jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to
compare file name components depending on the case-sensitivity
or otherwise of the host file system.
* jcf-path.c (add_entry): Use COMPARE_FILENAMES instead of
"strcmp" to compare file name components.
Use IS_DIR_SEPARATOR instead of comparing directly against
DIR_SEPARATOR.
(jcf_path_extdirs_arg): Use IS_DIR_SEPARATOR instead of
comparing directly against DIR_SEPARATOR.
From-SVN: r63927
2003-03-07 04:40:08 +00:00
Kazu Hirata
203b3521b5
h8300.md (a peephole2): Don't use reg_overlap_mentioned_p.
...
* config/h8300/h8300.md (a peephole2): Don't use
reg_overlap_mentioned_p.
From-SVN: r63925
2003-03-07 01:37:49 +00:00
Geoffrey Keating
8643e92d0d
c-pch.c: Include langhooks.h.
...
* c-pch.c: Include langhooks.h.
(IDENT_LENGTH): New.
(get_ident): New.
(pch_ident): Delete.
(pch_init): Use get_ident, IDENT_LENGTH.
(c_common_valid_pch): Likewise. Also, use actual language
in warning message.
* Makefile.in (c-pch.o): Add langhooks.h to dependencies.
* objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
c-parse.in.
* objc/Make-lang.in (objc/objc-act.o): Add dependency on
gt-objc-objc-act.h.
(gt-objc-objc-act.h): New rule.
* objc/lang-specs.h: Support PCH.
* objc/objc-act.c: Include gt-objc-objc-act.h.
(objc_add_static_instance): Move num_static_inst out, mark for PCH.
(build_selector_reference_decl): Move idx out, mark for PCH.
(build_class_reference_decl): Likewise.
(build_objc_string_decl): Move *_idx out, mark for PCH.
(build_tmp_function_decl): Move xxx out, mark for PCH.
From-SVN: r63924
2003-03-07 01:20:52 +00:00
Dale Johannesen
7f3d80135f
rs6000.c (rs6000_binds_local_p): Consider global functions for inlining on Darwin.
...
2003-03-06 Dale Johannesen <dalej@apple.com >
* config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
global functions for inlining on Darwin.
From-SVN: r63923
2003-03-07 00:58:41 +00:00
GCC Administrator
006425bff5
Daily bump.
...
From-SVN: r63922
2003-03-07 00:17:05 +00:00
Vladimir Makarov
14484a7847
haifa-sched.c (schedule_block): Don't call reorder when sorting is prohibited.
...
2003-03-06 Vladimir Makarov <vmakarov@redhat.com >
* haifa-sched.c (schedule_block): Don't call reorder when sorting
is prohibited.
From-SVN: r63915
2003-03-07 00:14:36 +00:00
Neil Booth
9d10c9a9eb
Makefile.in (c-ppoutput.o): Update.
...
* Makefile.in (c-ppoutput.o): Update.
* c-common.h (init_pp_output): New.
(preprocess_file): Update.
* c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
Register builtins.
* c-opts.c (c_common_init): Call init_pp_output if preprocessing.
Make call to cpp_read_main_file common to whether preprocessing
or not. Don't register builtins.
* c-ppoutput.c: Include c-pragma.h.
(setup_callbacks): Rename init_pp_output.
(preprocess_file): No longer setup callbacks or call
cpp_read_main_file.
* cpphash.h (_cpp_init_mbchar): New.
* cppinit.c (init_library): Call _cpp_init_mbchar.
* cpplex.c (_cpp_init_mbchar): New.
From-SVN: r63913
2003-03-06 23:12:30 +00:00
Mark Mitchell
d1867128b2
Fix typo in previous patch
...
From-SVN: r63912
2003-03-06 22:55:42 +00:00
Mark Mitchell
5e2569964b
re PR c++/9965 (ICE in cp_expr_size)
...
PR c++/9965
* call.c (reference_binding): Add ref_is_var parameter.
(implicit_conversion): Adjust call to reference_binding.
(initialize_reference): Likewise.
PR c++/9965
* g++.dg/init/ref2.C: New test.
From-SVN: r63909
2003-03-06 22:46:10 +00:00
Jerry Quinn
a9aa7083ed
ios_base_storage.cc (test02): Set exception mask.
...
2003-03-06 Jerry Quinn <jlquinn@optonline.net >
* testsuite/27_io/ios_base_storage.cc (test02): Set exception
mask. Test setting small-numbered pword and iword slots. Test
behavior at limit of numeric_limits::max. Check that values are
still good after failures.
From-SVN: r63908
2003-03-06 22:37:01 +00:00
Roger Sayle
37f5242b58
emit-rtl.c (gen_lowpart): When requesting the low-part of a MEM...
...
* emit-rtl.c (gen_lowpart): When requesting the low-part of a
MEM, try loading the MEM into a register and taking the low-part
of that, to help CSE see the use of the MEM in its true mode.
From-SVN: r63907
2003-03-06 21:59:09 +00:00
Mark Mitchell
0768112136
re PR c++/9400 (Warning -Wshadow warns of shadowed declaration of THIS in local classes.)
...
PR c++/9400
* decl.c (pushdecl): Don't check for shadowing of DECL_ARTIFICIAL
PARM_DECLs.
PR c++/9400
* g++.dg/warn/Wshadow-2.C: New test.
From-SVN: r63904
2003-03-06 21:10:38 +00:00
Mark Mitchell
3d1df1fa6b
re PR c++/9791 (-Woverloaded-virtual reports hiding of destructor)
...
PR c++/9791
* class.c (get_basefndecls): Use lookup_fnfields_1.
PR c++/9791
* g++.dg/warn/Woverloaded-1.C: New test.
From-SVN: r63899
2003-03-06 20:06:29 +00:00
DJ Delorie
f3922fd268
[multiple changes]
...
2002-03-05 Tom Tromey <tromey@redhat.com >
* config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
Define.
2002-03-05 Nick Clifton <nickc@cambridge.redhat.com >
* config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
operand 2.
("*ineqbranchsi"): Likewise.
2002-03-05 Andrew Haley <aph@cambridge.redhat.com >
* config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
mem_fake_push_rtx. Instead construct a SEQUENCE to show the
register store followed by a stack increment.
2002-03-05 Chris Moller <cmoller@redhat.com >
* config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
to inhibit saving CARRY_REGS.
* config/stormy16/stormy16.c (xs_hi_general_operand):
added predicate to detect and error-out on out-of-range
const_ints for movhi.
* config/stormy16/stormy16.md (movhi): use
xs_hi_general_operand.
* config/stormy16/stormy16.c (xstormy16_expand_prologue):
added a check for local vbl size overflow.
* config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
added predicate to detect and error-out on out-of-range
const_ints for addhi and subhi.
* config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
* config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
add a term to accept PRE_MODIFY addresses.
* config/stormy16/stormy16.c (xstormy16_expand_move):
add code to expand PRE_MODIFY addresses to an add followed
by a move.
From-SVN: r63898
2003-03-06 15:03:49 -05:00
Jason Merrill
4c28216d00
tree-inline.c (inlinable_function_p): Revert earlier change pending investigation.
...
* tree-inline.c (inlinable_function_p): Revert earlier change
pending investigation.
From-SVN: r63897
2003-03-06 14:33:44 -05:00
Jerry Quinn
53ec7ec1f1
ios.cc (ios_base::_M_init): Remove _M_word_size.
...
2003-03-06 Jerry Quinn <jlquinn@optonline.net >
* src/ios.cc (ios_base::_M_init): Remove _M_word_size.
(ios_base::ios_base): Set _M_word, _M_word_size.
(ios_base::~ios_base): Remove redundant test.
* testsuite/27_io/ios_base_storage.cc (test03): New.
From-SVN: r63896
2003-03-06 18:10:26 +00:00
Jan Hubicka
2085604548
* gcc.dg/i386-local.c: Fix typo.
...
From-SVN: r63893
2003-03-06 15:31:38 +00:00
Kazu Hirata
0135f3437a
* config/h8300/h8300.md (a new peephole2): New.
...
From-SVN: r63892
2003-03-06 15:14:37 +00:00
Kriang Lerdsuwanakij
8a6393df68
re PR c++/9188 ([New parser] Strange wording of error message)
...
PR c++/9188
* parser.c (cp_parser_type_parameter): Remove redundant `expect'
in error message.
(cp_parser_single_declaration): Likewise.
From-SVN: r63891
2003-03-06 14:49:21 +00:00
Jan Hubicka
5c2e00ee5a
* cgraph.c (cgraph_node): Do not confuse nested functions and methods.
...
From-SVN: r63889
2003-03-06 13:30:22 +00:00
Zdenek Dvorak
323658eac5
dwarf2out.c (size_of_die): Compute size of external reference to die correctly.
...
* dwarf2out.c (size_of_die): Compute size of external reference to
die correctly.
From-SVN: r63888
2003-03-06 10:23:46 +00:00
Hans-Peter Nilsson
2b18b49bb8
mmix.md ("*movcc_expanded"): New pattern.
...
* config/mmix/mmix.md ("*movcc_expanded"): New pattern.
("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
expanders.
From-SVN: r63887
2003-03-06 05:01:15 +00:00
Roger Sayle
1a71a5b037
* expr.h (lang_expand_expr): Delete obsolete prototype.
...
From-SVN: r63886
2003-03-06 04:04:17 +00:00
Kazu Hirata
26d249ebbc
* emit-rtl.c (gen_highpart_mode): Fix a comment typo.
...
From-SVN: r63885
2003-03-06 01:53:08 +00:00
Kazu Hirata
8b41a8dac0
h8300.md (a peephole2): Generalize to accept a memory operand.
...
* config/h8300/h8300.md (a peephole2): Generalize to
accept a memory operand.
From-SVN: r63883
2003-03-06 01:34:55 +00:00
Olivier Hainque
39ee7fa955
alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
...
* config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
* config/alpha/alpha.c (print_operand, case '+'): New.
* config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
(call_value_osf_1_noreturn): Likewise.
From-SVN: r63882
2003-03-05 19:32:29 -05:00
GCC Administrator
99a86ee1e2
Daily bump.
...
From-SVN: r63881
2003-03-06 00:17:07 +00:00
Richard Kenner
cda2605831
stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
...
* stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
(expand_end_bindings): Likewise.
From-SVN: r63874
2003-03-05 18:56:15 -05:00
Jason Merrill
c965b16943
re PR c++/9440 (error message about "non-lvalue in unary '&'" when using ?: operator)
...
PR c++/9440
* call.c (build_conditional_expr): Use convert rather than an
explicit NOP_EXPR.
From-SVN: r63872
2003-03-05 18:03:44 -05:00
John David Anglin
98857de85a
pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
...
* pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
(epilogue): Don't generate return_external_pic when emitting PA 2.0
code.
From-SVN: r63871
2003-03-05 22:40:21 +00:00
Aldy Hernandez
967143957e
tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
...
2003-03-05 Aldy Hernandez <aldyh@redhat.com >
* doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
* config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
* hooks.c (hook_rtx_rtx_null): New.
* hooks.h (hook_rtx_rtx_null): Protoize.
* target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
(TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
* target.h (struct gcc_target): Add dwarf_register_span.
* dwarf2out.c (multiple_reg_loc_descriptor): New.
(one_reg_loc_descriptor): New.
(reg_loc_descriptor): Add support for values that span more than
one register.
From-SVN: r63870
2003-03-05 22:37:52 +00:00
Alexandre Oliva
dd6eaaed37
strstream.cc, [...]: Remove incorrect whitespace added in my previous change.
...
* src/strstream.cc, include/bits/basic_string.tcc: Remove
incorrect whitespace added in my previous change.
From-SVN: r63869
2003-03-05 22:24:56 +00:00
Jan Hubicka
b255a03659
Makefile.in (calls.o, [...]): Depend on cgraph.h
...
* Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
* alias.c: Include cgraph.h
(mark_constant_function): Use cgraph_rtl_info.
* calls.c: Include cgraph.h
(flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
calls.
(expand_call): Use cgraph_rtl_info to set preferred stack boundary.
* cgraph.c (cgraph_rtl_info): New function.
* cgraph.h (cgraph_rtl_info): Declare
(cgraph_rtl_info): Likewise.
* function.h (struct function): Add recursive_call_emit.
* toplev.c: Include cgraph.h.
(rest_of_compilation): Set preferred_incoming_stack_boundary.
* gcc.dg/i386-local2.c: New.
From-SVN: r63868
2003-03-05 22:19:33 +00:00
Kazu Hirata
0eb933a0d0
h8300.c (output_simode_bld): Clear the destination first if possible.
...
* config/h8300/h8300.c (output_simode_bld): Clear the
destination first if possible.
* config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
alternative.
(extzv_1_r_inv_h8300hs): Likewise.
From-SVN: r63867
2003-03-05 22:10:52 +00:00
Matt Austern
1d555f7aec
decl.c (cp_binding_level): Add static_decls varray member.
...
* decl.c (cp_binding_level): Add static_decls varray member.
(add_decl_to_level): Add static/inline namespace scope
declarations to static_decls array.
(wrapup_global_for_namespace): Pass static_decls only, instead of
all decls, to wrapup_global_declarations/check_global_declarations.
(push_namespace): Initialize static_decls for ordinary namespaces.
(cxx_init_decl_processing): Initialize static_decls for global
namespace.
From-SVN: r63866
2003-03-05 22:08:39 +00:00
Zdenek Dvorak
35b0708052
basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.
...
* basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
* cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
* cfgloop.c (flow_loop_free): Made global.
(establish_preds): New static function.
(flow_loop_tree_node_add): Handle subloops of added loop correctly.
(get_loop_exit_edges): New.
(verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
* cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
* cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
loops.
* cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
removability of an edge.
(fix_irreducible_loops): New static function.
(find_path, remove_path): Add ability to remove enclosing loops.
(unloop): New.
(copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
flags.
* cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
* loop-unroll.c (peel_loops_completely): Do not duplicate loop if
not neccessary.
(decide_peel_completely, peel_loops_completely): Allow complete peeling
of non-duplicable once rolling loops.
* loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
From-SVN: r63864
2003-03-05 22:05:18 +00:00
J"orn Rennecke
bb182d238a
sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value for align_jumps is 4.
...
* sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
for align_jumps is 4.
(SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
use GENERAL_REGS.
From-SVN: r63863
2003-03-05 21:45:41 +00:00
Stephane Carrez
f2d0440f54
m68hc11.h (PAD_VARARGS_DOWN): Define and return according to va_arg type.
...
* config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
according to va_arg type.
(EXPAND_BUILTIN_VA_ARG): Remove.
* config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
* config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
From-SVN: r63859
2003-03-05 22:32:11 +01:00
Mark Mitchell
1c442892b3
* g++.dg/abi/layout3.C: New test.
...
From-SVN: r63856
2003-03-05 20:52:53 +00:00
Carlo Wood
0530d3b00b
ios_base.h (ios_base::Init::_S_initialized()): Added _S_initialized() in order to allow debugging libraries to detect when...
...
2003-03-05 Carlo Wood <carlo@alinoe.com >
* include/bits/ios_base.h(ios_base::Init::_S_initialized()): Added
_S_initialized() in order to allow debugging libraries to detect
when the std streams are initialized from an overloaded operator
new.
From-SVN: r63852
2003-03-05 18:53:18 +00:00
Benjamin Kosnik
83e924e101
demangle.h: Move to..
...
2003-03-05 Benjamin Kosnik <bkoz@redhat.com >
* libsupc++/demangle.h: Move to..
* include/bits/demangle.h: ...here.
* src/demangle.cc: Adjust include.
* include/Makefile.am (bits_headers): Add.
* include/Makefile.in: Regenerate.
From-SVN: r63851
2003-03-05 17:57:52 +00:00
David Edelsohn
165b263e39
rs6000.c (rs6000_variable_issue): Remove unnecessary else clauses.
...
* config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
else clauses.
From-SVN: r63850
2003-03-05 12:51:24 -05:00
Geert Bosch
3d713bb882
raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid warning, and fix return type for the IN_RTS && !SJLJ case.
...
ada/9961
* raise.c (__gnat_Unwind_RaiseException): Add prototype to avoid
warning, and fix return type for the IN_RTS && !SJLJ case.
From-SVN: r63842
2003-03-05 17:09:55 +01:00
Michael Matz
8c38a24fa0
i386.c (ix86_save_reg): Also test current_function_uses_const_pool.
...
* i386/i386.c (ix86_save_reg): Also test
current_function_uses_const_pool.
From-SVN: r63840
2003-03-05 13:06:50 +00:00
Michael Matz
336d0d96d0
unwind.h: Add the GPL exception.
...
* unwind.h: Add the GPL exception.
* Makefile.in (USER_H): Add unwind.h.
From-SVN: r63839
2003-03-05 13:04:30 +00:00
Eric Botcazou
be2fa21183
re PR c/9799 (mismatching structure initializer with nested flexible array member, segfaults)
...
PR c/9799
* c-typeck.c (push_init_level): Add sanity check.
From-SVN: r63831
2003-03-05 08:37:57 +00:00
Mark Mitchell
8234c6c11a
* class.c (end_of_class): Correct thinko.
...
From-SVN: r63829
2003-03-05 08:27:42 +00:00
Andreas Jaeger
4e263cd91b
* treetree.c (init_c_lex): Follow change to c-common.h.
...
From-SVN: r63828
2003-03-05 07:29:01 +01:00