OSDN Git Service

pf3gnuchains/gcc-fork.git
16 years agogcc/
tromey [Fri, 4 Jan 2008 00:14:31 +0000 (00:14 +0000)]
gcc/
PR c/34457:
* c-common.c (c_type_hash): Handle VLAs.
gcc/testsuite
PR c/34457:
* gcc.dg/pr34457-2.c: New file.
* gcc.dg/pr34457-1.c: New file.

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

16 years agoTidy.
ebotcazou [Thu, 3 Jan 2008 23:26:18 +0000 (23:26 +0000)]
Tidy.

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

16 years agoFix incorrectly applied patch in last commit.
hubicka [Thu, 3 Jan 2008 23:03:26 +0000 (23:03 +0000)]
Fix incorrectly applied patch in last commit.

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

16 years ago2008-01-03 Sebastian Pop <sebastian.pop@amd.com>
spop [Thu, 3 Jan 2008 22:59:48 +0000 (22:59 +0000)]
2008-01-03  Sebastian Pop  <sebastian.pop@amd.com>

Revert fix for PR tree-optimization/34458.

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

16 years ago2008-01-02 Sebastian Pop <sebastian.pop@amd.com>
spop [Thu, 3 Jan 2008 21:59:38 +0000 (21:59 +0000)]
2008-01-02  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/34458
* tree-data-ref.c (dd_int_cst_value): New.
(initialize_matrix_A, compute_overlap_steps_for_affine_1_2,
analyze_subscript_affine_affine, build_classic_dist_vector_1,
add_multivariate_self_dist, init_omega_eq_with_af): Use
dd_int_cst_value instead of int_cst_value.

* testsuite/gcc.dg/tree-ssa/pr34458.c: New.

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

16 years ago PR tree-optimization/31081
hubicka [Thu, 3 Jan 2008 21:23:26 +0000 (21:23 +0000)]
PR tree-optimization/31081
* tree-inline.c (remap_ssa_name): Initialize uninitialized SSA vars to
0 when inlining and not inlining to first basic block.
(remap_decl): When var is initialized to 0, don't set default_def.
(expand_call_inline): Set entry_bb.
* tree-inline.h (copy_body_data): Add entry_bb.

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

16 years ago2008-01-03 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Thu, 3 Jan 2008 19:49:38 +0000 (19:49 +0000)]
2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/34565
* io/io.h:  Adjust protoypes for open_internal(),
next_array_record() and init_loop_spec().
* io/list_read.c (next_char):  Use argument "finished"
of next_array_record to check for end on internal file.
* io/unit.c:  Calculate the offset for an array
internal file and supply this informatin to open_internal().
* io/unix.c (open_internal):  Set the offset for the internal
file on open.
* io/transfer.c (init_loop_spec):  Calculate the starting
record in case of negative strides.  Return size of 0 for
an empty array.
(next_array_record):  Use an extra flag to signal that the
array is finished.
(next_record_r):  Use the new flag to next_array_record().
(next_record_w):  Likewise.

2008-01-03  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/34565
* gfortran.dg/internal_readwrite_1.f90:  New test.
* gfortran.dg/internal_readwrite_2.f90:  New test.

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

16 years agolibcpp
tromey [Thu, 3 Jan 2008 17:58:26 +0000 (17:58 +0000)]
libcpp
PR preprocessor/34602.
* directives.c (do_line): Don't try to spell EOF token.
(do_linemarker): Add comment.
gcc/testsuite
PR preprocessor/34602:
* gcc.dg/cpp/pr34602.c: New file.

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

16 years ago PR c++/34619
jakub [Thu, 3 Jan 2008 10:28:30 +0000 (10:28 +0000)]
PR c++/34619
* cgraphunit.c (cgraph_build_static_cdtor): set_cfun back to NULL
before returning.

* testsuite/libmudflap.c++/pass61-frag.cxx: New test.

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

16 years ago2008-01-03 Tero Koskinen <tero.koskinen@iki.fi>
sam [Thu, 3 Jan 2008 09:35:04 +0000 (09:35 +0000)]
2008-01-03  Tero Koskinen <tero.koskinen@iki.fi>

    gcc/ada/
PR ada/34647
* adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
on OpenBSD as is done on other BSD systems.

PR ada/34645
* sysdep.c (__gnat_ttyname, getc_immediate_nowait,
getc_immediate_common): Treat OpenBSD as FreeBSD regarding immediate
I/O.

PR ada/34644
* env.c (__gnat_clearenv): Treat OpenBSD as other BSD systems missing
clearenv().

PR ada/34646
* init.c (__gnat_error_handler, __gnat_install_handler,
__gnat_init_float): Define for OpenBSD.

* initialize.c (__gnat_initialize): Define for OpenBSD.

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

16 years ago PR tree-optimization/29484
jakub [Thu, 3 Jan 2008 08:33:57 +0000 (08:33 +0000)]
PR tree-optimization/29484
* tree-inline.c (inline_forbidden_p_2): New function.
(inline_forbidden_p): Disallow inlining if some static var
has an address of a local LABEL_DECL in its initializer.
* doc/extend.texi (Labels as Values): Document &&foo behaviour
vs. inlining.

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

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

16 years ago2007-12-19 Sebastian Pop <sebastian.pop@amd.com>
spop [Thu, 3 Jan 2008 02:38:24 +0000 (02:38 +0000)]
2007-12-19  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/34635
* tree-data-ref.c (add_other_self_distances): Make sure that the
evolution step is constant.

