OSDN Git Service

pf3gnuchains/gcc-fork.git
18 years ago2005-08-31 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 31 Aug 2005 11:20:38 +0000 (11:20 +0000)]
2005-08-31  Richard Guenther  <rguenther@suse.de>

PR middle-end/23477
* expr.c (all_zeros_p): New function.
(expand_expr_real_1): Handle the case of an all-zero
non-addressable constructor separately.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103670 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/13377
reichelt [Wed, 31 Aug 2005 10:32:54 +0000 (10:32 +0000)]
PR c++/13377
* parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to
lookup_name_real on final parse.

* g++.dg/lookup/ambig4.C: New test.
* g++.dg/lookup/ambig5.C: New test.
* g++.dg/tc1/dr101.C: Adjust error markers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103667 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23639
reichelt [Wed, 31 Aug 2005 08:46:46 +0000 (08:46 +0000)]
PR c++/23639
* semantics.c (qualified_name_lookup_error): Do not complain again
on invalid scope.

* g++.dg/template/ttp5.C: Adjust error markers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103662 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-31 Adrian Straetling <straetling@de.ibm.com>
krebbel [Wed, 31 Aug 2005 07:49:27 +0000 (07:49 +0000)]
2005-08-31  Adrian Straetling  <straetling@de.ibm.com>

* builtins.c: (expand_builtin_strcpy, expand_builtin_strcat): Change
arguments, adjust all callers.
(expand_builtin_strcat): Rewrite to call strcpy instead of mempcpy.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103661 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/23630
rth [Wed, 31 Aug 2005 05:00:37 +0000 (05:00 +0000)]
    PR target/23630
        * expr.c (expand_expr_real_1) <VIEW_CONVERT_EXPR>: Use gen_lowpart
        whenever the mode sizes match.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103660 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 31 Aug 2005 04:48:41 +0000 (04:48 +0000)]
2005-08-31  Andrew Pinski  <pinskia@physics.uc.edu>

        PR objc/23381
        * objc-act.c (next_sjlj_build_try_catch_finally): Set
        TREE_SIDE_EFFECTS on catch_seq after building it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103658 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * calls.c (load_register_parameters): Fix comment typo.
amodra [Wed, 31 Aug 2005 03:33:23 +0000 (03:33 +0000)]
* calls.c (load_register_parameters): Fix comment typo.
* expr.c (emit_push_insn): Comment formatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103656 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Wed, 31 Aug 2005 00:16:17 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103651 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/i386/x-cygwin (host-cygwin): Change dependency from
ian [Tue, 30 Aug 2005 21:26:36 +0000 (21:26 +0000)]
* config/i386/x-cygwin (host-cygwin): Change dependency from
hosthooks-def.h to $(HOSTHOOKS_DEF_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103648 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-30 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 30 Aug 2005 19:20:57 +0000 (19:20 +0000)]
2005-08-30  Andrew Pinski  <pinskia@physics.uc.edu>

        PR testsuite/23609
        * lib/obj-c++.exp: Include target-libpath.exp.
        (obj-c++_link_flags): Look for the GNU libobjc library
        and set the library path to include it.
        Don't manually set LD_LIBRARY_PATH (etc.) but call
        set_ld_library_path_env_vars instead.
        (obj-c++_target_compile): Don't set library path or
        linker flags because they are already set correctly
        in obj-c++_link_flags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103646 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23586
reichelt [Tue, 30 Aug 2005 16:22:00 +0000 (16:22 +0000)]
PR c++/23586
* parser.c (cp_parser_namespace_name): Move diagnostic for
invalid namespace-name to here from ...
* name-lookup.c (do_namespace_alias): ... here and ...
(do_using_directive): ... here.  Remove dead code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103643 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Thomas Fitzsimmons <fitzsim@redhat.com>
fitzsim [Tue, 30 Aug 2005 16:19:15 +0000 (16:19 +0000)]
2005-08-29  Thomas Fitzsimmons  <fitzsim@redhat.com>

