OSDN Git Service

pf3gnuchains/gcc-fork.git
15 years agoDaily bump.
gccadmin [Sun, 30 Nov 2008 00:17:14 +0000 (00:17 +0000)]
Daily bump.

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

15 years ago PR target/29987
ebotcazou [Sat, 29 Nov 2008 22:04:25 +0000 (22:04 +0000)]
PR target/29987
* config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.

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

15 years ago * config/rs6000/rs6000.c (rs6000_emit_sync): Remove support for
dje [Sat, 29 Nov 2008 21:24:03 +0000 (21:24 +0000)]
    * config/rs6000/rs6000.c (rs6000_emit_sync): Remove support for
        operand wrapped in NOT.  Emit NAND as (ior (not X) (not Y)).
        (rs6000_split_atomic_op): Emit NAND as (ior (not X) (not Y)).
        * config/rs6000/sync.md (sync_nand<mode>): Represent NAND in RTL.
        Call rs6000_emit_sync with CODE=NOT and unmodified operands.
        Ignore sub-word case for now.
        (sync_nand<mode>_internal): Represent NAND in RTL.
        (sync_old_nand<mode): Same.
        (sync_old_name<mode>_internal): Same.
        (sync_new_nand<mode>): Same.
        (sync_new_nand<mode>_internal): Same.
        (sync_boolcshort_internal): Expect NAND.

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

15 years ago * trans-array.c (gfc_conv_array_parameter): Guard union access.
ebotcazou [Sat, 29 Nov 2008 19:53:01 +0000 (19:53 +0000)]
* trans-array.c (gfc_conv_array_parameter): Guard union access.

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

15 years ago * be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, id.po, ja.po,
jsm28 [Sat, 29 Nov 2008 17:39:29 +0000 (17:39 +0000)]
* be.po, ca.po, da.po, de.po, el.po, es.po, fr.po, id.po, ja.po,
nl.po, sv.po, tr.po, uk,po, vi.po, zh_CN.po, zh_TW.po: Update.

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

15 years ago * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po, ja.po,
jsm28 [Sat, 29 Nov 2008 17:37:36 +0000 (17:37 +0000)]
* be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, id.po, ja.po,
nl.po, ru.po, sr.po, sv.po, tr.po, zh_CN.po, zh_TW.po: Update.

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

15 years ago2008-11-29 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 29 Nov 2008 16:32:35 +0000 (16:32 +0000)]
2008-11-29  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/37843
* gcc.target/i386/pr37843-3.c: Make it nonpic targets only.

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

15 years ago * MAINTAINERS: Update my email address in WAA section.
davek [Sat, 29 Nov 2008 16:00:13 +0000 (16:00 +0000)]
* MAINTAINERS:  Update my email address in WAA section.

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

15 years ago2008-11-29 Janus Weil <janus@gcc.gnu.org>
janus [Sat, 29 Nov 2008 13:36:35 +0000 (13:36 +0000)]
2008-11-29  Janus Weil  <janus@gcc.gnu.org>
    Mikael Morin <mikael@gcc.gnu.org>

PR fortran/38289
PR fortran/38290
* decl.c (match_procedure_decl): Handle whitespaces.
* resolve.c (resolve_specific_s0): Bugfix in check for intrinsic
interface.

2008-11-29  Janus Weil  <janus@gcc.gnu.org>
    Tobias Burnus <burnus@gcc.gnu.org>

PR fortran/38289
PR fortran/38290
* gfortran.dg/proc_decl_1.f90: Extended test case.

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

15 years agolibcpp:
jsm28 [Sat, 29 Nov 2008 12:21:10 +0000 (12:21 +0000)]
libcpp:
* lex.c (cpp_token_len): Use 6 as default length.

gcc/testsuite:
* g++.dg/cpp/stringop-1.C: New test.

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

15 years ago PR ada/30827
ebotcazou [Sat, 29 Nov 2008 10:31:53 +0000 (10:31 +0000)]
PR ada/30827
* g-comver.adb (Ver_Len_Max): Fix inconsistency.

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

15 years ago2008-11-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Sat, 29 Nov 2008 03:05:18 +0000 (03:05 +0000)]
2008-11-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR testsuite/38311
        * ssp-2.c: Link with -Wl,-multiply_defined,suppress on darwin.

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

15 years ago [MAINTAINER]: Update e-mail address.
liqin [Sat, 29 Nov 2008 02:47:53 +0000 (02:47 +0000)]
 [MAINTAINER]: Update e-mail address.

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

15 years agoDaily bump.
gccadmin [Sat, 29 Nov 2008 00:16:39 +0000 (00:16 +0000)]
Daily bump.

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

15 years ago PR c++/38233
jason [Fri, 28 Nov 2008 23:35:37 +0000 (23:35 +0000)]
    PR c++/38233
        * init.c (perform_member_init): Fix value-initialization.
        (build_value_init_1): Add assert to catch cases that will break
        in the gimplifier.
        (build_default_init): Remove.
        * cp-tree.h: Remove its prototype.
        * pt.c (tsubst_expr) [DECL_EXPR]: Use build_value_init for
        value-initialization.

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

15 years ago PR c++/32519
jason [Fri, 28 Nov 2008 22:24:49 +0000 (22:24 +0000)]
    PR c++/32519
        * g++.dg/template/pr32519.C: New test.

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