* gcc.dg/tree-ssa/pr34635.c: New.
* gcc.dg/tree-ssa/pr34635-1.c: New.

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

16 years ago PR middle-end/34562
danglin [Thu, 3 Jan 2008 02:33:12 +0000 (02:33 +0000)]
PR middle-end/34562
* g++.dg/other/first-global.C: Also accept _GLOBAL__I_65535_0_foobar in
scan-assembler check.

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

16 years agoDaily bump.
gccadmin [Thu, 3 Jan 2008 00:17:43 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago PR middle-end/34608
jakub [Wed, 2 Jan 2008 23:33:54 +0000 (23:33 +0000)]
PR middle-end/34608
* omp-low.c (expand_omp_parallel): Purge dead EH edges in the
child fn.

* g++.dg/gomp/pr34608.C: New test.

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

16 years agoRotate Fortran ChangeLogs.
tobi [Wed, 2 Jan 2008 17:54:50 +0000 (17:54 +0000)]
Rotate Fortran ChangeLogs.

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

16 years ago2008-01-02 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 2 Jan 2008 15:11:59 +0000 (15:11 +0000)]
2008-01-02  Paolo Carlini  <pcarlini@suse.de>

* ChangeLog rotation.

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

16 years agogcc/
rsandifo [Wed, 2 Jan 2008 13:04:11 +0000 (13:04 +0000)]
gcc/
* tree-sra.c (scalarize_init): Insert the generate_element_init
statements after the generate_element_zero statements.

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

16 years ago2008-01-02 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 2 Jan 2008 12:35:38 +0000 (12:35 +0000)]
2008-01-02  Richard Guenther  <rguenther@suse.de>

PR middle-end/34093
PR middle-end/31976
* tree-ssa-operands.c (ssa_operand_alloc): Also allocate a buffer
for very large number of operands instead of ICEing.

* gcc.c-torture/compile/pr34093.c: New testcase.

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

16 years ago(ix86_expand_prologue): Save red-zone while stack probing.
ktietz [Wed, 2 Jan 2008 10:46:17 +0000 (10:46 +0000)]
(ix86_expand_prologue): Save red-zone while stack probing.
 PR 34013.

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

16 years ago2008-01-01 Douglas Gregor <doug.gregor@gmail.com>
dgregor [Wed, 2 Jan 2008 04:35:50 +0000 (04:35 +0000)]
2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>

       * c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when
       in C++0x mode.

2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>

       * parser.c (cp_parser_check_decl_spec): Don't warn about "long
       long" in C++0x mode; change the warning to note that "long long"
       is only unsupported in C++98 mode.

2008-01-01  Douglas Gregor  <doug.gregor@gmail.com>

       * g++.dg/cpp0x/long_long.C: New.

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

16 years agoDaily bump.
gccadmin [Wed, 2 Jan 2008 00:17:05 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago PR libmudflap/26442
reichelt [Tue, 1 Jan 2008 23:08:05 +0000 (23:08 +0000)]
PR libmudflap/26442
* tree-mudflap.c (mx_register_decls): Guard warning by
!DECL_ARTIFICIAL check.

* testsuite/libmudflap.c++/pass60-frag.cxx: New test.

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

16 years ago2008-01-01 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Tue, 1 Jan 2008 21:26:29 +0000 (21:26 +0000)]
2008-01-01  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * gcc.target/spu/tag_manager.c : Include stdlib.h.
        * gcc.target/spu/Wmain.c: Fix the line numbers for the
        warning on the function main.

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

16 years ago2008-01-01 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 1 Jan 2008 19:05:41 +0000 (19:05 +0000)]
2008-01-01  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/34095
* include/parallel/multiway_merge.h (multiway_merge_bubble,
parallel_multiway_merge): Together with ::operator new use
::operator delete.
* include/parallel/losertree.h (LoserTree<>::~LoserTree): Likewise.
* include/parallel/quicksort.h (parallel_sort_qs_divide): Likewise.
* include/parallel/random_shuffle.h (parallel_random_shuffle_drs_pu,
sequential_random_shuffle): Likewise.
* include/parallel/tree.h (_M_not_sorted_bulk_insertion_construction):
Likewise.
* include/parallel/multiway_mergesort.h (parallel_sort_mwms_pu,
parallel_sort_mwms): Likewise.
* include/parallel/partial_sum.h (parallel_partial_sum_linear):
Likewise.
* testsuite/25_algorithms/sort/34095.cc: New.

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

16 years ago2008-01-01 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 1 Jan 2008 16:52:38 +0000 (16:52 +0000)]
2008-01-01  Paolo Carlini  <pcarlini@suse.de>

* testsuite/25_algorithms/sort/34636.cc: Fix Copyright year.

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

16 years ago2008-01-01 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 1 Jan 2008 16:42:34 +0000 (16:42 +0000)]
2008-01-01  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/34636
* include/parallel/algobase.h (lexicographical_compare_switch(...,
random_access_iterator_tag, random_access_iterator_tag)): Careful
with undereferenceable iterators.
* testsuite/25_algorithms/sort/34636.cc: New.

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

