]> gcc.gnu.org Git - gcc.git/log
gcc.git
18 years agors6000.md (eq<mode>_compare): Only enable when optimizing for size.
David Edelsohn [Fri, 26 Aug 2005 14:24:20 +0000 (14:24 +0000)]
rs6000.md (eq<mode>_compare): Only enable when optimizing for size.

* config/rs6000/rs6000.md (eq<mode>_compare): Only enable when
optimizing for size.
(plus_eqsi): Same.
(compare_plus_eqsi): Same.
(plus_eqsi_compare): Same.
(neg_eq0<mode>): Same.
(neg_eq<mode>): Same.

* config/rs6000/aix52.h (PROCESSOR_DEFAULT): Change to
PROCESSOR_POWER4.

From-SVN: r103522

18 years agov850.c (ep_memory_operand): Return FALSE if TARGET_EP is not defined.
Nick Clifton [Fri, 26 Aug 2005 13:45:42 +0000 (13:45 +0000)]
v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not defined.

* config/v850/v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not
  defined.
* config/v850/c850.h (TARGET_CPU_CPP_BUILTINS): Define __EP__ if TARGET_EP is
  enabled.
  (OPTIMIZATION_OPTIONS): Do not define MASK_EP when optimizing.
* config/v850/v850.md (save_all_interrupt): Only use the EP register if
  TARGET_EP is defined.
  (restore_all_interrupt): Likewise.
* config/v850/lib1funcs.asm: Update functions so that the EP register is only
  used if __EP__ is defined.

From-SVN: r103520

18 years agomips.c (mips_expand_prologue): Handle case when generating for MIPS16 and the outgoin...
David Ung [Fri, 26 Aug 2005 13:15:14 +0000 (13:15 +0000)]
mips.c (mips_expand_prologue): Handle case when generating for MIPS16 and the outgoing argument area is more...

* config/mips/mips.c (mips_expand_prologue): Handle case when
generating for MIPS16 and the outgoing argument area is more than
SMALL_OPERAND. Use the frame pointer as temporary to generate the
add instruction.

From-SVN: r103519

18 years agocrx.md: Make doloop_end pattern usage controllable via mloop-nesting=<max-nesting>...
Paul Woegerer [Fri, 26 Aug 2005 08:20:55 +0000 (08:20 +0000)]
crx.md: Make doloop_end pattern usage controllable via mloop-nesting=<max-nesting>...

* config/crx/crx.md: Make doloop_end pattern usage controllable
via mloop-nesting=<max-nesting> command line switch. Make sure
the combiner cannot use doloop_end_<mode> in an illegal way.
* config/crx/crx.c: Use regs up to r6 for argument passing.
Refine crx_address_cost (non cst4 displacements are expensive).
* config/crx/crx.opt: Add switch for mloop-nesting=.

From-SVN: r103518

18 years agos390.md: ("movstr", "*movstr"): Add patterns.
Adrian Straetling [Fri, 26 Aug 2005 06:49:57 +0000 (06:49 +0000)]
s390.md: ("movstr", "*movstr"): Add patterns.

2005-08-26  Adrian Straetling  <straetling@de.ibm.com>

* config/s390/s390.md: ("movstr", "*movstr"): Add patterns.
(UNSPEC_MVST): New constant.

From-SVN: r103516

18 years agopredicates.md ("shift_count_operand", [...]): Reject operands containing eliminable...
Andreas Krebbel [Fri, 26 Aug 2005 06:45:09 +0000 (06:45 +0000)]
predicates.md ("shift_count_operand", [...]): Reject operands containing eliminable registers.

2005-08-26  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/predicates.md ("shift_count_operand", "setmem_operand"):
Reject operands containing eliminable registers.
* testsuite/gcc.dg/20050825-1.c: New testcase.

From-SVN: r103515

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

[[Split portion of a mixed commit.]]

From-SVN: r103505.2

18 years agore PR fortran/20363 (interface body has incorrect scope)
Erik Edelmann [Thu, 25 Aug 2005 11:57:36 +0000 (14:57 +0300)]
re PR fortran/20363 (interface body has incorrect scope)

2005-08-25  Erik Edelmann  <eedelman@acclab.helsinki.fi>
fortran/
PR fortran/20363
* symbol.c (find_special): Remove.
(build_sym, add_init_expr, attr_decl1): Remove calls to
find_special in favor of calls to gfc_get_symbol.
testsuite/
PR fortran/20363
* gfortran.dg/named_interface.f90: New.

From-SVN: r103486

18 years ago* gcc.c-torture/execute/frame-address.c: New test.
Maciej W. Rozycki [Thu, 25 Aug 2005 11:30:19 +0000 (11:30 +0000)]
* gcc.c-torture/execute/frame-address.c: New test.

From-SVN: r103485

18 years agohashtable: Use __throw_exception_again, not naked throw, in the catch clauses.
Paolo Carlini [Thu, 25 Aug 2005 09:34:49 +0000 (09:34 +0000)]
hashtable: Use __throw_exception_again, not naked throw, in the catch clauses.

2005-08-25  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/hashtable: Use __throw_exception_again,
not naked throw, in the catch clauses.

From-SVN: r103483

18 years agore PR c++/20817 (ICE for tree check in build_offset_type)
Nathan Sidwell [Thu, 25 Aug 2005 09:06:45 +0000 (09:06 +0000)]
re PR c++/20817 (ICE for tree check in build_offset_type)

cp:
PR c++/20817
* typeck.c (build_x_unary_op): Make sure OFFSET_REF is not for a
->*.
testsuite:
PR c++/20817
* g++.old-deja/g++.benjamin/13908.C: Robustify expected error.

From-SVN: r103481

18 years ago* gcc.dg/vect/vect-52.c: Increase b[] and c[] size by one.
Alan Modra [Thu, 25 Aug 2005 08:46:32 +0000 (08:46 +0000)]
* gcc.dg/vect/vect-52.c: Increase b[] and c[] size by one.

From-SVN: r103480

18 years ago20020103-1.c: Scan for LC[0-9], not LC.
Alan Modra [Thu, 25 Aug 2005 08:42:01 +0000 (08:42 +0000)]
20020103-1.c: Scan for LC[0-9], not LC.