PR libgcj/23549
* gij.cc (main): Don't expect arguments to -enableassertions, -ea,
-disableassertions and -da.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103642 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-30 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 30 Aug 2005 15:49:15 +0000 (15:49 +0000)]
2005-08-30  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23578 (cont)
* include/bits/stl_bvector.h (class vector<bool>): Add
a dummy data() to avoid problems in debug-mode.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103641 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8
jconner [Tue, 30 Aug 2005 15:07:15 +0000 (15:07 +0000)]
    * gcc.dg/builtin-stringop-chk-1.c: Add -mstructure-size-boundary=8
        to command-line options for arm-*-* targets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103640 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-30 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 30 Aug 2005 09:16:31 +0000 (09:16 +0000)]
2005-08-30  Paolo Carlini  <pcarlini@suse.de>

* testsuite/ext/hash_map/23528.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103635 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Geoffrey Keating <geoffk@apple.com>
geoffk [Tue, 30 Aug 2005 07:32:39 +0000 (07:32 +0000)]
2005-08-29  Geoffrey Keating  <geoffk@apple.com>

* config/i386/i386.c (ix86_expand_vector_init_one_var): Don't modify
parts of 'vals'.

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

* g++.dg/other/i386-1.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103632 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR preprocessor/20348
jakub [Tue, 30 Aug 2005 06:28:21 +0000 (06:28 +0000)]
PR preprocessor/20348
PR preprocessor/20356
* files.c (_cpp_find_file, search_cache): Revert 2004-06-26 and
2004-06-05 changes.

* gcc.dg/cpp/pr20348.c: New test.
* gcc.dg/cpp/pr20348.h: New file.
* gcc.dg/cpp/inc/pr20348.h: New file.
* gcc.dg/cpp/inc/pr20348-aux.h: New file.
* gcc.dg/cpp/pr20356.c: New test.
* gcc.dg/cpp/pr20356.h: New file.
* gcc.dg/cpp/inc/pr20356.h: New file.
* gcc.dg/cpp/inc/pr20356-aux.h: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103629 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago 2005-08-29 Jerry DeLisle <jvdelisle@verizon.net>
jvdelisle [Tue, 30 Aug 2005 05:05:38 +0000 (05:05 +0000)]
 2005-08-29  Jerry DeLisle  <jvdelisle@verizon.net>

       * gfortran.fortran-torture/execute/intrinsic_count.f90:
       Fix array dimension to avoid correct end-of-file error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103626 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Tue, 30 Aug 2005 01:52:12 +0000 (01:52 +0000)]
2005-08-29  Andrew Pinski  <pinskia@physics.uc.edu>

        * configure.ac: Replace "*-*-darwin[0-7].*" with
        "*-*-darwin[[0-7]].*"
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103623 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Tue, 30 Aug 2005 00:16:38 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103619 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Mon, 29 Aug 2005 20:40:02 +0000 (20:40 +0000)]
2005-08-29  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23598
* io/lock.c(library_start):  If ioparm.iostat is present, clear
it unconditionally.

2005-02-29  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/23598
* gfortran.dg/iostat_1.f90:  New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103613 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-18 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Mon, 29 Aug 2005 17:48:58 +0000 (17:48 +0000)]
2005-08-18  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/23408
        * ipa-inline.c (cgraph_decide_inlining_incrementally): Remove the
        call to ggc_collect.
2005-08-28  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/23408
        * gcc.dg/pr23408.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103612 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 29 Aug 2005 16:50:52 +0000 (16:50 +0000)]
2005-08-29  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_map.h (class map): ... and a missing @a.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103611 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 29 Aug 2005 16:47:06 +0000 (16:47 +0000)]
2005-08-29  Paolo Carlini  <pcarlini@suse.de>

* include/bits/stl_map.h (class map): Add missing % in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103610 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 29 Aug 2005 16:11:19 +0000 (16:11 +0000)]
2005-08-29  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23578 (DR 464 [Ready])
* include/bits/stl_map.h (class map): Add at(const key_type&)
member functions.
* include/bits/stl_vector.h (class vector): Add data() member
functions.
* include/debug/map.h (class map): Adjust consistently.
* include/debug/vector (class vector): Likewise.
* testsuite/23_containers/map/element_access/1.cc: New.
* testsuite/23_containers/vector/data_access/1.cc: Likewise.
* docs/html/ext/howto.html: Add an entry for DR 464.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103609 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoresync
charlet [Mon, 29 Aug 2005 15:43:33 +0000 (15:43 +0000)]
resync

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103608 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Arnaud Charlet <charlet@adacore.com>
charlet [Mon, 29 Aug 2005 15:43:07 +0000 (15:43 +0000)]
2005-08-29  Arnaud Charlet  <charlet@adacore.com>
    Eric Botcazou  <ebotcazou@adacore.com>