16 years ago * config/i386/sse.md (sse5_pperm, sse5_pperm_pack_v2di_v4si,
jakub [Tue, 1 Jan 2008 01:13:27 +0000 (01:13 +0000)]
* config/i386/sse.md (sse5_pperm, sse5_pperm_pack_v2di_v4si,
sse5_pperm_pack_v4si_v8hi, sse5_pperm_pack_v8hi_v16qi,
sse5_perm<mode>): Fix constraints.

* gcc.target/i386/i386.exp (check_effective_target_sse5): Use __v8hi
rather than __v2di type.

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

16 years agoDaily bump.
gccadmin [Tue, 1 Jan 2008 00:17:36 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago2007-12-31 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 31 Dec 2007 18:10:55 +0000 (18:10 +0000)]
2007-12-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34558
* interface.c (gfc_compare_types): Prevent linked lists from
putting this function into an endless recursive loop.

2007-12-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34558
* gfortran.dg/linked_list_1.f90: New test.

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

16 years ago2007-12-31 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 31 Dec 2007 18:05:10 +0000 (18:05 +0000)]
2007-12-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34558
* interface.c (gfc_compare_types): Prevent linked lists from
putting this function into an endless recursive loop.

2007-12-31  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34558
* gfortran.dg/linked_list_1.f90: New test.

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

16 years ago PR driver/33772
danglin [Mon, 31 Dec 2007 15:02:59 +0000 (15:02 +0000)]
PR driver/33772
* collect2.c (SHLIB_SUFFIX): Define if not defined.
(write_c_file_stat): Use SHLIB_SUFFIX.
* som.h (SHLIB_SUFFIX): Define.
* doc/tm.texi (SHLIB_SUFFIX): Document.

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