15 years ago PR c++/38278
jason [Fri, 28 Nov 2008 21:23:38 +0000 (21:23 +0000)]
    PR c++/38278
        * parser.c (cp_parser_class_name): Only call
        maybe_note_name_used_in_class if we actually found a class name.

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

15 years ago2008-11-28 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 28 Nov 2008 16:30:56 +0000 (16:30 +0000)]
2008-11-28  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/37843
* gcc.target/i386/pr37843-1.c: Make it nonpic targets only.
* gcc.target/i386/pr37843-2.c: Likewise.

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

15 years ago2008-11-28 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 28 Nov 2008 11:30:45 +0000 (11:30 +0000)]
2008-11-28  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/37955
PR tree-optimization/37742
* tree-vect-transform.c (vectorizable_store): Remove assert for
compatible aliases.
(vectorizable_load): Likewise.

* gcc.c-torture/compile/pr37955.c: New testcase.
* gcc.c-torture/compile/pr37742-3.c: Likewise.

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

15 years ago PR testsuite/38261
jakub [Fri, 28 Nov 2008 10:11:18 +0000 (10:11 +0000)]
PR testsuite/38261
* gcc.dg/tree-ssa/alias-2.c: Only compile on nonpic targets.
* gcc.dg/torture/ipa-pta-1.c: Likewise.

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

15 years agoDaily bump.
gccadmin [Fri, 28 Nov 2008 00:16:49 +0000 (00:16 +0000)]
Daily bump.

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

15 years ago * mkindex.pl: New.
geoffk [Thu, 27 Nov 2008 23:37:51 +0000 (23:37 +0000)]
* mkindex.pl: New.

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

15 years ago * gcc-interface/decl.c: Fix various nits.
ebotcazou [Thu, 27 Nov 2008 20:56:22 +0000 (20:56 +0000)]
* gcc-interface/decl.c: Fix various nits.

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

15 years ago2008-11-27 Toon Moene <toon@moene.org>
toon [Thu, 27 Nov 2008 20:03:08 +0000 (20:03 +0000)]
2008-11-27  Toon Moene <toon@moene.org>

* MAINTAINERS: Change e-mail address.

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

15 years ago2008-11-27 Tristan Gingold <gingold@adacore.com>
jsm28 [Thu, 27 Nov 2008 16:52:32 +0000 (16:52 +0000)]
2008-11-27  Tristan Gingold  <gingold@adacore.com>

* configure.ac: Build gdb for i?86-*-darwin*
* configure: Regenerated.

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

15 years ago2008-11-27 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 27 Nov 2008 09:45:56 +0000 (09:45 +0000)]
2008-11-27  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (intra_create_variable_infos): Make
a constraint for the static chain parameter.

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

15 years agoFix error in last change.
bernds [Thu, 27 Nov 2008 09:14:59 +0000 (09:14 +0000)]
Fix error in last change.

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

15 years ago * config/bfin/bfin.opt (micplb): New option.
bernds [Thu, 27 Nov 2008 09:11:50 +0000 (09:11 +0000)]
* config/bfin/bfin.opt (micplb): New option.
* config/bfin/linux.h (SUBTARGET_DRIVER_SELF_SPECS): Set it.
* config/bfin/bfin-protos.h (WA_INDIRECT_CALLS,
ENABLE_WA_INDIRECT_CALLS): New macros.
* config/bfin/bfin.c (bfin_cpus): Add WA_INDIRECT_CALLS to
all 54x CPUs.
(indirect_call_p): New function.
(workaround_speculation): Handle anomaly 05-00-0426 when
ENABLE_WA_INDIRECT_CALLS is true.
* config/bfin/bfin.h (TARGET_CPU_CPP_BUILTINS): Define
__WORKAROUND_INDIRECT_CALLS if ENABLE_WA_INDIRECT_CALLS.
* doc/invoke.texi (Blackfin Options): Document -micplb.

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

15 years ago* config/m32c/mov.md ("extendhipsi2"): New.
dj [Thu, 27 Nov 2008 03:08:55 +0000 (03:08 +0000)]
* config/m32c/mov.md ("extendhipsi2"): New.

* config/m32c/bitops.md (bset_qi): Add memsym_operand predicate.

* config/m32c/bitops.md (andhi3_24, iorhi3_24): Don't prefer HL class.
* config/m32c/mov.md (zero_extendqihi2): Likewise.

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

15 years agoDaily bump.
gccadmin [Thu, 27 Nov 2008 00:17:08 +0000 (00:17 +0000)]
Daily bump.

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

15 years ago PR testsuite/28870
janis [Wed, 26 Nov 2008 22:15:07 +0000 (22:15 +0000)]
PR testsuite/28870
* lib/objc.exp (objc_target_compile): Fix typo from previous change.
* lib/gnat.exp (gnat_target_compile): Fix typo from previous change.

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

15 years ago * config/mips/mips.md (clear_hazard): Rename to
nemet [Wed, 26 Nov 2008 22:14:50 +0000 (22:14 +0000)]
* config/mips/mips.md (clear_hazard): Rename to
clear_hazard_<mode>.  Use mode-specific addition.
(clear_cache): Rename gen_clear_hazard to gen_clear_hazard_si
or gen_clear_hazard_di depending on the size of Pmode.

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