* gcc.dg/20020103-1.c: Scan for LC[0-9], not LC.
* gcc.dg/altivec-22.c: Rename from..
* gcc.dg/altivec-nomfcr.c: ..this.

From-SVN: r103479

18 years agore PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202)
Paolo Bonzini [Thu, 25 Aug 2005 07:02:58 +0000 (07:02 +0000)]
re PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202)

2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

PR tree-optimization/23546
* gcc.dg/tree-ssa/pr23546.c: New test.

From-SVN: r103473

18 years agoregmove.c (reg_is_remote_constant_p): Reorganize to not use log links.
Paolo Bonzini [Thu, 25 Aug 2005 06:44:09 +0000 (06:44 +0000)]
regmove.c (reg_is_remote_constant_p): Reorganize to not use log links.

2005-08-24  Paolo Bonzini  <bonzini@gnu.org>
    Jan Hubicka  <jh@suse.cz>

* regmove.c (reg_is_remote_constant_p): Reorganize to not use log links.

Co-Authored-By: Jan Hubicka <jh@suse.cz>
From-SVN: r103472

18 years agore PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202)
Paolo Bonzini [Thu, 25 Aug 2005 06:40:14 +0000 (06:40 +0000)]
re PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202)

2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

PR tree-optimization/23546
* tree-ssa-loop-im.c (for_each_index): Handle INTEGER_CST
and REAL_CST nodes.

From-SVN: r103471

18 years agore PR target/23404 (gij trashes args of functions with more than 8 fp args)
Alan Modra [Thu, 25 Aug 2005 00:54:54 +0000 (00:54 +0000)]
re PR target/23404 (gij trashes args of functions with more than 8 fp args)

PR target/23404
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Correct placement of stack
homed fp args.
(ffi_status ffi_prep_cif_machdep): Correct stack sizing for same.

From-SVN: r103462

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

[[Split portion of a mixed commit.]]

From-SVN: r103458.2

18 years agore PR libstdc++/23550 (char_traits requirements/1.cc test bad math)
Lawrence Lim [Wed, 24 Aug 2005 20:29:27 +0000 (20:29 +0000)]
re PR libstdc++/23550 (char_traits requirements/1.cc test bad math)

2005-08-24  Lawrence Lim  <llim@redhat.com>
            Jakub Jelinek  <jakub@redhat.com>
    Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/23550
* testsuite/21_strings/char_traits/requirements/char/1.cc
(test01): Simplify counting.
* testsuite/21_strings/char_traits/requirements/wchar_t/1.cc
(test02): Same.

Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r103451

18 years agoparams.def (PARAM_MIN_SPEC_PROB): New.
Pete Steinmetz [Wed, 24 Aug 2005 20:28:07 +0000 (20:28 +0000)]
params.def (PARAM_MIN_SPEC_PROB): New.

2005-08-24  Pete Steinmetz  <steinmtz@us.ibm.com>

        * params.def (PARAM_MIN_SPEC_PROB): New.
        * sched-rgn.c (MIN_PROBABILITY): Delete.
        (compute_trg_info): Convert to PARAM_VALUE.
        * doc/invoke.texi (param): Document min-spec-prob.

From-SVN: r103450

18 years agore PR fortran/17758 (gfortran_abort and some others should be marked as noreturn)
Thomas Koenig [Wed, 24 Aug 2005 20:04:20 +0000 (20:04 +0000)]
re PR fortran/17758 (gfortran_abort and some others should be marked as noreturn)

2005-08-24  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/17758
* gfortran.h (symbol_attribute):  Add noreturn to the structure.
(gfc_intrinsic_sym):  Add noreturn to the structure.
* intrinsic.c (make_noreturn):  New function.
(add_subroutines):  Mark subroutines abort and exit as noreturn.
(gfc_intrinsic_sub_interface):  Copy noreturn attribute from
isym to the resolved symbol.
* trans-decl.c (gfc_get_extern_function_decl): Set function
as VOLATILE (== noreturn) if the noreturn attribute is set.

2005-08-24  Thomas Koenig  <Thomas.Koenig@online.de>

PR fortran/17758
gfortran.dg/nonreturning_statements.f90: New test.

From-SVN: r103449

18 years agoDefine __PIC__ for darwin targets.
Fariborz Jahanian [Wed, 24 Aug 2005 18:22:12 +0000 (18:22 +0000)]
Define __PIC__ for darwin targets.

OKed by Mike Stump.

From-SVN: r103447

18 years agors6000.md: Fix thinko in the peephole2 I added yesterday.
Paolo Bonzini [Wed, 24 Aug 2005 15:46:36 +0000 (15:46 +0000)]
rs6000.md: Fix thinko in the peephole2 I added yesterday.

2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

* config/rs6000/rs6000.md: Fix thinko in the peephole2 I added
yesterday.

From-SVN: r103443

18 years agore PR libstdc++/23465 (Assignment fails on TR1 unordered containers)
Paolo Carlini [Wed, 24 Aug 2005 15:00:19 +0000 (15:00 +0000)]
re PR libstdc++/23465 (Assignment fails on TR1 unordered containers)

2005-08-24  Paolo Carlini  <pcarlini@suse.de>
    Chris Jefferson  <chris@bubblescope.net>

PR libstdc++/23465
* include/tr1/hashtable (hash_code_base::m_swap): Use
std::swap.
(hashtable<>::hashtable(const hashtable&)): Use copy_code;
fix m_allocate_node call.
* testsuite/tr1/6_containers/unordered/hashtable/23465.cc: New.

Co-Authored-By: Chris Jefferson <chris@bubblescope.net>
From-SVN: r103441

18 years agore PR c++/22454 (ICE with operator in default argument in template class)
Nathan Sidwell [Wed, 24 Aug 2005 10:21:46 +0000 (10:21 +0000)]
re PR c++/22454 (ICE with operator in default argument in template class)

cp:
PR c++/22454
* parser.c (cp_lexer_peek_nth_token): Relax assert.
testsuite:
PR c++/22454
* g++.dg/parse/crash29.C: New.

From-SVN: r103438

