OSDN Git Service

pf3gnuchains/gcc-fork.git
16 years ago Revert last change.
hp [Sun, 6 Jan 2008 20:54:14 +0000 (20:54 +0000)]
Revert last change.

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

16 years ago2008-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 20:30:10 +0000 (20:30 +0000)]
2008-01-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34690
       * gfortran.dg/elemental_args_check_2.f90: Fix test case.

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

16 years ago PR c++/34152
jakub [Sun, 6 Jan 2008 20:25:57 +0000 (20:25 +0000)]
PR c++/34152
* libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Check
_GLIBCXX_HAVE_GETIPINFO instead of HAVE_GETIPINFO.

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

16 years ago2008-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 20:18:01 +0000 (20:18 +0000)]
2008-01-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34689
       * gfortran.dg/intent_out_4.f90: Fix test case.

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

16 years ago2008-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 19:36:44 +0000 (19:36 +0000)]
2008-01-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34689
       * interface.c (compare_actual_formal): Fix intent(out) check for
       function result variables.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34689
       * gfortran.dg/intent_out_4.f90: New.

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

16 years ago * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
uros [Sun, 6 Jan 2008 18:59:38 +0000 (18:59 +0000)]
    * config/i386/i386.c (ix86_emit_swsqrtsf): Use negative constants in
        order to use commutative addition instead of subtraction.

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

16 years ago2008-01-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 6 Jan 2008 18:34:14 +0000 (18:34 +0000)]
2008-01-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/34540
* gfortran.dg/optional_dim_3.f90: New test.

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

16 years ago2008-01-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 6 Jan 2008 18:19:06 +0000 (18:19 +0000)]
2008-01-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/34387
* trans-expr.c (gfc_conv_missing_dummy): Use a temporary to type convert
the dummy variable expression, test for NULL, and pass the variable
address to the called function.

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

16 years ago2007-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 18:17:14 +0000 (18:17 +0000)]
2007-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34658
        * match.c (gfc_match_common): Remove blank common in
        DATA BLOCK warning.
        * resolve.c (resolve_common_vars): New function.
        (resolve_common_blocks): Move checks to resolve_common_vars
        and invoke that function.
        (resolve_types): Call resolve_common_vars for blank commons.

2007-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34658
        * gfortran.dg/common_11.f90: New.
        * gfortran.dg/blockdata_1.f90: Update test case.
        * gfortran.dg/blockdata_2.f90: Update test case.

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

16 years ago2008-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 18:11:42 +0000 (18:11 +0000)]
2008-01-06  Tobias Burnus  <burnus@net-b.de>

        * gfortran.dg/equiv_constraint_9.f90: Fix typo.

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

16 years ago2008-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 18:07:52 +0000 (18:07 +0000)]
2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34655
        * resolve.c (resolve_equivalence_derived): Reject derived types
        * with
        default initialization if equivalenced with COMMON variable.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34655
        * gfortran.dg/equiv_constraint_9.f90: New.

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

16 years agoFix PR34263: Cleaning up latch blocks
revitale [Sun, 6 Jan 2008 15:24:10 +0000 (15:24 +0000)]
Fix PR34263: Cleaning up latch blocks

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

16 years ago2008-01-06 Andreas Tobler <a.tobler@schweiz.org>
andreast [Sun, 6 Jan 2008 12:17:03 +0000 (12:17 +0000)]
2008-01-06  Andreas Tobler  <a.tobler@schweiz.org>

* src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.

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

16 years ago2008-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 09:21:27 +0000 (09:21 +0000)]
2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34654
        * io.c (check_io_constraints): Disallow unformatted I/O for
        internal units.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34654
        * gfortran.dg/internal_io_unf.f90: New.

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

16 years ago2008-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 09:18:43 +0000 (09:18 +0000)]
2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34660
        * resolve.c (resolve_formal_arglist): Reject dummy procedure in
        ELEMENTAL functions.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34660
        * gfortran.dg/elemental_args_check_2.f90: New.

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

16 years ago2008-01-06 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 6 Jan 2008 09:07:47 +0000 (09:07 +0000)]
2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34662
        * interface.c (compare_actual_formal): Reject parameter
        actual to intent(out) dummy.