15 years ago* configure.ac: Test m32c-elf-gas for .loc.
dj [Wed, 26 Nov 2008 21:03:06 +0000 (21:03 +0000)]
* configure.ac: Test m32c-elf-gas for .loc.
* configure: Likewise.

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

15 years agogcc/
janis [Wed, 26 Nov 2008 18:51:07 +0000 (18:51 +0000)]
gcc/
PR testsuite/28870
* doc/sourcebuild.texi (Test Directives): Add dg-timeout and
dg-timeout-factor.

gcc/testsuite/
PR testsuite/28870
* lib/timeout.exp: New.
* lib/timeout-dg.exp: New.
* lib/gcc-dg.exp: Include new timeout library files.
(dg-test): Unset timeout variables.
* lib/gcc.exp (gcc_target_compile): Set timeout value from new proc.
* lib/g++.exp (g++_target_compile): Ditto.
* lib/gfortran.exp (gfortran_target_compile): Ditto.
* lib/objc.exp (objc_target_compile): Ditto.
* lib/obj-c++.exp (obj-c++_target_compile): Ditto.
* lib/obj-c++.exp (obj-c++_target_compile): Ditto.
* lib/gnat.exp (gnat_target_compile): Ditto.

libstdc++-v3/
PR testsuite/28870
* testsuite/lib/libstdc++.exp: Include new timeout library files.
(libstdc++_init): Define tool_timeout.
(dg-test): Override DejaGnu proc.
(v3_target_compile): Set timeout value from new proc.
(v3_target_compile_as_c): Ditto.

libmudflap/
PR testsuite/28870
* testsuite/lib/mfdg.exp (dg-test): Use new timeout support.
(dg-timeout): Remove.
(standard-wait): Remove.
* testsuite/lib/libmudflap.exp: Include new timeout library files.
(libmudflap_target_compile): Set timeout value from new proc.

libgomp/
PR testsuite/28870
* testsuite/lib/libgomp.exp: Include new timeout library files.
(libgomp_target_compile): Set timeout value from new proc.

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

15 years ago * config/i386/sync.md (memory_barrier_nosse): Disable also for
uros [Wed, 26 Nov 2008 16:49:20 +0000 (16:49 +0000)]
* config/i386/sync.md (memory_barrier_nosse): Disable also for
TARGET_64BIT.  Remove special asm template for TARGET_64BIT case.
(memory_barrier): Do not generate memory_barrier_nosse instruction
for TARGET_64BIT.
* config/i386/sse.md (*sse2_mfence): Also enable for TARGET_64BIT.

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

15 years ago2008-11-26 H.J. Lu <hongjiu.lu@intel.com>
hjl [Wed, 26 Nov 2008 14:52:12 +0000 (14:52 +0000)]
2008-11-26  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/37843
* gcc.target/i386/pr37843-1.c: Make it Linux only.
* gcc.target/i386/pr37843-2.c: Likewise.

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

15 years ago * config/soft-fp/floatuntisf.c (__floatuntisf): Correct
uros [Wed, 26 Nov 2008 12:32:43 +0000 (12:32 +0000)]
    * config/soft-fp/floatuntisf.c (__floatuntisf): Correct
        function name from __floatundisf.
        * config/soft-fp/fixdfti.c (__fixdfti): Correct argument type to
        DFtype.

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

15 years ago2008-11-26 Kai Tietz <kai.tietz@onevision.com>
ktietz [Wed, 26 Nov 2008 10:25:38 +0000 (10:25 +0000)]
2008-11-26  Kai Tietz  <kai.tietz@onevision.com>

        PR/38227
        * calls.c (expand_call): Pass to REG_PARM_STACK_SPACE
        the type of the function, when there is no FUNCTION_DECL available.
        OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available.
        (compute_argument_block_size): Add fntype argument.
        OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available.
        (emit_library_call_value_1): Likewise.
        OUTGOING_REG_PARM_STACK_SPACE pass fntype, when no fndecl is available.
        * config/i386/i386.c (ix86_reg_parm_stack_space): Handle function types.
        * doc/tm.texi (REG_PARM_STACK_SPACE): Adjust documentation.

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

15 years ago2008-11-26 Kai Tietz <kai.tietz@onevision.com>
ktietz [Wed, 26 Nov 2008 10:22:24 +0000 (10:22 +0000)]
2008-11-26  Kai Tietz  <kai.tietz@onevision.com>

        * gcc.dg/callabi/func-indirect.c: New.

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

15 years ago2008-11-25 Daniel Berlin <dberlin@dberlin.org>
rguenth [Wed, 26 Nov 2008 09:46:23 +0000 (09:46 +0000)]
2008-11-25  Daniel Berlin  <dberlin@dberlin.org>
Richard Guenther  <rguenther@suse.de>

PR tree-optimization/37869
* tree-ssa-structalias.c (struct constraint_graph): Remove
pt_used and number_incoming members.
(build_pred_graph): Do not allocate them.
(condense_visit): Do not use them.
(label_visit): Likewise.
(free_var_substitution_info): Do not free them.

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

15 years ago PR c++/28743
jason [Wed, 26 Nov 2008 03:51:40 +0000 (03:51 +0000)]
    PR c++/28743
        * decl2.c (check_classfn): Error rather than abort on parameter
        list mismatch.

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

15 years agoDaily bump.
gccadmin [Wed, 26 Nov 2008 00:17:05 +0000 (00:17 +0000)]
Daily bump.

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

