Kaveh R. Ghazi
1691051fc9
* collect2.c (scan_prog_file): Fix typo in message.
...
From-SVN: r55107
2002-06-29 22:51:11 +00:00
Aaron Lehmann
7bfb14f14f
fold-cont.c: Remove unused CHARMASK.
...
2002-06-28 Aaron Lehmann <aaronl@vitelus.com>
* fold-cont.c: Remove unused CHARMASK.
From-SVN: r55106
2002-06-29 21:14:21 +00:00
Hans Boehm
5ddf82b4c7
* win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
...
From-SVN: r55104
2002-06-29 17:34:06 +00:00
Neil Booth
38800fe876
re PR preprocessor/7150 (gcc -dM -E ... SegFault)
...
PR preprocessor/7150
* cppmain.c (scan_translation_unit_trad): Simplify.
* cpplib.c (cpp_scan_nooutput): Handle traditional case.
From-SVN: r55102
2002-06-29 15:49:24 +00:00
Neil Booth
f60ed6be98
crtdll.h: Define EXTRA_OS_CPP_BUILTINS.
...
* config/i386/crtdll.h: Define EXTRA_OS_CPP_BUILTINS.
Don't use CPP_PREDEFINES.
* config/i386/cygwin.h (EXTRA_OS_CPP_BUILTINS): New.
Used TARGET_OS_CPP_BUILTINS in preference to CPP_PREDEFINES.
* config/i386/djgpp.h, config/i386/i386-coff.h,
config/i386/i386-interix.h, config/i386/i386-interix3.h,
config/i386/lynx-ng.h, config/i386/lynx.h, config/i386/mingw32.h,
config/i386/openbsd.h, config/i386/ptx4-i.h, config/i386/sysv3.h,
config/i386/uwin.h: Similarly.
From-SVN: r55101
2002-06-29 09:10:04 +00:00
GCC Administrator
ddd9819e57
Daily bump.
...
From-SVN: r55100
2002-06-29 07:17:41 +00:00
Herman A.J. ten Brugge
76118c1102
c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and flag_inline_trees to...
...
* c4x.h: (TARGET_CPU_CPP_BUILTINS): Check flag_inline_functions and
flag_inline_trees to enable inlining.
From-SVN: r55091
2002-06-29 03:05:50 +00:00
Phil Edwards
446c5b11aa
PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161
...
2002-06-28 Phil Edwards <pme@gcc.gnu.org>
PR libstdc++/7157, PR libstdc++/7158, PR libstdc++/7161
* include/std/std_queue.h: Include deque.tcc, vector.tcc.
* include/std/std_stack.h: Include deque.tcc.
* testsuite/23_containers/adaptors.cc: New file.
From-SVN: r55090
2002-06-29 01:10:51 +00:00
Phil Edwards
9137b119fa
configure.in (gcc_gxx_include_dir): Change to match versioned C++ headers if --enable-version-specific-runtime-libs...
...
2002-06-28 Phil Edwards <pme@gcc.gnu.org>
* configure.in (gcc_gxx_include_dir): Change to match versioned
C++ headers if --enable-version-specific-runtime-libs is used.
* configure: Regenerate.
From-SVN: r55088
2002-06-29 00:19:00 +00:00
Jan Hubicka
6bdb8dd695
* gcse.c (gcse_emit_move_after): Use gen_move_insn to produce the move.
...
From-SVN: r55087
2002-06-28 17:41:19 -06:00
Stephen Clarke
f1b1186f6c
combine.c (combine_simplify_rtx): Pass the mode of the shift count...
...
* combine.c (combine_simplify_rtx): Pass the mode of the
shift count, not the shift operation when trying to simplify
a shift on a SHIFT_COUNT_TRUNCATED target.
From-SVN: r55085
2002-06-28 15:34:47 -06:00
Stephane Carrez
ae9bd48177
m68hc11.md ("*addsi3"): Use 'o' constraint to avoid the auto increment addressing modes.
...
* config/m68hc11/m68hc11.md ("*addsi3"): Use 'o' constraint to
avoid the auto increment addressing modes.
("*subsi3"): Likewise.
(split for add/sub on address): For 68HC12 push the value on
the stack and do the operation with a pop.
From-SVN: r55083
2002-06-28 23:16:58 +02:00
Graham Stott
2fe938856a
MAINTAINERS: Update my email address.
...
2002-06-28 Graham Stott <graham.stott@btinternet.com>
* MAINTAINERS: Update my email address.
From-SVN: r55082
2002-06-28 21:07:30 +00:00
Graham Stott
4c3158022f
* Update email address.
...
From-SVN: r55081
2002-06-28 21:00:15 +00:00
Stephane Carrez
4caff360ac
m68hc11.h (OPTIMIZATION_OPTIONS): Define.
...
* config/m68hc11/m68hc11.h (OPTIMIZATION_OPTIONS): Define.
* config/m68hc11/m68hc11-protos.h (m68hc11_optimization_options):
Declare.
* config/m68hc11/m68hc11.c (m68hc11_optimization_options): New,
do not reorder basic blocks at the end when optimizing for size.
From-SVN: r55079
2002-06-28 22:49:36 +02:00
Neil Booth
1d63a28afc
cpplib.c (_cpp_handle_directive): Move #define-specific code to the #define handler...
...
* cpplib.c (_cpp_handle_directive): Move #define-specific
code to the #define handler...
(do_define): ...here.
(lex_macro_node): No longer a need to check for comments here.
From-SVN: r55077
2002-06-28 20:27:14 +00:00
Stephane Carrez
2cc2149737
m68hc11.c (autoinc_mode): New function.
...
* config/m68hc11/m68hc11.c (autoinc_mode): New function.
(m68hc11_make_autoinc_notes): New function.
(m68hc11_split_move): Be very cautious when spliting a move with
auto increment/decrement modes because this may result in incompatible
directions; add REG_INC notes to the resulting insn for CSE reg.
From-SVN: r55076
2002-06-28 22:26:16 +02:00
Toon Moene
ba18d6d38b
news.texi: Mention 2 Gbyte limit on 32-bit targets for arrays explicitly in news on g77-3.1.
...
2002-06-28 Toon Moene <toon@moene.indiv.nluug.nl>
* news.texi: Mention 2 Gbyte limit on 32-bit targets
for arrays explicitly in news on g77-3.1.
From-SVN: r55075
2002-06-28 19:58:32 +00:00
Stephane Carrez
3cdd28216b
m68hc11.c (register_indirect_p): For 68HC12 a constant can be a valid address.
...
* config/m68hc11/m68hc11.c (register_indirect_p): For 68HC12 a constant
can be a valid address.
From-SVN: r55073
2002-06-28 21:52:17 +02:00
Aldy Hernandez
7c3abc7301
ok, this is the right version ;-)
...
From-SVN: r55071
2002-06-28 19:13:15 +00:00
Aldy Hernandez
14b32f4e02
fix stupidity of committing the wrong version of the file
...
From-SVN: r55070
2002-06-28 19:11:22 +00:00
Aldy Hernandez
e6a82e8067
rs6000.c: Remove unusued variables from last patch.
...
2002-06-28 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c: Remove unusued variables from last
patch.
From-SVN: r55069
2002-06-28 19:06:08 +00:00
Aldy Hernandez
a7ae18e278
revert: rs6000.c (rs6000_override_options): Move *SUBTARGET_OVERRIDE_OPTIONS before the -m options.
...
2002-06-27 Aldy Hernandez <aldyh@redhat.com>
Revert:
* config/rs6000/rs6000.c (rs6000_override_options): Move
*SUBTARGET_OVERRIDE_OPTIONS before the -m options.
From-SVN: r55068
2002-06-28 18:07:41 +00:00
Aldy Hernandez
3a9b8c7e91
rs6000.c (altivec_expand_builtin): Move lvx/stv/dst builtins...
...
2002-06-27 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (altivec_expand_builtin): Move
lvx/stv/dst builtins...
(altivec_expand_ld_builtin): ...to here.
(altivec_expand_st_builtin): ...here.
(altivec_expand_dst_builtin): ...and here (respectively).
From-SVN: r55067
2002-06-28 17:32:12 +00:00
Bob Wilson
5f9dc2143b
* config/xtensa/xtensa.h (RETURN_IN_MEMORY): Update comment.
...
From-SVN: r55066
2002-06-28 17:24:34 +00:00
Bernd Schmidt
53501a19fa
Prevent creation of paradoxical FLOAT_MODE subregs
...
From-SVN: r55064
2002-06-28 15:43:54 +00:00
GCC Administrator
20c2d1fea3
Daily bump.
...
From-SVN: r55061
2002-06-28 07:18:09 +00:00
Andreas Jaeger
c168bbd714
re PR ada/7144 (Typo in Makefile-comment)
...
PR ada/7144
* Makefile.in: Fix typo in comment, patch by Adrian Knoth
<adi@thur.de>.
From-SVN: r55056
2002-06-28 08:35:14 +02:00
Neil Booth
d1a586888e
re PR preprocessor/7138 (gcc-3.2 failed to compile kernel)
...
PR preprocessor/7138
* cpplib.c (_cpp_handle_directive): Do traditional
preparation after setting state.angled_headers.
* cpptrad.c (scan_out_logical_line): Fix potential
quote bug.
From-SVN: r55055
2002-06-28 06:26:54 +00:00
Aldy Hernandez
55c1c60d4f
Aldy Hernandez <aldyh@redhat.com>
...
* config/rs6000/rs6000.c (rs6000_override_options): Move
*SUBTARGET_OVERRIDE_OPTIONS before the -m options.
From-SVN: r55053
2002-06-28 04:21:17 +00:00
Bob Wilson
3219c65bc9
xtensa.md: Give "*xxx" names to all unnamed insn's.
...
* config/xtensa/xtensa.md: Give "*xxx" names to all unnamed insn's.
(*lsiu, *ssiu, movstrsi_internal, zero_cost_loop_start,
zero_cost_loop_end): Remove unnecessary "parallel" from insns.
From-SVN: r55046
2002-06-27 23:17:46 +00:00
Phil Edwards
07a6e20be9
stl_alloc.h: Deprecate all 'reallocate' memfns.
...
2002-06-27 Phil Edwards <pme@gcc.gnu.org>
* include/bits/stl_alloc.h: Deprecate all 'reallocate' memfns.
* docs/html/ext/howto.html: Update allocator notes.
From-SVN: r55044
2002-06-27 22:09:02 +00:00
Mark Mitchell
5ce49b4b08
re PR c++/6695 (Regression: template friend declaration doesn't work)
...
PR c++/6695
* pt.c (tsubst_friend_class): Substitute into the context of the
friend before using it.
PR c++/6695
* g++.dg/template/friend7.C: New file.
From-SVN: r55041
2002-06-27 21:45:56 +00:00
Roger Sayle
c8f863fc55
d30v.h: Remove commented out STACK_REGS #defines.
...
* config/d30v/d30v.h: Remove commented out STACK_REGS #defines.
* config/stormy16/stormy16.h: Likewise.
* config/stormy16/stormy16.h (CUMULATIVE_ARGS): Replace typedef
with #define.
From-SVN: r55039
2002-06-27 20:15:57 +00:00
Gerald Pfeifer
8d5362b772
install.texi (Binaries): Add Sinix/Reliant Unix.
...
* doc/install.texi (Binaries): Add Sinix/Reliant Unix. Move
Hitachi entry. Make punctuation more consistent.
From-SVN: r55037
2002-06-27 19:08:52 +00:00
Aldy Hernandez
759236dd7c
string-opt-8.c (strncmp): Fix typo in return type.
...
2002-06-27 Aldy Hernandez <aldyh@redhat.com>
* gcc.c-torture/execute/string-opt-8.c (strncmp): Fix typo in
return type.
From-SVN: r55035
2002-06-27 18:23:33 +00:00
Matt Kraai
57694e4011
install.texi: Change bit' to
-bit'.
...
* doc/install.texi: Change ` bit' to `-bit'.
* doc/md.texi: Change `-bits' to `-bit'.
* doc/tm.texi: Change `-bits' to ` bits'.
From-SVN: r55033
2002-06-27 17:19:06 +00:00
Daniel Berlin
c635a1ec84
gcse.c (hoist_code): Rewrite to only get list of dominated blocks once per BB.
...
* gcse.c (hoist_code): Rewrite to only get list of dominated
blocks once per BB. Also fix reversed test (by removing need for
the test at all).
From-SVN: r55031
2002-06-27 09:56:40 -06:00
J"orn Rennecke
8642282920
simd-2.c (i, j): Add initializer elements to avoid division by zero.
...
* gcc.c-torture/execute/simd-2.c (i, j): Add initializer elements to
avoid division by zero.
From-SVN: r55030
2002-06-27 15:24:30 +01:00
Benjamin Kosnik
53c40185d0
config.if (libstdcxx_incdir): Version C++ headers.
...
2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
* config.if (libstdcxx_incdir): Version C++ headers.
(cxx_incdir): Remove.
From-SVN: r55029
2002-06-27 10:19:53 +00:00
Benjamin Kosnik
41970073a9
configure.in (INTERFACE): Remove.
...
2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
* configure.in (INTERFACE): Remove.
(release_VERSION): Remove.
* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Change include placement.
(libstdcxx_interface): Change. Use gcc methods to determine version.
* configure: Regenerate.
* aclocal.m4: Regenerate.
From-SVN: r55028
2002-06-27 10:16:50 +00:00
GCC Administrator
7692f832b4
Daily bump.
...
From-SVN: r55027
2002-06-27 07:17:30 +00:00
Neil Booth
951a076609
cpphash.h (_cpp_set_trad_context): Remove.
...
* cpphash.h (_cpp_set_trad_context): Remove.
* cpplib.c (prepare_directive_trad): Do nothing for #define.
(cpp_push_buffer, _cpp_pop_buffer): Don't call _cpp_set_trad_context.
* cpptrad.c: Update comments.
(_cpp_read_logical_line_trad): Let scan_logical_line handle
updating the current context.
(scan_logical_line): Update the current context.
(_cpp_create_trad_definition): Similarly.
(_cpp_set_trad_context): Remove.
From-SVN: r55022
2002-06-27 06:01:58 +00:00
Neil Booth
0647023885
re PR preprocessor/7070 (internal error with -Wunknown-pragmas && empty #pragma)
...
PR preprocessor/7070
* c-lex.c (cb_def_pragma): Don't try to spell CPP_EOF.
testsuite:
* gcc.dg/Wunknownprag.c: New tests.
From-SVN: r55021
2002-06-27 05:59:53 +00:00
Bob Wilson
0c14a54df6
xtensa-protos.h (xtensa_return_addr): Declare.
...
* config/xtensa/xtensa-protos.h (xtensa_return_addr): Declare.
config/xtensa/xtensa.c (xtensa_return_addr): New function.
config/xtensa/xtensa.h (RETURN_ADDR_RTX): Use xtensa_return_addr.
config/xtensa/xtensa.md (fix_return_addr): New pattern.
From-SVN: r55020
2002-06-27 04:33:41 +00:00
Kaveh R. Ghazi
e9873fd5e1
mips.c (coprocessor_operand, [...]): Move prototypes from here...
...
* mips.c (coprocessor_operand, coprocessor2_operand,
symbolic_operand): Move prototypes from here...
* mips-protos.h (coprocessor_operand, coprocessor2_operand,
symbolic_operand): ...to here.
From-SVN: r55018
2002-06-27 02:10:36 +00:00
Kaveh R. Ghazi
33780b4597
parse.y (check_modifiers, [...]): Avoid incorrect hardcoded constant 10.
...
* parse.y (check_modifiers, declare_local_variables): Avoid
incorrect hardcoded constant 10.
From-SVN: r55017
2002-06-27 01:53:42 +00:00
Kaveh R. Ghazi
57ddd19c61
lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.
...
* lex.c (java_init_lex): Avoid incorrect hardcoded constant 11.
* parse.y (mark_parser_ctxt): Likewise.
From-SVN: r55016
2002-06-27 01:03:24 +00:00
Kaveh R. Ghazi
bd466c7bde
lex.c (java_read_char): Avoid "comparison is always true" warning.
...
* lex.c (java_read_char): Avoid "comparison is always true"
warning.
From-SVN: r55014
2002-06-26 20:07:02 +00:00
Mark Mitchell
88e5899c42
cp-tree.h (xref_tag): Change prototype.
...
* cp-tree.h (xref_tag): Change prototype.
(handle_class_head): Likewise.
(build_x_component_ref): Likewise.
* decl.c (cxx_init_decl_processing): Adjust call to xref_tag.
(xref_tag): Take attributes as a separate parameter.
(xref_tag_from_type): Adjust call to xref_tag.
* decl2.c (build_expr_from_tree): Adjust call to
build_x_component_ref.
(handle_class_head): Take attributes as a separate parameter.
* parse.y (parse_xref_tag): New function.
(parse_handle_class_head): Likewise.
(primary): Use parse_xref_tag.
(class_head_decl): Use parse_handle_class_head.
(class_head_defn): Likewise.
* rtti.c (init_rtti_processing): Adjust call to xref_tag.
(build_dynamic_cast_1): Likewise.
(create_pseudo_type_info): Likewise.
(emit_support_tinfos): Likewise.
* typeck.c (build_object_ref): Adjust call to
build_x_component_ref.
(build_x_component_ref): Remove protect parameter.
From-SVN: r55013
2002-06-26 17:03:44 +00:00