Commit Graph

90827 Commits

Author SHA1 Message Date
GCC Administrator 01e3c12a5d Daily bump.
From-SVN: r142304
2008-12-01 00:16:53 +00:00
Gerald Pfeifer 3fa8796444 * README.SCO: Remove.
From-SVN: r142301
2008-11-30 23:45:04 +00:00
Daniel Kraft 1933ba0f5d re PR fortran/37779 (Missing RECURSIVE not detected)
2008-11-30  Daniel Kraft  <d@domob.eu>

	PR fortran/37779
	* gfortran.h (struct gfc_entry_list): Fixed typo in comment.
	* resolve.c (is_illegal_recursion): New method.
	(resolve_procedure_expression): Use new is_illegal_recursion instead of
	direct check and handle function symbols correctly.
	(resolve_actual_arglist): Removed useless recursion check.
	(resolve_function): Use is_illegal_recursion instead of direct check.
	(resolve_call): Ditto.

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

	PR fortran/37779
	* gfortran.dg/recursive_check_1.f: Changed expected error message to
	the more general new one.
	* gfortran.dg/recursive_check_2.f90: Ditto.
	* gfortran.dg/entry_18.f90: Ditto.
	* gfortran.dg/recursive_check_4.f03: Do "the same" check also for
	FUNCTIONS, as this is different in details from SUBROUTINES.
	* gfortran.dg/recursive_check_6.f03: New test.

From-SVN: r142299
2008-11-30 21:36:10 +01:00
Eric Botcazou 72b415c586 re PR target/38287 (segfault at -O2 -fPIC -mcpu=v8)
PR target/38287
	* config/sparc/sparc.md (divsi3 expander): Remove constraints.
	(divsi3_sp32): Add new alternative with 'K' for operand #2.
	(cmp_sdiv_cc_set): Factor common string.
	(udivsi3_sp32): Add new alternative with 'K' for operand #2.
	Add TARGET_V9 case.
	(cmp_udiv_cc_set): Factor common string.

From-SVN: r142295
2008-11-30 19:19:06 +00:00
John David Anglin 07c9463afe re PR middle-end/38283 (FAIL: libgomp.fortran/pr25162.f)
PR middle-end/38283
	* varasm.c (emutls_finish): Fix common registration.

From-SVN: r142293
2008-11-30 16:35:59 +00:00
Paul Thomas 7a41bdc84f re PR fortran/35824 (Overloading problems with derived type with allocatable array)
2008-11-30  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/35824
	* gfortran.dg/alloc_comp_assign_8.f90 : New test.

From-SVN: r142292
2008-11-30 08:48:51 +00:00
GCC Administrator 796ee1661b Daily bump.
From-SVN: r142290
2008-11-30 00:17:14 +00:00
Jakub Jelinek 6ac1644232 re PR target/29987 (libgomp.c++/ctor-9.C failure)
PR target/29987
	* config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.

From-SVN: r142286
2008-11-29 22:04:25 +00:00
David Edelsohn f66f986566 rs6000.c (rs6000_emit_sync): Remove support for operand wrapped in NOT.
* 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.

From-SVN: r142285
2008-11-29 16:24:03 -05:00
Eric Botcazou 71690b03ab * trans-array.c (gfc_conv_array_parameter): Guard union access.
From-SVN: r142283
2008-11-29 19:53:01 +00:00
Joseph Myers 44b55e85d2 be.po, [...]: Update.
* 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.

From-SVN: r142281
2008-11-29 17:39:29 +00:00
Joseph Myers 5682cc89ea be.po, [...]: Update.
* 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.

From-SVN: r142280
2008-11-29 17:37:36 +00:00
H.J. Lu e35fc26dcc re PR middle-end/37843 (unaligned stack in main due to tail call optimization)
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.

From-SVN: r142278
2008-11-29 08:32:35 -08:00
Dave Korn b564652855 MAINTAINERS: Update my email address in WAA section.
* MAINTAINERS:  Update my email address in WAA section.