* trans.c: Protect < in error msg with quote
Replace GCC_ZCX by Back_End_Exceptions.
(addressable_p) <COMPONENT_REF>: Also return 1 if the field
has been sufficiently aligned in the record.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103607 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-29 Arnaud Charlet <charlet@adacore.com>
charlet [Mon, 29 Aug 2005 15:41:45 +0000 (15:41 +0000)]
2005-08-29  Arnaud Charlet  <charlet@adacore.com>
    Doug Rupp  <rupp@adacore.com>

* s-stalib.adb: Add missing pragma Warnings (On) to reenable Warnings
when needed.
(Inside_Elab_Final_Code): Moved to init.c to avoid having to keep
this code in the GNAT run-time.

* decl.c, fe.h: Replace GCC_ZCX by Back_End_Exceptions.

PR ada/21053
* init.c (__gnat_error_handler [many]): Mark "msg" as const
(__gnat_error_handler [HPUX]): Mark siginfo parameter as unused

(__gnat_inside_elab_final_code): Moved here from
Standard_Library and only defined for the compiler.
__gnat_error_handler [VMS]: Adjust sigargs to account for PC & PSL.
(__gnat_inum_to_ivec): Do not define this function on VxWorks when
using RTPs because directly vectored Interrupt routines are not
supported on this configuration.
(getpid): Do not redefine this function on VxWorks when using RTPs
because this primitive is well supported by the RTP libraries.
(copy_msg): Correct the code that checks for buffer overflow.
Discovered during code reading.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103606 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23099
mmitchel [Mon, 29 Aug 2005 14:08:50 +0000 (14:08 +0000)]
PR c++/23099
* cp-tree.h (saved_scope): Add skip_evaluation.
* decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not
DECL_INITIAL, to determine whether or not a static data member was
initialized in the class-specifier.
(cp_finish_decl): Add comment.
* init.c (integral_constant_value): Subtitute into the
initializers for static data members in templates.
* name-lookup.c (push_to_top_level): Save skip_evaluation.
(pop_from_top_level): Restore it.
* pt.c (instantiate_class_template): Do not substitute into the
intializers of static data members when instantiating a class.
(regenerate_decl_from_template): Simplify.
(instantiate_decl): Tidy.  Substitute into the initializer for a
static data member even when the definition of the data member is
not available.

PR c++/23099
* g++.dg/init/member1.C: Make sure erroneous static data member
definitions are required.
* g++.dg/template/static13.C: New test.
* g++.dg/template/static14.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103604 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-18 Paolo Bonzini <bonzini@gnu.org>
bonzini [Mon, 29 Aug 2005 13:52:32 +0000 (13:52 +0000)]
2005-08-18  Paolo Bonzini  <bonzini@gnu.org>

PR bootstrap/21268
* Makefile.in (ALL_CPPFLAGS): Include $(INCLUDES) at the
beginning.  Remove $(INCLUDES) from all the rules, if following
$(ALL_CPPFLAGS) or $(BUILD_CPPFLAGS).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103601 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoPR ada/23187
charlet [Mon, 29 Aug 2005 13:07:05 +0000 (13:07 +0000)]
PR ada/23187
(GNAT_MAXPATH_LEN): Use default value if MAXPATHLEN is undefined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103600 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.target/i386/pr23575.c: Use -msse2 instead of
jakub [Mon, 29 Aug 2005 08:50:02 +0000 (08:50 +0000)]
* gcc.target/i386/pr23575.c: Use -msse2 instead of
-march=pentium4, remove ilp32 requirement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103597 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR middle-end/23484
jakub [Mon, 29 Aug 2005 08:40:48 +0000 (08:40 +0000)]
PR middle-end/23484
* builtins.c (fold_builtin_memory_chk, fold_builtin_stxcpy_chk,
fold_builtin_strncpy_chk, fold_builtin_snprintf_chk): If len is
not constant, but maxlen is, don't set len to maxlen, rather
set maxlen to len if len is a constant.