15 years ago2008-11-25 Vladimir Makarov <vmakarov@redhat.com>
vmakarov [Tue, 25 Nov 2008 22:52:37 +0000 (22:52 +0000)]
2008-11-25  Vladimir Makarov  <vmakarov@redhat.com>

* doc/invoke.texi (ira-max-loops-num): Change semantics.

* ira-int.h (struct ira_loop_tree_node): New member to_remove_p.

* ira-color.c (allocno_spill_priority): New function.
(remove_allocno_from_bucket_and_push, push_allocno_to_spill):
Print more info about the spilled allocno.
(push_allocnos_to_stack): Use allocno_spill_priority.  Add more
checks on bad spill.

* ira-build.c (loop_node_to_be_removed_p): Remove.
(loop_compare_func, mark_loops_for_removal): New functions.
(remove_uneccesary_loop_nodes_from_loop_t): Use member
to_remove_p.
(remove_unnecessary_allocnos): Call mark_loops_for_removal.

* ira.c (ira): Don't change flag_ira_algorithm.

* params.def (ira-max-loops-num): Change the value.

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

15 years ago * config/m68k/m68k.md (extendsidi2, extendsidi2_mem): Merge, clean up.
mkuvyrkov [Tue, 25 Nov 2008 22:08:13 +0000 (22:08 +0000)]
* config/m68k/m68k.md (extendsidi2, extendsidi2_mem): Merge, clean up.
Disable unsupported alternative for ColdFire,
add new alternative that ColdFire can handle.

* gcc.c-torture/compile/20080929-1.c: New.

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

15 years ago * regrename.c (merge_overlapping_regs): Add registers artificially
ebotcazou [Tue, 25 Nov 2008 21:25:52 +0000 (21:25 +0000)]
* regrename.c (merge_overlapping_regs): Add registers artificially
defined at the top of the basic block to the set of live ones just
before the first insn.

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

15 years ago * gfortran.dg/default_format_denormal_1.f90: Fix xfail for darwin.
janis [Tue, 25 Nov 2008 18:13:33 +0000 (18:13 +0000)]
* gfortran.dg/default_format_denormal_1.f90: Fix xfail for darwin.

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

15 years agogcc/
hjl [Tue, 25 Nov 2008 15:33:27 +0000 (15:33 +0000)]
gcc/

2008-11-25  H.J. Lu  <hongjiu.lu@intel.com>
    Joey Ye  <joey.ye@intel.com>

PR middle-end/37843
* config/i386/i386.c (ix86_function_ok_for_sibcall): Return
false if we need to align the outgoing stack.
(ix86_update_stack_boundary): Check parm_stack_boundary.

gcc/testsuite/

2008-11-25  H.J. Lu  <hongjiu.lu@intel.com>

PR middle-end/37843
* gcc.target/i386/align-main-3.c: New.
* gcc.target/i386/pr37843-1.c: Likewise.
* gcc.target/i386/pr37843-2.c: Likewise.
* gcc.target/i386/pr37843-3.c: Likewise.

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

15 years ago2008-11-25 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 25 Nov 2008 15:01:41 +0000 (15:01 +0000)]
2008-11-25  H.J. Lu  <hongjiu.lu@intel.com>

* module.c (gfc_dump_module): Report error on unlink only if
errno != ENOENT.

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

15 years ago2008-11-25 Mikael Morin <mikael.morin@tele2.fr>
mikael [Tue, 25 Nov 2008 13:27:26 +0000 (13:27 +0000)]
2008-11-25  Mikael Morin  <mikael.morin@tele2.fr>

PR fortran/36463
* expr.c (replace_symbol): Don't replace the symtree
if the expresion is an intrinsic function. Don't create
non-existent symtrees.  Use symbol's name instead of symtree's,
different in case of module procedure dummy arguments.

2008-11-25  Mikael Morin  <mikael.morin@tele2.fr>

PR fortran/36463
* gfortran.dg/proc_decl_20.f90: New test.

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

15 years ago2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
burnus [Tue, 25 Nov 2008 12:51:44 +0000 (12:51 +0000)]
2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>

        PR fortran/38248
        * module.c (gfc_dump_module): Check rename/unlink syscalls errors.

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

15 years ago2008-11-25 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 25 Nov 2008 10:34:11 +0000 (10:34 +0000)]
2008-11-25  Richard Guenther  <rguenther@suse.de>

PR middle-end/38151
PR middle-end/38236
* tree-ssa-alias.c (struct alias_info): Remove written_vars.
Remove dereferenced_ptrs_store and dereferenced_ptrs_load
in favor of dereferenced_ptrs.
(init_alias_info): Adjust.
(delete_alias_info): Likewise.
(compute_flow_insensitive_aliasing): Properly
include all aliased variables.
(update_alias_info_1): Use dereferenced_ptrs.
(setup_pointers_and_addressables): Likewise.
(get_smt_for): Honor ref-all pointers and pointers with known alias
set properly.
* config/i386/i386.c (ix86_gimplify_va_arg): Use ref-all pointers.

* gcc.c-torture/execute/pr38151.c: New testcase.
* gcc.c-torture/execute/pr38236.c: Likewise.

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