From-SVN: r142277
2008-11-29 16:00:13 +00:00
Janus Weil f42564392c re PR fortran/38289 ("procedure( ), pointer" rejected)
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.

Co-Authored-By: Mikael Morin <mikael@gcc.gnu.org>
Co-Authored-By: Tobias Burnus <burnus@gcc.gnu.org>

From-SVN: r142276
2008-11-29 14:36:35 +01:00
Joseph Myers cc95528267 lex.c (cpp_token_len): Use 6 as default length.
libcpp:
	* lex.c (cpp_token_len): Use 6 as default length.

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

From-SVN: r142275
2008-11-29 12:21:10 +00:00
Eric Botcazou f9805f52d5 re PR ada/30827 (GNAT.compiler_version problem for official releases)
PR ada/30827
	* g-comver.adb (Ver_Len_Max): Fix inconsistency.

From-SVN: r142274
2008-11-29 10:31:53 +00:00
Andrew Pinski bce4ea615d re PR testsuite/38311 (ssp-2.c fails on darwin because of duplicated symbols)
2008-11-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>

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

From-SVN: r142273
2008-11-28 19:05:18 -08:00
Chen Liqin ebf24eb46a [MAINTAINER]: Update e-mail address.
From-SVN: r142272
2008-11-29 02:47:53 +00:00
GCC Administrator 07790b6f69 Daily bump.
From-SVN: r142268
2008-11-29 00:16:39 +00:00
Jason Merrill 9dbd44061f re PR c++/38233 ('map' value type + new uninitted const member warnings causes error)
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.

From-SVN: r142265
2008-11-28 18:35:37 -05:00
Jason Merrill 68d3564a41 re PR c++/32519 (g++ allows access to protected template member functions of base class)
PR c++/32519
        * g++.dg/template/pr32519.C: New test.

From-SVN: r142264
2008-11-28 17:24:49 -05:00
Jason Merrill b5a029b139 re PR c++/38278 (C++ namespace collision)
PR c++/38278
        * parser.c (cp_parser_class_name): Only call
        maybe_note_name_used_in_class if we actually found a class name.

From-SVN: r142263
2008-11-28 16:23:38 -05:00
H.J. Lu fdbeaf4cbe re PR middle-end/37843 (unaligned stack in main due to tail call optimization)
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.

From-SVN: r142259
2008-11-28 08:30:56 -08:00
Richard Guenther 249ae8f0a5 re PR tree-optimization/37955 (internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447)
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.

From-SVN: r142257
2008-11-28 11:30:45 +00:00
Jakub Jelinek 60d6f5d8bd re PR testsuite/38261 (gcc.dg/torture/ipa-pta-1.c & gcc.dg/tree-ssa/alias-2.c fail with -fpic/-fPIC)
PR testsuite/38261
	* gcc.dg/tree-ssa/alias-2.c: Only compile on nonpic targets.
	* gcc.dg/torture/ipa-pta-1.c: Likewise.

From-SVN: r142256
2008-11-28 11:11:18 +01:00
GCC Administrator de2130f9bb Daily bump.
From-SVN: r142254
2008-11-28 00:16:49 +00:00
Geoffrey Keating e835fd1a4f * mkindex.pl: New.
From-SVN: r142251
2008-11-27 23:37:51 +00:00
Eric Botcazou 2ddc34ba07 * gcc-interface/decl.c: Fix various nits.
From-SVN: r142247
2008-11-27 20:56:22 +00:00
Toon Moene 50e0f1313a MAINTAINERS: Change e-mail address.
2008-11-27  Toon Moene <toon@moene.org>

	* MAINTAINERS: Change e-mail address.

From-SVN: r142246
2008-11-27 20:03:08 +00:00
Tristan Gingold 0db3a85808 configure.ac: Build gdb for i?86-*-darwin*
2008-11-27  Tristan Gingold  <gingold@adacore.com>

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