16 years agoDaily bump.
gccadmin [Mon, 31 Dec 2007 00:17:30 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago2007-12-30 Paolo Carlini <pcarlini@suse.de>
paolo [Sun, 30 Dec 2007 22:44:42 +0000 (22:44 +0000)]
2007-12-30  Paolo Carlini  <pcarlini@suse.de>

* include/std/tuple (_Tuple_impl<>::_Tuple_impl(typename
std::remove_reference<>::type&&, typename
std::remove_reference<>::type&&...),
_Tuple_impl(const _Tuple_impl<>&), _Tuple_impl(_Tuple_impl&&),
_Tuple_impl(_Tuple_impl<>&&), operator=(_Tuple_impl&&),
operator=(const _Tuple_impl<>&), operator=(_Tuple_impl<>&&)): Add.
(tuple<>::tuple(const _Elements&...), tuple(_UElements&&...),
tuple(tuple&&), tuple(const tuple<>&), tuple(tuple<>&&),
operator=(tuple&&), operator=(const tuple<>&), operator=(tuple<>&&)):
Likewise.
(tuple<_T1, _T2>::tuple(const _T1&, const _T2&, tuple(_U1&&, _U2&&),
tuple(tuple&&), tuple(tuple<>&&), tuple(pair<>&&), operator=(tuple&&),
operator=(tuple<>&&), operator=(pair<>&&)): Likewise.
(tuple<>::tuple(typename __add_c_ref<_Elements>::type...),
tuple<_T1, _T2>::tuple(typename __add_c_ref<>::type,
typename __add_c_ref<>::type)): Remove.
* testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: New.
* testsuite/20_util/tuple/creation_functions/tie2.cc: Likewise.
* testsuite/20_util/tuple/moveable.cc: Likewise.

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

16 years agoDaily bump.
gccadmin [Sun, 30 Dec 2007 00:17:36 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago * config/os/mingw32/error_constants.h: Fix typo in comment.
gerald [Sat, 29 Dec 2007 22:33:59 +0000 (22:33 +0000)]
* config/os/mingw32/error_constants.h: Fix typo in comment.

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

16 years ago * config/i386/sse.md ("*divv4sf3"): Rename to "sse_divv4sf3".
uros [Sat, 29 Dec 2007 15:35:14 +0000 (15:35 +0000)]
    * config/i386/sse.md ("*divv4sf3"): Rename to "sse_divv4sf3".
        ("*sse_rsqrtv4sf2"): Export.
        ("*sse_sqrtv4sf2"): Ditto.
        * config/i386/i386.c (enum ix86_builtins) [IX86_BUILTIN_RSQRTPS_NR,
        IX86_BUILTIN_SQRTPS_NR]: New constants.
        (struct builtin_description) [IX86_BUILTIN_DIVPS]: Use
        CODE_FOR_sse_divv4sf3.
        [IX86_BUILTIN_SQRTPS]: Use CODE_FOR_sse_sqrtv4sf2.
        [IX86_BUILTIN_SQRTPS_NR]: New.
        [IX86_BUILTIN_RSQRTPS_NR]: Ditto.
        (ix86_init_mmx_sse_builtins): Initialize __builtin_ia32_rsqrtps_nr and
        __builtin_ia32_sqrtps_nr.
        (ix86_builtin_vectorized_function): Convert BUILT_IN_SQRTF to
        IX86_BUILTIN_SQRTPS_NR.
        (ix86_builtin_reciprocal): Convert IX86_BUILTIN_SQRTPS_NR to
        IX86_BUILTIN_RSQRTPS_NR.

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

16 years agogcc/testsuite/
rsandifo [Sat, 29 Dec 2007 15:14:16 +0000 (15:14 +0000)]
gcc/testsuite/
* lib/objc.exp (objc_libgcc_s_path): Set objc_libgcc_s_path
instead of appending to it.

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

16 years ago * config/os/mingw32/error_constants.h (enum posix_errno): Move
dannysmith [Sat, 29 Dec 2007 05:32:16 +0000 (05:32 +0000)]
* config/os/mingw32/error_constants.h (enum posix_errno): Move
inside namespace posix_error

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

16 years agoDaily bump.
gccadmin [Sat, 29 Dec 2007 00:17:22 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago * doc/invoke.texi (Optimize Options): Add missing opindex for
gerald [Fri, 28 Dec 2007 12:18:05 +0000 (12:18 +0000)]
* doc/invoke.texi (Optimize Options): Add missing opindex for
-fno-toplevel-reorder.

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

16 years agoDaily bump.
gccadmin [Fri, 28 Dec 2007 00:17:29 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago PR tree-optimization/34591
dorit [Thu, 27 Dec 2007 19:14:17 +0000 (19:14 +0000)]
    PR tree-optimization/34591
        * tree-vect-trasnform.c (vect_estimate_min_profitable_iters): Skip
        stmts (including reduction stmts) that are not live.

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

16 years ago2007-12-27 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Thu, 27 Dec 2007 15:00:10 +0000 (15:00 +0000)]
2007-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/22423
* intrinsics/pack_generic.c (pack): Change type of mask argument
to gfc_array_l1 * in prototype and function.
(pack_char):  Likewise.
* intrinsics/unpack_generic.c (unpack1):  Likewise.
(unpack1_char):  Likewise.
(unpack0):  Likewise.
(unpack0_char):  Likewise.

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

16 years ago gcc/ada/
sam [Thu, 27 Dec 2007 13:04:14 +0000 (13:04 +0000)]
gcc/ada/
PR ada/34553
* adaint.c (__gnat_open_new_temp, __gnat_tmp_name): Use mkstemp()
instead of mktemp() or tmpnam() on NetBSD.

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

16 years ago2007-12-27 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 27 Dec 2007 12:59:01 +0000 (12:59 +0000)]
2007-12-27  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/34538
* config/os/generic/error_constants.h (enum posix_errno): Move
inside namespace posix_error.
* include/std/system_error (error_category::posix,
error_code::error_code(posix_errno), error_code::posix): Adjust.
* src/system_error.cc (gnu_error_category::posix): Likewise.
* testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc:
Adjust.
* testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc:
Likewise.
* testsuite/19_diagnostics/error_code/cons/1.cc: Likewise.
* testsuite/19_diagnostics/error_code/operators/bool.cc: Likewise.
* testsuite/19_diagnostics/error_code/operators/equal.cc: Likewise.
* testsuite/19_diagnostics/error_code/operators/not_equal.cc:
Likewise.
* testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Likewise.
* testsuite/19_diagnostics/error_category/cons/default.cc: Likewise.
* testsuite/19_diagnostics/error_category/operators/equal.cc:
Likewise.
* testsuite/19_diagnostics/error_category/operators/not_equal.cc:
Likewise.
* testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc:
Likewise.
* testsuite/19_diagnostics/system_error/cons-1.cc: Likewise.
* testsuite/19_diagnostics/system_error/what-4.cc: Likewise.
* testsuite/19_diagnostics/headers/system_error/34538.cc: New.

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

16 years ago2007-12-27 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Thu, 27 Dec 2007 12:33:52 +0000 (12:33 +0000)]
2007-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/34594
* runtime/error.c: If there was a previous error, don't
mask it with another error mesage, EOF or EOR condition.

2007-12-27  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/34594
* gfortran.dg/direct_io_8.f90:  New test case.

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

16 years agolibgcc/
rsandifo [Thu, 27 Dec 2007 11:26:06 +0000 (11:26 +0000)]
libgcc/
* Makefile.in (all): Use install-leaf rather than install.
(install): Split most of the rule into...
(install-leaf): ...this new one.

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

16 years ago PR target/34281
jakub [Thu, 27 Dec 2007 08:31:54 +0000 (08:31 +0000)]
PR target/34281
* config/arm/arm.c (arm_setup_incoming_varargs): If last named
argument needs double word alignment and cum->nregs is odd, account
for the inserted padding.

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

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

16 years ago PR debug/34535
jakub [Thu, 27 Dec 2007 08:28:16 +0000 (08:28 +0000)]
PR debug/34535
* tree-mudflap.c (mf_make_builtin): Make decl artificial
and don't emit debug info for it.

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

16 years ago2007-12-26 Paolo Carlini <pcarlini@suse.de>
paolo [Thu, 27 Dec 2007 04:27:41 +0000 (04:27 +0000)]
2007-12-26  Paolo Carlini  <pcarlini@suse.de>

* testsuite/25_algorithms/copy/34595.C: Rename to 34595.cc.

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

16 years agoDaily bump.
gccadmin [Thu, 27 Dec 2007 00:17:31 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago * config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Move AT90USB82
aesok [Wed, 26 Dec 2007 22:02:14 +0000 (22:02 +0000)]
* config/avr/avr.h (LINK_SPEC, CRT_BINUTILS_SPECS): Move AT90USB82
and AT90USB162 devices from 'avr5' to 'avr35' architecture.
(ASM_SPEC): Add 'avr35' architecture.
* config/avr/avr.c (avr_mcu_types): Move AT90USB82 and AT90USB162
devices from 'avr5' to 'avr35' architecture.
(avr_arch_types): Add "avr23" entries.
(avr_arch): Add 'ARCH_AVR35'.
* config/avr/t-avr (MULTILIB_OPTIONS, MULTILIB_DIRNAMES): Add 'avr35'.
(MULTILIB_MATCHES): Move AT90USB82 and AT90USB162 devices from 'avr5'
to 'avr35' architecture.

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

16 years ago2007-12-26 Paolo Carlini <pcarlini@suse.de>
paolo [Wed, 26 Dec 2007 21:58:49 +0000 (21:58 +0000)]
2007-12-26  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/34595
* include/bits/stl_algobase.h (struct __cm_assign): Remove.
(struct __copy_move<true, false, _Category>,
struct __copy_move<true, false, random_access_iterator_tag>,
struct __copy_move_backward<true, false, _Category>,
struct __copy_move_backward<true, false, random_access_iterator_tag>):
Add.
(struct __copy_move, struct __copy_move_backward,
struct __copy_move<false, false, random_access_iterator_tag>,
struct __copy_move_backward<false, false, random_access_iterator_tag>):
Adjust.
* testsuite/25_algorithms/copy/34595.C: New.

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

16 years ago2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
spop [Wed, 26 Dec 2007 21:42:35 +0000 (21:42 +0000)]
2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>

* compareSumTests3: Changed to GPLv3.
* prepare_patch.sh: Same.
* uninclude: Same.
* dglib.pm: Same.
* gennews: Same.
* texi2pod.pl: Same.
* analyze_brprob: Same.
* gcc_build: Same.

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

16 years ago2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
spop [Wed, 26 Dec 2007 21:01:38 +0000 (21:01 +0000)]
2007-12-26  Sebastian Pop  <sebastian.pop@amd.com>

* patch_tester.sh: Changed to GPLv3.

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

16 years ago2007-12-26 Chris Fairles <chris.fairles@gmail.com>
paolo [Wed, 26 Dec 2007 15:23:49 +0000 (15:23 +0000)]
2007-12-26  Chris Fairles  <chris.fairles@gmail.com>
    Paolo Carlini  <pcarlini@suse.de>

* include/std/tuple: New.
* include/tr1/tuple: New, adjust from tr1_impl/tuple code.
* include/tr1_impl/tuple: Remove.
* include/Makefile.am: Update.
* include/Makefile.in: Regenerate.

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

16 years ago2007-12-25 Daniel Franke <franke.daniel@gmail.com>
dfranke [Wed, 26 Dec 2007 06:36:46 +0000 (06:36 +0000)]
2007-12-25  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/34532
* gfortran.texi: Fixed section about implicit conversion of logical
and integer variables.

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

16 years ago Fix change log, missing PR reference.
jvdelisle [Wed, 26 Dec 2007 03:43:00 +0000 (03:43 +0000)]
Fix change log, missing PR reference.

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

16 years ago2007-12-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Wed, 26 Dec 2007 03:41:06 +0000 (03:41 +0000)]
2007-12-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/34560
* gfortran.dg/read_eof_5.f90: New test.

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

16 years ago2007-12-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Wed, 26 Dec 2007 03:37:01 +0000 (03:37 +0000)]
2007-12-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* io/transfer.c (read_sf): Check if readlen was less than the requested
number of bytes to read and if so, generate error.

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

16 years agoDaily bump.
gccadmin [Wed, 26 Dec 2007 00:17:30 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago2007-12-25 Paolo Carlini <pcarlini@suse.de>
paolo [Tue, 25 Dec 2007 13:49:54 +0000 (13:49 +0000)]
2007-12-25  Paolo Carlini  <pcarlini@suse.de>

* include/tr1_impl/hashtable_policy.h (__lower_bound): Add.
(_Prime_rehash_policy::_M_next_bkt, _M_bkt_for_elements,
_M_need_rehash): Use __lower_bound.
* include/std/unordered_map: Do not include the whole <algorithm>,
include <bits/stl_algobase.h>.
* include/std/unordered_set: Likewise.
* include/tr1/unordered_map: Likewise.
* include/tr1/unordered_set: Likewise.

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

16 years ago2007-12-25 Tobias Burnus <burnus@net-b.de>
burnus [Tue, 25 Dec 2007 12:05:23 +0000 (12:05 +0000)]
2007-12-25  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34514
        * decl.c (attr_decl1): Reject specifying the DIMENSION for
        already initialized variable.
        (do_parm): Reject PARAMETER for already initialized variable.

2007-12-25  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34514
        * gfortran.dg/initialization_17.f90: New.

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

16 years agogcc/fortran:
dfranke [Tue, 25 Dec 2007 10:41:44 +0000 (10:41 +0000)]
gcc/fortran:
2007-12-25  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/34533
* intrinsic.h (gfc_check_etime): Renamed to ...
(gfc_check_dtime_etime): ... this.
(gfc_check_etime_sub): Renamed to ...
(gfc_check_dtime_etime_sub): ... this.
(gfc_resolve_dtime_sub): New prototype.
* check.c (gfc_check_etime): Renamed to ...
(gfc_check_dtime_etime): ... this.
(gfc_check_etime_sub): Renamed to ...
(gfc_check_dtime_etime_sub): ... this.
* iresolve.c (gfc_resolve_dtime_sub): New implementation.
* intrinsic.c (add_functions): Removed alias from ETIME to DTIME,
added stand-alone intrinsic DTIME.
(add_subroutines): Adjusted check and resolve function names for
DTIME and ETIME.
* trans-intrinsic.c (gfc_conv_intrinsic_function): Added DTIME
to known functions in switch.
* intrinsic.texi (DTIME): Added paragraph about thread-safety,
fixed return value section.
(CPU_TIME): Clarified intent and added implementation notes.

libgfortran:
2007-12-25  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/34533
* intrinsics/cpu_time.c: Moved code commonly usable for CPU_TIME,
DTIME and ETIME to ...
* intrinsics/time_1.h: ... here.
* intrinsics/dtime.c: New file.
* intrinsics/etime.c: Newly implemented using the common
time-aquisition function from time_1.h.
* gfortran.map (_gfortran_dtime, _gfortran_dtime_sub): New.
* Makefile.am: Added new file.
* Makefile.in: Regenerated.
* configure: Regenerated.

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

16 years ago2007-12-25 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Tue, 25 Dec 2007 10:12:41 +0000 (10:12 +0000)]
2007-12-25  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/34566
* m4/matmull.m4:  Multiply xstride and ystride by correct kind.
* generated/matmul_l4.c:  Regenerated.
* generated/matmul_l8.c:  Regenerated.
* generated/matmul_l16.c:  Regenerated.

2007-12-25  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/34566
* gfortran.dg/matmul_6.f90:  New test.

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

16 years agoDaily bump.
gccadmin [Tue, 25 Dec 2007 00:17:30 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago * objs-gcc.sh: Revert previous change.
geoffk [Mon, 24 Dec 2007 23:18:57 +0000 (23:18 +0000)]
* objs-gcc.sh: Revert previous change.

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

16 years ago2007-12-24 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 24 Dec 2007 16:25:49 +0000 (16:25 +0000)]
2007-12-24  Paolo Carlini  <pcarlini@suse.de>

* testsuite/20_util/tuple/cons/big_tuples.cc: New.
* testsuite/20_util/tuple/cons/constructor.cc: Likewise.
* testsuite/20_util/tuple/cons/assignment.cc: Likewise.
* testsuite/20_util/tuple/tuple_element.cc: Likewise.
* testsuite/20_util/tuple/tuple_size.cc: Likewise.
* testsuite/20_util/tuple/comparison_operators/comparisons.cc:
Likewise.
* testsuite/20_util/tuple/element_access/get.cc: Likewise.
* testsuite/20_util/tuple/creation_functions/23978.cc: Likewise.
* testsuite/20_util/tuple/creation_functions/tie.cc: Likewise.
* testsuite/20_util/tuple/creation_functions/make_tuple.cc: Likewise.

* testsuite/20_util/tuple/requirements/explicit_instantiation.cc:
Fix header file and namespace.

* testsuite/tr1/6_containers/tuple/cons/big_tuples.cc: Minor tweaks.
* testsuite/tr1/6_containers/tuple/cons/constructor.cc: Likewise.
* testsuite/tr1/6_containers/tuple/cons/assignment.cc: Likewise.
* testsuite/tr1/6_containers/tuple/tuple_element.cc: Likewise.
* testsuite/tr1/6_containers/tuple/tuple_size.cc: Likewise.
* testsuite/tr1/6_containers/tuple/comparison_operators/
comparisons.cc: Likewise.
* testsuite/tr1/6_containers/tuple/element_access/get.cc: Likewise.
* testsuite/tr1/6_containers/tuple/creation_functions/tie.cc: Likewise.
* testsuite/tr1/6_containers/tuple/creation_functions/make_tuple.cc:
Likewise.

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

16 years ago2007-12-24 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Mon, 24 Dec 2007 15:08:16 +0000 (15:08 +0000)]
2007-12-24  Jonathan Wakely  <jwakely.gcc@gmail.com>