15 years ago PR fortran/37319
ebotcazou [Tue, 25 Nov 2008 08:39:39 +0000 (08:39 +0000)]
PR fortran/37319
* parse.c (match_deferred_characteristics): Make sure 'name' is
initialized before reading it.

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

15 years ago2008-11-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 25 Nov 2008 05:55:55 +0000 (05:55 +0000)]
2008-11-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/37803
* arith.c (gfc_check_real_range): Add mpfr_check_range.
* simplify.c (gfc_simplify_nearest): Add mpfr_check_range.

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

15 years ago * g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.
danglin [Tue, 25 Nov 2008 01:31:06 +0000 (01:31 +0000)]
* g++.dg/eh/weak1.C: Don't xfail hppa*64*-*-*.

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

15 years ago * ChangeLog: Wix wrong PR number in my previous commit.
uros [Tue, 25 Nov 2008 00:18:38 +0000 (00:18 +0000)]
* ChangeLog: Wix wrong PR number in my previous commit.

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

15 years agoDaily bump.
gccadmin [Tue, 25 Nov 2008 00:17:08 +0000 (00:17 +0000)]
Daily bump.

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

15 years ago PR target/38256
uros [Tue, 25 Nov 2008 00:12:15 +0000 (00:12 +0000)]
PR target/38256
* config/i386/sync.md (memory_barrier_nosse): New insn
(memory_barrier): Generate memory_barrier_nosse insn for !TARGET_SSE2.

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

15 years ago * config/m68k/m68k.md (cmpdi): Use (scratch) instead of pseudo.
mkuvyrkov [Mon, 24 Nov 2008 22:18:30 +0000 (22:18 +0000)]
* config/m68k/m68k.md (cmpdi): Use (scratch) instead of pseudo.

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

15 years agogcc/
rsandifo [Mon, 24 Nov 2008 20:39:05 +0000 (20:39 +0000)]
gcc/
* config/mips/mips.h (ASM_OUTPUT_DEBUG_LABEL): Define.

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

15 years ago* gcc.c-torture/execute/pr36321.c: Don't rely on argv[0] being set.
dj [Mon, 24 Nov 2008 19:14:07 +0000 (19:14 +0000)]
* gcc.c-torture/execute/pr36321.c: Don't rely on argv[0] being set.

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

15 years ago2008-11-24 Mikael Morin <mikael.morin@tele2.fr>
mikael [Mon, 24 Nov 2008 19:04:34 +0000 (19:04 +0000)]
2008-11-24  Mikael Morin  <mikael.morin@tele2.fr>

PR fortran/38184
* simplify.c (is_constant_array_expr): Return true instead of false
if the array constructor is empty.

2008-11-24  Mikael Morin  <mikael.morin@tele2.fr>

PR fortran/38184
* gfortran.dg/reshape_empty_1.f03: New test.

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

15 years ago2008-11-24 Jack Howarth <howarth@bromo.med.uc.edu>
janis [Mon, 24 Nov 2008 18:11:12 +0000 (18:11 +0000)]
2008-11-24  Jack Howarth  <howarth@bromo.med.uc.edu>

PR testsuite/38241
* g++.old-deja/g++.pt/const2.C: Prune output for Darwin.

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

15 years ago2008-11-24 Jack Howarth <howarth@bromo.med.uc.edu>
janis [Mon, 24 Nov 2008 18:05:50 +0000 (18:05 +0000)]
2008-11-24  Jack Howarth  <howarth@bromo.med.uc.edu>

PR testsuite/38076
* g++.dg/other/anon5.C: Skip on Darwin.

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

15 years ago2008-11-24 Jack Howarth <howarth@bromo.med.uc.edu>
janis [Mon, 24 Nov 2008 18:00:50 +0000 (18:00 +0000)]
2008-11-24  Jack Howarth  <howarth@bromo.med.uc.edu>

* gfortran.dg/default_format_denormal_1.f90: XFAIL on darwin8
and darwin9 subversions.

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

15 years ago PR target/35018
mkuvyrkov [Mon, 24 Nov 2008 17:55:35 +0000 (17:55 +0000)]
PR target/35018

* config/m68k/m68k.md (ok_for_coldfire, enabled): New attributes.
(addsi_lshrsi_31): Add ColdFire-friendly alternatives.

* gcc.target/m68k/pr35018.c: New.

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

15 years ago * config/i386/i386.md (UNSPECV_CMPXCHG): Rename from
uros [Mon, 24 Nov 2008 16:55:49 +0000 (16:55 +0000)]
* config/i386/i386.md (UNSPECV_CMPXCHG): Rename from
UNSPECV_CMPXCHG_[12].
* config/i386/sync.md: Use UNSPECV_CMPXCHG instead of
UNSPECV_CMPXCHG_[12].

PR target/36793
* config/i386/sync.md (memory_barrier): New expander.

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

15 years ago2008-11-24 Daniel Kraft <d@domob.eu>
domob [Mon, 24 Nov 2008 13:10:37 +0000 (13:10 +0000)]
2008-11-24  Daniel Kraft  <d@domob.eu>

PR fortran/37779
* resolve.c (resolve_procedure_expression): New method.
(resolve_variable): Call it.
(resolve_actual_arglist): Call gfc_resolve_expr for procedure arguments.

2008-11-24  Daniel Kraft  <d@domob.eu>