From-SVN: r142245
2008-11-27 16:52:32 +00:00
Richard Guenther 75af9746ba tree-ssa-structalias.c (intra_create_variable_infos): Make a constraint for the static chain parameter.
2008-11-27  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r142242
2008-11-27 09:45:56 +00:00
Bernd Schmidt c2d54fdff5 Fix error in last change.
From-SVN: r142241
2008-11-27 09:14:59 +00:00
Bernd Schmidt bf85bc3dcc bfin.opt (micplb): New option.
* 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.

From-SVN: r142240
2008-11-27 09:11:50 +00:00
DJ Delorie 58ad17cfc6 mov.md ("extendhipsi2"): New.
* 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.

From-SVN: r142237
2008-11-26 22:08:55 -05:00
GCC Administrator b88375aeed Daily bump.
From-SVN: r142235
2008-11-27 00:17:08 +00:00
Janis Johnson 32ab0ba481 re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)
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.

From-SVN: r142230
2008-11-26 22:15:07 +00:00
Adam Nemet 6411cd386c mips.md (clear_hazard): Rename to clear_hazard_<mode>.
* 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.

From-SVN: r142229
2008-11-26 22:14:50 +00:00
DJ Delorie 15a4367741 configure.ac: Test m32c-elf-gas for .loc.
* configure.ac: Test m32c-elf-gas for .loc.
* configure: Likewise.

From-SVN: r142228
2008-11-26 16:03:06 -05:00
Janis Johnson d4038ca243 re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)
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.

From-SVN: r142225
2008-11-26 18:51:07 +00:00
Uros Bizjak 13fd89472d sync.md (memory_barrier_nosse): Disable also for TARGET_64BIT.
* 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.

From-SVN: r142224
2008-11-26 17:49:20 +01:00
H.J. Lu 10b923de93 re PR middle-end/37843 (unaligned stack in main due to tail call optimization)
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.

From-SVN: r142222
2008-11-26 06:52:12 -08:00
Fredrik Unger 39dfdd2098 floatuntisf.c (__floatuntisf): Correct function name from __floatundisf.
* config/soft-fp/floatuntisf.c (__floatuntisf): Correct
        function name from __floatundisf.
        * config/soft-fp/fixdfti.c (__fixdfti): Correct argument type to
        DFtype.

From-SVN: r142218
2008-11-26 13:32:43 +01:00
Kai Tietz 5d059ed962 calls.c (expand_call): Pass to REG_PARM_STACK_SPACE the type of the function...
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.

From-SVN: r142215
2008-11-26 11:25:38 +01:00
Kai Tietz 89d926785d func-indirect.c: New.
2008-11-26  Kai Tietz  <kai.tietz@onevision.com>

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

From-SVN: r142214
2008-11-26 11:22:24 +01:00
Daniel Berlin 3dc211827b re PR tree-optimization/37869 (PTA results wrong for "non-pointer" variables)
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.

Co-Authored-By: Richard Guenther <rguenther@suse.de>

From-SVN: r142213
2008-11-26 09:46:23 +00:00
Jason Merrill 1dbc1ae77a re PR c++/28743 (ICE with invalid specialization)
PR c++/28743
        * decl2.c (check_classfn): Error rather than abort on parameter
        list mismatch.

From-SVN: r142212
2008-11-25 22:51:40 -05:00
GCC Administrator 9feafad0c9 Daily bump.
From-SVN: r142210
2008-11-26 00:17:05 +00:00
Vladimir Makarov 30ea859e70 invoke.texi (ira-max-loops-num): Change semantics.
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.

From-SVN: r142207
2008-11-25 22:52:37 +00:00
Maxim Kuvyrkov 5a1c3c1095 m68k.md (extendsidi2, [...]): Merge, clean up.
* 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.

From-SVN: r142205
2008-11-25 22:08:13 +00:00