]> gcc.gnu.org Git - gcc.git/log
gcc.git
21 years agosh.c: Include basic-block.h.
J"orn Rennecke [Wed, 12 Mar 2003 16:33:20 +0000 (16:33 +0000)]
sh.c: Include basic-block.h.

* sh.c: Include basic-block.h.
(sh_output_mi_thunk, emit_load_ptr): New functions.
(TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.

From-SVN: r64248

21 years agogjavah.c (is_first_data_member): New global variable.
Andrew Haley [Wed, 12 Mar 2003 16:14:01 +0000 (16:14 +0000)]
gjavah.c (is_first_data_member): New global variable.

2003-03-04  Andrew Haley  <aph@redhat.com>

        * gjavah.c (is_first_data_member): New global variable.
        (print_c_decl): If it's the first data member, align it as the
        superclass.
        (process_file): Set is_first_data_member.

From-SVN: r64247

21 years agohashtab.c (htab_expand): Compute the size of hashtable based on the number of element...
Jan Hubicka [Wed, 12 Mar 2003 14:15:09 +0000 (15:15 +0100)]
hashtab.c (htab_expand): Compute the size of hashtable based on the number of elements actually used.

* hashtab.c (htab_expand): Compute the size of hashtable based
on the number of elements actually used.
(htab_traverse):  Call htab_expand when table is too empty.

From-SVN: r64246

21 years ago* MAINTAINERS (Write After Approval): Add myself.
Ansgar Esztermann [Wed, 12 Mar 2003 12:58:36 +0000 (13:58 +0100)]
* MAINTAINERS (Write After Approval): Add myself.

From-SVN: r64245

21 years ago(FIXED_REGISTERS): Add Maverick registers.
Nick Clifton [Wed, 12 Mar 2003 12:38:35 +0000 (12:38 +0000)]
(FIXED_REGISTERS): Add Maverick registers.

(CALL_USED_REGISTERS): Likewise.
(FIRST_PSEUDO_REGISTER): Update comment describing how this value is calculated.

From-SVN: r64243

21 years agoActually regenerate (using autoheader) this time.
Hans-Peter Nilsson [Wed, 12 Mar 2003 12:28:34 +0000 (12:28 +0000)]
Actually regenerate (using autoheader) this time.

From-SVN: r64242

21 years agoconfigure.in (rlim_t): Define to long if no valid definition found in sys/resource.h.
Hans-Peter Nilsson [Wed, 12 Mar 2003 12:19:25 +0000 (12:19 +0000)]
configure.in (rlim_t): Define to long if no valid definition found in sys/resource.h.

* configure.in (rlim_t): Define to long if no valid definition
found in sys/resource.h.
* config.in, configure: Regenerate.

From-SVN: r64241

21 years ago/home/neil/diffs/mcore.log
Neil Booth [Wed, 12 Mar 2003 11:46:56 +0000 (11:46 +0000)]
/home/neil/diffs/mcore.log

From-SVN: r64240

21 years agore PR c/9928 (ICE on duplicate enum declaration)
Eric Botcazou [Wed, 12 Mar 2003 09:54:38 +0000 (10:54 +0100)]
re PR c/9928 (ICE on duplicate enum declaration)

PR c/9928
* c-decl.c (duplicate_decls): Discard the initializer of the new decl
only if it is a VAR_DECL.

From-SVN: r64235

21 years agore PR rtl-optimization/9888 (-mcpu=k6 -Os produces out of range loop instructions)
Eric Botcazou [Wed, 12 Mar 2003 09:21:47 +0000 (10:21 +0100)]
re PR rtl-optimization/9888 (-mcpu=k6 -Os produces out of range loop instructions)

PR optimization/9888
* config/i386/i386.md (jcc_1): Fix range.
(jcc_2): Likewise.
(jump): LIkewise.
(doloop_end_internal): Likewise.

From-SVN: r64230

21 years agowinnt.c (DLL_IMPORT_PREFIX): New define.
Danny Smith [Wed, 12 Mar 2003 08:59:29 +0000 (08:59 +0000)]
winnt.c (DLL_IMPORT_PREFIX): New define.

* config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
(DLL_EXPORT_PREFIX): New define. Use throughout instead of
DLL_IMPORT_EXPORT_PREFIX and "i."
(i386_pe_dllexport_name_p): Here.
(i386_pe_dllimport_name_p): Here.
        (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
not 9 chars when getting identifier name.
(i386_pe_mark_dllimport): Here.
(i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
not 9 chars when getting identifier name. Correct comment.
(i386_pe_strip_name_encoding): Here. Add comments for different
cases.
(gen_fastcall_suffix): Break down xmalloc() argument to
components.
(gen_stdcall_suffix): Likewise.
Update copyright year.

From-SVN: r64227

21 years agore PR rtl-optimization/9888 (-mcpu=k6 -Os produces out of range loop instructions)
Eric Botcazou [Wed, 12 Mar 2003 08:53:27 +0000 (09:53 +0100)]
re PR rtl-optimization/9888 (-mcpu=k6 -Os produces out of range loop instructions)

PR optimization/9888
* config/i386/i386.md (movsi_1): Remove special alternatives
for %eax register.
(movsi_1_nointernunit): Likewise.
(movhi_1): Likewise.
* config/i386/i386.c (memory_address_length): Do not use
short displacement when there is no base.
(ix86_attr_length_address_default): Handle LEA instructions.

From-SVN: r64225

21 years ago* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.
Andreas Jaeger [Wed, 12 Mar 2003 08:05:52 +0000 (09:05 +0100)]
* Make-lang.in (tree1$(exeext)): Add c-cppbuiltin.o.

From-SVN: r64222

21 years agoFix PR number in log message.
Mark Mitchell [Wed, 12 Mar 2003 07:29:31 +0000 (07:29 +0000)]
Fix PR number in log message.

From-SVN: r64221

21 years agore PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)
Mark Mitchell [Wed, 12 Mar 2003 07:23:15 +0000 (07:23 +0000)]
re PR c++/9336 (ICE in cp_line_of, at cp/error.c:2191)

PR c++/9336
* g++.dg/parse/namespace8.C: New test.

PR c++/9336
* decl2.c (do_nonmember_using_decl): Do not call duplicate decls
to merge old and new declarations.

From-SVN: r64216

21 years ago* c-cppbuiltin.c (builtin_define_std): Make non-static.
Neil Booth [Wed, 12 Mar 2003 06:58:38 +0000 (06:58 +0000)]
* c-cppbuiltin.c (builtin_define_std): Make non-static.

From-SVN: r64215

21 years agog++.1: Remove.
Alexandre Oliva [Wed, 12 Mar 2003 04:18:34 +0000 (04:18 +0000)]
g++.1: Remove.

* g++.1: Remove.
* Make-lang.in (c++.generated-manpages): Build cp/g++.1.
(cp/g++.1): Build it from scratch in the build tree.
(c++.install-man): Depend on it.  Install it from the build tree.
(c++.mostlyclean): Clean it.

From-SVN: r64214

21 years agofreebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
Loren J. Rittle [Wed, 12 Mar 2003 02:29:08 +0000 (02:29 +0000)]
freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.

* config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
(FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
(FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
* config/freebsd.h (CPP_PREDEFINES): Remove.
(TARGET_OS_CPP_BUILTINS): New.
* config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
instead of TARGET_OS_CPP_BUILTINS.
* config/sparc/freebsd.h (CPP_PREDEFINES): Remove.

From-SVN: r64212

21 years ago* c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
Geoffrey Keating [Wed, 12 Mar 2003 01:51:28 +0000 (01:51 +0000)]
* c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.

From-SVN: r64211

21 years agors6000.c (rs6000_stack_info): Remove insn_chain_scanned.
Aldy Hernandez [Wed, 12 Mar 2003 01:30:56 +0000 (01:30 +0000)]
rs6000.c (rs6000_stack_info): Remove insn_chain_scanned.

2003-03-11  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (rs6000_stack_info): Remove
        insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.

        * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.

From-SVN: r64210

21 years agotoplev.c (independent_decode_option): Return success for --help, --target-help and...
Alexandre Oliva [Wed, 12 Mar 2003 00:19:37 +0000 (00:19 +0000)]
toplev.c (independent_decode_option): Return success for --help, --target-help and --version.

* toplev.c (independent_decode_option): Return success for --help,
--target-help and --version.

From-SVN: r64209

21 years agoDaily bump.
GCC Administrator [Wed, 12 Mar 2003 00:17:05 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r64208

21 years agolinux64.h (DRIVER_SELF_SPECS): Add endian_spec.
Alexandre Oliva [Tue, 11 Mar 2003 23:31:01 +0000 (23:31 +0000)]
linux64.h (DRIVER_SELF_SPECS): Add endian_spec.

* config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
specified.
(SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
DRIVER_SELF_SPECS.
(LINK_SPEC): Let endian options affect the linker emulation name.

From-SVN: r64201

21 years agore PR c++/9924 (Multiple using statements for builtin functions not allowed)
Mark Mitchell [Tue, 11 Mar 2003 23:07:45 +0000 (23:07 +0000)]
re PR c++/9924 (Multiple using statements for builtin functions not allowed)

PR c++/9924
* g++.dg/overload/builtin2.C: New test.

2003-03-11  Mark Mitchell  <mark@codesourcery.com>

PR c++/9924
* decl2.c (do_nonmember_using_decl): Ignore anticipated builtins.

From-SVN: r64197

21 years agore PR c++/9820 (ice in build_baselink (templates))
Jason Merrill [Tue, 11 Mar 2003 22:43:44 +0000 (17:43 -0500)]
re PR c++/9820 (ice in build_baselink (templates))

        PR c++/9820
        * search.c (lookup_member): Fix handling of functions in a class
        being defined.

From-SVN: r64193

21 years ago* sh.md (reload_inqi): Fix mode for source in second set.
J"orn Rennecke [Tue, 11 Mar 2003 22:37:41 +0000 (22:37 +0000)]
* sh.md (reload_inqi): Fix mode for source in second set.

From-SVN: r64192

21 years agocselib.c (cselib_invalidate_mem_1): Move too ...
Jan Hubicka [Tue, 11 Mar 2003 21:52:42 +0000 (22:52 +0100)]
cselib.c (cselib_invalidate_mem_1): Move too ...

* cselib.c (cselib_invalidate_mem_1): Move too ...
(cselib_invalidate_mem): ... here; use new list
(dummy_val, first_containing_mem): New static variables.
(clear_table): Initialize first_containing_mem.
(discard_useless_values):  Compact the containing_mem list.
(add_mem_for_addr): Add to the list.
* cselib.h (cselib_val): Add next_containing_mem.

From-SVN: r64191

21 years ago* Makefile.in: Fix typo.
Neil Booth [Tue, 11 Mar 2003 21:33:34 +0000 (21:33 +0000)]
* Makefile.in: Fix typo.

From-SVN: r64190

21 years agoindex.html: Update text about location of headers.
Jonathan Wakely [Tue, 11 Mar 2003 21:33:30 +0000 (21:33 +0000)]
index.html: Update text about location of headers.

2003-03-11  Jonathan Wakely  <redi@gcc.gnu.org>

* docs/html/faq/index.html: Update text about location of headers.
* docs/html/faq/index.txt: Regenerate.

From-SVN: r64189

21 years agors6000.c (rs6000_override_options): Disable string instructions for e500.
Aldy Hernandez [Tue, 11 Mar 2003 21:26:12 +0000 (21:26 +0000)]
rs6000.c (rs6000_override_options): Disable string instructions for e500.

2003-03-11  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.c (rs6000_override_options): Disable string
        instructions for e500.

From-SVN: r64188

21 years agoMakefile.in: Update.
Neil Booth [Tue, 11 Mar 2003 21:03:58 +0000 (21:03 +0000)]
Makefile.in: Update.

* Makefile.in: Update.
* c-cppbuiltin.c: Include tm_p.h.

From-SVN: r64187

21 years agotm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
Aldy Hernandez [Tue, 11 Mar 2003 20:40:54 +0000 (20:40 +0000)]
tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.

2003-03-11  Aldy Hernandez  <aldyh@redhat.com>

        * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.

        * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
        (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
        (_Unwind_SetGR): Same.
        (_Unwind_GetGRPtr): New.
        (_Unwind_SetGRPtr): New.
        (uw_update_context_1): Use accesor functions instead of accessing
        context->reg[] directly.
        (uw_install_context_1): Same.
        (execute_cfa_program): Same.
        (__frame_state_for): Same.

        * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
        the synthetic register offset.

        * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.

From-SVN: r64186

21 years agoparse.y (resolve_field_access): Initialize class if field is found in another static...
Tom Tromey [Tue, 11 Mar 2003 20:37:02 +0000 (20:37 +0000)]
parse.y (resolve_field_access): Initialize class if field is found in another static field.

* parse.y (resolve_field_access): Initialize class if field is
found in another static field.
* expr.c (build_class_init): Don't optimize out initialization of
implemented interface.

From-SVN: r64185

21 years agoinitfield.java: New file.
Tom Tromey [Tue, 11 Mar 2003 20:36:34 +0000 (20:36 +0000)]
initfield.java: New file.

* libjava.lang/initfield.java: New file.
* libjava.lang/initfield.out: New file.

From-SVN: r64184

21 years agoreturn-type-3.c: New test.
Steven Bosscher [Tue, 11 Mar 2003 20:00:39 +0000 (21:00 +0100)]
return-type-3.c: New test.

2003-03-11  Steven Bosscher  <s.bosscher@student.tudelft.nl>

        * gcc.dg/return-type-3.c: New test.

From-SVN: r64181

21 years agocplus-dem.c (demangle_integral_value): Correction to reflect patch of 2002-01-10...
Carlo Wood [Tue, 11 Mar 2003 19:55:46 +0000 (19:55 +0000)]
cplus-dem.c (demangle_integral_value): Correction to reflect patch of 2002-01-10 in order to also make negative...

* cplus-dem.c (demangle_integral_value): Correction to reflect
patch of 2002-01-10 in order to also make negative multi-digits
without leading underscore work.

From-SVN: r64179

21 years agocris.md: Remove lingering EGCS reference.
Hans-Peter Nilsson [Tue, 11 Mar 2003 15:43:25 +0000 (15:43 +0000)]
cris.md: Remove lingering EGCS reference.

* config/cris/cris.md: Remove lingering EGCS reference.
("*extopqihi_side_biap"): For HI operation, match
cris_additive_operand_extend_operator, not
cris_operand_extend_operator.  Adjust condition.
("*extopqihi_side", "*extopqihi"): Ditto.
("*extopqisi_side_biap"): Correct operand numbers in condition.
("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
("*extophisi_swap"): Ditto.
("*extopqihi_swap_side_biap"): For HI operation, match a simple
PLUS, not cris_operand_extend_operator.  Adjust condition and
output template.
("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
* config/cris/cris.h (PREDICATE_CODES): Add
cris_additive_operand_extend_operator.
* config/cris/cris.c (cris_additive_operand_extend_operator):
New predicate.

From-SVN: r64174

21 years agore PR c++/8700 (unhelpful error message for binding temp to reference)
Mark Mitchell [Tue, 11 Mar 2003 15:43:14 +0000 (15:43 +0000)]
re PR c++/8700 (unhelpful error message for binding temp to reference)

PR c++/8700
* call.c (convert_class_to_reference): Adjust usage of
splice_viable.
(any_viable): Remove.
(splice_viable): Combine with any_viable.
(print_z_candidates): Avoid printing duplicates.
(build_user_type_conversion_1): Adjust usage of splice_viable.
(build_new_function_call): Likewise.
(build_operator_new_call): Likewise.
(build_object_call): Likewise.
(build_conditional_expr): Likewise.
(build_new_op): Likewise.
(build_new_method_call): Likewise.
(joust): Remove spurious comment.
* cp-tree.h (DECL_FRIENDLIST): Correct documentation.
* decl2.c (arg_assoc_class): Simplify.
* friend.c (add_friend): Likewise.

From-SVN: r64173

21 years agodemangle.h: Prepend accessors of class qualifier with 'get_' in order to fix warnings...
Carlo Wood [Tue, 11 Mar 2003 13:48:16 +0000 (13:48 +0000)]
demangle.h: Prepend accessors of class qualifier with 'get_' in order to fix warnings when...

2003-03-11  Carlo Wood  <carlo@alinoe.com>

* include/bits/demangle.h: Prepend accessors of
class qualifier with 'get_' in order to fix warnings
when compiling with -Wshadow.

From-SVN: r64172

21 years agobprob.exp: Disable test cases for h8300-*-* as profiling options are not supported.
D.Venkatasubramanian [Tue, 11 Mar 2003 12:32:26 +0000 (12:32 +0000)]
bprob.exp: Disable test cases for h8300-*-* as profiling options are not supported.

* gcc.misc-tests/bprob.exp: Disable test cases for h8300-*-* as
profiling options are not supported.

From-SVN: r64171

21 years agojcf-io.c (caching_stat): Initialize origsep to remove compiler warning.
Andrew Haley [Tue, 11 Mar 2003 11:10:05 +0000 (11:10 +0000)]
jcf-io.c (caching_stat): Initialize origsep to remove compiler warning.

2003-03-11  Andrew Haley  <aph@redhat.com>

        * jcf-io.c (caching_stat): Initialize origsep to remove compiler
        warning.

From-SVN: r64169

21 years agore PR c++/8660 (template overloading ICE in tsubst_expr, at cp/pt.c:7644)
Jason Merrill [Tue, 11 Mar 2003 10:34:45 +0000 (05:34 -0500)]
re PR c++/8660 (template overloading ICE in tsubst_expr, at cp/pt.c:7644)

        PR c++/8660
        * decl2.c (check_classfn): A member template only matches a
        member template.

[[Split portion of a mixed commit.]]

From-SVN: r64167.2

21 years agore PR c++/8660 (template overloading ICE in tsubst_expr, at cp/pt.c:7644)
Jason Merrill [Tue, 11 Mar 2003 10:33:28 +0000 (05:33 -0500)]
re PR c++/8660 (template overloading ICE in tsubst_expr, at cp/pt.c:7644)

        PR c++/8660
        * decl2.c (check_classfn): A member template only matches a
        member template.

From-SVN: r64166

21 years ago2003-03-11 Michael Koch <konqueror@gmx.de>
Michael Koch [Tue, 11 Mar 2003 10:30:52 +0000 (10:30 +0000)]
2003-03-11  Michael Koch  <konqueror@gmx.de>

* gnu/java/nio/ByteBufferImpl.java
(putInt): Use limit() instead of limit.
* gnu/java/nio/CharBufferImpl.java
(slice): Fixed implementation.
(subSequence): Better bounds checking.
* gnu/java/nio/MappedByteFileBuffer.java:
Import all needed classes directly.
* java/nio/ByteBuffer.java
(hashCode): New dummy method.
* java/nio/CharBuffer.java
(array_offset): New member variable.
(hasArray): Fixed documentation.
(arrayOffset): Return array_offset.

From-SVN: r64165

21 years agodf.c (read_modify_subreg_p): Change from static to global.
Hartmut Penner [Tue, 11 Mar 2003 09:17:38 +0000 (09:17 +0000)]
df.c (read_modify_subreg_p): Change from static to global.

        * df.c (read_modify_subreg_p): Change from static to global.
        * df.h (read_modify_subreg_p): Add prototype.
        * sched-deps.c (sched_analyze_1): Generate true dependency for
        strict_low_part, certain subregs and zero/sign_extract.

From-SVN: r64164

21 years agoctype_inline.h: Support _M_table when so installed.
Loren J. Rittle [Tue, 11 Mar 2003 07:07:25 +0000 (07:07 +0000)]
ctype_inline.h: Support _M_table when so installed.

* config/os/bsd/freebsd/ctype_inline.h:  Support _M_table
when so installed.
* testsuite/22_locale/ctype/cons/char/1.cc: Fix typo.

From-SVN: r64163

21 years agoMakefile.in: Update.
Neil Booth [Tue, 11 Mar 2003 06:42:21 +0000 (06:42 +0000)]
Makefile.in: Update.

* Makefile.in: Update.
* c-common.c: Don't include real.h or except.h.
(REGISTER_PREFIX): Remove.
(builtin_define_std, builtin_define_with_value,
builtin_define_with_int_value, builtin_define_with_hex_fp_value,
builtin_define_type_max, builtin_define_type_precision,
builtin_define_float_constants): Move to c-cppbuiltin.c.
(c_stddef_cpp_builtins): New.
* c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
* c-cppbuiltin.c: New, extracted from c-common.c.
(define__GNUC__): New.
* cppspec.c (lang_specific_driver): Remove support of -no-gcc.
* gcc.c: Remove support of %v1, %v2 and %v3 specs.
(cpp_unique_options): Don't support no-gcc.
(do_spec_1): Remove support of version specs.
* doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
* doc/passes.texi: Update.
* doc/tm.texi: Update.
cp:
* Make-lang.in (CXX_C_OBJS): Update.
* lang-specs.h: Don't define __GNUG__ here.

From-SVN: r64162

21 years agotestsuite_hooks.h (run_tests_wrapped_env): Do not report lack of setenv().
Loren J. Rittle [Tue, 11 Mar 2003 05:32:56 +0000 (05:32 +0000)]
testsuite_hooks.h (run_tests_wrapped_env): Do not report lack of setenv().

* testsuite/testsuite_hooks.h (run_tests_wrapped_env): Do not
report lack of setenv().

From-SVN: r64161

21 years ago16077.C: Adjust warnings.
Mark Mitchell [Tue, 11 Mar 2003 02:37:17 +0000 (02:37 +0000)]
16077.C: Adjust warnings.

* g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
* g++.old-deja/g++.warn/impint2.C: Likewise.

* call.c (perform_overload_resolution): New function.
(build_new_function_call): Use it.
(build_operator_new_call): Likewise.
(add_candidates): Add explicit_targs and template_only parameters.
(build_new_op): Adjust accordingly.
* cp-tree.h (build_operator_new_call): New function.
(build_function_call_real): Remove.
(build_function_call_maybe): Likewise.
* init.c (build_new_1): Use build_operator_new_call.
* typeck.c (build_function_call_real): Rename to ...
(build_function_call): ... this.

From-SVN: r64159

21 years ago* dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
Aldy Hernandez [Tue, 11 Mar 2003 02:01:41 +0000 (02:01 +0000)]
* dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.

From-SVN: r64158

21 years agodarwin.c (machopic_function_base_name): If dynamic-no-pic is on should not get here.
Andrew Pinski [Tue, 11 Mar 2003 01:41:11 +0000 (01:41 +0000)]
darwin.c (machopic_function_base_name): If dynamic-no-pic is on should not get here.

2003-03-10  Andrew Pinski  <apinski@apple.com>

* config/darwin.c (machopic_function_base_name): If dynamic-no-pic
is on should not get here.
(machopic_indirect_data_reference): If dynamic-no-pic is on just
generate high/low parts of the address.
(machopic_legitimize_pic_address): Change MACHOPIC_PURE to
MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
symbol and labels with a new reg.  Dynamic-no-pic does not have a
pic_offset_table_rtx.
(machopic_select_section): Change references of flag_pic to
MACHOPIC_INDIRECT.
(machopic_asm_out_destructor): Likewise.
* config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
reference of flag_pic to MACHOPIC_INDIRECT.
(MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
(MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
(MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
(MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
* config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
* config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
(TARGET_DYNAMIC_NO_PIC): Define.
(SUBTARGET_SWITCHES): Define, have sub-target switches for
dynamic-no-pic.
(SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
rs6000_override_options to here. Dynamic-no-pic overrides
pic.
(CC1_SPEC): Change from not static then pic to not static and not
dynamic-no-pic then pic.
* config/rs6000/rs6000.c (rs6000_override_options): Move the
check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
(rs6000_legitimize_reload_address): Add case for loading floating in
dynamic-no-pic.
(rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
of flag_pic to MACHOPIC_INDIRECT.
(secondary_reload_class): Conditional change the reference of
flag_pic to MACHOPIC_INDIRECT.
(rs6000_output_mi_thunk): Change reference of flag_pic to
MACHOPIC_INDIRECT.
(output_profile_hook): Likewise.
(machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
* config/rs6000/rs6000.md (movdf_low): Add the case for
MACHO_DYNAMIC_NO_PIC_P.
(call): Change references for flag_pic in TARGET_MACHO to
MACHOPIC_INDIRECT.
(SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
-mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
* doc/invoke.texi (-mdynamic-no-pic): Document.

From-SVN: r64157

21 years agoRemove extra bits I included, by mistake, in my previous check-in
Devang Patel [Tue, 11 Mar 2003 01:25:12 +0000 (17:25 -0800)]
Remove extra bits I included, by mistake, in my previous check-in
for PR/9394 fix.

From-SVN: r64156

21 years agoDaily bump.
GCC Administrator [Tue, 11 Mar 2003 00:17:05 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r64153

21 years agogcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
Devang Patel [Mon, 10 Mar 2003 23:41:42 +0000 (15:41 -0800)]
gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.

PR/9394
        * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
        (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
        * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
        (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
        * cppspec.c (DEFAULT_SWTICH_TAKES_ARG): Remove.
        (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.

cp
        * g++spec.c (lang_specific_driver): Use DEFAULT_WORD_SWITCH_TAKES_ARG.

testsuite

        * g++.dg/cpp/c++_cmd_1.C: New test.
        * g++.dg/cpp/c++_cmd_1.h: New file.

From-SVN: r64144

21 years agore PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches end of...
Steven Bosscher [Mon, 10 Mar 2003 23:33:15 +0000 (23:33 +0000)]
re PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches end of non-void function'' warning)

2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>

        PR optimization/7189
        * toplev.c (rest_of_compilation):  Move
        check_function_return_warnings up to just after
        delete_unreachable_blocks.

From-SVN: r64143

21 years ago* com.c (duplicate_decls): Synchronize with C's duplicate_decls.
Roger Sayle [Mon, 10 Mar 2003 23:28:08 +0000 (23:28 +0000)]
* com.c (duplicate_decls): Synchronize with C's duplicate_decls.

From-SVN: r64142

21 years agom68hc11.h (HARD_REGNO_RENAME_OK): Define.
Stephane Carrez [Mon, 10 Mar 2003 22:10:37 +0000 (23:10 +0100)]
m68hc11.h (HARD_REGNO_RENAME_OK): Define.

* config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
* config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
Declare.
* config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
for reg rename optimization to avoid using Z and Y registers.

From-SVN: r64134

21 years agore PR c++/9798 (Infinite recursion (segfault) in cp/decl.c:push_using_directive with...
Jason Merrill [Mon, 10 Mar 2003 22:04:09 +0000 (17:04 -0500)]
re PR c++/9798 (Infinite recursion (segfault) in cp/decl.c:push_using_directive with recusive using directives)

        PR c++/9798
        * decl.c (push_using_directive): Push before recursing.

From-SVN: r64133

21 years agoadd xfail
Jason Merrill [Mon, 10 Mar 2003 21:57:02 +0000 (16:57 -0500)]
add xfail

From-SVN: r64131

21 years agom68hc11.md ("*addhi3_68hc12"): Accept any constant when adding to X and Y since leax...
Stephane Carrez [Mon, 10 Mar 2003 21:51:02 +0000 (22:51 +0100)]
m68hc11.md ("*addhi3_68hc12"): Accept any constant when adding to X and Y since leax/leay are fast.

* config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
when adding to X and Y since leax/leay are fast.
("*addhi3"): Accept 'I' constraint when adding to address register.
("rotlhi3"): Operand 1 must be a register_operand.
(peephole2): New peephole to optimize some adds.
* config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
to represent -2 .. 2 small integer range.

From-SVN: r64127

21 years agom68hc11.c (m68hc11_gen_rotate): Set carry before each 16-bit rotation.
Stephane Carrez [Mon, 10 Mar 2003 21:27:46 +0000 (22:27 +0100)]
m68hc11.c (m68hc11_gen_rotate): Set carry before each 16-bit rotation.

* config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
each 16-bit rotation.

From-SVN: r64125

21 years agore PR c++/9868 (ICE in c_expand_expr when qualifying member variable)
Jason Merrill [Mon, 10 Mar 2003 21:11:48 +0000 (16:11 -0500)]
re PR c++/9868 (ICE in c_expand_expr when qualifying member variable)

        PR c++/9868
        * call.c (resolve_scoped_fn_name): Handle the case of a function
        pointer member.

From-SVN: r64124

21 years agore PR c++/9868 (ICE in c_expand_expr when qualifying member variable)
Jason Merrill [Mon, 10 Mar 2003 21:10:37 +0000 (16:10 -0500)]
re PR c++/9868 (ICE in c_expand_expr when qualifying member variable)

        PR c++/9868
        * call.c (resolve_scoped_fn_name): Handle the case of a function
        pointer member.

From-SVN: r64122

21 years agoaltivec-9.c: New file.
Segher Boessenkool [Mon, 10 Mar 2003 20:52:31 +0000 (21:52 +0100)]
altivec-9.c: New file.

2003-03-10  Segher Boessenkool  <segher@koffie.nl>

        * testsuite/gcc.dg/altivec-9.c: New file.

From-SVN: r64120

21 years agoppc-sdata-1.c: New test.
Franz Sirl [Mon, 10 Mar 2003 20:42:23 +0000 (20:42 +0000)]
ppc-sdata-1.c: New test.

2003-03-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* gcc.dg/ppc-sdata-1.c: New test.
* gcc.dg/ppc-sdata-2.c: New test.

From-SVN: r64119

21 years agoc-opts.c (add_prefixed_path): Don't use concat.
Zack Weinberg [Mon, 10 Mar 2003 20:02:27 +0000 (20:02 +0000)]
c-opts.c (add_prefixed_path): Don't use concat.

* c-opts.c (add_prefixed_path): Don't use concat.  When
prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
cpp_GCC_INCLUDE_DIR_len characters.

From-SVN: r64114

21 years agodostime.c: add #include <stddef.h> for definition of NULL
Mohan Embar [Mon, 10 Mar 2003 19:52:15 +0000 (19:52 +0000)]
dostime.c: add #include <stddef.h> for definition of NULL

2003-03-10  Mohan Embar  <gnustuff@thisiscool.com>

        * dostime.c: add #include <stddef.h> for definition of NULL

From-SVN: r64112

21 years ago[multiple changes]
Andrew Haley [Mon, 10 Mar 2003 19:45:30 +0000 (19:45 +0000)]
[multiple changes]

2003-03-10  2003-02-27  Mohan Embar  <gnustuff@thisiscool.com>

        * include/jvm.h: removed declaration of _Jv_ThisExecutable()
        setter; made return value of getter const char* instead of char*
        * prims.cc: removed all references to _Jv_ThisExecutable().
        These are in the platform-specific sections now.
        * posix.cc: define platform-specific _Jv_ThisExecutable().
        Handle DISABLE_MAIN_ARGS and HAVE_PROC_SELF_EXE cases
        * win32.cc: define platform-specific _Jv_ThisExecutable()
        using GetModuleFilename()
        * java/lang/natRuntime.cc: set gnu.gcj.progname property
        to argv[0] instead of _Jv_ThisExecutable()

2003-03-10  Ranjit Mathew  <rmathew@hotmail.com>

        * gnu/gcj/runtime/NameFinder.java (usingAddr2name): New flag
        that is set if we are using addr2name.awk instead of addr2line.
        (NameFinder): Set usingAddr2name if using addr2name.awk.
        (getExternalLabel): New native method to convert a method
        name to an external label.
        (lookup): Convert name given by addr2line to an external label
        before demangling.

        * gnu/gcj/runtime/natNameFinder.cc (LABEL_PREFIX): New string
        constant representing the prefix attached to method names to
        convert them to an external label.
        (gnu::gcj::runtime::NameFinder::getExternalLabel): Define
        using LABEL_PREFIX.

From-SVN: r64111

21 years agojcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 for a...
Ranjit Mathew [Mon, 10 Mar 2003 19:39:18 +0000 (19:39 +0000)]
jcf-io.c (caching_stat): Account for both DIR_SEPARATOR and DIR_SEPARATOR_2 for a target.

2003-03-10  Ranjit Mathew  <rmathew@hotmail.com>

        * jcf-io.c (caching_stat): Account for both DIR_SEPARATOR
        and DIR_SEPARATOR_2 for a target.
        Correct minor typos.

        * jcf-write.c (make_class_file_name): Take both DIR_SEPARATOR
        and DIR_SEPARATOR_2 for a target into account.

From-SVN: r64110

21 years agoaltivec-9.c: New file.
Segher Boessenkool [Mon, 10 Mar 2003 19:36:26 +0000 (20:36 +0100)]
altivec-9.c: New file.

2003-03-10  Segher Boessenkool  <segher@koffie.nl>

        * testsuite/gcc.dg/altivec-9.c: New file.

        * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
        (rs6000_emit_prologue): Use rs6000_frame_related instead.

From-SVN: r64109

21 years agoAndreas Tobler <a.tobler@schweiz.ch>
Andreas Tobler [Mon, 10 Mar 2003 19:10:26 +0000 (20:10 +0100)]
Andreas Tobler <a.tobler@schweiz.ch>

        * src/powerpc/darwin_closure.S: Recode to fit dynamic libraries.

From-SVN: r64106

21 years agospe.h: Define __ev64_*64__ to use single element vectors.
Aldy Hernandez [Mon, 10 Mar 2003 18:46:35 +0000 (18:46 +0000)]
spe.h: Define __ev64_*64__ to use single element vectors.

2003-03-10  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/spe.h: Define __ev64_*64__ to use single element
        vectors.
        (__ev_convert_u64): Remove macro.  Define as inline.
        (__ev_convert_s64): Same.

From-SVN: r64104

21 years ago* cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
Jan Hubicka [Mon, 10 Mar 2003 18:32:17 +0000 (19:32 +0100)]
* cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.

From-SVN: r64103

21 years agors6000.h (DWARF_FRAME_REGISTERS): Define.
Aldy Hernandez [Mon, 10 Mar 2003 18:03:17 +0000 (18:03 +0000)]
rs6000.h (DWARF_FRAME_REGISTERS): Define.

2003-03-10  Aldy Hernandez  <aldyh@redhat.com>

        * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
        (rs6000_stack_t): Add spe_64bit_regs_used.

        * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
        spe_64bit_regs_used, and use it to determine the size of the
        frame.
        (spe_func_has_64bit_regs_p): New.
        (spe_synthesize_frame_save): New.
        (rs6000_frame_related): Handle SPE synthetic registers.
        (rs6000_emit_prologue): Only save in 64-bits if the function used
        any registers in 64-bit mode.
        (rs6000_emit_epilogue): Same, but for restore.

From-SVN: r64102

21 years agoarm.h (enum floating_point_type): Delete.
Richard Earnshaw [Mon, 10 Mar 2003 17:53:19 +0000 (17:53 +0000)]
arm.h (enum floating_point_type): Delete.

* arm.h (enum floating_point_type): Delete.  Replace with...
(enum fputype): ... new.
(FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
* linux-elf.h (FPUTYPE_DEFAULT): Likewise.
* arm.md (attr fpu): Reworked for new underlying enum values.
* arm.c (arm_fpu_arch): Now enum fputype.
(arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
(arm_override_options, arm_output_epilogue, arm_expand_prologue):
Update uses of arm_fpu_arch and arm_fpu_tune.

From-SVN: r64099

21 years agoMakefile.in: Rebuilt.
Tom Tromey [Mon, 10 Mar 2003 17:28:21 +0000 (17:28 +0000)]
Makefile.in: Rebuilt.

* Makefile.in: Rebuilt.
* Makefile.am (GCJ_WITH_FLAGS): Added -Wno-deprecated.
(JC1FLAGS): Removed -Wno-deprecated.

From-SVN: r64097

21 years agocfgcleanup.c (outgoing_edges_match): Compare the jump tables.
Josef Zlomek [Mon, 10 Mar 2003 17:23:44 +0000 (18:23 +0100)]
cfgcleanup.c (outgoing_edges_match): Compare the jump tables.

* cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
(try_crossjump_to_edge): Replace refereces to one jump table by
references to identical jump table.
* loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
(replace_label): Moved to rtlanal.c.
(struct rtx_pair): Moved to rtl.h.
* rtl.h (struct rtx_pair): Moved from loop.c.
(replace_label): New extern function.
(subrtx_p): New extern function.
(tablejump_p): New extern function.
* rtlanal.c (replace_label): Moved from loop.c.
(subrtx_p_1): New static function.
(subrtx_p): New function.
(tablejump_p): New function.

From-SVN: r64096

21 years ago* libjava.jacks/jacks.xfail: Updated to reflect reality.
Tom Tromey [Mon, 10 Mar 2003 16:39:15 +0000 (16:39 +0000)]
* libjava.jacks/jacks.xfail: Updated to reflect reality.

From-SVN: r64093

21 years ago2003-03-10 Michael Koch <konqueror@gmx.de>
Michael Koch [Mon, 10 Mar 2003 15:31:03 +0000 (15:31 +0000)]
2003-03-10  Michael Koch  <konqueror@gmx.de>

* java/nio/ByteOrder.java
(nativeOrder): Working implementation, added documentation.
(toString): Added documentation.

From-SVN: r64085

21 years agoForgot to add them to the commit command line before
Michael Koch [Mon, 10 Mar 2003 15:16:52 +0000 (15:16 +0000)]
Forgot to add them to the commit command line before

From-SVN: r64084

21 years agoDatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and friends...
Michael Koch [Mon, 10 Mar 2003 14:48:09 +0000 (14:48 +0000)]
DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and friends happy.

2003-03-10  Michael Koch  <konqueror@gmx.de>

* java/net/DatagramSocket.java,
java/net/MulticastSocket.java,
java/net/Socket.java,
java/net/URL.java,
java/net/URLConnection.java:
Fixed some documentation tags to make javadoc and friends happy.

From-SVN: r64083

21 years agoBeanContextServicesSupport.java, [...]: New files.
Michael Koch [Mon, 10 Mar 2003 14:33:47 +0000 (14:33 +0000)]
BeanContextServicesSupport.java, [...]: New files.

2003-03-10  Michael Koch  <koqnueror@gmx.de>

* java/beans/beancontext/BeanContextServicesSupport.java,
java/beans/beancontext/BeanContextSupport.java: New files.
* Makefile.am
(awt_source_files): Added new files.
* Makefile.in: Regenerated.

From-SVN: r64080

21 years agocfgcleanup.c (merge_blocks): Return where to iterate next.
Jan Hubicka [Mon, 10 Mar 2003 14:31:10 +0000 (15:31 +0100)]
cfgcleanup.c (merge_blocks): Return where to iterate next.

* cfgcleanup.c (merge_blocks): Return where to iterate next.
(try_optimize_cfg): Use return value of merge_blocks

From-SVN: r64079

21 years ago2003-03-10 Michael Koch <konqueror@gmx.de>
Michael Koch [Mon, 10 Mar 2003 13:21:38 +0000 (13:21 +0000)]
2003-03-10  Michael Koch  <konqueror@gmx.de>

* java/awt/FocusTraversalPolicy.java
(FocusTraversalPolicy): Documentation added.
(getComponentAfter): Documentation added.
(getComponentBefore): Documentation added.
(getFirstComponent): Documentation added.
(getLastComponent): Documentation added.
(getDefaultComponent): Documentation added.
(getInitialComponent): Documentation added.
* java/awt/ScrollPaneAdjustable.java
(sp): New member variable.
(orientation): New member variable.
(value): New member variable.
(minimum): New member variable.
(maximum): New member variable.
(visibleAmount): New member variable.
(unitIncrement): New member variable.
(blockIncrement): New member variable.
(adjustmentListener): New member variable.
(ScrollPaneAdjustable): Rewrote.
(addAdjustmentListener): New method.
(removeAdjustmentListener): New method.
(getAdjustmentListeners): New method.
(getBlockIncrement): New method.
(getMaximum): New method.
(getMinimum): New method.
(getOrientation): New method.
(getUnitIncrement): New method.
(getValue): New method.
(getVisibleAmount): New method.
(setBlockIncrement): New method.
(setUnitIncrement): New method.
(setMaximum): Implemented.
(setMinimum): Implemented.
(setValue): New method.
(setVisibleAmount): Implemented.
(paramString): New method.
* java/awt/Window.java
(show): Use setVisible(true) instead of super.show().
(hide): Use sevVisible(false) instead of super.hide().
(processWindowEvent): Added cases for WINDOW_GAINED_FOCUS,
WINDOW_LOST_FOCUS and WINDOW_STATE_CHANGED.
(postEvent): Deprecated.
(applyResourceBundle): Deprecated.
(processWindowFocusEvent): New method.
(processWindowStateEvent): New method.
* java/awt/datatransfer/DataFlavor.java: Reindented.
* java/awt/font/TextHitInfo.java
(charIndex): New member variable.
(leadingEdge): New member variable.
(TextHitInfo): New constructor.
(getCharIndex): Implemented.
(isLeadingEdge): Implemented.
(getInsertionIndex): Implemented.
(hashCode): Access charIndex directly.
(equals): Reformated.
(leading): Implemented.
(trailing): Implemented.
(beforeOffset): Implemented.
(afterOffset): Implemented.
(getOtherHit): Implemented.
(getOffsetHit): Implemented.
(toString): Implemented.
* java/awt/image/BufferedImage.java
(BufferedImage): Implements WritableRenderedImage.
(observers): New member variable.
(addTileObserver): New method.
(removeTileObserver): New method.

From-SVN: r64078

21 years agocfg.c (unchecked_make_edge): New.
Michael Matz [Mon, 10 Mar 2003 12:59:12 +0000 (12:59 +0000)]
cfg.c (unchecked_make_edge): New.

        * cfg.c (unchecked_make_edge): New.
        (cached_make_edge): Use it.
        * basic-block.h (unchecked_make_edge): Declare.
        * cfglayout.c (cfg_layout_duplicate_bb): Use it.

From-SVN: r64077

21 years agore PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches end of...
Steven Bosscher [Mon, 10 Mar 2003 12:48:08 +0000 (12:48 +0000)]
re PR rtl-optimization/7189 (gcc -O2 -Wall does not print ``control reaches end of non-void function'' warning)

2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>

PR optimization/7189
* toplev.c (rest_of_compilation):  Move
check_function_return_warnings up to just after
delete_unreachable_blocks.

From-SVN: r64076

21 years agofpa.md: New file.
Richard Earnshaw [Mon, 10 Mar 2003 12:40:19 +0000 (12:40 +0000)]
fpa.md: New file.

* fpa.md: New file.  Move all patterns relating to FPA co-processor
to here...
* arm.md: ... from here.
(cirrus.md, fpa.md): Include at end of description.
(divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
(pic_load_addr_based): Remove register constraint from expander.
(seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
(sordered, sungt, sunle, sunge, sunlt): Likewise.
(eh_epilogue, tablejump): Likewise.

From-SVN: r64075

21 years agore PR c++/9373 (ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932)
Mark Mitchell [Mon, 10 Mar 2003 07:26:34 +0000 (07:26 +0000)]
re PR c++/9373 (ICE with -fstrict-aliasing in set_mem_alias_set, at emit-rtl.c:1932)

PR c++/9373
* g++.dg/opt/ptrmem2.C: New test.

PR c++/9373
* cp-lang.c (cxx_get_alias_set): Use alias set zero for
pointers to member functions.

From-SVN: r64070

21 years agobasic_file_stdio.cc: include <unistd.h>.
Paolo Carlini [Mon, 10 Mar 2003 06:55:00 +0000 (07:55 +0100)]
basic_file_stdio.cc: include <unistd.h>.

2003-03-09  Paolo Carlini  <pcarlini@unitus.it>

* config/io/basic_file_stdio.cc: include <unistd.h>.

From-SVN: r64069

21 years agore PR c++/8534 (When compiling qt contradicting aliasing class created for bitfield...
Mark Mitchell [Mon, 10 Mar 2003 06:22:28 +0000 (06:22 +0000)]
re PR c++/8534 (When compiling qt contradicting aliasing class created for bitfield constructor)

PR c++/8534
* decl.c (build_ptrmemfunc_type): Do not allow default arugments
in pointer-to-member-function types.

PR c++/8534
* g++.dg/opt/ptrmem1.C: New test.

From-SVN: r64066

21 years agoexpr.c (cplus_expand_constant): Use C90 prototype style.
Gabriel Dos Reis [Mon, 10 Mar 2003 05:44:46 +0000 (05:44 +0000)]
expr.c (cplus_expand_constant): Use C90 prototype style.

* expr.c (cplus_expand_constant): Use C90 prototype style.
(cxx_expand_expr): Likewise.

From-SVN: r64064

21 years agoMAINTAINERS: Update my mail address.
Ben Elliston [Mon, 10 Mar 2003 05:34:43 +0000 (05:34 +0000)]
MAINTAINERS: Update my mail address.

2003-03-10  Ben Elliston  <bje@wasabisystems.com>

* MAINTAINERS: Update my mail address.

From-SVN: r64063

21 years agoDaily bump.
GCC Administrator [Mon, 10 Mar 2003 00:17:09 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r64062

21 years agore PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available())
Tom Tromey [Sun, 9 Mar 2003 22:50:02 +0000 (22:50 +0000)]
re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available())

PR libgcj/9934:
* java/io/natFileDescriptorPosix.cc (available): Fixed arguments
to lseek.  Return 0 if we can't compute the value.

From-SVN: r64053

21 years agore PR libstdc++/7744 (streambuf::in_avail() always returns 0 (zero) for cin input...
Paolo Carlini [Sun, 9 Mar 2003 22:31:45 +0000 (23:31 +0100)]
re PR libstdc++/7744 (streambuf::in_avail() always returns 0 (zero) for cin input stream)

2003-03-09  Paolo Carlini  <pcarlini@unitus.it>
    Nathan Myers  <ncm@cantrip.org>

PR libstdc++/7744
* config/io/basic_file_stdio.h (__basic_file<>::xsgetn, xsputn,
seekoff, seekpos): Add a boolean parameter __stdio.
* config/io/basic_file_stdio.cc (__basic_file<>::xsgetn, xsputn,
seekoff, seekpos): If __stdio == true, use fread (fwrite, fseek/ftell,
fseek/ftell, respectively), otherwise read (write, lseek, lseek,
respectively).
* include/bits/fstream.tcc (basic_filebuf<>::_M_convert_to_external,
_M_really_overflow, seekoff): Use the boolean parameter in the calls.
* include/std/std_fstream.h (sync): Likewise.
* src/fstream.cc (basic_filebuf<>::_M_underflow_common): Likewise.
* src/ios.cc (ios_base::Init::_S_ios_create(bool)): Revert libstdc++/8399
commit involving isatty(0).
* acinclude.m4 (GLIBCPP_CHECK_UNISTD_DECL_AND_LINKAGE_1): Remove.
        (GLIBCPP_CHECK_UNISTD_SUPPORT): Remove
   * configure.in: Remove call.
* aclocal.m4: Regenerate.
        * config.h.in: Regenerate.
        * configure: Regenerate.
* testsuite/27_io/narrow_stream_objects.cc (test11): Add.

Co-Authored-By: Nathan Myers <ncm@cantrip.org>
From-SVN: r64051

21 years agors6000.md (movsi_update1): Add TARGET_UPDATE final condition.
David Edelsohn [Sun, 9 Mar 2003 22:28:31 +0000 (22:28 +0000)]
rs6000.md (movsi_update1): Add TARGET_UPDATE final condition.

        * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
        condition.

From-SVN: r64050

21 years agofrv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
Neil Booth [Sun, 9 Mar 2003 22:01:15 +0000 (22:01 +0000)]
frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.

* config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
* config/ip2k/ip2k.h: Similarly.
* config/m32r/m32r.h: Similarly.
* config/m68hc11/m68hc11.h: Similarly.
* config/mn10200/mn10200.h: Similarly.
* config/mn10300/mn10300.h: Similarly.
* config/pdp11/pdp11.h: Similarly.
* config/v850/v850.h: Similarly.
* config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
* config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
* config/mips/iris3.h: Remove #if 0 block.

From-SVN: r64049

21 years agogcc.c (do_spec_1): Revert 2003-02-24 patch.
Roger Sayle [Sun, 9 Mar 2003 21:44:49 +0000 (21:44 +0000)]
gcc.c (do_spec_1): Revert 2003-02-24 patch.

* gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
pending argument upon return from handle_braces here.
(do_spec_2): Instead handle it upon return from do_spec_1 here.

Co-Authored-By: Joern Rennecke <joern.rennecke@superh.com>
From-SVN: r64047

21 years agore PR libstdc++/9988 (filebuf::overflow writes EOF to file)
Paolo Carlini [Sun, 9 Mar 2003 21:35:09 +0000 (22:35 +0100)]
re PR libstdc++/9988 (filebuf::overflow writes EOF to file)

2003-03-09  Paolo Carlini  <pcarlini@unitus.it>

PR libstdc++/9988
* include/bits/fstream.tcc (overflow): don't write EOF to file.
* testsuite/27_io/filebuf_virtuals.cc (test15): Add.

From-SVN: r64045

21 years agovarasm.c (make_decl_one_only): Use declare_weak().
Franz Sirl [Sun, 9 Mar 2003 20:41:31 +0000 (20:41 +0000)]
varasm.c (make_decl_one_only): Use declare_weak().

2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* varasm.c (make_decl_one_only): Use declare_weak().

From-SVN: r64044

This page took 0.116997 seconds and 5 git commands to generate.