* gcc.c-torture/execute/builtins/pr23484-chk.c: New test.
* gcc.c-torture/execute/builtins/pr23484-chk-lib.c: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103594 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR tree-optimization/23475
rakdver [Mon, 29 Aug 2005 07:13:06 +0000 (07:13 +0000)]
PR tree-optimization/23475
* tree-ssa-loop-ivcanon.c (remove_empty_loop): Update frequencies
and counts.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103593 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoAdd marker for PR testsuite/23607.
aj [Mon, 29 Aug 2005 05:31:48 +0000 (05:31 +0000)]
Add marker for PR testsuite/23607.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103592 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.target/i386/pr23575.c: Run only on 32-bit x86.
aj [Mon, 29 Aug 2005 04:46:20 +0000 (04:46 +0000)]
* gcc.target/i386/pr23575.c: Run only on 32-bit x86.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103591 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Mon, 29 Aug 2005 00:16:35 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103588 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-28 Daniel Berlin <dberlin@dberlin.org>
dberlin [Mon, 29 Aug 2005 00:12:19 +0000 (00:12 +0000)]
2005-08-28  Daniel Berlin  <dberlin@dberlin.org>

Fix PR middle-end/22455

* fold-const.c (fold_checksum_tree): Adjust for now-largest tree size.
Checksum only the parts of the tree that exist for the tree code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103586 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-28 Dale Johannesen <dalej@apple.com>
dalej [Sun, 28 Aug 2005 23:28:57 +0000 (23:28 +0000)]
2005-08-28  Dale Johannesen  <dalej@apple.com>

        * config/i386/i386.c (nocona_cost):  Increase MOVE_RATIO.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103585 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-28 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sun, 28 Aug 2005 21:08:28 +0000 (21:08 +0000)]
2005-08-28  Andrew Pinski  <pinskia@physics.uc.edu>

        * tree-vrp.c: Remove obsolete comment in front of vrp_initialize.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103584 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * stor-layout.c (finalize_type_size): Revert workaround from 08-26.
rth [Sun, 28 Aug 2005 16:28:59 +0000 (16:28 +0000)]
    * stor-layout.c (finalize_type_size): Revert workaround from 08-26.
        * tree.c (make_node_stat): Use BITS_PER_UNIT instead of alignment
        of char_type_node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103583 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR ada/23593
jakub [Sun, 28 Aug 2005 11:01:31 +0000 (11:01 +0000)]
PR ada/23593
* builtins.c (get_memory_rtx): Don't strip nops
in between COMPONENT_REFs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103578 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.c-torture/execute/20050316-2.c: New test.
jakub [Sun, 28 Aug 2005 10:59:39 +0000 (10:59 +0000)]
* gcc.c-torture/execute/20050316-2.c: New test.
* gcc.c-torture/execute/20050316-3.c: New test.
* gcc.dg/torture/pr16104-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103577 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDaily bump.
gccadmin [Sun, 28 Aug 2005 00:16:27 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103573 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-27 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Sat, 27 Aug 2005 21:37:53 +0000 (21:37 +0000)]
2005-08-27  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/23463
        * gimplify.c (gimplify_modify_expr_rhs): Remove check for zero sized
        types.
        (gimplify_modify_expr): Check for zero sized types and gimplify the
        rhs and lhs as statements.

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

        PR middle-end/23463
        * gcc.c-torture/execute/zero-struct-1.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103571 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR libgcj/23508
danglin [Sat, 27 Aug 2005 18:36:46 +0000 (18:36 +0000)]
PR libgcj/23508
* pa/linux-unwind.h (pa32_fallback_frame_state): Use r0 slot in frame
state for return address column of signal frames.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103568 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see
fxcoudert [Sat, 27 Aug 2005 16:01:54 +0000 (16:01 +0000)]
* acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see
if target can unlink open files.
* configure.ac: Use this new test.
* config.h.in: Regenerate.
* configure: Regenerate.
* Makefile.in: Regenerate.
* aclocal.ac: Regenerate.
* io/io.h: Add prototype for unpack_filename.
* io/close.c (st_close): Delete file after closing unit if
HAVE_UNLINK_OPEN_FILE is not defined.
* io/unix.c (unpack_filename): Unlink scratch file after opening
it only if HAVE_UNLINK_OPEN_FILE is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103566 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/23539
dje [Sat, 27 Aug 2005 15:44:26 +0000 (15:44 +0000)]
    PR target/23539
        * config/rs6000/rs6000.c (expand_block_clear): Use HImode when
        bytes >= 2 not bytes == 2.
        (expand_block_move): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103564 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-27 Richard Guenther <rguenther@gcc.gnu.org>