18 years agobb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.
Zdenek Dvorak [Wed, 24 Aug 2005 07:56:56 +0000 (09:56 +0200)]
bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.

* bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argument
to duplicate_block.
* cfghooks.c (duplicate_block): Added position where to place
new block as argument.
* cfghooks.h (duplicate_block): Declaration changed.
* cfglayout.c (copy_bbs): Add argument after.  Pass it to
duplicate_block.
* cfglayout.h (copy_bbs): Declaration changed.
* cfgloop.h (loop_version): Declaration changed.
* cfgloopmanip.c (duplicate_loop_to_header_edge): Pass
position to copy_bbs.
(loop_version): Pass position to duplicate_loop_to_header_edge.
Add place_after argument and position new blocks according to
it.
* modulo-sched.c (sms_schedule): Pass place_after argument
to loop_version.
* tracer.c (tail_duplicate): Pass argument to duplicate_block.
* tree-cfg.c (split_edge_bb_loc): New function.
(tree_split_edge, tree_duplicate_sese_region): Use split_edge_bb_loc
to determine position of new blocks.
* tree-ssa-loop-unswitch.c (tree_unswitch_loop): Pass argument
to loop_version.
* tree-ssa-threadupdate.c (create_block_for_threading): Pass
argument to duplicate_block.
* tree-vectorizer.c (slpeel_tree_duplicate_loop_to_edge_cfg):
Pass position to copy_bbs.

From-SVN: r103437

18 years agofold-const.c (ptr_difference_const): Use cst_and_fits_in_hwi instead of host_integerp.
Zdenek Dvorak [Wed, 24 Aug 2005 07:53:42 +0000 (09:53 +0200)]
fold-const.c (ptr_difference_const): Use cst_and_fits_in_hwi instead of host_integerp.

* fold-const.c (ptr_difference_const): Use
cst_and_fits_in_hwi instead of host_integerp.

From-SVN: r103436

18 years agodarwin.c (gen_pic_offset): New.
Paolo Bonzini [Wed, 24 Aug 2005 07:48:45 +0000 (07:48 +0000)]
darwin.c (gen_pic_offset): New.

2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

* config/darwin.c (gen_pic_offset): New.
(machopic_indirect_data_reference,  machopic_legitimize_pic_address):
Use it.

From-SVN: r103434

18 years agore PR tree-optimization/23486 (ICE in execute_todo, at passes.c:677)
Zdenek Dvorak [Wed, 24 Aug 2005 07:46:24 +0000 (09:46 +0200)]
re PR tree-optimization/23486 (ICE in execute_todo, at passes.c:677)

PR tree-optimization/23486
* tree-ssa-loop.c (pass_scev_cprop): Add TODO_update_ssa_only_virtuals.

From-SVN: r103433

18 years agoconfig.gcc (*-*-vxworks*): Update tm_file, add extra_options, remove use_collect2.
Phil Edwards [Wed, 24 Aug 2005 07:13:10 +0000 (07:13 +0000)]
config.gcc (*-*-vxworks*): Update tm_file, add extra_options, remove use_collect2.

2005-08-22  Phil Edwards  <phil@codesourcery.com>

* config.gcc (*-*-vxworks*):  Update tm_file, add extra_options,
remove use_collect2.
(powerpc-wrs-vxworks):  Update, split out *-*-vxworksae target.

* target-def.h (TARGET_HAVE_CTORS_DTORS):  Allow target
configuration files to override the default value.

* config/t-vxworks:  Remove INSTALL_ASSERT_H.  Define STMP_FIXPROTO,
EXTRA_HEADERS, and EXTRA_MULTILIB_PARTS.
* config/vx-common.h:  New file, split out from...
* config/vxworks.h:  here.  Update for VxWorks 6.x and RTP mode.
* config/vxworksae.h:  New file, for VxWorks AE.
* config/vxworks.opt:  New file.
* config/vxlib.c:  Update for VxWorks 6.

* config/rs6000/t-vxworks (MULTILIB_OPTIONS):  New list.  Adjust
other MULTILIB_* variables appropriately.
(LIB2FUNCS_EXTRA, EXTRA_MULTILIB_PARTS):  Correct from t-ppccomm.
* config/rs6000/t-vxworksae:  New file, adjust multilibs for AE.
* config/rs6000/vxworks.h:  Update for VxWorks 6.
* config/rs6000/vxworksae.h:  New file, mostly placeholder for now.

From-SVN: r103432

18 years agoconfigure.ac (extra_ldflags_libjava): Enable -single_module only for darwin < 8.
Andreas Tobler [Wed, 24 Aug 2005 05:54:22 +0000 (07:54 +0200)]
configure.ac (extra_ldflags_libjava): Enable -single_module only for darwin < 8.

2005-08-24  Andreas Tobler  <a.tobler@schweiz.ch>

* configure.ac (extra_ldflags_libjava): Enable -single_module only for
darwin < 8.
* configure: Regenerate.

From-SVN: r103430

18 years agore PR target/20799 (bad relocs for new/delete overrides)
Andrew Pinski [Wed, 24 Aug 2005 01:50:54 +0000 (01:50 +0000)]
re PR target/20799 (bad relocs for new/delete overrides)

2005-08-23  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/20799
        * config/darwin.c (machopic_select_section): Remove the hack to
        mark "::operator new" and "::operator delete" for coalescing
        even though they are not weak.

From-SVN: r103426

18 years agoconfigure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
Alan Modra [Wed, 24 Aug 2005 01:38:05 +0000 (01:38 +0000)]
configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.

* configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
* configure: Regenerate.

From-SVN: r103425