2008-01-06  Tobias Burnus  <burnus@net-b.de>

        PR fortran/34662
        * gfortran.dg/intent_out_3.f90: New.

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

16 years agoDaily bump.
gccadmin [Sun, 6 Jan 2008 00:17:27 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago2008-01-05 Andreas Tobler <a.tobler@schweiz.org>
andreast [Sat, 5 Jan 2008 20:49:41 +0000 (20:49 +0000)]
2008-01-05  Andreas Tobler  <a.tobler@schweiz.org>

PR testsuite/32843
* src/x86/ffi.c (ffi_prep_cif_machdep): Add code for
signed/unsigned int8/16 for X86_DARWIN.
Updated copyright info.
Handle one and two byte structs with special cif->flags.
* src/x86/ffitarget.h: Add special types for one and two byte structs.
Updated copyright info.
* src/x86/darwin.S (ffi_call_SYSV): Rewrite to use a jump table like
sysv.S
Remove code to pop args from the stack after call.
Special-case signed/unsigned for int8/16, one and two byte structs.
(ffi_closure_raw_SYSV): Handle FFI_TYPE_UINT8,
FFI_TYPE_SINT8, FFI_TYPE_UINT16, FFI_TYPE_SINT16, FFI_TYPE_UINT32,
FFI_TYPE_SINT32.
Updated copyright info.

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

16 years ago * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
uros [Sat, 5 Jan 2008 20:33:33 +0000 (20:33 +0000)]
    * config/i386/i386.c (ix86_builtin_reciprocal): Remove check
        for TARGET_RECIP.
        (ix86_emit_swsqrtsf): Do not filter out infinity for rsqrt expansion.

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

16 years agogcc/testsuite/
rsandifo [Sat, 5 Jan 2008 16:58:00 +0000 (16:58 +0000)]
gcc/testsuite/
* objc.dg/stabs-1.m: Allow labels to be begin with $L as well as .L.

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

16 years agogcc/
rsandifo [Sat, 5 Jan 2008 16:57:00 +0000 (16:57 +0000)]
gcc/
* c-omp.c (check_omp_for_incr_expr): Handle CONVERT_EXPR.

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

16 years agogcc/
rsandifo [Sat, 5 Jan 2008 16:47:50 +0000 (16:47 +0000)]
gcc/
* config/mips/mips.c (mips_in_small_data_p): Reinstate size > 0 check.

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

16 years ago2008-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 5 Jan 2008 16:12:00 +0000 (16:12 +0000)]
2008-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/34676
* gfortran.dg/list_read_8.f90: New test.

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

16 years ago2008-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 5 Jan 2008 16:00:40 +0000 (16:00 +0000)]
2008-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/34676
* io/list_read.c (next_char): Only save the EOF condition for later if
advance="no".

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

16 years ago PR tree-optimization/34618
jakub [Sat, 5 Jan 2008 12:06:54 +0000 (12:06 +0000)]
PR tree-optimization/34618
* tree-outof-ssa.c (create_temp): Copy over DECL_GIMPLE_REG_P
flag from T.

* testsuite/libmudflap.c/pass62-frag.c: New test.

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

16 years ago PR target/34673
uros [Sat, 5 Jan 2008 11:52:39 +0000 (11:52 +0000)]
    PR target/34673
        * config/i386/i386.c (ix86_emit_swsqrtsf): Swap input operands
        in the call to gen_rtx_NE.  Remove unneeded VECTOR_MODE_P check.
        Update copyright year.

        * config/i386/i386.md (rsqrtsf2): Enable for TARGET_SSE_MATH.
        Update copyright year.
        * config/i386/sse.md (rsqrtv4sf2): Ditto. Unconditionally expand
        using NR fixup.

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

16 years ago * tree-vrp.c (find_conditional_asserts): Remove redundant check that
uros [Sat, 5 Jan 2008 09:31:24 +0000 (09:31 +0000)]
    * tree-vrp.c (find_conditional_asserts): Remove redundant check that
        edge does not point to current bb before changing need_assert.

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

16 years agoDaily bump.
gccadmin [Sat, 5 Jan 2008 00:17:34 +0000 (00:17 +0000)]
Daily bump.

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

16 years ago2008-01-04 Andrew Haley <aph@redhat.com>
aph [Fri, 4 Jan 2008 17:18:56 +0000 (17:18 +0000)]
2008-01-04  Andrew Haley  <aph@redhat.com>