rguenth [Sat, 27 Aug 2005 12:04:28 +0000 (12:04 +0000)]
2005-08-27  Richard Guenther  <rguenther@gcc.gnu.org>

PR target/23575
* config/i386/sse.md (sse2_movsd): Add missing closing
braces.

* gcc.target/i386/pr23575.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103559 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-27 Erik Edelmann <erik.edelmann@iki.fi>
tobi [Sat, 27 Aug 2005 11:28:51 +0000 (11:28 +0000)]
2005-08-27  Erik Edelmann  <erik.edelmann@iki.fi>

* trans-array.c (gfc_trans_deferred_array): Fix comments.

2005-08-27  Erik Schnetter  <schnetter@aei.mpg.de>

* primary.c (match_charkind_name): Fix typo in comment leading to
function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103558 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-27 Paul Brook <paul@codesourcery.com>
pbrook [Sat, 27 Aug 2005 02:08:29 +0000 (02:08 +0000)]
2005-08-27  Paul Brook  <paul@codesourcery.com>

* genrecog.c (enum decision_type): Add DT_num_insns.
(struct decision_test): Add u.num_insns.
(add_to_sequence): Add DT_num_insns test.
(maybe_both_true_2, nodes_identical_1): Handle DT_num_insns.
(write_cond, debug_decision_2): Ditto.
(change_state): Assume peep2_next_insn never fails.
Remove "afterward" argument.
(write afterward, write_tree): Update to match.
* recog.c (peep2_current_count): New variable.
(peep2_next_insn): Check it.
(peephole2_optimize): Set peep2_current_count.
* recog.h (peep2_current_count): Declare.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103553 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103550 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR middle-end/23584
jconner [Fri, 26 Aug 2005 22:42:44 +0000 (22:42 +0000)]
    PR middle-end/23584
        * ipa-pure-const.c (check_tree): Check for volatile-ness
        when considering a dereference.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103546 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * rtl.h (MEM_IN_STRUCT_P): Fix comment typo.
jakub [Fri, 26 Aug 2005 22:05:57 +0000 (22:05 +0000)]
* rtl.h (MEM_IN_STRUCT_P): Fix comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103542 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR rtl-optimization/23561
jakub [Fri, 26 Aug 2005 22:02:44 +0000 (22:02 +0000)]
PR rtl-optimization/23561
* builtins.c (get_memory_rtx): Add LEN argument.  If MEM_EXPR is
a COMPONENT_REF, remove all COMPONENT_REF from MEM_EXPR unless
at most LEN bytes long memory fits into the field.
(expand_builtin_memcpy, expand_builtin_mempcpy, expand_movstr,
expand_builtin_strncpy, expand_builtin_memset, expand_builtin_memcmp,
expand_builtin_strcmp, expand_builtin_strncmp): Adjust callers.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103541 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR rtl-opt/23560
jakub [Fri, 26 Aug 2005 21:59:25 +0000 (21:59 +0000)]
PR rtl-opt/23560
* gcc.c-torture/execute/20050826-2.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103540 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR rtl-opt/23560
jakub [Fri, 26 Aug 2005 21:57:25 +0000 (21:57 +0000)]
PR rtl-opt/23560
* loop.c (biased_biv_may_wrap_p): New.
(maybe_eliminate_biv_1): Use it to suppress non-equality
comparison transformations.  Delete disabled code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103539 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-26 Dale Johannesen <dalej@apple.com>
dalej [Fri, 26 Aug 2005 21:57:18 +0000 (21:57 +0000)]
2005-08-26  Dale Johannesen  <dalej@apple.com>

        * gcc.dg/20030711-1.c:  Modify to work on Darwin.
        * gcc.dg/20050826-1.c:  New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103538 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-26 Ian Lance Taylor <ian@airs.com>
dalej [Fri, 26 Aug 2005 21:52:23 +0000 (21:52 +0000)]
2005-08-26  Ian Lance Taylor  <ian@airs.com>

        * combine.c (make_extraction): Avoid reference outside object.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103537 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-26 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 26 Aug 2005 21:10:59 +0000 (21:10 +0000)]