18 years agoDaily bump.
GCC Administrator [Wed, 24 Aug 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103419.2

18 years agore PR libstdc++/23462 (27_io/basic_filebuf/sgetn/char/[12]-i[no].cc execution tests...
Kelley Cook [Tue, 23 Aug 2005 23:05:38 +0000 (23:05 +0000)]
re PR libstdc++/23462 (27_io/basic_filebuf/sgetn/char/[12]-i[no].cc execution tests fail)

2005-08-23  Kelley Cook  <kcook@gcc.gnu.org>

PR libstdc++/23462
* testsuite/data/sgetn.txt: Revert to previous FSF address.

From-SVN: r103415

18 years ago2005-08-23 Roman Kennke <roman@kennke.org>
Roman Kennke [Tue, 23 Aug 2005 22:19:17 +0000 (22:19 +0000)]
2005-08-23  Roman Kennke  <roman@kennke.org>

* java/lang/Character.java
(toChars(int)): New JDK1.5 method.
(toChars(int, char[], int)): New JDK1.5 method.
(charCount): New JDK1.5 method.
(isSupplementaryCodePoint): New JDK1.5 method.
(isValidCodePoint): New JDK1.5 method.

From-SVN: r103413

18 years agostdarg-2.c (main): Make sure long constants have the L suffix.
DJ Delorie [Tue, 23 Aug 2005 20:58:13 +0000 (16:58 -0400)]
stdarg-2.c (main): Make sure long constants have the L suffix.

* gcc.c-torture/execute/stdarg-2.c (main): Make sure long
constants have the L suffix.

From-SVN: r103412

18 years agore PR middle-end/23517 (can't cast between generic vector types and target supported...
Paolo Bonzini [Tue, 23 Aug 2005 17:48:37 +0000 (17:48 +0000)]
re PR middle-end/23517 (can't cast between generic vector types and target supported vector types)

2005-08-23  Paolo Bonzini  <bonzini@gnu.org>

PR middle-end/23517
* fold-const.c (fold_convert): Use VIEW_CONVERT_EXPR to convert
between vectors.
* convert.c (convert_to_integer, convert_to_vector): Likewise.
* tree-vect-generic.c (tree_vec_extract, expand_vector_operations_1):
Likewise.

From-SVN: r103406

18 years agopredicates.md (equality_operator): New.
Paolo Bonzini [Tue, 23 Aug 2005 17:39:59 +0000 (17:39 +0000)]
predicates.md (equality_operator): New.

2005-08-23  Paolo Bonzini  <bonzini@gnu.org>

* config/rs6000/predicates.md (equality_operator): New.
* config/rs6000/rs6000.md: Rewrite as a peephole2 the split for
comparison with a large constant.

From-SVN: r103405

18 years agoaclocal.m4, [...]: Rebuilt.
Tom Tromey [Tue, 23 Aug 2005 16:54:31 +0000 (16:54 +0000)]
aclocal.m4, [...]: Rebuilt.

* aclocal.m4, Makefile.in: Rebuilt.
* Makefile.am (property_files): Added META-INF files.
(propertyo_files): Changed definition.
($(propertyo_files)): Updated patterns.

From-SVN: r103403

18 years ago* hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.
Mark Mitchell [Tue, 23 Aug 2005 15:04:07 +0000 (15:04 +0000)]
* hwint.h (HOST_WIDE_INT_PRINT): Use HOST_LONG_LONG_FORMAT.

From-SVN: r103402

18 years agoconfigure: Rebuilt.
Tom Tromey [Tue, 23 Aug 2005 13:53:12 +0000 (13:53 +0000)]
configure: Rebuilt.

* configure: Rebuilt.
* configure.ac: Fixed typo.

From-SVN: r103399

18 years agosh.c (sh_builtin_saveregs): If the number of to-be-saved fp registers is even...
J"orn Rennecke [Tue, 23 Aug 2005 13:07:16 +0000 (13:07 +0000)]
sh.c (sh_builtin_saveregs): If the number of to-be-saved fp registers is even...

        * sh.c (sh_builtin_saveregs): If the number of to-be-saved fp
        registers is even, and we have a hardware double precision fp,
        align the buffer.
        (sh_gimplify_va_arg_expr): For floating point arguments, consider
        size of current argument when checking if argument was passed in
        registers.

        * sh.c (sh_attr_renesas_p): Handle error_mark_node.

From-SVN: r103398

18 years agore PR c++/23044 (ICE on valid code)
Nathan Sidwell [Tue, 23 Aug 2005 12:35:42 +0000 (12:35 +0000)]
re PR c++/23044 (ICE on valid code)

cp:
PR c++/23044
* pt.c (tsubst_qualified_id): A SCOPE_REF can still remain.
testsuite:
PR c++/23044
* g++.dg/template/instantiate8.C: New.

From-SVN: r103395

18 years agore PR middle-end/23467 (alignment of member doesn't always carry over to alignment...
J"orn Rennecke [Tue, 23 Aug 2005 12:27:53 +0000 (12:27 +0000)]
re PR middle-end/23467 (alignment of member doesn't always carry over to alignment of struct.)

gcc:
        PR middle-end/23467
        * stor-layout.c (finalize_type_size): Dont override
        existing alignment with a smaller alignment from the mode.
testsuite:
        PR middle-end/23467
        * gcc.c-torture/execute/pr23467.c: New test.

From-SVN: r103394

18 years agore PR libstdc++/23358 (_Destroy doesn't optimize for scalar types)
Thomas Kho [Tue, 23 Aug 2005 10:40:14 +0000 (10:40 +0000)]
re PR libstdc++/23358 (_Destroy doesn't optimize for scalar types)

2005-08-23  Thomas Kho  <tkho@ucla.edu>

PR libstdc++/23358
* include/bits/stl_construct.h (_Destroy(_ForwardIterator,
_ForwardIterator, allocator<_Tp>)): Removed unused template parameter.

From-SVN: r103393

18 years agolambda-code.c (lambda_vector_lexico_pos): Moved...
Sebastian Pop [Tue, 23 Aug 2005 08:24:20 +0000 (10:24 +0200)]
lambda-code.c (lambda_vector_lexico_pos): Moved...

* lambda-code.c (lambda_vector_lexico_pos): Moved...
* lambda.h (lambda_vector_lexico_pos): ... here.
* tree-data-ref.c (build_classic_dist_vector): Return false when
the distance vector is lexicographically negative.

From-SVN: r103392

18 years agore PR tree-optimization/23511 (Segfault in fold_binary)
Sebastian Pop [Tue, 23 Aug 2005 08:15:13 +0000 (10:15 +0200)]
re PR tree-optimization/23511 (Segfault in fold_binary)

PR tree-optimization/23511
* tree-ssa-loop-niter.c (infer_loop_bounds_from_undefined): Don't
handle cases where TYPE_MIN_VALUE or TYPE_MAX_VALUE are NULL_TREE.

From-SVN: r103391

18 years agore PR middle-end/22043 (Fields not initialized for automatic structs with flexible...
Jakub Jelinek [Tue, 23 Aug 2005 07:28:26 +0000 (09:28 +0200)]
re PR middle-end/22043 (Fields not initialized for automatic structs with flexible array members)

PR tree-optimization/22043
* tree.h (count_type_elements): Add ALLOW_FLEXARR argument.
* expr.c (count_type_elements): Add ALLOW_FLEXARR argument.
If ALLOW_FLEXARR, handle types ending with flexible array member.
Pass false as second argument to recursive count_type_elements calls.
(categorize_ctor_elements_1, mostly_zeros_p): Pass false as second
argument to count_type_elements call.
* tree-sra.c (decide_block_copy): Likewise.
* gimplify.c (gimplify_init_constructor): If num_type_elements < 0
for a constant-sized object, set cleared as well.  Pass true as
second argument to count_type_elements call.

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

From-SVN: r103389

18 years agomissed in last commit
Alan Modra [Tue, 23 Aug 2005 02:51:53 +0000 (12:21 +0930)]
missed in last commit

From-SVN: r103383

18 years agore PR target/21571 (ICE in rs6000.c with -msdata=default.)
Alan Modra [Tue, 23 Aug 2005 02:39:56 +0000 (12:09 +0930)]
re PR target/21571 (ICE in rs6000.c with -msdata=default.)

PR target/21571
* config/rs6000/rs6000.c (rs6000_legitimate_small_data_p): Rename
from legitimate_small_data_p, and make global.  Update use.
Remove forward declaration.
* config/rs6000/rs6000-protos.h (rs6000_legitimate_small_data_p):
Declare.
* config/rs6000/rs6000.md (movdf_hardfloat32): Allow small data mems.

From-SVN: r103382

18 years agors6000.md (eq<mode>): Use output operand instead of scratch intermediates.
David Edelsohn [Tue, 23 Aug 2005 02:08:36 +0000 (02:08 +0000)]
rs6000.md (eq<mode>): Use output operand instead of scratch intermediates.

        * config/rs6000/rs6000.md (eq<mode>): Use output operand instead
        of scratch intermediates.
        (eq<mode>_compare): Same.
        (neg_eq0<mode>): New.
        (neg_eq<mode>): Convert to define_insn_and_split.

From-SVN: r103379

18 years agore PR libgcj/23498 (libgcj/classpath add two undesired info files: hacking.info,...
Tom Tromey [Tue, 23 Aug 2005 01:46:49 +0000 (01:46 +0000)]
re PR libgcj/23498 (libgcj/classpath add two undesired info files: hacking.info, vmintegration.info)

PR libgcj/23498:
* doc/Makefile.am (info_TEXINFOS): Commented out.
* doc/Makefile.in: Rebuilt.

From-SVN: r103378

18 years ago1.cc: XFAIL on darwin8.
Geoffrey Keating [Tue, 23 Aug 2005 01:16:45 +0000 (01:16 +0000)]
1.cc: XFAIL on darwin8.

* testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
* testsuite/27_io/ios_base/storage/2.cc: Likewise.

From-SVN: r103377

18 years ago* gcc_update: Update dependencies for libjava/aclocal.m4.
Ben Elliston [Tue, 23 Aug 2005 00:55:08 +0000 (00:55 +0000)]
* gcc_update: Update dependencies for libjava/aclocal.m4.

From-SVN: r103376

18 years agore PR target/23070 ([3.4 only] CALL_V4_CLEAR_FP_ARGS flag not properly set)
Alan Modra [Tue, 23 Aug 2005 00:33:18 +0000 (00:33 +0000)]
re PR target/23070 ([3.4 only] CALL_V4_CLEAR_FP_ARGS flag not properly set)

PR target/23070
* config/rs6000/rs6000.c (function_arg): For ABI_V4 calls to
stdarg functions, set/clear the fp marker even when no variable
args are passed.
* config/rs6000/sysv4.opt (mprototype): Describe.

From-SVN: r103375

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

[[Split portion of a mixed commit.]]

From-SVN: r103370.2

18 years agoFix FreeBSD fopen instrumentation.
James E Wilson [Tue, 23 Aug 2005 00:12:18 +0000 (17:12 -0700)]
Fix FreeBSD fopen instrumentation.

* mf-hooks2.c (MF_REGISTER_fopen): Define to __MF_TYPE_STATIC when
__FreeBSD__ is defined.

From-SVN: r103368

18 years ago* gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.
Ben Elliston [Mon, 22 Aug 2005 23:59:14 +0000 (23:59 +0000)]
* gcc.c-torture/execute/ieee/ieee.exp: Load gcc-dg.exp library.

From-SVN: r103365

18 years agoCorrect PR number in last patch checked in.
Jim Wilson [Mon, 22 Aug 2005 23:56:29 +0000 (16:56 -0700)]
Correct PR number in last patch checked in.

PR tree-optimization/23426
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.

From-SVN: r103364

18 years agoPartial fix for too large arrays.
James E Wilson [Mon, 22 Aug 2005 23:52:22 +0000 (16:52 -0700)]
Partial fix for too large arrays.

PR tree-optimization/21105
* decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
array size check.

From-SVN: r103363

18 years agore PR libgcj/22622 (gnu/classpath/Configuration.java being grep'ed for before created)
Tom Tromey [Mon, 22 Aug 2005 22:39:11 +0000 (22:39 +0000)]
re PR libgcj/22622 (gnu/classpath/Configuration.java being grep'ed for before created)

PR libgcj/22622:
* configure: Rebuilt.
* configure.ac: Correctly create Configuration.java (for
temporary use).

From-SVN: r103362

18 years agoMakefile.am (ACLOCAL_AMFLAGS): Also include "..".
Kelley Cook [Mon, 22 Aug 2005 22:36:35 +0000 (22:36 +0000)]
Makefile.am (ACLOCAL_AMFLAGS): Also include "..".

2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.am (ACLOCAL_AMFLAGS): Also include "..".
* acinclude.m4: Delete.  Extract CHECK_FOR_BROKEN_MINGW_LD to ...
* mingwld.m4: ... this new file.
* aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate.
* include/Makefile.in, testsuite/Makfile.in: Regenerate.

From-SVN: r103361

18 years agoMakefile.am (ACLOCAL_AMFLAGS): New.
Kelley Cook [Mon, 22 Aug 2005 21:51:59 +0000 (21:51 +0000)]
Makefile.am (ACLOCAL_AMFLAGS): New.

2005-08-22  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.am (ACLOCAL_AMFLAGS): New.
* Makefile.in: Regenerate.

From-SVN: r103358

18 years agore PR libgcj/23498 (libgcj/classpath add two undesired info files: hacking.info,...
Tom Tromey [Mon, 22 Aug 2005 20:01:53 +0000 (20:01 +0000)]
re PR libgcj/23498 (libgcj/classpath add two undesired info files: hacking.info, vmintegration.info)

PR libgcj/23498:
* doc/Makefile.am (info_TEXINFOS): Commented out.
* doc/Makefile.in: Rebuilt.

From-SVN: r103353

18 years agore PR rtl-optimization/23478 (Miscompilation due to reloading of a var that is also...
Jakub Jelinek [Mon, 22 Aug 2005 16:58:50 +0000 (18:58 +0200)]
re PR rtl-optimization/23478 (Miscompilation due to reloading of a var that is also used in EH pad)

PR rtl-optimization/23478
* regs.h (reg_info): Add throw_calls_crossed.
(REG_N_THROWING_CALLS_CROSSED): Define.
* flow.c (allocate_reg_life_data): Initialize
REG_N_THROWING_CALLS_CROSSED.
(propagate_one_insn, attempt_auto_inc): Update
REG_N_THROWING_CALLS_CROSSED.
* global.c (global_alloc): Don't allocate pseudos across
calls that may throw.

* g++.dg/opt/pr23478.C: New test.

From-SVN: r103348

18 years ago* MAINTAINERS: Add self as ms1 maintainer.
Aldy Hernandez [Mon, 22 Aug 2005 16:54:35 +0000 (16:54 +0000)]
* MAINTAINERS: Add self as ms1 maintainer.

From-SVN: r103347

18 years agoFix PR number in changelog:
Andrew Pinski [Mon, 22 Aug 2005 16:25:57 +0000 (09:25 -0700)]
Fix PR number in changelog:

2005-08-22  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18715
        * gcc.dg/switch-warn-3.c: New test.

From-SVN: r103344

18 years agore PR c/18715 (warning: "enumeration value not handled in switch" for '...' ranges)
Andrew Pinski [Mon, 22 Aug 2005 16:21:18 +0000 (16:21 +0000)]
re PR c/18715 (warning: "enumeration value not handled in switch" for '...' ranges)

2005-08-22  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18715
        * c-common.c (c_do_switch_warnings): Look for a node where the enum's
        value is inbetween the range if we did not find an exact match.

2005-08-22  Andrew Pinski  <pinskia@physics.uc.edu>

        PR c/18175
        * gcc.dg/switch-warn-3.c: New test.

From-SVN: r103343

18 years agoinvoke.texi (Option Summary): Add ms1 options.
Aldy Hernandez [Mon, 22 Aug 2005 16:12:14 +0000 (16:12 +0000)]
invoke.texi (Option Summary): Add ms1 options.

* doc/invoke.texi (Option Summary): Add ms1 options.
* doc/extend.texi: Document interrupt handler attribute for ms1.
* doc/md.texi: Document ms1 constraints.
* config.gcc: Add ms1-*-elf.
* config/ms1/ms1.h: New.
* config/ms1/ms1.c: New.
* config/ms1/ms1.md: New.
* config/ms1/ms1-protos.h: New.
* config/ms1/ABI.txt: New.
* config/ms1/crti.asm: New.
* config/ms1/crtn.asm: New.
* config/ms1/lib2extra-funcs.c: New.
* config/ms1/t-ms1: New.
* config/ms1/ms1.opt: New.

From-SVN: r103342

18 years agore PR c++/22233 (ICE with wrong number of template parameters)
Volker Reichelt [Mon, 22 Aug 2005 09:48:26 +0000 (09:48 +0000)]
re PR c++/22233 (ICE with wrong number of template parameters)

PR c++/22233
* pt.c (push_template_decl_real): Return error_mark_node if the
number of template parameters does not match previous definition.

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

From-SVN: r103339

18 years agore PR c++/23089 (internal compiler error: in int_mode_for_mode, at stor-layout.c...
Volker Reichelt [Mon, 22 Aug 2005 08:37:17 +0000 (08:37 +0000)]
re PR c++/23089 (internal compiler error: in int_mode_for_mode, at stor-layout.c:251 at -O1)

PR c++/23089
* decl.c (require_complete_types_for_parms): Mark incomplete types
as invalid.

* g++.dg/other/incomplete1.C: New test.

From-SVN: r103336

18 years agoaltivec.md (xorv4sf3): New.
Ira Rosen [Mon, 22 Aug 2005 08:13:18 +0000 (08:13 +0000)]
altivec.md (xorv4sf3): New.

        * config/rs6000/altivec.md (xorv4sf3): New.
        (negv4sf2, neg<mode>2): Likewise.

From-SVN: r103335

18 years agore PR target/23485 ([ia64]: Integer dvide by zero doesn't raise a signal)
H.J. Lu [Mon, 22 Aug 2005 03:07:43 +0000 (20:07 -0700)]
re PR target/23485 ([ia64]: Integer dvide by zero doesn't raise a signal)

        PR target/23485
        * config/ia64/ia64.md (divsi3): Check divide by zero.
        (udivsi3): Likewise.
        (divdi3): Likewise.
        (udivdi3): Likewise.

From-SVN: r103331

18 years ago* decl.c: Typo in comment.
Steven G. Kargl [Mon, 22 Aug 2005 00:21:40 +0000 (00:21 +0000)]
* decl.c: Typo in comment.

From-SVN: r103330

18 years agoDaily bump.
GCC Administrator [Mon, 22 Aug 2005 00:16:16 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103327.2

18 years agore PR libgcj/23507 (gij testsuite failures)
John David Anglin [Sun, 21 Aug 2005 23:35:46 +0000 (23:35 +0000)]
re PR libgcj/23507 (gij testsuite failures)

PR libgcj/23507
* stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Fix typo in newLength
assignment.  Cast operands of compare to function pointer type.

From-SVN: r103325

18 years ago* HACKING: Updated for hacking classpath in libgcj.
Tom Tromey [Sun, 21 Aug 2005 23:24:58 +0000 (23:24 +0000)]
* HACKING: Updated for hacking classpath in libgcj.

From-SVN: r103324

18 years ago* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.
Steven G. Kargl [Sun, 21 Aug 2005 22:04:35 +0000 (22:04 +0000)]
* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.

From-SVN: r103323

18 years agogfortran.h (gfc_option_t): Remove source field.
Tobias Schlüter [Sun, 21 Aug 2005 15:28:27 +0000 (17:28 +0200)]
gfortran.h (gfc_option_t): Remove source field.

fortran/
* gfortran.h (gfc_option_t): Remove source field.  Add
flag_d_lines field.
(gfc_new_file): Remove arguments in prototype.
(gfc_source_file): Make 'const char *'.
* f95-lang.c (gfc_init): Use gfc_source_file instead of
gfc_option.source.  Call gfc_new_file without arguments.
* invoke.texi: Document new options '-fd-lines-as-code' and
'-fd-lines-as-comment'.
* lang.opt: Add new options.  Alphabetize.
* options.c (gfc_init_options): Initialize gfc_source_file instead
of gfc_option.source.  Initialize gfc_option.flag_d_lines.
(form_from_filename): Move here from scanner.c.  Make
'filename' argument 'const'.
(gfc_post_options): Set gfc_source_file.  Determine source form.
Warn if 'd-lines*' are used in free form.
* scanner.c (gfc_source_file): Constify.
(skip_fixed_comments): Deal with d-lines.
(get_file): Constify argument 'name'.
(load_file): Constify argument 'filename'.
(form_from_filename): Moved to options.c.
(gfc_new_file): Remove arguments.  Don't initialize
gfc_source_file, don't determine source form.
* trans-const.c (gfc_init_constants): Use gfc_source_file instead
of gfc_option.source.

testsuite/
* d_lines_1.f, d_lines_2.f, d_lines_3.f, d_lines_4.f,
d_lines_5.f: New.

From-SVN: r103322

18 years agosimplify-rtx.c (simplify_immed_subreg): Only clear up to elem_bitsize bits, not max_b...
Jakub Jelinek [Sun, 21 Aug 2005 13:27:56 +0000 (15:27 +0200)]
simplify-rtx.c (simplify_immed_subreg): Only clear up to elem_bitsize bits, not max_bitsize.

* simplify-rtx.c (simplify_immed_subreg) <case CONST_DOUBLE>: Only clear
up to elem_bitsize bits, not max_bitsize.

* gcc.target/i386/sse-4.c: New test.

From-SVN: r103318

18 years agore PR tree-optimization/23433 (ICE: tree check: expected real_cst, have integer_cst...
Sebastian Pop [Sun, 21 Aug 2005 10:59:15 +0000 (12:59 +0200)]
re PR tree-optimization/23433 (ICE: tree check: expected real_cst, have integer_cst in const_binop, at fold-const.c:1512)

PR tree-optimization/23433
        * tree-chrec.c (chrec_apply): Translate INTEGER_CST to a
        REAL_CST when the type is SCALAR_FLOAT_TYPE_P.

From-SVN: r103317

18 years ago* testsuite/gcc.dg/tree-ssa/pr23391.c: Should be compiled with -O2.
Sebastian Pop [Sun, 21 Aug 2005 10:54:09 +0000 (10:54 +0000)]
* testsuite/gcc.dg/tree-ssa/pr23391.c: Should be compiled with -O2.

From-SVN: r103316

18 years agore PR tree-optimization/23434 (ICE: Segmentation fault compiling gsl1.5 at -O2)
Sebastian Pop [Sun, 21 Aug 2005 10:48:23 +0000 (12:48 +0200)]
re PR tree-optimization/23434 (ICE: Segmentation fault compiling gsl1.5 at -O2)

PR tree-optimization/23434
        * tree-ssa-loop-niter.c (proved_non_wrapping_p): Give up when
        the iteration bound is not an INTEGER_CST.

From-SVN: r103315

18 years agotree-vect-transform.c (get_initial_def_for_reduction): Set need_epilog_adjust back...
Dorit Nuzman [Sun, 21 Aug 2005 06:38:27 +0000 (06:38 +0000)]
tree-vect-transform.c (get_initial_def_for_reduction): Set need_epilog_adjust back to false for MIN/MAX case.

        * tree-vect-transform.c (get_initial_def_for_reduction): Set
        need_epilog_adjust back to false for MIN/MAX case. Set *scalar_def to
        NULL if need_epilog_adjust is false.
        (vect_create_epilog_for_reduction): Variable adjust_in_epilog removed.
        Case 3 always peels first itration, not just for PLUS case, and no need
        to use scalar_initial_def here. Create an epilog adjustment only if
        scalar_initial_def is not NULL.

        (vectorizable_reduction): Remove assert.

From-SVN: r103314

18 years agoDaily bump.
GCC Administrator [Sun, 21 Aug 2005 00:16:14 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103311.2

18 years agore PR target/23485 ([ia64]: Integer dvide by zero doesn't raise a signal)
H.J. Lu [Sat, 20 Aug 2005 23:55:07 +0000 (23:55 +0000)]
re PR target/23485 ([ia64]: Integer dvide by zero doesn't raise a signal)

2005-08-20  H.J. Lu  <hongjiu.lu@intel.com>

PR target/23485
* config/ia64/lib1funcs.asm (__divdi3): Check divide by zero.
(__moddi3): Likewise.
(__udivdi3): Likewise.
(__umoddi3): Likewise.
(__divsi3): Likewise.
(__modsi3): Likewise.
(__udivsi3): Likewise.
(__umodsi3): Likewise.

From-SVN: r103309

18 years agore PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)
John David Anglin [Sat, 20 Aug 2005 20:26:26 +0000 (20:26 +0000)]
re PR libgcj/21692 (unexpected java.lang.NoClassDefFoundError)

PR libgcj/21692
* sysdep/pa/descriptor.h: New file.
* configure.host: Use sysdep/pa/descriptor.h on hppa*-*.

From-SVN: r103306

18 years agore PR testsuite/23239 (gcc.dg/tree-prof/val-prof-5.c scan-tree-dump Div.mod by consta...
John David Anglin [Sat, 20 Aug 2005 16:08:51 +0000 (16:08 +0000)]
re PR testsuite/23239 (gcc.dg/tree-prof/val-prof-5.c scan-tree-dump Div.mod by constant b..=997 transformation on insn fails)

PR testsuite/23239
* gcc.dg/tree-prof/val-prof-5.c: Fix scan-tree-dump regexp.

From-SVN: r103305

18 years agotree-pass.h (TDF_GRAPH): Define.
Jakub Jelinek [Sat, 20 Aug 2005 16:03:58 +0000 (18:03 +0200)]
tree-pass.h (TDF_GRAPH): Define.

* tree-pass.h (TDF_GRAPH): Define.
* tree-dump.c (dump_options): Don't set TDF_GRAPH in "all".
* passes.c (finish_optimization_passes): Only call
finish_graph_dump_file if TDF_GRAPH is set.
(execute_one_pass): Only call clean_graph_dump_file if dump_file !=
NULL.  Set TDF_GRAPH bit.
(execute_todo): Call print_rtl_graph_with_bb if TDF_GRAPH is set.

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

From-SVN: r103304

18 years agoMakefile.def (libssp): Add to lang_env_dependencies.
Richard Earnshaw [Sat, 20 Aug 2005 13:43:17 +0000 (13:43 +0000)]
Makefile.def (libssp): Add to lang_env_dependencies.

* Makefile.def (libssp): Add to lang_env_dependencies.
* Makefile.in: Regenerate.

From-SVN: r103303

18 years ago* gcc.dg/arm-eabi1.c (main): Exit with 0 on success.
Richard Earnshaw [Sat, 20 Aug 2005 10:59:59 +0000 (10:59 +0000)]
* gcc.dg/arm-eabi1.c (main): Exit with 0 on success.

From-SVN: r103302

18 years agoarm.h (arm_stack_offsets): Add locals_base field.
Richard Earnshaw [Sat, 20 Aug 2005 10:31:42 +0000 (10:31 +0000)]
arm.h (arm_stack_offsets): Add locals_base field.

* arm.h (arm_stack_offsets): Add locals_base field.
* arm.c (arm_get_frame_offsets): Compute it.
(thumb_compute_initial_elimination offset): Make the Thumb frame
pointer point to the base of the local variables.
(thumb_expand_prologue): Update accordingly.
(thumb_expand_epilogue): Likewise.

* arm.md (thumb_movhi_clobber): Make this insn a define_expand.  Change
mode of clobbered scratch to DImode.  Handle a case that's known to
need this.

From-SVN: r103301

18 years agors6000.md (gt0<mode>): Delete.
David Edelsohn [Sat, 20 Aug 2005 04:17:17 +0000 (04:17 +0000)]
rs6000.md (gt0<mode>): Delete.

        * config/rs6000/rs6000.md (gt0<mode>): Delete.
        (gt0<mode>_compare): Delete.
        (neg_gt0<mode>): Delete.

From-SVN: r103300

18 years agoDaily bump.
GCC Administrator [Sat, 20 Aug 2005 00:16:15 +0000 (00:16 +0000)]
Daily bump.

[[Split portion of a mixed commit.]]

From-SVN: r103297.2

18 years agooptabs.h: Change CTI_ to COI_.
Eric Christopher [Fri, 19 Aug 2005 21:20:02 +0000 (21:20 +0000)]
optabs.h: Change CTI_ to COI_.

2005-08-19  Eric Christopher  <echristo@apple.com>

        * optabs.h: Change CTI_ to COI_.
        * optabs.c: Ditto.

From-SVN: r103295

18 years agoFix uninitialized register read problem.
James E Wilson [Fri, 19 Aug 2005 21:16:20 +0000 (14:16 -0700)]
Fix uninitialized register read problem.

* builtins.c (expand_builtin_return_addr): Set
current_function_accesses_prior_frames when count != 0.  Use
frame_pointer_rtx when count == 0.
* function.h (struct function): Add accesses_prior_frames field.
(current_function_accesses_prior_frames): Define.
* reload1.c (init_elim_table): Check
current_function_accesses_prior_frames.
* doc/tm.texi (INITIAL_FRAME_ADDRESS_RTX): Update docs.

From-SVN: r103294

18 years agoparser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in leading...
Volker Reichelt [Fri, 19 Aug 2005 19:08:08 +0000 (19:08 +0000)]
parser.c (cp_parser_nth_token_starts_template_argument_list_p): Fix typo in leading comment.

* parser.c (cp_parser_nth_token_starts_template_argument_list_p):
Fix typo in leading comment.

From-SVN: r103292

18 years agotree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change indicator.
Diego Novillo [Fri, 19 Aug 2005 18:52:55 +0000 (18:52 +0000)]
tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change indicator.

* tree-cfgcleanup.c (cleanup_tree_cfg): Fix flowgraph change
indicator.  Return true if the flowgraph changed during
cleanup.

From-SVN: r103291

18 years agore PR tree-optimization/23476 (ICE in VRP, remove_range_assertions)
Diego Novillo [Fri, 19 Aug 2005 18:08:55 +0000 (18:08 +0000)]
re PR tree-optimization/23476 (ICE in VRP, remove_range_assertions)

PR 23476
* tree-cfgcleanup.c (cleanup_control_expr_graph): Fold the
conditional expression before testing its value.

PR 23476
* gcc.c-torture/compile/pr23476.c: New test.

From-SVN: r103290

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