* testsuite/tr1/2_general_utilities/shared_ptr/thread/
default_weaktoshared.cc: Use static_cast not reinterpret_cast.
* testsuite/tr1/2_general_utilities/shared_ptr/thread/
mutex_weaktoshared.cc: Likewise.

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

16 years ago2007-12-24 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 24 Dec 2007 14:32:21 +0000 (14:32 +0000)]
2007-12-24  Paolo Carlini  <pcarlini@suse.de>

* include/tr1_impl/hashtable_policy.h (_Prime_rehash_policy::
_M_next_bkt, _M_bkt_for_elements, _M_need_rehash): Use __builtin_ceil.
* include/std/unordered_map: Do not include <cmath>; prefer
<bits/stringfwd.h> to <string>.
* include/std/unordered_set: Likewise.
* include/tr1/unordered_map: Likewise.
* include/tr1/unordered_set: Likewise.

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

16 years ago2007-12-24 Paolo Carlini <pcarlini@suse.de>
paolo [Mon, 24 Dec 2007 12:42:16 +0000 (12:42 +0000)]
2007-12-24  Paolo Carlini  <pcarlini@suse.de>

* include/std/complex (complex<float>::complex(float, float)):
Uglify parameters.

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

16 years agoDaily bump.
gccadmin [Mon, 24 Dec 2007 00:17:27 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago * objs-gcc.sh: Set up the GDB testsuite even if the gdb installed
geoffk [Sun, 23 Dec 2007 23:50:32 +0000 (23:50 +0000)]
* objs-gcc.sh: Set up the GDB testsuite even if the gdb installed
is just called 'gdb'.

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

16 years ago2007-12-23 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 23 Dec 2007 18:17:08 +0000 (18:17 +0000)]
2007-12-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34421
        * resolve.c (resolve_entries): Add standard error for functions
        returning characters with different length.