2005-08-26  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/20534 (contd)
* src/debug.cc (__gnu_debug): Remove __fancy_abort definition.
Remove cstdio and cstdlib includes.
* include/debug/debug.h: Define inline here. Remove
_GLIBCXX_DEBUG_ABORT.
* include/debug/macros.h: Remove __fancy_abort declaration,
_GLIBXX_DEBUG_ABORT definition.
* config/linker-map.gnu: Remove export.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103535 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-26 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 26 Aug 2005 20:31:48 +0000 (20:31 +0000)]
2005-08-26  Benjamin Kosnik  <bkoz@redhat.com>

* scripts/check_compile (UNIQUE_ID): New. Use to name output files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103534 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/19004
mmitchel [Fri, 26 Aug 2005 19:35:13 +0000 (19:35 +0000)]
PR c++/19004
* pt.c (uses_template_parms): Handle IDENTIFIER_NODE.
(type_dependent_expression_p): Allow BASELINKs whose associated
functions are simply a FUNCTION_DECL.

PR c++/19004
* g++.dg/template/nontype13.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103531 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c++/23491
mmitchel [Fri, 26 Aug 2005 19:32:31 +0000 (19:32 +0000)]
PR c++/23491
* cp-tree.h (build_vec_init): Adjust prototype.
* init.c (perform_member_init): Adjust call to build_vec_init.
(build_aggr_init): Likewise.
(build_new_1): Do not call build_default_init for array types.
(build_vec_init): Add explicit_default_init_p parameter.  Perform
default initialization of vector elements when set.
* typeck.c (build_modify_expr): Adjust call to build_vec_init.

PR c++/23491
* g++.dg/init/new14.C: New test.
* g++.dg/expr/anew1.C: Do not XFAIL.
* g++.dg/expr/anew2.C: Likewise.
* g++.dg/expr/anew3.C: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103530 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * stor-layout.c (finalize_type_size): Restore behaviour for
amylaar [Fri, 26 Aug 2005 17:17:05 +0000 (17:17 +0000)]
* stor-layout.c (finalize_type_size): Restore behaviour for
non-aggregate types to the status quo ante of the patch for
pr 23467.  Document why it matters.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103527 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR c/23506
jakub [Fri, 26 Aug 2005 16:26:50 +0000 (16:26 +0000)]
PR c/23506
* c-common.c (c_common_nodes_and_builtins): Increase builtin_types
array by one element, initialize the BT_LAST element with NULL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103526 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-26 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 26 Aug 2005 15:52:53 +0000 (15:52 +0000)]
2005-08-26  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/23081
* include/tr1/array: Implement members back(), front(), data(),
and the tuple interface; tidy.
* testsuite/tr1/6_containers/array/element_access/back.cc: New.
* testsuite/tr1/6_containers/array/element_access/data.cc: Likewise.
* testsuite/tr1/6_containers/array/element_access/front.cc: Likewise.
* testsuite/tr1/6_containers/array/tuple_interface/get.cc: Likewise.
* testsuite/tr1/6_containers/array/tuple_interface/tuple_element.cc:
Likewise.
* testsuite/tr1/6_containers/array/tuple_interface/tuple_size.cc:
Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103525 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-26 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Fri, 26 Aug 2005 15:14:13 +0000 (15:14 +0000)]
2005-08-26  Andrew Pinski  <pinskia@physics.uc.edu>

        PR middle-end/22439
        * gcc.dg/vla-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103524 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/rs6000/rs6000.md (eq<mode>_compare): Only enable when