PR libgcj/34444
* java/lang/natClass.cc (Class::getEnclosingClass): Call
getDeclaringClass().

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

16 years ago2008-01-04 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 4 Jan 2008 15:56:41 +0000 (15:56 +0000)]
2008-01-04  Richard Guenther  <rguenther@suse.de>

PR middle-end/34029
* tree-cfg.c (verify_expr): Do not look inside ADDR_EXPRs
for verifying purposes if they are is_gimple_min_invariant.

* gcc.c-torture/compile/pr34029-1.c: New testcase.
* gcc.c-torture/compile/pr34029-2.c: Likewise.

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

16 years ago2008-01-04 Andrew Haley <aph@redhat.com>
aph [Fri, 4 Jan 2008 15:13:53 +0000 (15:13 +0000)]
2008-01-04  Andrew Haley  <aph@redhat.com>

        PR java/17779
        * jcf-parse.c (parse_zip_file_entries): Move decl to compile on
        C90.

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

16 years ago PR tree-optimization/34448
aldyh [Fri, 4 Jan 2008 14:49:28 +0000 (14:49 +0000)]
    PR tree-optimization/34448
        PR tree-optimization/34465
        * gimplify.c (gimplify_init_constructor): Add new parameter
        notify_temp_creation.  Use it.
        (gimplify_modify_expr_rhs): Take volatiles into account when
        optimizing constructors.
        Do not optimize constructors if gimplify_init_constructor will dump to
        memory.
        * gcc.dg/tree-ssa/pr32901.c: Tests const volatiles.
        * gcc.c-torture/compile/pr34448.c: New.

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

16 years ago PR gcov-profile/34609
jakub [Fri, 4 Jan 2008 13:58:30 +0000 (13:58 +0000)]
PR gcov-profile/34609
* tree-inline.c (declare_return_variable): Set TREE_ADDRESSABLE on
return_slot if result is TREE_ADDRESSABLE.

* g++.dg/gcov/gcov-6.C: New test.

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

16 years ago2008-01-04 Paolo Carlini <pcarlini@suse.de>
paolo [Fri, 4 Jan 2008 13:57:34 +0000 (13:57 +0000)]
2008-01-04  Paolo Carlini  <pcarlini@suse.de>
    Jakub Jelinek  <jakub@redhat.com>

PR c++/34611
* error.c (dump_template_argument): Deal with TREE_LIST.

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

16 years ago2008-01-04 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 4 Jan 2008 11:16:17 +0000 (11:16 +0000)]
2008-01-04  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/31081
* g++.dg/torture/pr31081-1.C: New testcase.
* g++.dg/torture/pr31081-2.C: Likewise.

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

16 years ago2008-01-03 Andrew Haley <aph@redhat.com>
aph [Fri, 4 Jan 2008 11:06:34 +0000 (11:06 +0000)]
2008-01-03  Andrew Haley  <aph@redhat.com>

        PR java/17779
        * jcf-parse.c (parse_zip_file_entries): Unset TYPE_ALIAS_SET if
        we're about to re-layout the type.

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

16 years agogcc/
rsandifo [Fri, 4 Jan 2008 10:26:41 +0000 (10:26 +0000)]
gcc/
* config/mips/mips.md (sqrt_condition): Tweak comment.
(recip_condition): Likewise.  Require TARGET_FLOAT64 for DFmode.

gcc/testsuite/
* gcc.target/mips/rsqrt-1.c: Require -mgp64.
* gcc.target/mips/rsqrt-2.c: Likewise.
* gcc.target/mips/rsqrt-4.c: New test.

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

16 years ago2008-01-04 Tobias Burnus <burnus@net-b.de>
burnus [Fri, 4 Jan 2008 09:11:26 +0000 (09:11 +0000)]
2008-01-04  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34557
       * primary.c (match_varspec): Gobble whitespace before
       checking for '('.

2008-01-04  Tobias Burnus  <burnus@net-b.de>

       PR fortran/34557
       * gfortran.dg/equiv_substr.f90: New.

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

16 years agoDaily bump.
gccadmin [Fri, 4 Jan 2008 00:18:33 +0000 (00:18 +0000)]
Daily bump.

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

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