2007-12-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34421
        * gfortran.dg/entry_17.f90: New.

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

16 years agogcc/fortran:
dfranke [Sun, 23 Dec 2007 17:34:45 +0000 (17:34 +0000)]
gcc/fortran:
2007-12-23  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/34536
* matchexp.c (match_ext_mult_operand): Print warning for unary
operators following arithmetic ones by default.
(match_ext_add_operand): Likewise.

gcc/testsuite:
2007-12-23  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/34536
* gfortran.dg/integer_exponentiation_2.f90: Fixed testcase.
* gfortran.dg/real_const_3.f90: Likewise.
* gfortran.dg/unary_operator.f90: New test.

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

16 years ago * btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
geoffk [Sun, 23 Dec 2007 02:32:15 +0000 (02:32 +0000)]
* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.

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

16 years ago * GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
geoffk [Sun, 23 Dec 2007 00:57:19 +0000 (00:57 +0000)]
* GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
which it now is, rather than XHTML, which it never was.
(<head>): Mark as UTF-8.  Add title.  Move CSS to top of
document, specify type.  Mark script as 'defer'.
(updateContents): If loaded from HTTP, look for status in same
place as widget.
(gotContents): Use DOM methods to change text rather than innerHTML.
(<body>): Eliminate unnecessary DIV element.
* GCC_Regression_Tester.wdgt/Info.plist: Update version, copyright
notice.

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