dje [Fri, 26 Aug 2005 14:24:20 +0000 (14:24 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103522 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* config/v850/v850.c (ep_memory_operand): Return FALSE if TARGET_EP is not
nickc [Fri, 26 Aug 2005 13:45:42 +0000 (13:45 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103520 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago* config/mips/mips.c (mips_expand_prologue): Handle case when
davidu [Fri, 26 Aug 2005 13:15:14 +0000 (13:15 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103519 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * config/crx/crx.md: Make doloop_end pattern usage controllable
woepaul [Fri, 26 Aug 2005 08:20:55 +0000 (08:20 +0000)]
* 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=.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103518 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-26 Adrian Straetling <straetling@de.ibm.com>
krebbel [Fri, 26 Aug 2005 06:49:57 +0000 (06:49 +0000)]
2005-08-26  Adrian Straetling  <straetling@de.ibm.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103516 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-26 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Fri, 26 Aug 2005 06:45:09 +0000 (06:45 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103515 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103505 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-25 Erik Edelmann <eedelman@acclab.helsinki.fi>
tobi [Thu, 25 Aug 2005 11:57:36 +0000 (11:57 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103486 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103485 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-25 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 25 Aug 2005 09:34:49 +0000 (09:34 +0000)]
2005-08-25  Paolo Carlini  <pcarlini@suse.de>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103483 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agocp:
nathan [Thu, 25 Aug 2005 09:06:45 +0000 (09:06 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103481 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103480 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * gcc.dg/20020103-1.c: Scan for LC[0-9], not LC.
amodra [Thu, 25 Aug 2005 08:42:01 +0000 (08:42 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103479 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 25 Aug 2005 07:02:58 +0000 (07:02 +0000)]
2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103473 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 25 Aug 2005 06:44:09 +0000 (06:44 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103472 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Thu, 25 Aug 2005 06:40:14 +0000 (06:40 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103471 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR target/23404
amodra [Thu, 25 Aug 2005 00:54:54 +0000 (00:54 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103462 138bc75d-0d04-0410-961f-82ee72b054a4

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103458 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Lawrence Lim <llim@redhat.com>
bkoz [Wed, 24 Aug 2005 20:29:27 +0000 (20:29 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103451 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Pete Steinmetz <steinmtz@us.ibm.com>
dje [Wed, 24 Aug 2005 20:28:07 +0000 (20:28 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103450 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Thomas Koenig <Thomas.Koenig@online.de>
tkoenig [Wed, 24 Aug 2005 20:04:20 +0000 (20:04 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103449 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agoDefine __PIC__ for darwin targets.
fjahanian [Wed, 24 Aug 2005 18:22:12 +0000 (18:22 +0000)]
Define __PIC__ for darwin targets.
OKed by Mike Stump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103447 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 24 Aug 2005 15:46:36 +0000 (15:46 +0000)]
2005-08-24  Paolo Bonzini  <bonzini@gnu.org>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103443 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 24 Aug 2005 15:00:19 +0000 (15:00 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103441 138bc75d-0d04-0410-961f-82ee72b054a4

18 years agocp:
nathan [Wed, 24 Aug 2005 10:21:46 +0000 (10:21 +0000)]
cp:
PR c++/22454
* parser.c (cp_lexer_peek_nth_token): Relax assert.
testsuite:
PR c++/22454
* g++.dg/parse/crash29.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103438 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * bb-reorder.c (copy_bb, duplicate_computed_gotos): Add argument
rakdver [Wed, 24 Aug 2005 07:56:56 +0000 (07:56 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103437 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * fold-const.c (ptr_difference_const): Use
rakdver [Wed, 24 Aug 2005 07:53:42 +0000 (07:53 +0000)]
* fold-const.c (ptr_difference_const): Use
cst_and_fits_in_hwi instead of host_integerp.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103436 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Wed, 24 Aug 2005 07:48:45 +0000 (07:48 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103434 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago PR tree-optimization/23486
rakdver [Wed, 24 Aug 2005 07:46:24 +0000 (07:46 +0000)]
PR tree-optimization/23486
* tree-ssa-loop.c (pass_scev_cprop): Add TODO_update_ssa_only_virtuals.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103433 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-22 Phil Edwards <phil@codesourcery.com>
pme [Wed, 24 Aug 2005 07:13:10 +0000 (07:13 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103432 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-24 Andreas Tobler <a.tobler@schweiz.ch>
andreast [Wed, 24 Aug 2005 05:54:22 +0000 (05:54 +0000)]
2005-08-24  Andreas Tobler  <a.tobler@schweiz.ch>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103430 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago2005-08-23 Andrew Pinski <pinskia@physics.uc.edu>
pinskia [Wed, 24 Aug 2005 01:50:54 +0000 (01:50 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103426 138bc75d-0d04-0410-961f-82ee72b054a4

18 years ago * configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
amodra [Wed, 24 Aug 2005 01:38:05 +0000 (01:38 +0000)]
* configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103425 138bc75d-0d04-0410-961f-82ee72b054a4