Nathan Sidwell
690eed2ccf
* ggc-common.c (ggc_mark_roots): Don't iterate NULL hash tables.
...
From-SVN: r57121
2002-09-13 21:54:10 +00:00
Nathan Sidwell
712467a4c9
pt.c (unify, ARRAY_TYPE): Element type can be more qualified.
...
cp:
* pt.c (unify, ARRAY_TYPE): Element type can be more qualified.
testsuite:
* g++.dg/template/deduce1.C: New test.
From-SVN: r57120
2002-09-13 21:47:22 +00:00
Steve Ellcey
32b4f6f42a
config.gcc (ia64*-*-aix*, [...]): Set extra_parts.
...
* config.gcc (ia64*-*-aix*, ia64*-*-elf*, ia64*-*-freebsd*,
ia64*-*-linux*): Set extra_parts.
* config/ia64/t-aix (EXTRA_PARTS): Remove.
* config/ia64/t-ia64 (EXTRA_PARTS): Remove.
From-SVN: r57119
2002-09-13 21:12:18 +00:00
Kazu Hirata
3db11b5c9f
fixunssfsi.c: Replace H8/S with H8S.
...
* config/h8300/fixunssfsi.c: Replace H8/S with H8S.
* config/h8300/h8300.c: Likewise.
* config/h8300/h8300.h: Likewise.
* config/h8300/h8300.md: Likewise.
* doc/invoke.texi: Likewise.
From-SVN: r57118
2002-09-13 20:35:07 +00:00
Kazu Hirata
b6894857d3
* config/h8300/h8300.c (h8300_init_once): Fix formatting.
...
From-SVN: r57117
2002-09-13 20:12:25 +00:00
Kazu Hirata
b5fc646f63
simd-1.c: Force all use of int to 32-bit int.
...
* gcc.c-torture/execute/simd-1.c: Force all use of int to
32-bit int.
From-SVN: r57116
2002-09-13 18:33:34 +00:00
Matt Austern
6c6e776d78
cp-tree.h, tree.c: New function non_cast_lvalue_p.
...
2002-09-13 Matt Austern <austern@apple.com>
* cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
* cp/call.c: Change call-by-const-reference mechanism to use
non_cast_lvalue_p when deciding whether the create a temporary.
We need a temporary when passing, e.g. (long) x by const ref.
* testsuite/g++.dg/other/constref[12].C: New, regression tests for
passing a cast expression to a function by const reference.
From-SVN: r57115
2002-09-13 18:08:16 +00:00
Richard Henderson
d5909a7963
alpha.md (attr type): Add callpal.
...
* config/alpha/alpha.md (attr type): Add callpal.
(imb, trap, load_tp, set_tp): Use it.
* config/alpha/ev4.md (ev4_callpal): New.
* config/alpha/ev5.md (ev5_callpal): New.
* config/alpha/ev6.md (ev6_ibr): Handle callpal.
* config/alpha/alpha.c (alphaev4_insn_pipe): Handle TYPE_CALLPAL.
(alphaev5_insn_pipe): Likewise.
From-SVN: r57113
2002-09-13 11:01:09 -07:00
Andreas Jaeger
e0073fa817
* Makefile.in (print-rtl.o): Depend on CONFIG_H.
...
From-SVN: r57111
2002-09-13 19:19:55 +02:00
Steve Ellcey
1f29862567
t-hpux (LIBGCC1_TEST, [...]): New, set to NULL.
...
* config/ia64/t-hpux (LIBGCC1_TEST, STMP_FIXPROTO,
LIB2ADDEH): New, set to NULL.
(SHLIB_EXT, SHLIB_LINK, SHLIB_INSTALL, SHLIB_MKMAP): New.
From-SVN: r57110
2002-09-13 16:58:27 +00:00
Steve Ellcey
1a7e147025
quadlib.c (_U_Qfcmp): Make extern.
...
* config/ia64/quadlib.c (_U_Qfcmp): Make extern.
(_U_Qfcnvfxt_quad_to_sgl): Remove declaration.
(_U_Qfeq, _U_Qfne, _U_Qfgt, _U_Qfge, U_Qflt, U_Qfle, _U_Qfcomp):
Add declarations.
(_U_Qfneg): Remove.
From-SVN: r57109
2002-09-13 16:40:53 +00:00
Dhananjay R. Deshpande
d56c04ce52
h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Add support for H8/300, H8/S aa:8 mode.
...
* config/h8300/h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): Add support
for H8/300, H8/S aa:8 mode.
(TINY_CONSTANT_ADDRESS_P): Add support for H8/S aa:16 mode.
* config/h8300/h8300.c (h8300_adjust_insn_length): Adjust length
for H8/300 aa:8 mode.
From-SVN: r57108
2002-09-13 15:42:47 +00:00
Michael Koch
69aeba4ed0
DatagramPacket.java (DatagramPacket): Added linebreak for 80 chars per line.
...
2002-09-13 Michael Koch <konqueror@gmx.de>
* java/net/DatagramPacket.java (DatagramPacket):
Added linebreak for 80 chars per line.
* java/net/JarURLConection.java
(getInputStream, getJarEntry): Likewise.
* java/net/SocketPermission.java
(SocketPermission class docu, implies): Likewise.
* java/net/URLClassLoader.java (findResources): Likewise.
* java/net/URLConnection.java: Reindendet remark for 80 chars per line
From-SVN: r57105
2002-09-13 11:39:47 +00:00
Kazu Hirata
a1c65f9f4f
decl.c: Fix comment formatting.
...
* decl.c: Fix comment formatting.
* decl2.c: Likewise.
From-SVN: r57104
2002-09-13 11:33:47 +00:00
Hartmut Penner
4456530dac
* config/s390/s390.md ("trap", "conditional_trap", "*trap"): New insns.
...
From-SVN: r57102
2002-09-13 09:46:57 +00:00
Michael Koch
8764acde96
DatagramChannel.java, [...]: New dummy files to make java.net fully JDK 1.4 compatible
...
2002-09-13 Michael Koch <konqueror@gmx.de>
* java/nio/channels/DatagramChannel.java,
java/nio/channels/ServerSocketChannel.java
java/nio/channels/SocketChannel.java:
New dummy files to make java.net fully JDK 1.4 compatible
* Makefile.am (ordinary_java_source_files): Added
java/net/DatagramSocketImplFactory.java (long forgotten),
java/nio/SocketChannel.java,
java/nio/ServerSocketChannel.java,
java/nio/DatagramChannel.java
* Makefile.in: Regenrated.
From-SVN: r57101
2002-09-13 09:02:23 +00:00
GCC Administrator
a1edfd70e8
Daily bump.
...
From-SVN: r57099
2002-09-13 07:17:10 +00:00
GCC Administrator
087f5e5a79
Daily bump.
...
[[Split portion of a mixed commit.]]
From-SVN: r57098.3
2002-09-13 07:17:09 +00:00
Richard Henderson
4d2d910c10
Makefile.in (HOST_PRINT): Use print-rtl1.o
...
* Makefile.in (HOST_PRINT): Use print-rtl1.o
(print-rtl.o): Don't define GENERATOR_FILE.
(print-rtl1.o): Rename from $(BUILD_PREFIX_1)print-rtl.o.
* print-rtl.c (print_rtx): Include CONST_DOUBLE fp decimal output
unless GENERATOR_FILE.
From-SVN: r57092
2002-09-12 23:28:21 -07:00
Stan Shebs
6ab9a3f4a8
darwin.h (USER_LABEL_PREFIX): Define here...
...
* config/darwin.h (USER_LABEL_PREFIX): Define here...
* config/i386/darwin.h: ... instead of here.
From-SVN: r57090
2002-09-13 04:00:56 +00:00
Stan Shebs
7606e68f7b
target.h (struct gcc_target): New field terminate_dw2_eh_frame_info.
...
* target.h (struct gcc_target): New field
terminate_dw2_eh_frame_info.
* target-def.h (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
(TARGET_INITIALIZER): Add it.
* dwarf2out.c (output_call_frame_info): Use target hook.
* dwarf2asm.c (dw2_asm_output_delta): Use macro
ASM_OUTPUT_DWARF_DELTA if defined.
* doc/tm.texi (TARGET_TERMINATE_DW2_EH_FRAME_INFO): Document.
(ASM_OUTPUT_DWARF_DELTA): Ditto.
(ASM_OUTPUT_DWARF_OFFSET): Ditto.
(ASM_OUTPUT_DWARF_PCREL): Ditto.
* config.gcc (i[34567]86-*-darwin*): Define extra_parts.
(powerpc-*-darwin*): Ditto.
* crtstuff.c [OBJECT_FORMAT_MACHO]: Update the Mach-O bits
to work correctly for Darwin.
* config/darwin.h (OBJECT_FORMAT_MACHO): Define.
(STARTFILE_SPEC): Add crtbegin.o.
(ENDFILE_SPEC): Define.
(EXTRA_SECTION_FUNCTIONS): Put gcc_except_tab in data segment.
(ASM_PREFERRED_EH_DATA_FORMAT): Handle more cases.
(ASM_OUTPUT_DWARF_DELTA): Define.
(TARGET_TERMINATE_DW2_EH_FRAME_INFO): Define.
* config/darwin.c (darwin_asm_output_dwarf_delta): New function.
From-SVN: r57089
2002-09-13 03:44:54 +00:00
Alan Modra
20b71b177f
rs6000.c (rs6000_emit_load_toc_table): Remove "if" nesting.
...
* config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Remove "if"
nesting. Correct test for non-PowerPC64 ELF ABI_AIX.
* config/rs6000/rs6000.md (load_toc_v4_PIC*): Disable when ABI_AIX.
From-SVN: r57086
2002-09-13 11:10:44 +09:30
Kazu Hirata
00a17e31a6
call.c: Fix comment formatting.
...
* call.c: Fix comment formatting.
* class.c: Likewise.
* cp-lang.c: Likewise.
* cp-tree.h: Likewise.
* cvt.c: Likewise.
From-SVN: r57083
2002-09-13 00:22:59 +00:00
Benjamin Kosnik
714e9334c4
Makefile.am (LIBTOOL): Use --tag CC always for this directory.
...
2002-09-12 Benjamin Kosnik <bkoz@redhat.com>
* libmath/Makefile.am (LIBTOOL): Use --tag CC always for this
directory.
* libmath/Makefile.in: Regenerate.
* src/Makefile.am: Tweak comment.
* src/Makefile.in: Regenerate.
* config/locale/gnu/c_locale.h: Remove warnings.
Inject __uselocale into __gnu_cxx.
* config/locale/generic/c_locale.h: Match.
From-SVN: r57082
2002-09-12 23:27:30 +00:00
Zack Weinberg
d48fd218f9
toplev.c: Move default definition of USER_LABEL_PREFIX...
...
* toplev.c: Move default definition of USER_LABEL_PREFIX...
* defaults.h: ... here.
From-SVN: r57081
2002-09-12 22:34:08 +00:00
Richard Henderson
92bc3c1a9a
* vax.c: Include tree.h earlier.
...
From-SVN: r57080
2002-09-12 14:05:13 -07:00
Stan Shebs
3f64e54373
darwin.c (machopic_finish): Remove #if 0 chunks.
...
* config/darwin.c (machopic_finish): Remove #if 0 chunks.
(machopic_operand_p): Ditto.
From-SVN: r57079
2002-09-12 19:46:34 +00:00
Kazu Hirata
52bd31bbf7
arm.c (arm_compute_initial_elimination_offset): Fix a comment typo.
...
* config/arm/arm.c (arm_compute_initial_elimination_offset):
Fix a comment typo.
From-SVN: r57078
2002-09-12 18:25:28 +00:00
Kazu Hirata
387c92949f
* toplev.c (do_abort): Fix a comment typo.
...
From-SVN: r57077
2002-09-12 18:06:31 +00:00
Kazu Hirata
e34bb0042e
cselib.c: Fix comment formatting.
...
* cselib.c: Fix comment formatting.
* gengtype.c: Likewise.
From-SVN: r57076
2002-09-12 17:31:41 +00:00
Nicola Pero
c2a68741db
Small cleanups of nil_method in sendmsg.c
...
From-SVN: r57075
2002-09-12 17:30:45 +00:00
Nicola Pero
faaa30fe92
Tidied up the declaration and usage of nil_method
...
From-SVN: r57074
2002-09-12 17:29:58 +00:00
Nicola Pero
d90ad6d3ca
Added long comments on why nil_method takes the arguments it takes and how
...
it's going to be used
From-SVN: r57073
2002-09-12 17:29:26 +00:00
Nicola Pero
4c341bf5b7
Added comments to the definition of IMP
...
From-SVN: r57072
2002-09-12 17:28:47 +00:00
Kazu Hirata
d0029ebd92
h8300.md (udivmodqi4): Do not use an expander.
...
* config/h8300/h8300.md (udivmodqi4): Do not use an expander.
(udivmodhi4): Likewise.
From-SVN: r57071
2002-09-12 17:15:30 +00:00
Graham Stott
c3c637e36e
i386.c (any_fp_register_operand, [...]): New predicate functions.
...
2002-09-12 Graham Stott <graham.stott@btinternet.com>
Roger Sayle <roger@eyesopen.com>
* i386.c (any_fp_register_operand, fp_register_operand,
register_and_not_any_fp_reg_operand, register_and_not_fp_reg_operand):
New predicate functions.
* i386-protos.h: Add their prototypes.
* i386.h: Add them to PREDICATE_CODES.
* i386.md ("*pushsf_rex64"+2, "*pushsf_rex64"+3, "*pushdf_integer"+1,
"*pushdf_integer"+2, "*pushtf_integer"+1, "*pushtf_integer"+2,
"*pushtf_integer"+3, "*pushtf_integer"+4, "*dummy_extendsfdf2"+1,
"*dummy_extendsfdf2"+2, "*dummy_extendsfxf2"+1,
"*dummy_extendsftf2"+1, "*dummy_extendsftf2"+2,
"*dummy_extenddfxf2"+1, "*dummy_extenddftf2"+1,
"*dummy_extenddftf2"+2, "*negsf2_if"+1, "*negsf2_if"+2,
"*negdf2_if_rex64"+1, "*negdf2_if_rex64"+2, "*negxf2_if"+1,
"*negxf2_if"+2, "*negtf2_if"+1, "*negtf2_if"+2, "*abssf2_if"+1,
"*abssf2_if"+2, "*absdf2_if_rex64"+1, "*absdf2_if_rex64"+2,
"*absxf2_if"+1, "*absxf2_if"+2, "*abstf2_if"+1, "*abstf2_if"+2):
Use these new predicates to simplify and correct the use of
FP_REG_P, ANY_FP_REG_P, FP_REGNO_P and any ANY_FP_REGNO_P.
Co-Authored-By: Roger Sayle <roger@eyesopen.com>
From-SVN: r57068
2002-09-12 16:33:37 +00:00
Jason Merrill
236a2ac8cc
diagnostic.c (output_add_identifier): New fn.
...
* diagnostic.c (output_add_identifier): New fn.
* diagnostic.h: Declare it.
From-SVN: r57066
2002-09-12 10:23:42 -04:00
Jason Merrill
db4c55f693
calls.c (store_one_arg): Use size_in_bytes to determine the amount of space to push.
...
* calls.c (store_one_arg): Use size_in_bytes to determine the
amount of space to push.
From-SVN: r57064
2002-09-12 10:00:21 -04:00
Jakub Jelinek
13c0bc2061
* config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
...
From-SVN: r57061
2002-09-12 15:40:01 +02:00
Ulrich Weigand
0a3bdf9da7
s390-modes.def (CCAPmode, CCANmode): New CC modes.
...
* config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.
* config/s390/s390.c (s390_match_ccmode_set): Support new CC modes.
(s390_select_ccmode): Likewise.
(s390_branch_condition_mask): Likewise.
(optimization_options): Do not set flag_branch_on_count.
(s390_split_branches): Handle doloop branches.
(s390_chunkify_pool): Likewise.
* config/s390/s390.md ("*adddi3_imm_cc", "*addsi3_imm_cc"): New insns.
("doloop_end"): New expander.
("doolop_si", "*doloop_si_long", "doloop_di", "*doloop_di_long",
associated splitters): New.
From-SVN: r57060
2002-09-12 12:37:17 +00:00
GCC Administrator
81ea34e1c1
Daily bump.
...
From-SVN: r57056
2002-09-12 07:17:11 +00:00
Hartmut Penner
4f968d9388
fold-const.c (make_range): Only narrow to signed range if the signed range is smaller than the unsigned range.
...
* fold-const.c (make_range): Only narrow to signed range if
the signed range is smaller than the unsigned range.
* gcc.c-torture/execute/20020911-1.c: New.
From-SVN: r57050
2002-09-11 23:49:26 -07:00
Michael Koch
d0c97db6b3
2002-09-12 Michael Koch <konqueror@gmx.de>
...
* java/net/DatagramSocketImpl.jav
(peekData): New method.
* java/net/PlainDatagramSocketImpl.java
(peekData): New method.
* java/net/natPlainDatagramSocketImpl.cc
(peekData): New method.
* java/net/URLConnection
(getPermission): New method.
(addRequestProperty): New method.
(getRequestProperties): New method.
(guessContentTypeFromStream): New method, not really implemented.
(URLConnection): Added/updated documentation.
(connect): Added/updated documentation.
(getURL): Added/updated documentation.
(getContentLength): Added/updated documentation.
(getContentType: Added/updated documentation.
(getContentEncoding): Added/updated documentation.
(getExpiration): Added/updated documentation.
(getDate): Added/updated documentation.
(getLastModified): Added/updated documentation.
(getHeaderField): Added/updated documentation.
(getHeaderFields): Added/updated documentation.
(getHeaderFieldInt): Added/updated documentation.
(getHeaderFieldDate): Added/updated documentation.
(getHeaderFieldKey): Added/updated documentation.
(getContent): Added/updated documentation.
(getInputStream): Added/updated documentation.
(getOutputStream): Added/updated documentation.
(toString): Added/updated documentation.
(setDoInput): Added/updated documentation.
(getDoInput): Added/updated documentation.
(setDoOutput): Added/updated documentation.
(getDoOutput): Added/updated documentation.
(setAllowUserInteraction): Added/updated documentation.
(getAllowUserInteraction): Added/updated documentation.
(setDefaultAllowUserInteraction): Added/updated documentation.
(getDefaultAllowUserInteraction): Added/updated documentation.
(setUseCaches): Added/updated documentation.
(getUseCaches): Added/updated documentation.
(setIfModifiedSince): Added/updated documentation.
(getIfModifiedSince): Added/updated documentation.
(getDefaultUseCaches): Added/updated documentation.
(setDefaultUseCaches): Added/updated documentation.
(setRequestProperty): Added/updated documentation.
(getRequestProperty): Added/updated documentation.
(setDefaultRequestProperty): Added/updated documentation.
(getDefaultRequestProperty): Added/updated documentation.
(setContentHandlerFactory): Added/updated documentation.
From-SVN: r57049
2002-09-12 06:35:51 +00:00
Alan Modra
35aff10b0f
emit-rtl.c (set_mem_size): New function.
...
* emit-rtl.c (set_mem_size): New function.
* expr.h (set_mem_size): Declare.
* config/rs6000/rs6000.c (expand_block_move_mem): Exterminate.
(expand_block_move): Instead, use adjust_address and
replace_equiv_address to generate proper aliasing info.
Move common code out of conditionals. Localize vars.
From-SVN: r57047
2002-09-12 11:44:26 +09:30
Eric Botcazou
874f6a6d1f
optabs.c (expand_binop): Minor cleanup.
...
* optabs.c (expand_binop): Minor cleanup.
(expand_twoval_binop): Convert CONST_INTs like in expand_binop.
From-SVN: r57046
2002-09-11 18:29:21 -07:00
Dan Nicolaescu
d1df930ba1
* print-tree.c (print_node): Print the restrict qualifier.
...
From-SVN: r57045
2002-09-11 17:55:21 -07:00
Mike Stump
6eedb9ca76
* splay-tree.c (splay_tree_successor): Fix comments.
...
From-SVN: r57044
2002-09-12 00:51:25 +00:00
Tom Tromey
09bfbc1c11
Makefile.in: Rebuilt.
...
* Makefile.in: Rebuilt.
* Makefile.am (TEXINFO_TEX): New macro.
(info_TEXINFOS): Likewise.
(fastjar_TEXINFOS): Likewise.
(man_MANS): Likewise.
(EXTRA_DIST): Likewise.
(my_makei_flags): Likewise.
(fastjar.info): New rule.
(fastjar_TEXINFOS): Don't mention `$(srcdir)'.
(TEXINFO_TEX): Likewise.
(AUTOMAKE_OPTIONS): Added `cygnus'.
From-SVN: r57043
2002-09-12 00:40:12 +00:00
Janis Johnson
9026a957f2
install.texi: Fix typos.
...
2002-09-11 Janis Johnson <janis187@us.ibm.com>
* doc/install.texi: Fix typos.
From-SVN: r57041
2002-09-11 22:10:10 +00:00
Zack Weinberg
b2196e8f24
Fix typo in last commit
...
From-SVN: r57038
2002-09-11 20:06:45 +00:00