16 years agoDaily bump.
gccadmin [Sun, 23 Dec 2007 00:17:49 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago * trans.c (call_to_gnu): Make the temporary for non-addressable
ebotcazou [Sat, 22 Dec 2007 23:05:57 +0000 (23:05 +0000)]
* trans.c (call_to_gnu): Make the temporary for non-addressable
In parameters passed by reference.
(addressable_p): Return true for STRING_CST and CALL_EXPR.

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

16 years agogcc/fortran:
dfranke [Sat, 22 Dec 2007 22:18:28 +0000 (22:18 +0000)]
gcc/fortran:
2007-12-22  Daniel Franke  <franke.daniel@gmail.com>

        PR fortran/34559
        * simplify.c (gfc_simplify_repeat): Added safeguard for empty string
        literals.

gcc/testsuite:
2007-12-22  Daniel Franke  <franke.daniel@gmail.com>

PR fortran/34559
* gfortran.dg/repeat_6.f90: New test.

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

16 years ago2007-12-22 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sat, 22 Dec 2007 17:43:54 +0000 (17:43 +0000)]
2007-12-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/34549
* check.c (gfc_check_cshift):  Add check that shift is
type INTEGER.

2007-12-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/34549
* cshift_shift_real_1.f90:  New test.

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

16 years ago2007-12-22 David Daney <ddaney@avtrex.com>
daney [Sat, 22 Dec 2007 15:48:46 +0000 (15:48 +0000)]
2007-12-22  David Daney  <ddaney@avtrex.com>

* doc/install.texi (disable-libgcj-bc): Document new option.

2007-12-22  David Daney  <ddaney@avtrex.com>

* scripts/makemake.tcl (emit_bc_rule): Use $(LIBGCJ_BC_FLAGS)
instead of -findirect-dispatch -fno-indirect-classes.
* configure.ac (libgcj-bc): New AC_ARG_ENABLE.
(SUPPRESS_LIBGCJ_BC): New AM_CONDITIONAL.
* Makefile.am (LIBGCJ_BC_FLAGS): New variable.
* Makefile.in: Regenerate.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* configure: Same.
* gcj/Makefile.in: Same.
* sources.am: Same.

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

16 years ago2007-12-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 22 Dec 2007 01:59:56 +0000 (01:59 +0000)]
2007-12-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/34540
* gfortran.dg/shift-kind_2.f90: New test.

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

16 years ago2007-12-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 22 Dec 2007 01:57:07 +0000 (01:57 +0000)]
2007-12-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/34540
* iresolve.c (gfc_resolve_cshift): Take optional dim path
only if the argument is an optional itself.
* iresolve.c (gfc_resolve_eoshift): Same.

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

16 years ago * pa.c (hppa_legitimize_address): Use INT14_OK_STRICT in mask selection.
danglin [Sat, 22 Dec 2007 00:17:43 +0000 (00:17 +0000)]
* pa.c (hppa_legitimize_address): Use INT14_OK_STRICT in mask selection.

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

