gcc.git
19 years agot-iris6 (MULTILIB_DIRNAMES): Use -mabi argument values.
Richard Sandiford [Sat, 8 Jan 2005 11:59:25 +0000 (11:59 +0000)]
t-iris6 (MULTILIB_DIRNAMES): Use -mabi argument values.

* config/mips/t-iris6 (MULTILIB_DIRNAMES): Use -mabi argument values.
(MULTILIB_OSDIRNAMES): Use the standard lib, lib32 and lib64.

From-SVN: r93081

19 years agot-slibgcc-irix (SHLIB_LINK): Install a copy of the library as @multilib_dir@/$(SHLIB_...
Richard Sandiford [Sat, 8 Jan 2005 11:45:54 +0000 (11:45 +0000)]
t-slibgcc-irix (SHLIB_LINK): Install a copy of the library as @multilib_dir@/$(SHLIB_SONAME).

* config/mips/t-slibgcc-irix (SHLIB_LINK): Install a copy of the
library as @multilib_dir@/$(SHLIB_SONAME).

From-SVN: r93080

19 years agoconfigure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
Eric Botcazou [Sat, 8 Jan 2005 01:17:47 +0000 (02:17 +0100)]
configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.

* configure.ac (HAVE_AS_OFFSETABLE_LO10): Fix typo.
* configure: Regenerate.

From-SVN: r93075

19 years agoDaily bump.
GCC Administrator [Sat, 8 Jan 2005 00:16:36 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r93072

19 years ago* java/lang/ClassLoader.java (findClass): Fixed documentation.
Tom Tromey [Fri, 7 Jan 2005 22:15:46 +0000 (22:15 +0000)]
* java/lang/ClassLoader.java (findClass): Fixed documentation.

From-SVN: r93069

19 years agoc-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy TYPE_MODE.
Jakub Jelinek [Fri, 7 Jan 2005 20:05:14 +0000 (21:05 +0100)]
c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy TYPE_MODE.

* c-common.c (handle_mode_attribute): For ENUMERAL_TYPE, also copy
TYPE_MODE.

* gcc.c-torture/execute/20050107-1.c: New test.

From-SVN: r93066

19 years agoacinclude.m4: Remove CCODECVT_H.
Benjamin Kosnik [Fri, 7 Jan 2005 19:34:46 +0000 (19:34 +0000)]
acinclude.m4: Remove CCODECVT_H.

2005-01-07  Benjamin Kosnik  <bkoz@redhat.com>

* acinclude.m4: Remove CCODECVT_H.
* configure: Regenerate.
* include/Makefile.am (host_headers_extra): Move to...
(ext_headers): ...here.
* include/Makefile.in: Regenerate.
* include/ext/enc_filebuf: Remove enc_filebuf, consolidate
enc_traits to...
* config/locale/ieee_1003.1-2001/codecvt_specializations.h: Move...
* include/ext/codecvt_specializations.h: ...here. Remove
_GLIBCXX_USE___ENC_TRAITS.
(__enc_traits): To __encoding_state, put in __gnu_cxx namespace.
(enc_char_traits): To __encoding_char_traits, put in __gnu_cxx
namespace.
* config/locale/generic/codecvt_specializations.h: Remove.
* include/bits/codecvt.h: Remove codecvt_specializations.h include.
* src/codecvt.cc: Remove __enc_traits::_S_max_size.

From-SVN: r93062

19 years agore PR c++/19298 (dependent type (references) and calling a function method)
Nathan Sidwell [Fri, 7 Jan 2005 17:09:15 +0000 (17:09 +0000)]
re PR c++/19298 (dependent type (references) and calling a function method)

cp:
PR c++/19298
* pt.c (tsubst_qualified_id): Call convert_from_reference.
testsuite:
PR c++/19298
* g++.dg/template/ref2.C: New.

From-SVN: r93055

19 years agopr17529.c (y): Change size of array to 1 instead of being empty.
Andrew Pinski [Fri, 7 Jan 2005 15:52:02 +0000 (15:52 +0000)]
pr17529.c (y): Change size of array to 1 instead of being empty.

2005-01-07  Andrew Pinski  <pinskia@physics.uc.edu>

        * gcc.c-torture/compile/pr17529.c (y): Change size of array to 1
        instead of being empty.

From-SVN: r93053

19 years agore PR rtl-optimization/13674 (ICE in reload_cse_simplify_operands, at postreload...
David Edelsohn [Fri, 7 Jan 2005 15:30:13 +0000 (15:30 +0000)]
re PR rtl-optimization/13674 (ICE in reload_cse_simplify_operands, at postreload.c:378 on PPC64)

PR target/13674
* config/rs6000/rs6000.c (rs6000_legitimize_reload_address):
Convert non-word aligned offset address using ld/std into
indirect address.

From-SVN: r93052

19 years ago* config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.
Richard Henderson [Fri, 7 Jan 2005 14:29:44 +0000 (06:29 -0800)]
* config/i386/i386.md (sse_loadhps splitter): Fix operand number typo.

From-SVN: r93051

19 years agore PR fortran/15553 (Array copy operation produces garbage)
Tobias Schlüter [Fri, 7 Jan 2005 11:56:11 +0000 (12:56 +0100)]
re PR fortran/15553 (Array copy operation produces garbage)

PR fortran/15553
* gfortran.dg/array-1.f90: New test.

From-SVN: r93049

19 years agore PR libgcj/18115 (JNI nio buffer functions only work with byte buffers)
Michael Koch [Fri, 7 Jan 2005 11:32:07 +0000 (11:32 +0000)]
re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers)

2005-01-07  Michael Koch  <konqueror@gmx.de>

PR libgcj/18115
* java/nio/Buffer.java (address): New field.
* java/nio/DirectByteBufferImpl.java (address): Removed.
* java/nio/MappedByteBufferImpl.java (address): Likewise.
* java/nio/CharViewBufferImpl.java (CharViewBufferImpl):
Explicitly initialize Buffer.address if needed.
* java/nio/DoubleViewBufferImpl.java (DoubleViewBufferImpl): Likewise.
* java/nio/FloatViewBufferImpl.java (FloatViewBufferImpl): Likewise.
* java/nio/IntViewBufferImpl.java (IntViewBufferImpl): Likewise.
* java/nio/LongViewBufferImpl.java (LongViewBufferImpl): Likewise.
* java/nio/ShortViewBufferImpl.java (ShortViewBufferImpl): Likewise.
* jni.cc (_Jv_JNI_GetDirectBufferAddress): Don't assume buffer is a
DirectByteBufferImpl object.
(_Jv_JNI_GetDirectBufferCapacity): Likewise.
* testsuite/libjava.jni/directbuffer.c,
testsuite/libjava.jni/directbuffer.java,
testsuite/libjava.jni/directbuffer.out,
testsuite/libjava.jni/bytebuffer.c,
testsuite/libjava.jni/bytebuffer.java,
testsuite/libjava.jni/bytebuffer.out: New files.

From-SVN: r93046

19 years ago* tree.h (IS_EXPR_CODE_CLASS): Use a straight-forward range check.
Richard Sandiford [Fri, 7 Jan 2005 09:24:49 +0000 (09:24 +0000)]
* tree.h (IS_EXPR_CODE_CLASS): Use a straight-forward range check.

From-SVN: r93044

19 years agore PR tree-optimization/19283 (Bad code generated in final_cleanup)
Jakub Jelinek [Fri, 7 Jan 2005 09:08:10 +0000 (10:08 +0100)]
re PR tree-optimization/19283 (Bad code generated in final_cleanup)

PR tree-optimization/19283
* fold-const.c (fold_widened_comparison): Return NULL if shorter_type
is not shorter than the original type.

* gcc.c-torture/execute/20050106-1.c: New test.

From-SVN: r93043

19 years agore PR target/19012 (ICE on testsuite/gcc.c-torture/execute/930208-1.c with -fpack...
Jakub Jelinek [Fri, 7 Jan 2005 09:05:46 +0000 (10:05 +0100)]
re PR target/19012 (ICE on testsuite/gcc.c-torture/execute/930208-1.c with -fpack-struct -Os)

PR rtl-optimization/19012
* config/i386/i386.md (addqi_1_slp): Set memory attribute.

From-SVN: r93042

19 years agore PR rtl-optimization/18861 (ICE Segmentation fault in try_crossjump_to_edge at...
Jakub Jelinek [Fri, 7 Jan 2005 09:04:01 +0000 (10:04 +0100)]
re PR rtl-optimization/18861 (ICE Segmentation fault in try_crossjump_to_edge at ../../gcc/gcc/cfgcleanup.c:1637 with two switches (table jumps))

PR rtl-optimization/18861
* cfgbuild.c (BLOCK_USED_BY_TABLEJUMP): Define.
(FULL_STATE): Define.
(mark_tablejump_edge): New function.
(purge_dead_tablejump_edges): New function.
(find_bb_boundaries): Use it.

* gcc.dg/20050105-1.c: New test.

From-SVN: r93041

19 years agore PR tree-optimization/18828 (Extraneous warning with var_start and optimization)
Jakub Jelinek [Fri, 7 Jan 2005 09:01:00 +0000 (10:01 +0100)]
re PR tree-optimization/18828 (Extraneous warning with var_start and optimization)

PR tree-optimization/18828
* builtins.c (expand_builtin_next_arg): Remove argument and all
the argument checking.
(expand_builtin): Adjust caller.
(expand_builtin_va_start): Likewise.  Remove error for too many
arguments.
(fold_builtin_next_arg): Issue error for too many arguments.
After checking arguments, replace them with magic arguments that
prevent further checking of the args.

* gcc.dg/20050105-2.c: New test.

From-SVN: r93040

19 years ago* gcc.dg/i386-local.c: Handle -m32/-m64 runs correctly.
Andreas Jaeger [Fri, 7 Jan 2005 06:49:02 +0000 (07:49 +0100)]
* gcc.dg/i386-local.c: Handle -m32/-m64 runs correctly.

From-SVN: r93039

19 years agore PR libfortran/18398 (Formatted I/O problems)
Bud Davis [Fri, 7 Jan 2005 03:25:47 +0000 (03:25 +0000)]
re PR libfortran/18398 (Formatted I/O problems)

2005-01-07  Bud Davis  <bdavis9659@comcast.net>

        PR fortran/18398
        * transfer.c (next_record_r): always skip the
        eol search if it was found during sf_read.

        * gfortran.dg/fmt_read.f90: New test.

From-SVN: r93035

19 years ago* pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.
John David Anglin [Fri, 7 Jan 2005 01:11:57 +0000 (01:11 +0000)]
* pa64-hpux.h (STARTFILE_SPEC): Fix typo in spec.

From-SVN: r93024

19 years agore PR target/6077 ([alpha-osf].s with -x assembler-with-cpp breaks mips-tfile)
Roger Sayle [Fri, 7 Jan 2005 01:05:37 +0000 (01:05 +0000)]
re PR target/6077 ([alpha-osf].s with -x assembler-with-cpp breaks mips-tfile)

PR target/6077
* gcc.c (input_suffix_matches): Tweak the semantics of %{.s:...}
and %{.S:...} (and their negative variants) to test whether the
input file is assembler or pre-processed-assembler independent of
the actual filename extension.

From-SVN: r93023

19 years agosimplify-rtx.c (simplify_subreg): Simplify truncations of shifts of sign or zero...
Roger Sayle [Fri, 7 Jan 2005 00:47:13 +0000 (00:47 +0000)]
simplify-rtx.c (simplify_subreg): Simplify truncations of shifts of sign or zero extended values.

* simplify-rtx.c (simplify_subreg): Simplify truncations of shifts
of sign or zero extended values.

From-SVN: r93022

19 years agoc-cppbuiltin.c (builtin_define_float_constants): Set __*_EPSILON__ for IBM long doubl...
Geoffrey Keating [Fri, 7 Jan 2005 00:19:23 +0000 (00:19 +0000)]
c-cppbuiltin.c (builtin_define_float_constants): Set __*_EPSILON__ for IBM long double format correctly.

* c-cppbuiltin.c (builtin_define_float_constants): Set __*_EPSILON__
for IBM long double format correctly.

From-SVN: r93021

19 years agoDaily bump.
GCC Administrator [Fri, 7 Jan 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r93018

19 years agore PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test case)
Daniel Berlin [Thu, 6 Jan 2005 22:08:27 +0000 (22:08 +0000)]
re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test case)

2005-01-06  Daniel Berlin <dberlin@dberlin.org>

Fix PR tree-optimization/18792

* tree-data-ref.c (build_classic_dist_vector): Change first_loop
to first_loop_depth, and use loop depth instead of loop number.
(build_classic_dir_vector): Ditto.
(compute_data_dependences_for_loop): Use depth, not loop number.
* tree-loop-linear.c (try_interchange_loops): Use loop depth, not loop
number. Pass in loops, instead of loop numbers.
(gather_interchange_stats): Ditto.
(linear_transform_loops): Ditto.

From-SVN: r93008

19 years agofstream.tcc: Remove unnecessary qualifications for uglified data members of basic_fil...
Benjamin Kosnik [Thu, 6 Jan 2005 20:40:25 +0000 (20:40 +0000)]
fstream.tcc: Remove unnecessary qualifications for uglified data members of basic_filebuf...

2005-01-06  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/fstream.tcc: Remove unnecessary qualifications for
uglified data members of basic_filebuf, including _M_buf,
_M_buf_size, _M_mode, _M_pback_init.
* include/std/std_fstream.h: Same.

From-SVN: r93006

19 years agoUpdate copyright dateas
Mark Mitchell [Thu, 6 Jan 2005 20:23:38 +0000 (20:23 +0000)]
Update copyright dateas

From-SVN: r93005

19 years agore PR c++/19244 (Typedef of anonymous class incorrectly handled in member function...
Mark Mitchell [Thu, 6 Jan 2005 20:21:13 +0000 (20:21 +0000)]
re PR c++/19244 (Typedef of anonymous class incorrectly handled in member function definition)

PR c++/19244
* class.c (add_implicitly_declared_members): Remove dead code.
* decl.c (grokfndecl): Add sfk parameter.  Use it do set
DECL_CONSTRUCTOR_P.
(grokdeclarator): Adjust calls to grokfndecl.
* method.c (implicitly_declare_fn): Improve documentation.
* parser.c (cp_parser_direct_declarator): Do not consider a
function to be a constructor if the containing class was
originally anonymous.

        PR c++/19244
* g++.dg/parser/ctor2.C: New test.

From-SVN: r93004

19 years agore PR rtl-optimization/13299 (Unsafe treatment of extended givs)
Richard Sandiford [Thu, 6 Jan 2005 19:10:56 +0000 (19:10 +0000)]
re PR rtl-optimization/13299 (Unsafe treatment of extended givs)

        PR rtl-opt/13299
        * loop.c (get_monotonic_increment, biased_biv_fits_mode_p,
        biv_fits_mode_p, extension_within_bounds_p): New functions.
        (check_ext_dependent_givs): Use them.

From-SVN: r93000

19 years agocfgrtl.c (rtl_delete_block): A basic block may be followed by more than one barrier...
Roger Sayle [Thu, 6 Jan 2005 18:05:27 +0000 (18:05 +0000)]
cfgrtl.c (rtl_delete_block): A basic block may be followed by more than one barrier...

* cfgrtl.c (rtl_delete_block): A basic block may be followed by
more than one barrier, in which case we should delete them all.

From-SVN: r92996

19 years agogcc.c (process_command): Change year in 'gcc --version' to 2005.
Tobias Schlüter [Thu, 6 Jan 2005 16:41:36 +0000 (17:41 +0100)]
gcc.c (process_command): Change year in 'gcc --version' to 2005.

* gcc.c (process_command): Change year in 'gcc --version' to 2005.

fortran/
* gfortranspec.c (lang_specific_driver): Change year to 2005 in
output of 'gfortran --version'.

From-SVN: r92995

19 years agore PR c++/17154 (Using declaration of function name ignored inside partial specializa...
Kriang Lerdsuwanakij [Thu, 6 Jan 2005 16:04:05 +0000 (16:04 +0000)]
re PR c++/17154 (Using declaration of function name ignored inside partial specialization of template class)

PR c++/17154
* search.c (lookup_field_1): Handle using declaration in
class template partial specialization.

* g++.dg/template/using9.C: New test.

From-SVN: r92994

19 years agore PR c++/19258 (Incorrect access check for default argument)
Kriang Lerdsuwanakij [Thu, 6 Jan 2005 15:41:34 +0000 (15:41 +0000)]
re PR c++/19258 (Incorrect access check for default argument)

PR c++/19258
* pt.c (push_access_scope): Handle friend defined in class.
(pop_access_scope): Likewise.

* g++.dg/lookup/friend6.C: New test.

From-SVN: r92993

19 years agore PR c++/19270 (ice on valid template code)
Nathan Sidwell [Thu, 6 Jan 2005 15:22:11 +0000 (15:22 +0000)]
re PR c++/19270 (ice on valid template code)

cp:
PR c++/19270
* pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
(tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
array-new handling code.  Use build_x_binary_op.
testsuite:
PR c++/19270
* g++.dg/template/array10.C: New.

From-SVN: r92992

19 years agoFix PR middle-end/19286 Fix PR debug/19267
Daniel Berlin [Thu, 6 Jan 2005 14:49:34 +0000 (14:49 +0000)]
Fix PR middle-end/19286 Fix PR debug/19267

2005-01-05  Daniel Berlin  <dberlin@dberlin.org>

Fix PR middle-end/19286
Fix PR debug/19267
* dwarf2out.c (gen_subprogram_die): If we've already tried to
output this subprogram, simply ignore this attempt to do it again.
(add_abstract_origin_attribute): Don't abort trying to add the abstract
origin attribute if it's not possible.
(gen_block_die): Don't ignore subblocks of "unused" blocks.
(decls_for_scope): Ditto.
* gimple-low.c (mark_blocks_with_used_subblocks): Remove.
(mark_used_blocks): Don't call mark_blocks_with_used_subblocks.

From-SVN: r92991

19 years ago2005-01-05 Benjamin Kosnik <bkoz@redhat.com>
Benjamin Kosnik [Thu, 6 Jan 2005 07:08:48 +0000 (07:08 +0000)]
2005-01-05  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/testsuite_hooks.h:
(copy_constructor::mark_call):  Use __throw_runtime_error.
(assignment_operator::mark_call): Same.
* testsuite/testsuite_hooks.cc (verify_demangle): Same.
(locale_data): Remove, just use runtime_error directly.
(environment_variable): Same.
(not_found): Same.
(run_tests_wrapped_locale): Use __throw_runtime_error.
(run_tests_wrapped_env): Same.
(semaphore::semaphore): Same.
(semaphore::signal): Same.
(semaphore::wait): Same.
* testsuite/testsuite_abi.h (symbol_error): Remove, use logic_error.
* testsuite/testsuite_abi.cc (get_symbol): Use __throw_logic_error.
(create_symbols): Use __throw_runtime_error.
* src/bitmap_allocator.cc: Use __throw_bad_alloc.

From-SVN: r92989

19 years agore PR rtl-optimization/11327 (Non-optimal code when using MMX/SSE builtins)
Richard Henderson [Thu, 6 Jan 2005 06:22:32 +0000 (22:22 -0800)]
re PR rtl-optimization/11327 (Non-optimal code when using MMX/SSE builtins)

        PR target/11327
        * config/i386/i386.c (BUILTIN_DESC_SWAP_OPERANDS): New.
        (bdesc_2arg): Use it.
        (ix86_expand_binop_builtin): Force operands into registers
        when optimizing.
        (ix86_expand_unop_builtin, ix86_expand_unop1_builtin,
        ix86_expand_sse_compare, ix86_expand_sse_comi,
        ix86_expand_builtin): Likewise.

From-SVN: r92988

19 years agoia64.c (rtx_needs_barrier): Handle CONST_VECTOR and VEC_SELECT.
Richard Henderson [Thu, 6 Jan 2005 06:18:15 +0000 (22:18 -0800)]
ia64.c (rtx_needs_barrier): Handle CONST_VECTOR and VEC_SELECT.

        * config/ia64/ia64.c (rtx_needs_barrier): Handle CONST_VECTOR
        and VEC_SELECT.
        * config/ia64/vect.md (mulv8qi3): Re-implement with mix_[rl].
        (mulv4hi3): Set itanium_class mmmul.
        (fpack_sfxf, fpack_xfsf, fpack_xfxf): Remove.

From-SVN: r92987

19 years agoUpdate copyright.
Richard Henderson [Thu, 6 Jan 2005 04:09:34 +0000 (20:09 -0800)]
Update copyright.

From-SVN: r92985

19 years agore PR rtl-optimization/10692 ([m68k] miscompilation of perl with -O2 -fPIC)
Richard Henderson [Thu, 6 Jan 2005 04:09:11 +0000 (20:09 -0800)]
re PR rtl-optimization/10692 ([m68k] miscompilation of perl with -O2 -fPIC)

        PR rtl-opt/10692
        * reload1.c (do_input_reload): Restrict the optimization deleteing
        a previous output reload to RELOAD_FOR_INPUT.

From-SVN: r92984

19 years agoasm1.C, [...]: Bypass tests on x86 when using -fpic/-fPIC.
Kaveh R. Ghazi [Thu, 6 Jan 2005 02:32:57 +0000 (02:32 +0000)]
asm1.C, [...]: Bypass tests on x86 when using -fpic/-fPIC.

* g++.old-deja/g++.pt/asm1.C, g++.old-deja/g++.pt/asm2.C,
gcc.dg/20011119-1.c: Bypass tests on x86 when using -fpic/-fPIC.

From-SVN: r92983

19 years agoDaily bump.
GCC Administrator [Thu, 6 Jan 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r92980

19 years ago* gcc.c-torture/compile/20050105-1.c: New test.
Jakub Jelinek [Wed, 5 Jan 2005 23:44:11 +0000 (00:44 +0100)]
* gcc.c-torture/compile/20050105-1.c: New test.

From-SVN: r92975

19 years agocombine.c (expand_compound_operation): Add comment that we fall through after case.
Steven Bosscher [Wed, 5 Jan 2005 23:19:23 +0000 (23:19 +0000)]
combine.c (expand_compound_operation): Add comment that we fall through after case.

* combine.c (expand_compound_operation)  <ZERO_EXTRACT>: Add
comment that we fall through after case.
(mark_used_regs_combine): Don't expect a SIGN_EXTRACT in a SET_DEST.
(distribute_links): Likewise.
* cse.c (cse_insn): Likewise.
* cselib.c (cselib_invalidate_mem): Likewise.
* df.c: Update comments at the top of the file.
(read_modify_subreg_p): Update comments here too.
(df_def_record_1): Don't expect a SIGN_EXTRACT in a SET_DEST.
* flow.c (mark_set_1): Likewise.
(mark_used_regs): Likewise.
* gcse.c (mems_conflict_for_gcse_p): Likewise.
(canon_list_insert): Likewise.
(mark_set): Likewise.
(try_replace_reg): Likewise.
(store_killed_in_insn): Likewise.
* loop.c (count_one_set): Likewise.
(basic_induction_var): Likewise.
* postreload-gcse.c (find_mem_conflicts): Likewise.
* postreload.c (reload_combine_note_store): Likewise.
(move2add_note_store): Likewise.
* reload.c (find_equiv_reg): Likewise.
(mark_referenced_resources): Likewise.
* rtlanal.c (set_noop_p): Likewise.
(note_stores): Likewise.
(note_uses): Likewise.
* sched-deps.c (sched_analyze_1): Likewise.
* sched-rgn.c (check_live_1): Likewise.
(update_live_1): Likewise.
* config/i860/i860.c: Likewise.

* rtl.dec (SIGN_EXTRACT): Document that this cannot appear as
an lvalue.
(ZERO_EXTRACT): Mention that this one can be an lvalue.

* doc/rtl.texi: Update documentation for bit-fields and SET.

From-SVN: r92974

19 years ago* gcc.dg/darwin-weakimport-2.c: Remove stray 'APPLE LOCAL' marker.
Geoffrey Keating [Wed, 5 Jan 2005 22:41:04 +0000 (22:41 +0000)]
* gcc.dg/darwin-weakimport-2.c: Remove stray 'APPLE LOCAL' marker.

From-SVN: r92973

19 years agoFix an oopsie in the last commit, sorry
Stan Shebs [Wed, 5 Jan 2005 21:53:25 +0000 (21:53 +0000)]
Fix an oopsie in the last commit, sorry

From-SVN: r92971

19 years ago* ifcvt.c (find_if_case_1): Revert 2005-01-04 change.
Roger Sayle [Wed, 5 Jan 2005 21:13:08 +0000 (21:13 +0000)]
* ifcvt.c (find_if_case_1): Revert 2005-01-04 change.

From-SVN: r92970

19 years agoZipEntry.java (setCompressedSize): Allow any argument.
Tom Tromey [Wed, 5 Jan 2005 20:41:27 +0000 (20:41 +0000)]
ZipEntry.java (setCompressedSize): Allow any argument.

* java/util/zip/ZipEntry.java (setCompressedSize): Allow any
argument.
(compressedSize): Now 'long'.  Default to -1.
(getCompressedSize): Rewrote.
* java/util/zip/DeflaterOutputStream.java (deflate): Don't
deflate at all if we need input.

From-SVN: r92969

19 years agore PR target/18910 (unrecognisable insn in regclass on x86/amd64)
Jan Hubicka [Wed, 5 Jan 2005 20:29:06 +0000 (21:29 +0100)]
re PR target/18910 (unrecognisable insn in regclass on x86/amd64)

        PR target/18910
        * config/i386/i386.c (ix86_expand_move): Handle tls symbols
        with an offset.

Co-Authored-By: Richard Henderson <rth@redhat.com>
From-SVN: r92968

19 years agore PR target/12902 (Invalid assembly generated when using SSE / xmmintrin.h)
Richard Henderson [Wed, 5 Jan 2005 19:14:39 +0000 (11:14 -0800)]
re PR target/12902 (Invalid assembly generated when using SSE / xmmintrin.h)

        PR target/12902
        * config/i386/i386.md (sse_movhps, sse_movlps): Remove.
        (sse_shufps): Change operand 3 to const_int_operand.
        (sse2_storelps): Fix typo in template.
        (sse_storehps, sse_loadhps, sse_storelps, sse_loadlps): New.
        * config/i386/i386.c (ix86_expand_vector_move_misalign): Use them.
        (ix86_expand_builtin): Likewise.

From-SVN: r92967

19 years agore PR libgcj/15719 (GIJ Interpeter: Problem with NaN / infinity comparisons)
Tom Tromey [Wed, 5 Jan 2005 19:03:10 +0000 (19:03 +0000)]
re PR libgcj/15719 (GIJ Interpeter: Problem with NaN / infinity comparisons)

PR libgcj/15719:
* interpret.cc (run) <insn_dcmpl, insn_dcmpg>: Set tmpval
correctly.

From-SVN: r92966

19 years ago* gcj.texi (Standard Properties): java.ext.dirs is now used.
Tom Tromey [Wed, 5 Jan 2005 18:58:00 +0000 (18:58 +0000)]
* gcj.texi (Standard Properties): java.ext.dirs is now used.

From-SVN: r92965

19 years agonatRuntime.cc (insertSystemProperties): Set java.ext.dirs earlier.
Tom Tromey [Wed, 5 Jan 2005 18:55:27 +0000 (18:55 +0000)]
natRuntime.cc (insertSystemProperties): Set java.ext.dirs earlier.

* java/lang/natRuntime.cc (insertSystemProperties): Set
java.ext.dirs earlier.

From-SVN: r92964

19 years agoarm.c (arm_return_in_memory): Treat complex types as aggregates for AAPCS ABIs.
Julian Brown [Wed, 5 Jan 2005 18:53:08 +0000 (18:53 +0000)]
arm.c (arm_return_in_memory): Treat complex types as aggregates for AAPCS ABIs.

2004-01-05  Julian Brown  <julian@codesourcery.com>

* config/arm/arm.c (arm_return_in_memory): Treat complex types
as aggregates for AAPCS ABIs.

From-SVN: r92963

19 years agounwind-dw2-fde-darwin.c (examine_objects): Use 64-bit Mach-O getters if ppc64.
Stan Shebs [Wed, 5 Jan 2005 18:39:43 +0000 (18:39 +0000)]
unwind-dw2-fde-darwin.c (examine_objects): Use 64-bit Mach-O getters if ppc64.

        * unwind-dw2-fde-darwin.c (examine_objects): Use 64-bit
        Mach-O getters if ppc64.
        * config/darwin.c (darwin_asm_output_dwarf_delta): Obey
        size argument.
        * config/darwin.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
        signed four-byte field for global code case.
        (STARTFILE_SPEC): Avoid crt2.o for 64-bit compilation.

From-SVN: r92962

19 years ago[Missed by the previous cvs commit!]
Roger Sayle [Wed, 5 Jan 2005 17:31:37 +0000 (17:31 +0000)]
[Missed by the previous cvs commit!]

* Makefile.in (c-common.o): Update dependencies.

From-SVN: r92958

19 years agore PR middle-end/19100 (Wrong code for ?-operator with casted ?-operator predicat)
Roger Sayle [Wed, 5 Jan 2005 17:27:26 +0000 (17:27 +0000)]
re PR middle-end/19100 (Wrong code for ?-operator with casted ?-operator predicat)

PR middle-end/19100
* c-common.c: Include real.h.
(c_common_truthvalue_conversion): Avoid destructively modifying expr.
Correctly handle TREE_CONSTANT_OVERFLOW for INTEGER_CST.
Correctly handle TREE_CONSTANT_OVERFLOW and NaNs for REAL_CST.
* Makefile.in (c-common.o): Update dependencies.

* gcc.dg/conv-3.c: New test case.

From-SVN: r92957

19 years ago* c-parse.in (asm_string): Add trailing semicolon.
Joseph Myers [Wed, 5 Jan 2005 17:08:35 +0000 (17:08 +0000)]
* c-parse.in (asm_string): Add trailing semicolon.

From-SVN: r92956

19 years ago9507.cc: Remove child process.
Mark Mitchell [Wed, 5 Jan 2005 16:13:46 +0000 (16:13 +0000)]
9507.cc: Remove child process.

* testsuite/27_io/basic_filebuf/open/char/9507.cc: Remove child
process.

From-SVN: r92953

19 years agoc-parse.in (asm_string): New.
Joseph Myers [Wed, 5 Jan 2005 15:27:26 +0000 (15:27 +0000)]
c-parse.in (asm_string): New.

* c-parse.in (asm_string): New.  Don't allow wide strings in
'asm'.
(simple_asm_expr, asm_argument, asm_operand, asm_clobbers): Use
asm_string instead of STRING.

testsuite:
* gcc.dg/asm-wide-1.c: New test.

From-SVN: r92952

19 years agoc-typeck.c (constructor_no_implicit): Remove.
Joseph Myers [Wed, 5 Jan 2005 15:22:38 +0000 (15:22 +0000)]
c-typeck.c (constructor_no_implicit): Remove.

* c-typeck.c (constructor_no_implicit): Remove.
(set_designator, process_init_element): Don't check
constructor_no_implicit.

From-SVN: r92951

19 years agore PR target/16482 (gcc.c-torture/unsorted/SFset.c fails with "-O2 -m4")
J"orn Rennecke [Wed, 5 Jan 2005 14:41:30 +0000 (14:41 +0000)]
re PR target/16482 (gcc.c-torture/unsorted/SFset.c fails with "-O2 -m4")

PR target/16482
* lcm.c (create_pre_exit): New.
(optimize_mode_switching): In MODE_ENTRY / MODE_EXIT case, set
ENTRY_EXIT_EXTRA to 3.  Use create_pre_exit.

Co-Authored-By: Kaz Kojima <kkojima@gcc.gnu.org>
From-SVN: r92950

19 years agoarm.h (TARGET_OPTIONS): Correctly record -mhard-float and -msoft-float in target_floa...
Richard Earnshaw [Wed, 5 Jan 2005 11:56:24 +0000 (11:56 +0000)]
arm.h (TARGET_OPTIONS): Correctly record -mhard-float and -msoft-float in target_float_switch.

* arm.h (TARGET_OPTIONS): Correctly record -mhard-float and
-msoft-float in target_float_switch.
* arm.c (arm_override_options): Fix processing of target_float_switch.

From-SVN: r92949

19 years agovfp.md (arm_movsi_vfp): Hide VFP register classes from register preferencing.
Richard Earnshaw [Wed, 5 Jan 2005 11:24:20 +0000 (11:24 +0000)]
vfp.md (arm_movsi_vfp): Hide VFP register classes from register preferencing.

* arm/vfp.md (arm_movsi_vfp): Hide VFP register classes from register
preferencing.

From-SVN: r92948

19 years agoistream.cc (basic_istream<char>::ignore(streamsize), [...]): At the end, first check...
Paolo Carlini [Wed, 5 Jan 2005 11:11:48 +0000 (11:11 +0000)]
istream.cc (basic_istream<char>::ignore(streamsize), [...]): At the end, first check _M_gcount vs __n.

2005-01-05  Paolo Carlini  <pcarlini@suse.de>

* src/istream.cc (basic_istream<char>::ignore(streamsize),
basic_istream<char>::ignore(streamsize, int_type),
basic_istream<wchar_t>::ignore(streamsize),
basic_istream<wchar_t>::ignore(streamsize, int_type)): At the end,
first check _M_gcount vs __n.
* include/bits/istream.tcc (ignore(streamsize), ignore(streamsize,
int_type)): Likewise.
* testsuite/27_io/basic_istream/ignore/char/4.cc: New.
* testsuite/27_io/basic_istream/ignore/wchar_t/4.cc: Likewise.

From-SVN: r92947

19 years agore PR c++/19030 (ice on tree check)
Nathan Sidwell [Wed, 5 Jan 2005 10:02:35 +0000 (10:02 +0000)]
re PR c++/19030 (ice on tree check)

cp:
PR c++/19030
* cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
* name-lookup.h (push_scope): Return pushed scope, not flag.
* name-lookup.c (push_scope): Return scope that should be popped,
not a flag.
* decl.c (start_decl): Adjust.
(grokfndecl): Adjust scope push and pop.
* decl2.c (check_classfn): Likewise.
* parser.c (cp_parser_condition, cp_parser_conversion_function_id,
cp_parser_init_declarator, cp_parser_direct_declarator,
cp_parser_class_specifier, cp_parser_class_head,
cp_parser_lookup_name,
cp_parser_constructor_declarator_p): Likewise.
* pt.c (instantiate_class_template,
resolve_typename_type): Likewise.
testsuite:
PR c++/19030
* g++.dg/parse/crash22.C: New

From-SVN: r92946

19 years agoinvoke.texi (Intel 386 and AMD x86-64 Options): Replace i387 with 'i386 compiler...
Uros Bizjak [Wed, 5 Jan 2005 09:55:55 +0000 (10:55 +0100)]
invoke.texi (Intel 386 and AMD x86-64 Options): Replace i387 with 'i386 compiler' in -mfpmath=sse option.

* doc/invoke.texi (Intel 386 and AMD x86-64 Options):
        Replace i387 with 'i386 compiler' in -mfpmath=sse option.

From-SVN: r92943

19 years ago* testsuite/libmudflap.c/pass32-frag.c: Fix typo.
Richard Henderson [Wed, 5 Jan 2005 09:27:50 +0000 (01:27 -0800)]
* testsuite/libmudflap.c/pass32-frag.c: Fix typo.

From-SVN: r92930

19 years agonatObject.cc (_Jv_ObjectCheckMonitor): Initialize the sync_info element of the object...
Eric Botcazou [Wed, 5 Jan 2005 05:09:09 +0000 (06:09 +0100)]
natObject.cc (_Jv_ObjectCheckMonitor): Initialize the sync_info element of the object if needed.

* java/lang/natObject.cc (_Jv_ObjectCheckMonitor): Initialize the
sync_info element of the object if needed.

From-SVN: r92922

19 years agoifcvt.c (find_if_case_1): Avoid creating an empty forwarder block...
Roger Sayle [Wed, 5 Jan 2005 01:45:00 +0000 (01:45 +0000)]
ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block...

* ifcvt.c (find_if_case_1): Avoid creating an empty forwarder block,
if deleting the then-block allows the test-block to fallthru to the
else-block.

From-SVN: r92919

19 years agore PR c/19152 (IMA and external inline don't get along)
Andrew Pinski [Wed, 5 Jan 2005 01:41:36 +0000 (17:41 -0800)]
re PR c/19152 (IMA and external inline don't get along)

2005-01-04  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/19152
        * c-decl.c (diagnose_mismatched_decls): Accept "extern inline" declared
        after the full declaration if the are in two different TUs.

From-SVN: r92918

19 years agoDaily bump.
GCC Administrator [Wed, 5 Jan 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r92915

19 years agore PR tree-optimization/19158 (GNAT Bug Box compiling makegpr.adb of the GNAT tools)
Richard Henderson [Tue, 4 Jan 2005 23:54:26 +0000 (15:54 -0800)]
re PR tree-optimization/19158 (GNAT Bug Box compiling makegpr.adb of the GNAT tools)

2005-01-04 Richard Henderson  <rth@redhat.com>

        PR tree-opt/19158
        * tree-sra.c (generate_one_element_init): Just
        call gimplify_and_add.
        (generate_element_init): Record the
        new referenced variables and mark them for renaming
        and split out to ...
        (generate_element_init_1): This.
        (scalarize_init): Don't call push_gimplify_context/
        pop_gimplify_context.

From-SVN: r92911

19 years ago* toplev.c (get_src_pwd): Handle failure of getpwd().
Geoffrey Keating [Tue, 4 Jan 2005 23:28:00 +0000 (23:28 +0000)]
* toplev.c (get_src_pwd): Handle failure of getpwd().

From-SVN: r92910

19 years agofold-const.c (fold_single_bit_test): Delete unreachable handling of TRUTH_NOT_EXPR.
Roger Sayle [Tue, 4 Jan 2005 21:42:52 +0000 (21:42 +0000)]
fold-const.c (fold_single_bit_test): Delete unreachable handling of TRUTH_NOT_EXPR.

* fold-const.c (fold_single_bit_test): Delete unreachable handling
of TRUTH_NOT_EXPR.
(fold): Don't call fold_single_bit_test with a TRUTH_NOT_EXPR, as
all the cases handled by it are inverted by invert_truthvalue.

From-SVN: r92909

19 years agore PR preprocessor/19257 (mmix-knuth-mmixware testsuite failure: gcc.dg/cpp/subframew...
Geoffrey Keating [Tue, 4 Jan 2005 19:39:09 +0000 (19:39 +0000)]
re PR preprocessor/19257 (mmix-knuth-mmixware testsuite failure: gcc.dg/cpp/subframework1.c)

PR 19257
* gcc.dg/cpp/subframework1.c: Run only on Darwin.

From-SVN: r92903

19 years agosparc.md (save_register_windowdi): Add missing mode.
Eric Botcazou [Tue, 4 Jan 2005 19:03:45 +0000 (20:03 +0100)]
sparc.md (save_register_windowdi): Add missing mode.

* config/sparc/sparc.md (save_register_windowdi): Add missing mode.
(save_register_windowsi): Likewise.

From-SVN: r92902

19 years ago* tree-mudflap.c (mf_varname_tree): Fix thinko setting declname.
Richard Henderson [Tue, 4 Jan 2005 18:47:02 +0000 (10:47 -0800)]
* tree-mudflap.c (mf_varname_tree): Fix thinko setting declname.

From-SVN: r92901

19 years agore PR middle-end/17767 (MMX intrinsics cause internal compiler error)
Uros Bizjak [Tue, 4 Jan 2005 15:44:25 +0000 (16:44 +0100)]
re PR middle-end/17767 (MMX intrinsics cause internal compiler error)

PR middle-end/17767
* cse.c (fold_rtx) [RTX_COMPARE, RTX_COMM_COMPARE]: Don't attempt
any simplifications of vector mode comparison operators.
* simplify-rtx.c (simplify_relational_operation): Fix variable name.

testsuite:

* gcc.dg/i386-mmx-6.c: New test case.

From-SVN: r92896

19 years agore PR tree-optimization/18308 (ICE in do_jump, at dojump.c:274)
Paolo Bonzini [Tue, 4 Jan 2005 14:37:23 +0000 (14:37 +0000)]
re PR tree-optimization/18308 (ICE in do_jump, at dojump.c:274)

gcc:
2005-01-04  Paolo Bonzini  <bonzini@gnu.org>
    Devang Patel  <dpatel@apple.com>

PR tree-optimization/18308

* tree-if-conv.c (add_to_dst_predicate_list): Gimplify
the operands before creating a new expression.
* dojump.c (do_jump): Make drop_through_label available
for all cases.  Add expansion of COND_EXPR.

gcc/testsuite:
2005-01-04  Paolo Bonzini  <bonzini@gnu.org>

* gcc.dg/vect/pr18308.c: New testcase.

Co-Authored-By: Devang Patel <dpatel@apple.com>
From-SVN: r92895

19 years agotree-vectorizer.c (vect_analyze_offset_expr): Test for INTEGER_CST instead of TREE_CO...
Ira Rosen [Tue, 4 Jan 2005 13:12:26 +0000 (13:12 +0000)]
tree-vectorizer.c (vect_analyze_offset_expr): Test for INTEGER_CST instead of TREE_CONSTANT.

2005-01-04  Ira Rosen  <irar@il.ibm.com>

        * tree-vectorizer.c (vect_analyze_offset_expr): Test for
        INTEGER_CST instead of TREE_CONSTANT.
        (vect_gen_niters_for_prolog_loop): Test for INTEGER_CST
        instead of TREE_CONSTANT.
        (vect_analyze_pointer_ref_access): Test for INTEGER_CST
        instead of TREE_CONSTANT.

From-SVN: r92894

19 years agotree-eh.c (replace_goto_queue): Return early if the queue is empty.
Eric Botcazou [Tue, 4 Jan 2005 12:45:42 +0000 (13:45 +0100)]
tree-eh.c (replace_goto_queue): Return early if the queue is empty.

* tree-eh.c (replace_goto_queue): Return early if the queue is
          empty.

From-SVN: r92893

19 years ago* gnat_ugn.texi: Fix texi errors with null variables.
Arnaud Charlet [Tue, 4 Jan 2005 10:51:22 +0000 (10:51 +0000)]
* gnat_ugn.texi: Fix texi errors with null variables.

From-SVN: r92892

19 years agore PR target/19240 (runtime performance regression in floating point heavy code,...
Uros Bizjak [Tue, 4 Jan 2005 10:40:52 +0000 (11:40 +0100)]
re PR target/19240 (runtime performance regression in floating point heavy code, x86/SSE)

PR target/19240
* config/i386/i386.md (*fop_df_1_i387): Disable for TARGET_SSE_MATH.
(*fop_df_1_i387): Disable for (TARGET_SSE2 && TARGET_SSE_MATH).

From-SVN: r92891

19 years agofold-const.c (force_fit_type): Cope with types larger than 2 HWI.
Richard Henderson [Tue, 4 Jan 2005 10:11:22 +0000 (02:11 -0800)]
fold-const.c (force_fit_type): Cope with types larger than 2 HWI.

        * fold-const.c (force_fit_type): Cope with types larger than 2 HWI.
        (fold_convert_const_int_from_int, fold_convert_const_int_from_real,
        fold_convert_const_real_from_real): Split out from ...
        (fold_convert_const): ... here.

From-SVN: r92890

19 years agore PR target/19235 (GCC generates SSE2 instructions for AthlonXP which doesn't suppor...
Richard Henderson [Tue, 4 Jan 2005 10:00:55 +0000 (02:00 -0800)]
re PR target/19235 (GCC generates SSE2 instructions for AthlonXP which doesn't support them.)

        PR target/19235
        * config/i386/i386.md (movdi_2): Separate SSE1 and SSE2 alternatives.
        (mov<MMXMODEI>_internal): Likewise.
        (movdf_nointeger): Prefer Y while not preferring, but allowing, x.
        Add V2SF case; use it for SSE1; don't use TI.
        (movdf_integer): Likewise.
        (mov<SSEMODEI>_internal, movti_internal): Force V4SF for SSE1.

From-SVN: r92889

19 years agotree-vectorizer.c (vect_strip_conversions): New function.
Ira Rosen [Tue, 4 Jan 2005 07:56:51 +0000 (07:56 +0000)]
tree-vectorizer.c (vect_strip_conversions): New function.

2005-01-03  Ira Rosen  <irar@il.ibm.com>

        * tree-vectorizer.c (vect_strip_conversions): New function.
        (vect_analyze_offset_expr): Call vect_strip_conversions. Add
        check for binary class.

From-SVN: r92888

19 years ago* gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests.
Andreas Jaeger [Tue, 4 Jan 2005 06:15:28 +0000 (07:15 +0100)]
* gcc.target/i386/amd64-abi-1.c: Only run as 64-bit tests.

From-SVN: r92887

19 years agoCorrect typo in PR number
R. Kelley Cook [Tue, 4 Jan 2005 03:14:44 +0000 (03:14 +0000)]
Correct typo in PR number

From-SVN: r92886

19 years agoIndex: libcpp/ChangeLog
Geoffrey Keating [Tue, 4 Jan 2005 02:13:56 +0000 (02:13 +0000)]
Index: libcpp/ChangeLog
2005-01-03  Geoffrey Keating  <geoffk@apple.com>

* files.c (_cpp_find_file): Add files found by search_path_exhausted
to the list of all files.

Index: gcc/testsuite/ChangeLog
2005-01-03  Geoffrey Keating  <geoffk@apple.com>
    Robert Bowdidge <bowdidge@apple.com>

* gcc.dg/cpp/subframework1.c: New.
* gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/A.h: New.
* gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/B.h: New.
* gcc.dg/cpp/frame/one.framework/Frameworks/OneSub.framework/Headers/C.h: New.
* gcc.dg/cpp/frame/one.framework/Headers/one-includeSubs.h: New.

Co-Authored-By: Robert Bowdidge <bowdidge@apple.com>
From-SVN: r92883

19 years agoFix PR debug/17924 Fix PR debug/19191
Daniel Berlin [Tue, 4 Jan 2005 01:54:26 +0000 (01:54 +0000)]
Fix PR debug/17924 Fix PR debug/19191

2005-01-03  Daniel Berlin  <dberlin@dberlin.org>

Fix PR debug/17924
Fix PR debug/19191
* dwarf2out.c (block_ultimate_origin): Follow decl origin if origin
is a decl.
* gimple-low.c (mark_blocks_with_used_vars): New function.
(mark_blocks_with_used_subblocks): Ditto.
(mark_used_blocks): Ditto.
(pass_mark_used_blocks): New pass.
* tree-inline.c: Include debug.h.
(expand_call_inline): Call outlining_inline_function here.
* tree-optimize.c (init_tree_optimization_passes): Add
pass_mark_used_blocks.
* tree-pass.h (pass_mark_used_blocks): New.
* Makefile.in (tree-inline.o): Add debug.h dependency.

From-SVN: r92882

19 years agotestsuite_hooks.cc: Use __throw_exception_again instead of just throw.
Mark Mitchell [Tue, 4 Jan 2005 01:45:48 +0000 (01:45 +0000)]
testsuite_hooks.cc: Use __throw_exception_again instead of just throw.

* testsuite/testsuite_hooks.cc: Use __throw_exception_again
instead of just throw.

From-SVN: r92881

19 years agotestsuite_hooks.cc: Update coypright and follow style guidelines.
Mark Mitchell [Tue, 4 Jan 2005 00:17:16 +0000 (00:17 +0000)]
testsuite_hooks.cc: Update coypright and follow style guidelines.

* testsuite/testsuite_hooks.cc: Update coypright and follow style
guidelines.
* testsuite/testsuite_hooks.h: Likewise.
* testsuite/27_io/basic_filebuf/close/char/4879.cc: Use
semaphores, not sleep.
* testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise.
* testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise.
* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Likewise.
* testsuite/27_io/basic_filebuf/imbue/wchar_t/14975-2.cc:
Likewise.
* testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise.
* testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise.
* testsuite/27_io/objects/char/7.cc: Likewise.
* testsuite/27_io/objects/char/9661-1.cc: Likewise.
* testsuite/27_io/objects/wchar_t/7.cc: Likewise.
* testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise.

From-SVN: r92877

19 years agoDaily bump.
GCC Administrator [Tue, 4 Jan 2005 00:16:18 +0000 (00:16 +0000)]
Daily bump.

From-SVN: r92875

19 years agoFix typos
Mark Mitchell [Tue, 4 Jan 2005 00:08:57 +0000 (00:08 +0000)]
Fix typos

From-SVN: r92872

19 years agodarwin.c (darwin_handle_weak_import_attribute): Permit VAR_DECLs to have weak_import...
Geoffrey Keating [Mon, 3 Jan 2005 23:26:54 +0000 (23:26 +0000)]
darwin.c (darwin_handle_weak_import_attribute): Permit VAR_DECLs to have weak_import attribute.

2005-01-03  Geoffrey Keating  <geoffk@apple.com>

* config/darwin.c (darwin_handle_weak_import_attribute): Permit
VAR_DECLs to have weak_import attribute.

Index: testsuite/ChangeLog
2005-01-03  Geoffrey Keating  <geoffk@apple.com>

* gcc.dg/darwin-weakimport-1.c: Remove check for variables
producing warning.
* gcc.dg/darwin-weakimport-2.c: New.

From-SVN: r92871

19 years agodarwin-fallback.c: Use 'ucontext_t' rather than 'struct ucontext'.
Geoffrey Keating [Mon, 3 Jan 2005 23:17:55 +0000 (23:17 +0000)]
darwin-fallback.c: Use 'ucontext_t' rather than 'struct ucontext'.

* config/rs6000/darwin-fallback.c: Use 'ucontext_t' rather than
'struct ucontext'.

From-SVN: r92870

19 years agopasses.c (rest_of_compilation): Don't run regmove if only flag_expensive_optimizations...
Steven Bosscher [Mon, 3 Jan 2005 22:34:29 +0000 (22:34 +0000)]
passes.c (rest_of_compilation): Don't run regmove if only flag_expensive_optimizations...

* passes.c (rest_of_compilation): Don't run regmove if only
flag_expensive_optimizations, require flag_regmove instead.

From-SVN: r92869

19 years agoarith.c: Add system.h; remove string.h
Steven G. Kargl [Mon, 3 Jan 2005 21:43:55 +0000 (21:43 +0000)]
arith.c: Add system.h; remove string.h

        * arith.c: Add system.h; remove string.h
        * decl.c: Ditto
        * matchexp.c: Ditto
        * parse.c: Ditto
        * resolve.c: Ditto
        * st.c: Ditto
        * check.c: Remove stdlib.h and stdarg.h
        * error.c: Remove stdlib.h, stdarg.h, stdio.h, string.h
        * expr.c: Add system.h; remove stdarg.h, stdio.h, and string.h
        * f95-lang.c: Add system.h; remove stdio.h
        * interface.c: Add system.h; remove stdlib.h and string.h
        * intrinsic.c: Remove stdarg.h, stdio.h, and string.h
        * io.c: Remove string.h
        * simplify.c: Ditto
        * match.c: Remove stdarg.h and string.h
        * misc.c: Update copyright; add system.h; remove stdlib.h,
        string.h, and sys/stat.h
        * module.c: Add system.h; remove string.h, stdio.h, errno.h,
        unistd.h, and time.h
        * option.c: Remove string.h and stdlib.h
        * primary.c: Ditto
        * scanner.c: Update copyright; add system.h; remove stdlib.h,
        stdio.h, string.h, and strings.h
        * symbol.c: Add system.h; remove stdlib.h, stdio.h, and string.h
        * trans-array.c: Remove stdio.h and gmp.h
        * trans-const.c: Ditto
        * trans-expr.c: Ditto
        * trans-io.c: Ditto
        * trans-stmt.c: Ditto
        * trans.c: Ditto
        * trans-intrinsic.c: Remove stdio.h and string.h

From-SVN: r92866