PR fortran/37779
* gfortran.dg/c_funloc_tests.f03: Added missing `RECURSIVE'.
* gfortran.dg/c_funloc_tests_2.f03: Ditto.
* gfortran.dg/recursive_check_4.f03: New test.
* gfortran.dg/recursive_check_5.f03: New test.

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

15 years ago PR middle-end/37135
jakub [Mon, 24 Nov 2008 12:57:37 +0000 (12:57 +0000)]
PR middle-end/37135
* dse.c (find_shift_sequence): Optimize extraction from a constant.

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

15 years ago2008-11-24 Mikael Morin <mikael.morin@tele2.fr>
mikael [Mon, 24 Nov 2008 12:37:25 +0000 (12:37 +0000)]
2008-11-24  Mikael Morin <mikael.morin@tele2.fr>

PR fortran/35681
* gfortran.dg/elemental_dependency_1.f90: Really commit it.

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

15 years ago2008-11-24 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 24 Nov 2008 11:19:39 +0000 (11:19 +0000)]
2008-11-24  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38244 (cont, debug bits)
* include/debug/bitset (bitset<>::bitset(const char*, char, char)):
Remove, do not implement DR 778.

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

15 years ago2008-11-24 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 24 Nov 2008 11:13:44 +0000 (11:13 +0000)]
2008-11-24  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38244
* include/std/bitset (bitset<>::bitset(const char*, char, char)):
Remove, do not implement DR 778.
* doc/xml/manual/intro.xml: Remove entry for DR 778.
* testsuite/23_containers/bitset/cons/2.cc: Remove.
* testsuite/23_containers/bitset/cons/dr396.cc: Tweak.
* testsuite/23_containers/bitset/cons/38244.cc: Add.

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

15 years ago * MAINTAINERS: Added my full name.
hariharans [Mon, 24 Nov 2008 09:59:37 +0000 (09:59 +0000)]
* MAINTAINERS: Added my full name.

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

15 years ago2008-11-24 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 24 Nov 2008 06:34:16 +0000 (06:34 +0000)]
2008-11-24  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34820
* trans-expr.c (gfc_conv_function_call): Remove all code to
deallocate intent out derived types with allocatable
components.
(gfc_trans_assignment_1): An assignment from a scalar to an
array of derived types with allocatable components, requires
a deep copy to each array element and deallocation of the
converted rhs expression afterwards.
* trans-array.c : Minor whitespace.
* trans-decl.c (init_intent_out_dt): Add code to deallocate
allocatable components of derived types with intent out.
(generate_local_decl): If these types are unused, set them
referenced anyway but allow the uninitialized warning.

PR fortran/34143
* trans-expr.c (gfc_trans_subcomponent_assign): If a conversion
expression has a null data pointer argument, nullify the
allocatable component.

PR fortran/32795
* trans-expr.c (gfc_trans_subcomponent_assign): Only nullify
the data pointer if the source is not a variable.

2008-11-24  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/34820
* gfortran.dg/alloc_comp_constructor_6.f90 : New test.
* gfortran.dg/alloc_comp_basics_1.f90 : Reduce expected refs to
'builtin_free' from 24 to 18.

PR fortran/34143
* gfortran.dg/alloc_comp_constructor_5.f90 : New test.

PR fortran/32795
* gfortran.dg/alloc_comp_constructor_4.f90 : New test.

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

15 years ago * pa.c (function_arg): Revert 2008-10-26 change.
danglin [Mon, 24 Nov 2008 01:15:16 +0000 (01:15 +0000)]
* pa.c (function_arg): Revert 2008-10-26 change.

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

15 years agoDaily bump.
gccadmin [Mon, 24 Nov 2008 00:16:40 +0000 (00:16 +0000)]
Daily bump.

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

15 years ago2008-11-23 Paul Thomas <pault@gcc.gnu.org>
pault [Sun, 23 Nov 2008 21:34:44 +0000 (21:34 +0000)]
2008-11-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/37735
* trans-array.c (structure_alloc_comps): Do not duplicate the
descriptor if this is a descriptorless array!

2008-11-23  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/37735
* gfortran.dg/alloc_comp_assign_7.f90: New test.

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

15 years ago * pa/linux-atomic.c (EBUSY): Define if not _LP64.
danglin [Sun, 23 Nov 2008 21:14:59 +0000 (21:14 +0000)]
* pa/linux-atomic.c (EBUSY): Define if not _LP64.
(__kernel_cmpxchg): Return -EBUSY if the kernel LWS call
succeeded and lws_ret is not equal to oldval.

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

15 years ago * g++.dg/ext/tmplattr9.C: Require weak.
danglin [Sun, 23 Nov 2008 19:30:17 +0000 (19:30 +0000)]
* g++.dg/ext/tmplattr9.C: Require weak.

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

15 years ago * g++.old-deja/g++.pt/static6.C: Remove xfail for *-*-hpux*.
danglin [Sun, 23 Nov 2008 19:27:26 +0000 (19:27 +0000)]
* g++.old-deja/g++.pt/static6.C: Remove xfail for *-*-hpux*.

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

15 years ago2008-11-23 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sun, 23 Nov 2008 19:25:42 +0000 (19:25 +0000)]
2008-11-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38234
* intrinsics/reshape_generic.c (reshape_internal):
Source can be larger than shape.
* m4/reshape.m4:  Likewise.
* generated/reshape_c10.c Regenerated.
* generated/reshape_c16.c Regenerated.
* generated/reshape_c4.c Regenerated.
* generated/reshape_c8.c Regenerated.
* generated/reshape_i16.c Regenerated.
* generated/reshape_i4.c Regenerated.
* generated/reshape_i8.c Regenerated.
* generated/reshape_r10.c Regenerated.
* generated/reshape_r16.c Regenerated.
* generated/reshape_r4.c Regenerated.
* generated/reshape_r8.c Regenerated.

2008-11-23  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38234
* gfortran.dg/reshape_4.f90:  New test.

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

15 years ago * ru.po: Update.
jsm28 [Sun, 23 Nov 2008 16:43:25 +0000 (16:43 +0000)]
* ru.po: Update.

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

15 years ago * config/sh/sh.md (consttable_4): Call mark_symbol_refs_as_used.
kkojima [Sun, 23 Nov 2008 10:45:06 +0000 (10:45 +0000)]
* config/sh/sh.md (consttable_4): Call mark_symbol_refs_as_used.

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

15 years agonessage.txt
dannysmith [Sun, 23 Nov 2008 07:02:22 +0000 (07:02 +0000)]
nessage.txt

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

15 years agoDaily bump.
gccadmin [Sun, 23 Nov 2008 00:17:03 +0000 (00:17 +0000)]
Daily bump.

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

15 years ago* varasm.c (default_file_start): Suppress ASM_APP_OFF also with
schwab [Sat, 22 Nov 2008 22:19:29 +0000 (22:19 +0000)]
* varasm.c (default_file_start): Suppress ASM_APP_OFF also with
-dA and -dP.

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

15 years ago2008-11-22 Thomas Koenig <tkoenig@gcc.gnu.org>
tkoenig [Sat, 22 Nov 2008 21:41:27 +0000 (21:41 +0000)]
2008-11-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38225
* intrinsics/reshape_generic.c (reshape_internal):
Use all dimensions of source for bounds checking.
* m4/reshape.m4:  Likewise.
* generated/reshape_c10.c Regenerated.
* generated/reshape_c16.c Regenerated.
* generated/reshape_c4.c Regenerated.
* generated/reshape_c8.c Regenerated.
* generated/reshape_i16.c Regenerated.
* generated/reshape_i4.c Regenerated.
* generated/reshape_i8.c Regenerated.
* generated/reshape_r10.c Regenerated.
* generated/reshape_r16.c Regenerated.
* generated/reshape_r4.c Regenerated.
* generated/reshape_r8.c Regenerated.

2008-11-22  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfortran/38225
* gfortran.dg/reshape_3.f90:  New test.

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

15 years ago2008-11-22 Tobias Burnus <burnus@net-b.de>
burnus [Sat, 22 Nov 2008 18:18:05 +0000 (18:18 +0000)]
2008-11-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/38160
        * trans-types.c (gfc_validate_c_kind): Remove function.
        * decl.c (gfc_match_kind_spec): Add C kind parameter check.
          (verify_bind_c_derived_type): Remove gfc_validate_c_kind call.
          (verify_c_interop_param): Update call.
        * gfortran.h (verify_bind_c_derived_type): Update prototype.
          (gfc_validate_c_kind): Remove.
        * symbol.c (verify_bind_c_derived_type): Update verify_c_interop
        * call.
        * resolve.c (gfc_iso_c_func_interface): Ditto.

2008-11-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/38160
        * gfortran.dg/bind_c_usage_18.f90: New test.
        * gfortran.dg/c_kind_tests_2.f03: Update dg-messages.
        * gfortran.dg/interop_params.f03: Ditto.

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

15 years ago * config/mips/mips.md (rdhwr): Rename to rdhwr_synci_step_<mode>.
nemet [Sat, 22 Nov 2008 17:02:14 +0000 (17:02 +0000)]
* config/mips/mips.md (rdhwr): Rename to rdhwr_synci_step_<mode>.
Use constant 1 as the operand.
* config/mips/mips.c (mips_expand_synci_loop): Make INC Pmode.
Rename gen_rdhwr to gen_rdhwr_synci_step_si or
gen_rdhwr_synci_step_di depending on the size of Pmode.

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

15 years agoFix ChangeLog entry for config/i386/avxintrin.h.
hjl [Sat, 22 Nov 2008 15:41:06 +0000 (15:41 +0000)]
Fix ChangeLog entry for config/i386/avxintrin.h.

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

15 years ago PR target/38222
uros [Sat, 22 Nov 2008 14:16:57 +0000 (14:16 +0000)]
PR target/38222
* config/i386/i386.md (SWI248): New mode iterator.
(SWI32): Remove mode iterator.
(popcount<mode>2): Rename from popcounthi2, popcountsi2 and
popcounthi2 insn patterns. Macroize pattern using SWI248 mode
iterator.  Generate popcnt mnemonic without mode extensions
for Darwin x86 targets.
(*popcount<mode>2_cmp): Ditto.
(*popcountsi2_cmp_zext): Generate popcnt mnemonic without mode
extensions for Darwin x86 targets.

testsuite/ChangeLog:

PR target/38222
* gcc.target/i386/funcspec-3.c: Scan for popcnt on Darwin targets.

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

15 years ago * config/sparc/sparc.c (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define
ebotcazou [Sat, 22 Nov 2008 12:44:24 +0000 (12:44 +0000)]
* config/sparc/sparc.c (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define
only if HAVE_AS_SPARC_UA_PCREL is defined.

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

15 years agogcc/
rsandifo [Sat, 22 Nov 2008 09:16:02 +0000 (09:16 +0000)]
gcc/
* ira-costs.c (find_allocno_class_costs): Work out the maximum
allocno_costs value of the classees with the lowest total_costs
value.  Use this to set ALLOCNO_COVER_CLASS_COST here...
(setup_allocno_cover_class_and_costs): ...rather than here.
Use the ALLOCNO_COVER_CLASS_COST for all registers in the
preferred class.

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

15 years ago PR middle-end/37323
jakub [Sat, 22 Nov 2008 08:28:44 +0000 (08:28 +0000)]
PR middle-end/37323
* builtins.c (expand_builtin_apply_args): Emit sequence before
parm_birth_insn instead of after entry_of_function's first insn.

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

15 years ago PR middle-end/37316
jakub [Sat, 22 Nov 2008 08:27:04 +0000 (08:27 +0000)]
PR middle-end/37316
* function.c (assign_parm_remove_parallels): Pass
data->passed_type as third argument to emit_group_store.

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

15 years ago PR target/37170
jakub [Sat, 22 Nov 2008 08:26:24 +0000 (08:26 +0000)]
PR target/37170
* final.c (mark_symbol_refs_as_used): New function.
* output.h (mark_symbol_refs_as_used): New prototype.
* config/s390/s390.c (s390_mark_symbol_ref_as_used): Removed.
(s390_output_pool_entry): Use mark_symbol_refs_as_used.
* config/arm/arm.md (consttable_4): Likewise.

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

15 years ago PR target/37170
jakub [Sat, 22 Nov 2008 08:22:52 +0000 (08:22 +0000)]
PR target/37170
* final.c (mark_symbol_refs_as_used): New function.
* output.h (mark_symbol_refs_as_used): New prototype.
* config/s390/s390.c (s390_mark_symbol_ref_as_used): Removed.
(s390_output_pool_entry): Use mark_symbol_refs_as_used.
* config/arm/arm.md (consttable_4): Likewise.

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

15 years ago PR target/37880
jakub [Sat, 22 Nov 2008 08:21:04 +0000 (08:21 +0000)]
PR target/37880
* doc/invoke.texi: Adjust wording of -mcmodel=medium description.

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

15 years ago PR libfortran/37839
jakub [Sat, 22 Nov 2008 08:10:41 +0000 (08:10 +0000)]
PR libfortran/37839
* trans-io.c (gfc_build_io_library_fndecls): Decrease pad size back
to 16 pointers plus 32 integers.  Don't use max integer kind
alignment, only gfc_intio_kind's alignment.
(gfc_trans_inquire): Only set flags2 if mask2 is non-zero.
* ioparm.def: Fix order, bitmasks and types of inquire round, sign
and pending fields.  Move u in dt before id.
* io.c (gfc_free_inquire): Free decimal and size exprs.
(match_inquire_element): Match size instead of matching blank twice.
(gfc_resolve_inquire): Resolve size.

* gfortran.dg/f2003_inquire_1.f03: New test.
* gfortran.dg/f2003_io_1.f03: Remove xfail.
* gfortran.dg/f2003_io_4.f03: Likewise.
* gfortran.dg/f2003_io_5.f03: Likewise.
* gfortran.dg/f2003_io_6.f03: Likewise.
* gfortran.dg/f2003_io_7.f03: Likewise.

* io/io.h (IOPARM_INQUIRE_HAS_ROUND, IOPARM_INQUIRE_HAS_SIGN,
IOPARM_INQUIRE_HAS_PENDING): Adjust values.
(st_parameter_inquire): Reorder and fix types of round, sign and
pending fields.
(st_parameter_43, st_parameter_44): Removed.
(st_parameter_dt): Put back struct definition directly to u.p
declaration.  Change type of u.p.size_used from gfc_offset to
GFC_IO_INT.  Decrease back size of u.pad to 16 pointers and
32 ints.  Put id, pos, asynchronous, blank, decimal, delim,
pad, round and sign fields after the union.
* io/inquire.c (inquire_via_unit, inquire_via_filename): Only read
flags2 if it is defined.
* io/transfer.c (read_sf, read_block_form, write_block): Cast
additions to size_used to GFC_IO_INT instead of gfc_offset.
(data_transfer_init): Clear whole u.p struct.  Adjust
for moving id, pos, asynchronous, blank, decimal, delim, pad,
round and sign fields from u.p directly into st_parameter_dt.
(finalize_transfer): Don't cast size_used to GFC_IO_INT.
* io/file_pos.c (st_endfile): Clear whole u.p struct.

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

15 years agoDaily bump.
gccadmin [Sat, 22 Nov 2008 00:17:09 +0000 (00:17 +0000)]
Daily bump.

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

15 years ago * src/sparc/ffi.c (ffi_prep_cif_machdep): Add support for
ebotcazou [Fri, 21 Nov 2008 22:12:56 +0000 (22:12 +0000)]
* src/sparc/ffi.c (ffi_prep_cif_machdep): Add support for
signed/unsigned int8/16 return values.
* src/sparc/v8.S (ffi_call_v8): Likewise.
(ffi_closure_v8): Likewise.

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