16 years agoDaily bump.
gccadmin [Sat, 22 Dec 2007 00:17:41 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago PR target/34525
danglin [Fri, 21 Dec 2007 23:37:07 +0000 (23:37 +0000)]
PR target/34525
* pa.c (legitimize_pic_address): Emit insn to load function label
forced to memory.

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

16 years ago2007-12-13 Andrew Pinski <pinskia@gmail.com>
rask [Fri, 21 Dec 2007 21:53:23 +0000 (21:53 +0000)]
2007-12-13  Andrew Pinski  <pinskia@gmail.com>
Rask Ingemann Lambertsen  <rask@sygehus.dk>

PR target/8835
* config/mcore/mcore.c (mcore_function_value): Call promote_mode
instead of PROMOTE_MODE.

testsuite/
2007-12-13  Kazu Hirata  <kazu@codesourcery.com>

PR target/8835
* gcc.dg/pr8835-1.c: New.

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

16 years ago2007-12-21 Paul Thomas <pault@gcc.gnu.org>
pault [Fri, 21 Dec 2007 21:20:38 +0000 (21:20 +0000)]
2007-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34438
* trans-decl.c (gfc_finish_var_decl): Do not mark derived types
with default initializers as TREE_STATIC unless they are in the
main program scope.
(gfc_get_symbol_decl): Pass derived types with a default
initializer to gfc_defer_symbol_init.
(init_default_dt): Apply default initializer to a derived type.
(init_intent_out_dt): Call init_default_dt.
(gfc_trans_deferred_vars): Ditto.

* module.c (read_module): Check sym->module is there before
using it in a string comparison.

2007-12-21  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34438
* gfortran.dg/default_initialization_3.f90: New test.

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

16 years ago2007-12-21 Sebastian Pop <sebastian.pop@amd.com>
spop [Fri, 21 Dec 2007 19:12:32 +0000 (19:12 +0000)]
2007-12-21  Sebastian Pop  <sebastian.pop@amd.com>

* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Fix typo.

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

16 years ago2007-12-21 Sebastian Pop <sebastian.pop@amd.com>
spop [Fri, 21 Dec 2007 16:28:48 +0000 (16:28 +0000)]
2007-12-21  Sebastian Pop  <sebastian.pop@amd.com>

* tree-data-ref.c (signed_type_for_types): New.
(affine_fn_op): Use signed_type_for_types and signed_type_for instead
of long_integer_type_node.
(analyze_ziv_subscript): Same.
(analyze_siv_subscript_cst_affine): Same.
(analyze_miv_subscript): Same.
(omega_setup_subscript): Same.

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

16 years agogcc/testsuite/
rsandifo [Fri, 21 Dec 2007 10:15:14 +0000 (10:15 +0000)]
gcc/testsuite/
* gcc.target/mips/mips.exp (setup_mips_tests): Fix _MIPS_SIM
conditions.
(dg-mips-options): Treat -march=24k* as a 32-bit option.

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

16 years agogcc/
rsandifo [Fri, 21 Dec 2007 10:00:36 +0000 (10:00 +0000)]
gcc/
* config/mips/mips.c (mips_emit_loadgp): Replace gen_* calls with
separate gen_*_si and gen_*_di calls.  Pass pic_offset_table_rtx
as the first argument.
* config/mips/mips.md (loadgp_newabi, loadgp_absolute)
(loadgp_rtp): Rename to...
(loadgp_newabi_<mode>, loadgp_absolute<mode>, loadgp_rtp<mode>):
...these.  Add modes to all operands.  Add the target register
as an operand.  Combine loadgp_rtp<mode> with its splitter.

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

16 years ago * gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations
uros [Fri, 21 Dec 2007 07:51:33 +0000 (07:51 +0000)]
* gcc.dg/torture/builtin-modf-1.c: Pass "-funsafe-math-optimizations
-fsigned-zeros -fno-associative-math" on powerpc-*-darwin*.

--This line, and teose below, will be ignored--

M    testsuite/gcc.dg/torture/builtin-modf-1.c
M    testsuite/ChangeLog

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

16 years ago * gcc.dg/overload/arg[14].C: Remove expected errors.
jason [Fri, 21 Dec 2007 04:09:45 +0000 (04:09 +0000)]
    * gcc.dg/overload/arg[14].C: Remove expected errors.

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

16 years agoDaily bump.
gccadmin [Fri, 21 Dec 2007 00:17:55 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago * config/xtensa/xtensa.md (fix_return_addr): Remove.
bwilson [Thu, 20 Dec 2007 22:35:59 +0000 (22:35 +0000)]
* config/xtensa/xtensa.md (fix_return_addr): Remove.
* config/xtensa/xtensa-protos.h (xtensa_initialize_trampoline): New.
(xtensa_trampoline_template): New.
* config/xtensa/xtensa.c (MIN_FRAME_SIZE): Moved here from xtensa.h.
(xtensa_return_addr): Expand to standard Xtensa insns instead of
fix_return_addr.  Get high bits from a local label.
(xtensa_trampoline_template): New function with code moved from
TRAMPOLINE_TEMPLATE in xtensa.h.  Use L32R instead of CALL0 except
when using CONST16 or absolute-mode literals.
(xtensa_initialize_trampoline): New function with code moved from
INITIALIZE_TRAMPOLINE in xtensa.h.  Use different offsets depending
on which trampoline version is used.
* config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Add comment.
* config/xtensa/xtensa.h (TARGET_ABSOLUTE_LITERALS): Define.
(MIN_FRAME_SIZE): Moved to xtensa.c.
(TRAMPOLINE_TEMPLATE): Use xtensa_trampoline_template.
(TRAMPOLINE_SIZE): Two versions of the trampoline have different sizes.
(INITIALIZE_TRAMPOLINE): Use xtensa_initialize_trampoline.
* config/xtensa/ieee754-df.S (XCHAL_NO_MUL): Define.
(__muldf3): Use CALL12 instead of CALL0 to invoke .Lmul_mulsi3
helper when not using the CALL0 ABI.  Change .Lmul_mulsi3 to match.
* config/xtensa/lib1funcs.asm (__umulsidi3): Likewise.
* config/xtensa/ieee754-sf.S (__mulsf3): Likewise.

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

16 years ago PR c++/34111
jason [Thu, 20 Dec 2007 22:16:19 +0000 (22:16 +0000)]
    PR c++/34111
        * call.c (standard_conversion): Derived-to-base is considered a
        standard conversion.

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

16 years ago* lang.c (java_classify_record): Don't return
aoliva [Thu, 20 Dec 2007 17:18:10 +0000 (17:18 +0000)]
* lang.c (java_classify_record): Don't return
RECORD_IS_INTERFACE for now.

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