platform/upstream/gcc.git
13 years agofr30.h (inhibit_libc): Don't define.
Joseph Myers [Tue, 26 Apr 2011 16:35:51 +0000 (17:35 +0100)]
fr30.h (inhibit_libc): Don't define.

* config/fr30/fr30.h (inhibit_libc): Don't define.
* config/m32r/m32r-protos.h: Correct comment.
* config/v850/v850.h (GHS_default_section_names,
GHS_current_section_names): Use tree, not union tree_node *.

From-SVN: r172980

13 years agoFixed gcc.dg/binop-xor[1-5].c filenames.
Rainer Orth [Tue, 26 Apr 2011 16:18:04 +0000 (16:18 +0000)]
Fixed gcc.dg/binop-xor[1-5].c filenames.

From-SVN: r172979

13 years agoImplement -Wno-maybe-uninitialized
Xinliang David Li [Tue, 26 Apr 2011 16:06:09 +0000 (16:06 +0000)]
Implement -Wno-maybe-uninitialized

From-SVN: r172978

13 years agoclass.c (cp_fold_obj_type_ref): Remove.
Martin Jambor [Tue, 26 Apr 2011 15:49:22 +0000 (17:49 +0200)]
class.c (cp_fold_obj_type_ref): Remove.

2011-04-26  Martin Jambor  <mjambor@suse.cz>

* class.c (cp_fold_obj_type_ref): Remove.
* cp-tree.h (cp_fold_obj_type_ref): Remove declaration.

From-SVN: r172977

13 years agoiris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.
Rainer Orth [Tue, 26 Apr 2011 15:42:17 +0000 (15:42 +0000)]
iris6.h (LOCAL_LABEL_PREFIX): Don't test TARGET_NEWABI.

* config/mips/iris6.h (LOCAL_LABEL_PREFIX): Don't test
TARGET_NEWABI.
(WINT_TYPE_SIZE): Use INT_TYPE_SIZE.
(TARGET_OS_CPP_BUILTINS): Remove TARGET_IRIX6 guards.

From-SVN: r172976

13 years agomips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
Rainer Orth [Tue, 26 Apr 2011 15:33:10 +0000 (15:33 +0000)]
mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.

* config/mips/mips.h (DBX_OUTPUT_SOURCE_LINE): Remove.
* config/mips/mips.opt (mmips-tfile): Remove.

* doc/install.texi (Specific, mips-*-*): Move mips-tfile,
mips-tdump reference to ...
(Specific, alpha*-dec-osf5.1): ... here.
Adapt for Tru64 UNIX.
* doc/trouble.texi (Cross-Compiler Problems): Replace MIPS
reference by Tru64 UNIX.

From-SVN: r172975

13 years ago* de.po: Update.
Joseph Myers [Tue, 26 Apr 2011 14:56:51 +0000 (15:56 +0100)]
* de.po: Update.

From-SVN: r172973

13 years agore PR debug/48768 (ICE in get_expr_operands())
Jakub Jelinek [Tue, 26 Apr 2011 13:35:21 +0000 (15:35 +0200)]
re PR debug/48768 (ICE in get_expr_operands())

PR debug/48768
* tree-ssa.c (insert_debug_temp_for_var_def): If degenerate_phi_result
is error_mark_node, set value to NULL.

* gcc.dg/pr48768.c: New test.

From-SVN: r172968

13 years agore PR tree-optimization/48734 (ICE in eliminate_redundant_comparison, at tree-ssa...
Jakub Jelinek [Tue, 26 Apr 2011 13:33:49 +0000 (15:33 +0200)]
re PR tree-optimization/48734 (ICE in eliminate_redundant_comparison, at tree-ssa-reassoc.c:1321)

PR tree-optimization/48734
* tree-ssa-reassoc.c (eliminate_redundant_comparison): Give up
if return value from maybe_fold_*_comparsions isn't something
the code is prepared to handle.

* gcc.c-torture/compile/pr48734.c: New test.

From-SVN: r172967

13 years agore PR testsuite/48753 (FAIL: gcc.dg/tree-prof/val-prof-2.c)
Jakub Jelinek [Tue, 26 Apr 2011 13:31:17 +0000 (15:31 +0200)]
re PR testsuite/48753 (FAIL: gcc.dg/tree-prof/val-prof-2.c)

PR testsuite/48753
* gcc.dg/tree-prof/val-prof-2.c: Adjust for 32-bit HWI.

From-SVN: r172966

13 years agopredicates.md (ext_QIreg_operand): Remove extra mode check.
Uros Bizjak [Tue, 26 Apr 2011 13:02:55 +0000 (15:02 +0200)]
predicates.md (ext_QIreg_operand): Remove extra mode check.

* config/i386/predicates.md (ext_QIreg_operand): Remove extra
mode check.
(ext_QIreg_nomode_operands): Remove.
* config/i386/i386.md (*anddi_1): Use ext_QIreg_operand.
(*andsi_1): Ditto.
(*andhi_1): Ditto.

From-SVN: r172965

13 years agore PR c/48731 (regression: __attribute__((flatten)) produces error with function...
Richard Guenther [Tue, 26 Apr 2011 13:00:53 +0000 (13:00 +0000)]
re PR c/48731 (regression: __attribute__((flatten)) produces error with function calling variadic functions)

2011-04-26  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/48731
* gcc.dg/torture/pr48731.c: New testcase.

From-SVN: r172964

13 years agoarm.c (arm_gen_constant): Remove can_negate_initial.
Andrew Stubbs [Tue, 26 Apr 2011 10:51:04 +0000 (10:51 +0000)]
arm.c (arm_gen_constant): Remove can_negate_initial.

2011-04-26  Andrew Stubbs  <ams@codesourcery.com>

gcc/
* config/arm/arm.c (arm_gen_constant): Remove can_negate_initial.

From-SVN: r172962

13 years ago2011-04-26 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini [Tue, 26 Apr 2011 10:34:44 +0000 (10:34 +0000)]
2011-04-26  Paolo Carlini  <paolo.carlini@oracle.com>

Tweak recent ChangeLog entry.

From-SVN: r172960

13 years agore PR preprocessor/48248 (Wrong error message location when compiling preprocessed...
Richard Guenther [Tue, 26 Apr 2011 10:14:34 +0000 (10:14 +0000)]
re PR preprocessor/48248 (Wrong error message location when compiling preprocessed code)

2011-04-26  Richard Guenther  <rguenther@suse.de>

PR preprocessor/48248
* c-ppoutput.c (maybe_print_line): Always optimize newlines
for output size with -P.

From-SVN: r172959

13 years agoc-typeck.c (build_unary_op): Do not expand array-refs via pointer arithmetic.
Richard Biener [Tue, 26 Apr 2011 10:12:34 +0000 (10:12 +0000)]
c-typeck.c (build_unary_op): Do not expand array-refs via pointer arithmetic.

2011-04-26  Richard Guenther  <rguenther@suse.de>

* c-typeck.c (build_unary_op): Do not expand array-refs via
pointer arithmetic.  Only adjust qualifiers for function types.

From-SVN: r172958

13 years agore PR tree-optimization/48694 (possible memory hog bug)
Richard Biener [Tue, 26 Apr 2011 10:12:14 +0000 (10:12 +0000)]
re PR tree-optimization/48694 (possible memory hog bug)

2011-04-26  Richard Guenther  <rguenther@suse.de>

PR middle-end/48694
* tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
* fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
compare the operands with OEP_CONSTANT_ADDRESS_OF.  Treat
trees with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF
is set.

* gcc.dg/torture/pr48694-1.c: New testcase.
* gcc.dg/torture/pr48694-2.c: Likewise.

From-SVN: r172957

13 years agore PR testsuite/48753 (FAIL: gcc.dg/tree-prof/val-prof-2.c)
Richard Guenther [Tue, 26 Apr 2011 10:03:12 +0000 (10:03 +0000)]
re PR testsuite/48753 (FAIL: gcc.dg/tree-prof/val-prof-2.c)

2011-04-26  Richard Guenther  <rguenther@suse.de>

PR testsuite/48753
* gcc.dg/tree-prof/val-prof-2.c: Adjust.

From-SVN: r172955

13 years agore PR tree-optimization/48694 (possible memory hog bug)
Richard Guenther [Tue, 26 Apr 2011 09:21:44 +0000 (09:21 +0000)]
re PR tree-optimization/48694 (possible memory hog bug)

2011-04-26  Richard Guenther  <rguenther@suse.de>

PR middle-end/48694
* tree.h (OEP_CONSTANT_ADDRESS_OF): New operand_equal_flag.
* fold-const.c (operand_equal_p): For TREE_CONSTANT ADDR_EXPRs
compare the operands with OEP_CONSTANT_ADDRESS_OF.  Treat
trees with TREE_SIDE_EFFECTS equal when OEP_CONSTANT_ADDRESS_OF
is set.

* gcc.dg/torture/pr48694-1.c: New testcase.
* gcc.dg/torture/pr48694-2.c: Likewise.

From-SVN: r172954

13 years agoDaily bump.
GCC Administrator [Tue, 26 Apr 2011 00:19:11 +0000 (00:19 +0000)]
Daily bump.

From-SVN: r172950

13 years agoc-common.c (struct c_common_resword): Add __underlying_type.
Paolo Carlini [Mon, 25 Apr 2011 23:50:35 +0000 (23:50 +0000)]
c-common.c (struct c_common_resword): Add __underlying_type.

/gcc
2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>

* c-family/c-common.c (struct c_common_resword): Add
__underlying_type.
* c-family/c-common.h (enum rid): Add RID_UNDERLYING_TYPE.
* doc/extend.texi: Document __underlying_type.

/cp
2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>

* cp-tree.def: Add a new UNDERLYING_TYPE tree code.
* cp-tree.h (enum cp_trait_kind): Add CPTK_UNDERLYING_TYPE, tidy.
(UNDERLYING_TYPE_TYPE): Add.
* cp-objcp-common.c (cp_common_init_ts): Mark UNDERLYING_TYPE
as TS_COMMON.
* parser.c (cp_lexer_next_token_is_decl_specifier_keyword,
cp_parser_simple_type_specifier): Handle UNDERLYING_TYPE.
(cp_parser_trait_expr): Deal with RID_UNDERLYING_TYPE; tidy.
* semantics.c (finish_underlying_type): New.
* typeck.c (structural_comptypes): Handle UNDERLYING_TYPE.
* error.c (dump_type, dump_type_prefix, dump_type_suffix): Likewise.
* cxx-pretty-print.c (p_cxx_type_id): Likewise.
* tree.c (cp_walk_subtrees): Likewise.
* pt.c (for_each_template_parm_r, tsubst, unify,
dependent_type_p_r): Likewise.
* mangle.c (write_type): Sorry for __underlying_type.

/testsuite
2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.dg/ext/underlying_type1.C: New.
* g++.dg/ext/underlying_type2.C: Likewise.
* g++.dg/ext/underlying_type3.C: Likewise.
* g++.dg/ext/underlying_type4.C: Likewise.
* g++.dg/ext/underlying_type5.C: Likewise.
* g++.dg/ext/underlying_type6.C: Likewise.
* g++.dg/ext/underlying_type7.C: Likewise.
* g++.dg/ext/underlying_type8.C: Likewise.
* g++.dg/ext/underlying_type9.C: Likewise.
* g++.dg/ext/underlying_type10.C: Likewise.

From-SVN: r172945

13 years agotype_traits (struct underlying_type): Add.
Paolo Carlini [Mon, 25 Apr 2011 23:04:16 +0000 (23:04 +0000)]
type_traits (struct underlying_type): Add.

2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/type_traits (struct underlying_type): Add.
* testsuite/20_util/underlying_type/requirements/typedefs-1.cc: New.
* testsuite/20_util/underlying_type/requirements/typedefs-2.cc:
Likewise.
* testsuite/20_util/underlying_type/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/20_util/declval/requirements/1_neg.cc: Adjust dg-error
line number.

From-SVN: r172944

13 years agoc-common.c (struct c_common_resword): Add __underlying_type.
Paolo Carlini [Mon, 25 Apr 2011 22:27:19 +0000 (22:27 +0000)]
c-common.c (struct c_common_resword): Add __underlying_type.

/gcc
2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>

* c-family/c-common.c (struct c_common_resword): Add
__underlying_type.
* c-family/c-common.h (enum rid): Add RID_UNDERLYING_TYPE.

/cp
2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>

* cp-tree.def: Add a new UNDERLYING_TYPE tree code.
* cp-tree.h (enum cp_trait_kind): Add CPTK_UNDERLYING_TYPE, tidy.
(UNDERLYING_TYPE_TYPE): Add.
* cp-objcp-common.c (cp_common_init_ts): Mark UNDERLYING_TYPE
as TS_COMMON.
* parser.c (cp_lexer_next_token_is_decl_specifier_keyword,
cp_parser_simple_type_specifier): Handle UNDERLYING_TYPE.
(cp_parser_trait_expr): Deal with RID_UNDERLYING_TYPE; tidy.
* semantics.c (finish_underlying_type): New.
* typeck.c (structural_comptypes): Handle UNDERLYING_TYPE.
* error.c (dump_type, dump_type_prefix, dump_type_suffix): Likewise.
* cxx-pretty-print.c (p_cxx_type_id): Likewise.
* tree.c (cp_walk_subtrees): Likewise.
* pt.c (for_each_template_parm_r, tsubst, unify,
dependent_type_p_r): Likewise.
* mangle.c (write_type): Sorry for __underlying_type.
* doc/extend.texi: Document __underlying_type.

/testsuite
2011-04-25  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.dg/ext/underlying_type1.C: New.
* g++.dg/ext/underlying_type2.C: Likewise.
* g++.dg/ext/underlying_type3.C: Likewise.
* g++.dg/ext/underlying_type4.C: Likewise.
* g++.dg/ext/underlying_type5.C: Likewise.
* g++.dg/ext/underlying_type6.C: Likewise.
* g++.dg/ext/underlying_type7.C: Likewise.
* g++.dg/ext/underlying_type8.C: Likewise.
* g++.dg/ext/underlying_type9.C: Likewise.
* g++.dg/ext/underlying_type10.C: Likewise.

From-SVN: r172943

13 years agore PR c++/48707 ([c++0x] ICE initializing static const int)
Jason Merrill [Mon, 25 Apr 2011 21:51:33 +0000 (17:51 -0400)]
re PR c++/48707 ([c++0x] ICE initializing static const int)

PR c++/48707
* decl.c (type_dependent_init_p): New.
(cp_finish_decl): Check it.
* pt.c (any_type_dependent_elements_p): New.
* cp-tree.h: Declare it.

From-SVN: r172941

13 years agotitan.md (automata_option "progress"): Remove.
Segher Boessenkool [Mon, 25 Apr 2011 20:00:02 +0000 (22:00 +0200)]
titan.md (automata_option "progress"): Remove.

2011-04-25  Segher Boessenkool  <segher@kernel.crashing.org>

        * config/rs6000/titan.md (automata_option "progress"): Remove.

From-SVN: r172940

13 years agoTypo in test
Jeff Law [Mon, 25 Apr 2011 19:59:46 +0000 (13:59 -0600)]
Typo in test

From-SVN: r172939

13 years agotree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.
Jeff Law [Mon, 25 Apr 2011 19:55:13 +0000 (13:55 -0600)]
tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.

* tree-vrp.c (identify_jump_threads): Handle GIMPLE_SWITCH too.

* gcc.dg/tree-ssa/vrp56.c: new test.

From-SVN: r172938

13 years ago* go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.
Rainer Orth [Mon, 25 Apr 2011 19:44:48 +0000 (19:44 +0000)]
* go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.

From-SVN: r172937

13 years agolibgo/time: Support Irix 6 location of zoneinfo files.
Ian Lance Taylor [Mon, 25 Apr 2011 19:42:33 +0000 (19:42 +0000)]
libgo/time: Support Irix 6 location of zoneinfo files.

From-SVN: r172936

13 years agolibgo: Irix 6 patches.
Ian Lance Taylor [Mon, 25 Apr 2011 19:36:12 +0000 (19:36 +0000)]
libgo: Irix 6 patches.

From Rainer Orth.

From-SVN: r172935

13 years agoansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.
Jan Kratochvil [Mon, 25 Apr 2011 18:05:37 +0000 (18:05 +0000)]
ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.

include/
* ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h.

contrib/
* paranoia.cc (ENUM_BITFIELD): Remove.

gcc/
* system.h (ENUM_BITFIELD): Remove.

libcpp/
* system.h (ENUM_BITFIELD): Remove.

From-SVN: r172933

13 years agoUse backend interface for function types.
Ian Lance Taylor [Mon, 25 Apr 2011 17:21:28 +0000 (17:21 +0000)]
Use backend interface for function types.

Drop type_tree() functions for Float_type and Complex_type.
Don't define builtin functions until gogo is created.

* go-gcc.cc (Gcc_backend::error_type): Implement.
(Gcc_backend::string_type): Remove.
(Gcc_backend::function_type): Change signature and implement.
(Gcc_backend::struct_type): Change signature.
(Gcc_backend::slice_type, Gcc_backend::map_type): Remove.
(Gcc_backend::channel_type, Gcc_backend::interface_type): Remove.
(Gcc_backend::pointer_type): Check for error.
* Make-lang.in (go/types.o): Depend on go/gofrontend/backend.h.

From-SVN: r172932

13 years agoUse backend interface for basic types
Evan Shaw [Mon, 25 Apr 2011 16:39:24 +0000 (16:39 +0000)]
Use backend interface for basic types

* go-gcc.c (class Gcc_tree): Make get_tree const.
(Gcc_backend::void_type): Implement.
(Gcc_backend::bool_type): Implement.
(Gcc_backend::integer_type): Implement.
(Gcc_backend::float_type): Implement.
(Gcc_backend::complex_type): New function.
(Gcc_backend::pointer_type): New function.
(Gcc_backend::make_type): New function.
(type_to_tree): New function.

From-SVN: r172931

13 years agocombine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals for STORE_FLAG_V...
Maxim Kuvyrkov [Mon, 25 Apr 2011 12:06:27 +0000 (12:06 +0000)]
combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals for STORE_FLAG_VALUE==-1 case.

* combine.c (combine_simplify_rtx): Avoid mis-simplifying conditionals
for STORE_FLAG_VALUE==-1 case.

Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com>
From-SVN: r172930

13 years agoDaily bump.
GCC Administrator [Mon, 25 Apr 2011 00:18:21 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r172929

13 years agomultiway_merge.h: Uglify equally_split and equally_split_point throughout.
Paolo Carlini [Sun, 24 Apr 2011 23:51:49 +0000 (23:51 +0000)]
multiway_merge.h: Uglify equally_split and equally_split_point throughout.

2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>

* include/parallel/multiway_merge.h: Uglify equally_split
and equally_split_point throughout.
* include/parallel/par_loop.h: Likewise.
* include/parallel/equally_split.h: Likewise.
* include/parallel/set_operations.h: Likewise.
* include/parallel/unique_copy.h: Likewise.
* include/parallel/multiway_mergesort.h: Likewise.
* include/parallel/search.h: Likewise.
* include/parallel/partial_sum.h: Likewise.
* include/parallel/find.h: Likewise.

From-SVN: r172923

13 years agoAuthor: Richard Sandiford <richard.sandiford@linaro.org>
Richard Sandiford [Sun, 24 Apr 2011 20:04:24 +0000 (20:04 +0000)]
Author: Richard Sandiford <richard.sandiford@linaro.org>

PR target/43804
* gcc/config/m68k/constraints.md (T): Allow PIC operands that satisfy
LEGITIMATE_PIC_OPERAND_P.

From-SVN: r172920

13 years agoparallel_mode.xml: Fix link to libgomp online documentation.
Gerald Pfeifer [Sun, 24 Apr 2011 11:11:00 +0000 (11:11 +0000)]
parallel_mode.xml: Fix link to libgomp online documentation.

* doc/xml/manual/parallel_mode.xml: Fix link to libgomp online
documentation.  Expand link text.

From-SVN: r172916

13 years ago* libsupc++/cxxabi.h: Adjust link to FAQ entry.
Gerald Pfeifer [Sun, 24 Apr 2011 10:51:00 +0000 (10:51 +0000)]
* libsupc++/cxxabi.h: Adjust link to FAQ entry.

From-SVN: r172915

13 years agoipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette WPA hack.
Jan Hubicka [Sun, 24 Apr 2011 10:43:00 +0000 (12:43 +0200)]
ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette WPA hack.

* ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette
WPA hack.
* ipa-prop.h (ipa_get_param, ipa_is_param_used, ipa_param_cannot_devirtualize_p,
ipa_param_types_vec_empty, ipa_get_ith_jump_func, ipa_get_lattice):
Fortify array bounds.
* ipa-inline-analysis.c (add_clause): Fix clause ordering.
(and_predicates, or_predicates, predicates_equal_p, evaulate_predicate):
Sanity check predicate length.
(remap_predicate): Likewise; sanity check jump functions.
(inline_read_section, inline_write_summary): Sanity check
predicate length.

From-SVN: r172914

13 years ago* README: Refer to our generic bug reporting page.
Gerald Pfeifer [Sun, 24 Apr 2011 10:04:26 +0000 (10:04 +0000)]
* README: Refer to our generic bug reporting page.

From-SVN: r172913

13 years agore PR other/48748 (Undocumented type traits used in libstdc++-4.6)
Paolo Carlini [Sun, 24 Apr 2011 09:42:16 +0000 (09:42 +0000)]
re PR other/48748 (Undocumented type traits used in libstdc++-4.6)

2011-04-24  Paolo Carlini  <paolo.carlini@oracle.com>

PR other/48748
* doc/extend.texi (Type Traits): Document __is_standard_layout,
__is_literal_type, and __is_trivial; update throughout about
possibly cv-qualified void types.

From-SVN: r172911

13 years agosourcebuild.texi (Ada Tests): Adjust reference to ACATS testsuite and make it version...
Gerald Pfeifer [Sun, 24 Apr 2011 09:34:22 +0000 (09:34 +0000)]
sourcebuild.texi (Ada Tests): Adjust reference to ACATS testsuite and make it version agnostic.

* doc/sourcebuild.texi (Ada Tests): Adjust reference to ACATS
testsuite and make it version agnostic.

From-SVN: r172910

13 years agoDaily bump.
GCC Administrator [Sun, 24 Apr 2011 00:18:45 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r172909

13 years agore PR preprocessor/48740 (Raw C++0x strings and trigraphs mix badly)
Jakub Jelinek [Sat, 23 Apr 2011 23:32:09 +0000 (01:32 +0200)]
re PR preprocessor/48740 (Raw C++0x strings and trigraphs mix badly)

PR preprocessor/48740
* lex.c (lex_raw_string): When raw string ends with
??) followed by raw prefix and ", ensure it is preprocessed
with ??) rather than ??].

* c-c++-common/raw-string-11.c: New test.

From-SVN: r172903

13 years agognat_ugn.texi (Complexity Metrics Control): Update link to the Watson/McCabe paper.
Gerald Pfeifer [Sat, 23 Apr 2011 19:55:32 +0000 (19:55 +0000)]
gnat_ugn.texi (Complexity Metrics Control): Update link to the Watson/McCabe paper.

* gnat_ugn.texi (Complexity Metrics Control): Update link to
the Watson/McCabe paper.

From-SVN: r172902

13 years agopr48616.c (dg-options): Add -fno-common to options on hppa*-*-hpux*.
John David Anglin [Sat, 23 Apr 2011 17:44:24 +0000 (17:44 +0000)]
pr48616.c (dg-options): Add -fno-common to options on hppa*-*-hpux*.

* gcc.dg/pr48616.c (dg-options): Add -fno-common to options on
hppa*-*-hpux*.

From-SVN: r172899

13 years ago* ipa-inline-analysis.c (inline_write_summary): Fix thinko.
Jan Hubicka [Sat, 23 Apr 2011 11:37:26 +0000 (13:37 +0200)]
* ipa-inline-analysis.c (inline_write_summary): Fix thinko.

From-SVN: r172898

13 years agore PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])
Tobias Burnus [Sat, 23 Apr 2011 10:26:38 +0000 (12:26 +0200)]
re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])

2011-04-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * module.c (mio_array_spec): Set as->cotype on reading.
        * resolve.c (resolve_allocate_expr): Fix allocating coarray
        components.

2011-04-23  Tobias Burnus  <burnus@net-b.de>

        PR fortran/18918
        * gfortran.dg/coarray_19.f90: New.

From-SVN: r172897

13 years agore PR c/48685 (ICE in gimplify_expr, at gimplify.c:7034)
Jakub Jelinek [Sat, 23 Apr 2011 10:18:03 +0000 (12:18 +0200)]
re PR c/48685 (ICE in gimplify_expr, at gimplify.c:7034)

PR c/48685
* fold-const.c (fold_convert_loc): Add NOP_EXPR when casting
to VOID_TYPE even around MODIFY_EXPR.

* gcc.dg/pr48685.c: New test.

From-SVN: r172895

13 years agoRevert:
Uros Bizjak [Sat, 23 Apr 2011 07:43:50 +0000 (09:43 +0200)]
Revert:

2011-04-22  Uros Bizjak  <ubizjak@gmail.com>

PR target/48723
* config/i386/i386.c (ix86_expand_prologue): Update m->fs.sp_offset
after the call to ix86_adjust_stack_and_probe.

From-SVN: r172894

13 years ago* gnat_ugn.texi (Examples of gnatxref Usage): Fix typo: s/it it/it is/
Jim Meyering [Sat, 23 Apr 2011 06:48:29 +0000 (06:48 +0000)]
* gnat_ugn.texi (Examples of gnatxref Usage): Fix typo: s/it it/it is/

From-SVN: r172892

13 years agoRemove Dale Johannesen as darwin maintainer, invalid address.
Mike Stump [Sat, 23 Apr 2011 00:41:32 +0000 (00:41 +0000)]
Remove Dale Johannesen as darwin maintainer, invalid address.

From-SVN: r172891

13 years ago* gensupport.c (read_md_rtx): Fix typo in comment.
Mike Stump [Sat, 23 Apr 2011 00:33:15 +0000 (00:33 +0000)]
* gensupport.c (read_md_rtx): Fix typo in comment.

From-SVN: r172890

13 years agoDaily bump.
GCC Administrator [Sat, 23 Apr 2011 00:18:45 +0000 (00:18 +0000)]
Daily bump.

From-SVN: r172889

13 years agocris.opt (moverride-best-lib-options): Fix typo in comment.
Mike Stump [Sat, 23 Apr 2011 00:16:55 +0000 (00:16 +0000)]
cris.opt (moverride-best-lib-options): Fix typo in comment.

* config/cris/cris.opt (moverride-best-lib-options): Fix typo in
comment.

From-SVN: r172884

13 years agore PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow)
Ian Lance Taylor [Sat, 23 Apr 2011 00:09:23 +0000 (00:09 +0000)]
re PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow)

PR go/48553
libgo: Bring over patch to lower recursion depth in fmt.

From-SVN: r172883

13 years agoDefine go_unreachable to replace gcc_unreachable.
Ian Lance Taylor [Sat, 23 Apr 2011 00:04:44 +0000 (00:04 +0000)]
Define go_unreachable to replace gcc_unreachable.

From Evan Shaw.

From-SVN: r172882

13 years agogengtype.c (open_base_files): Add ipa-inline.h include.
Jan Hubicka [Fri, 22 Apr 2011 20:04:42 +0000 (22:04 +0200)]
gengtype.c (open_base_files): Add ipa-inline.h include.

* gengtype.c (open_base_files): Add ipa-inline.h include.
* ipa-cp.c (ipcp_get_lattice, ipcp_lattice_from_jfunc): Move to ipa-prop.c
update all uses.
* ipa-prop.c: (ipa_get_lattice, ipa_lattice_from_jfunc): ... here.
* ipa-inline-transform.c (inline_call): Use inline_merge_summary to merge
summary of inlined function into former caller.
* ipa-inline.c (max_benefit): Remove.
(edge_badness): Compensate for removal of benefits.
(update_caller_keys): Use reset_node_growth_cache/reset_edge_growth_cache.
(update_callee_keys): Likewise.
(update_all_callee_keys): Likewise.
(inline_small_functions): Do not collect max_benefit; do not
reset stimated_growth; call free_growth_caches and initialize_growth_caches.
* ipa-inline.h (struct condition, type clause_t, struct predicate, struct
size_time_entry): New structures.
(INLINE_SIZE_SCALE, INLINE_TIME_SCALE, MAX_CLAUSES): New constants.
(inline_summary): Remove size_inlining_benefit, time_inlining_benefit and
estimated_growth.
(edge_growth_cache_entry): New structure.
(node_growth_cache, edge_growth_cache): New global vars.
(estimate_growth): Turn into inline.
(inline_merge_summary, do_estimate_edge_growth, do_estimate_edge_time,
initialize_growth_caches, free_growth_caches): Declare.
(estimate_edge_growth): Rewrite.
(estimate_edge_time): Implement as inline cache lookup.
(reset_node_growth_cache, reset_edge_growth_cache): New inline functions.
(MAX_TIME): Reduce to allow multiplicatoin by INLINE_SIZE_SCALE.
(NUM_CONDITIONS): New constant.
(predicate_conditions): New enum.
(IS_NOT_CONSTANT): New constant.
(edge_removal_hook_holder): New var.
(node_growth_cache, edge_growth_cache): New global vars.
(true_predicate, single_cond_predicate, false_predicate, not_inlined_predicate,
add_condition, add_clause, and_predicates, or_predicates, predicates_equal_p,
evaulate_predicate, dump_condition, dump_clause, dump_predicate, account_size_time,
evaulate_conditions_for_edge): New functions.
(inline_summary_alloc): Move to heap.
(inline_node_removal_hook): Clear condition and entry vectors.
(inline_edge_removal_hook): New function.
(initialize_growth_caches, free_growth_caches): New function.
(dump_inline_summary): Update.
(edge_execution_predicate): New function.
(will_be_nonconstant_predicate): New function.
(estimate_function_body_sizes): Compute BB and constantness predicates.
(compute_inline_parameters): Do not clear estimated_growth.
(estimate_edge_size_and_time): New function.
(estimate_calls_size_and_time): New function.
(estimate_callee_size_and_time): New function.
(remap_predicate): New function.
(inline_merge_summary): New function.
(do_estimate_edge_time): New function based on...
(estimate_edge_time): ... this one.
(do_estimate_edge_growth): New function.
(do_estimate_growth): New function based on....
(estimate_growth): ... this one.
(inline_analyze_function): Analyze after deciding on jump functions.
(inline_read_section): New function.
(inline_read_summary): Use it.
(inline_write_summary): Write all the new data.
* ipa-prop.c (ipa_get_param_decl_index): Export.
(ipa_lattice_from_jfunc): Move here from ipa-cp.c
* ipa-prop.h (ipa_get_param_decl_index, ipa_lattice_from_jfunc): Declare.
(ipa_get_lattice): Move hre from ipa-cp.c
* Makefile.in (GTFILES): Add ipa-inline.h and ipa-inline-analysis.c
* params.def (PARAM_EARLY_INLINING_INSNS): Set to 11.
* cgraph.h (cgraph_clone_inlined_nodes, compute_inline_parameters,
cgraph_edge_inlinable_p): Remove.
* cgraphunit.c: Include ipainline.h
(cgraph_process_new_functions): Update call of compute_inline_parameters.

* gcc.dg/tree-ssa/pr38699.c: Fix testcase.

From-SVN: r172873

13 years agolibstdc++.exp (check_v3_target_time): Discard unused compilation result thanks to...
François Dumont [Fri, 22 Apr 2011 19:34:38 +0000 (21:34 +0200)]
libstdc++.exp (check_v3_target_time): Discard unused compilation result thanks to /dev/null.

2011-04-22  François Dumont  <francois.cppdevs@free.fr>

        * testsuite/lib/libstdc++.exp (check_v3_target_time): Discard
        unused compilation result thanks to /dev/null.
        * testsuite/lib/libstdc++.exp (check_v3_target_debug_mode
        check_v3_target_profile_mode check_v3_target_normal_mode
        check_v3_target_cstdint check_v3_target_cmath
        check_v3_target_atomic_builtins check_v3_target_gthreads
        check_v3_target_nanosleep check_v3_target_sched_yield
        check_v3_target_string_conversions check_v3_target_swprintf
        check_v3_target_binary_io): Use simple preprocessing rather than
        compilation. Discard unused preprocessing result thanks to /dev/null.

From-SVN: r172872

13 years agotree.c (build_int_cst): Properly create canonicalized integer constants.
Richard Guenther [Fri, 22 Apr 2011 19:29:54 +0000 (19:29 +0000)]
tree.c (build_int_cst): Properly create canonicalized integer constants.

2011-04-22  Richard Guenther  <rguenther@suse.de>

* tree.c (build_int_cst): Properly create canonicalized integer
constants.
(build_int_cst_type): Remove scary comments.

From-SVN: r172871

13 years agoProper handling of -Werror=coverage-mismatch
Xinliang David Li [Fri, 22 Apr 2011 19:11:49 +0000 (19:11 +0000)]
Proper handling of -Werror=coverage-mismatch

From-SVN: r172870

13 years agore PR tree-optimization/48717 (integer wrong code bug)
Jakub Jelinek [Fri, 22 Apr 2011 18:52:48 +0000 (20:52 +0200)]
re PR tree-optimization/48717 (integer wrong code bug)

PR tree-optimization/48717
* tree-ssa-forwprop.c (associate_plusminus): For A + ~A and
~A + A optimizations use build_int_cst_type instead of build_int_cst.

* gcc.c-torture/execute/pr48717.c: New test.

From-SVN: r172868

13 years agore PR target/48723 (ICE on function returning structure with -fstack-check on corei7...
Uros Bizjak [Fri, 22 Apr 2011 18:40:23 +0000 (20:40 +0200)]
re PR target/48723 (ICE on function returning structure with -fstack-check on corei7-avx)

PR target/48723
* config/i386/i386.c (ix86_expand_prologue): Update m->fs.sp_offset
after the call to ix86_adjust_stack_and_probe.

testsuite/ChangeLog:

PR target/48723
* gcc.target/i386/pr48723.c: New test.

From-SVN: r172866

13 years agolibgo: Support multilib testing.
Ian Lance Taylor [Fri, 22 Apr 2011 18:38:24 +0000 (18:38 +0000)]
libgo: Support multilib testing.

From Rainer Orth.

From-SVN: r172865

13 years agore PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 search path)
Ian Lance Taylor [Fri, 22 Apr 2011 18:23:47 +0000 (18:23 +0000)]
re PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 search path)

PR go/48503
libgo: Bring over http/cgi environment inheritance patches.

From-SVN: r172864

13 years agodecl.c (make_packable_type): Copy DECL_PARALLEL_TYPE onto the new type.
Eric Botcazou [Fri, 22 Apr 2011 17:41:28 +0000 (17:41 +0000)]
decl.c (make_packable_type): Copy DECL_PARALLEL_TYPE onto the new type.

* gcc-interface/decl.c (make_packable_type): Copy DECL_PARALLEL_TYPE
onto the new type.

From-SVN: r172863

13 years agogigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.
Eric Botcazou [Fri, 22 Apr 2011 17:35:08 +0000 (17:35 +0000)]
gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.

* gcc-interface/gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG
parameter.
* gcc-interface/utils.c (create_subprog_decl): Likewise.  Set
DECL_ARTIFICIAL and DECL_NO_INLINE_WARNING_P on the DECL accordingly.
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Subprogram_Type>: Add
ARTIFICIAL_FLAG local variable and pass it to create_subprog_decl.
<all>: Do not set flags on the reused DECL node coming from an alias.
Set DECL_IGNORED_P on the DECL node built for subprograms if they
don't need debug info here...
* gcc-interface/trans.c (Subprogram_Body_to_gnu): ...and not here.
(gigi): Adjust calls to create_subprog_decl.
(build_raise_check): Likewise.
(establish_gnat_vms_condition_handler): Likewise.
(Compilation_Unit_to_gnu): Likewise.
(gnat_to_gnu): Likewise.

From-SVN: r172862

13 years agobfin-protos.h (Mmode): Don't define.
Joseph Myers [Fri, 22 Apr 2011 16:47:38 +0000 (17:47 +0100)]
bfin-protos.h (Mmode): Don't define.

* config/bfin/bfin-protos.h (Mmode): Don't define.  Expand
definition where used.

From-SVN: r172861

13 years agore PR c/48716 (gcc OpenMP static variable declared in scope inside construct is prede...
Jakub Jelinek [Fri, 22 Apr 2011 14:10:45 +0000 (16:10 +0200)]
re PR c/48716 (gcc OpenMP static variable declared in scope inside construct is predetermined shared)

PR c/48716
* gimplify.c (gimplify_bind_expr): Mark as GOVD_LOCAL also
TREE_STATIC variables declared inside of some OpenMP construct.

* gcc.dg/gomp/pr48716.c: New test.
* g++.dg/gomp/pr48716.C: New test.

From-SVN: r172859

13 years agore PR middle-end/48585 (483.xalancbmk in SPEC CPU 2006 failed to build)
Martin Jambor [Fri, 22 Apr 2011 12:52:30 +0000 (14:52 +0200)]
re PR middle-end/48585 (483.xalancbmk in SPEC CPU 2006 failed to build)

2011-04-22  Martin Jambor  <mjambor@suse.cz>

PR middle-end/48585
* tree-inline.c (copy_bb): Create new edges only for analyzed
nodes.

From-SVN: r172858

13 years agore PR c/36750 (-Wmissing-field-initializers relaxation request)
Alexander Monakov [Fri, 22 Apr 2011 11:53:01 +0000 (15:53 +0400)]
re PR c/36750 (-Wmissing-field-initializers relaxation request)

PR c/36750
* c-typeck.c (pop_init_level): Do not warn about initializing
with ` = {0}'.

testsuite:
* gcc.dg/missing-field-init-2.c: Update testcase.

From-SVN: r172857

13 years agomissed hunk from last commit
Alan Modra [Fri, 22 Apr 2011 04:19:40 +0000 (13:49 +0930)]
missed hunk from last commit

missed hunk from last commit
* config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
when returning call_cookie.

From-SVN: r172856

13 years agors6000.c (rs6000_function_arg): Remove CALL_LIBCALL when returning call_cookie.
Alan Modra [Fri, 22 Apr 2011 03:58:15 +0000 (13:28 +0930)]
rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL when returning call_cookie.

gcc/
* config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
when returning call_cookie.
(rs6000_function_ok_for_sibcall): Allow sibcalls via function
pointers, to functions with no more vector args than the current
function, and some non-local calls for ABI_V4.
* config/rs6000/rs6000.md (sibcall_nonlocal_aix32,
sibcall_nonlocal_aix64): Combine to ..
(sibcall_nonlocal_aix<mode>): ..this.  Handle function pointer calls.
(sibcall_value_nonlocal_aix32, sibcall_value_nonlocal_aix64): Combine..
(sibcall_value_nonlocal_aix<mode>): ..likewise.
(*sibcall_nonlocal_sysv<mode>): Handle function pointer calls.
(sibcall_value_nonlocal_sysv<mode>): Likewise.  Correct call cookie
operand.
* config/rs6000/darwin.md (sibcall_nonlocal_darwin64,
sibcall_value_nonlocal_darwin64, sibcall_symbolic_64,
sibcall_value_symbolic_64): Delete.
gcc/testsuite/
* gcc.target/powerpc/ppc-pow.c: Allow for tail calls.

From-SVN: r172855

13 years ago* MAINTAINERS: Update my email address.
Jie Zhang [Fri, 22 Apr 2011 02:30:57 +0000 (02:30 +0000)]
* MAINTAINERS: Update my email address.

From-SVN: r172854

13 years agoDaily bump.
GCC Administrator [Fri, 22 Apr 2011 00:17:59 +0000 (00:17 +0000)]
Daily bump.

From-SVN: r172853

13 years agoRemove cgraph pid
Xinliang David Li [Fri, 22 Apr 2011 00:03:41 +0000 (00:03 +0000)]
Remove cgraph pid

From-SVN: r172848

13 years agogodump.c (go_format_type): Use exported Go name for anonymous field name.
Ian Lance Taylor [Thu, 21 Apr 2011 23:38:34 +0000 (23:38 +0000)]
godump.c (go_format_type): Use exported Go name for anonymous field name.

* godump.c (go_format_type): Use exported Go name for anonymous
field name.

From-SVN: r172847

13 years agoDefine go_assert to replace gcc_assert
Ian Lance Taylor [Thu, 21 Apr 2011 22:54:23 +0000 (22:54 +0000)]
Define go_assert to replace gcc_assert

This is defined in go-system.h in the backend.

* go-system.h (go_assert, go_unreachable): Define.

From-SVN: r172846

13 years agoChangelog: Remove gcc/ prefix from a changelog entry.
Easwaran Raman [Thu, 21 Apr 2011 20:37:35 +0000 (20:37 +0000)]
Changelog: Remove gcc/ prefix from a changelog entry.

*Changelog: Remove gcc/ prefix from a changelog entry.

From-SVN: r172845

13 years agoobjc-act.c (synth_module_prologue): Call build_function_type_list instead of build_fu...
Nathan Froyd [Thu, 21 Apr 2011 20:29:55 +0000 (20:29 +0000)]
objc-act.c (synth_module_prologue): Call build_function_type_list instead of build_function_type.

* objc-act.c (synth_module_prologue): Call build_function_type_list
instead of build_function_type.
* objc-next-runtime-abi-02.c (next_runtime_02_initialize):
Likewise.

From-SVN: r172844

13 years agofrv.c (frv_init_builtins): Delete `endlink' variable.
Nathan Froyd [Thu, 21 Apr 2011 20:14:21 +0000 (20:14 +0000)]
frv.c (frv_init_builtins): Delete `endlink' variable.

* config/frv/frv.c (frv_init_builtins): Delete `endlink' variable.
Call builtin_function_type_list instead of builtin_function_type.
(UNARY, BINARY, TRINARY, QUAD): Likewise.

From-SVN: r172842

13 years agoarm.c (arm_init_iwmmxt_builtins): Call build_function_type_list instead of build_func...
Nathan Froyd [Thu, 21 Apr 2011 20:13:17 +0000 (20:13 +0000)]
arm.c (arm_init_iwmmxt_builtins): Call build_function_type_list instead of build_function_type.

* config/arm/arm.c (arm_init_iwmmxt_builtins): Call
build_function_type_list instead of build_function_type.
Delete variable `endlink'.

From-SVN: r172841

13 years agos390.c (s390_init_builtins): Call build_function_type_list instead of build_function_...
Nathan Froyd [Thu, 21 Apr 2011 20:12:07 +0000 (20:12 +0000)]
s390.c (s390_init_builtins): Call build_function_type_list instead of build_function_type.

* config/s390/s390.c (s390_init_builtins): Call
build_function_type_list instead of build_function_type.

From-SVN: r172840

13 years agoia64.c (ia64_init_builtins): Call build_function_type_list instead of builtin_functio...
Nathan Froyd [Thu, 21 Apr 2011 20:11:12 +0000 (20:11 +0000)]
ia64.c (ia64_init_builtins): Call build_function_type_list instead of builtin_function_type.

* config/ia64/ia64.c (ia64_init_builtins): Call
build_function_type_list instead of builtin_function_type.

From-SVN: r172839

13 years agore PR fortran/48405 (Handle expressions in DO loops for front-end optimization)
Thomas Koenig [Thu, 21 Apr 2011 19:23:34 +0000 (19:23 +0000)]
re PR fortran/48405 (Handle expressions in DO loops for front-end optimization)

2011-04-21  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/48405
* frontend_passes (cfe_register_funcs): Remove workaround for DO
loops.
(gfc_code_walker):  Make sure the pointer to the current
statement doen't change when other statements are inserted.

2011-04-21  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR fortran/48405
* gfortran.dg/function_optimize_6.f90:  New test.

From-SVN: r172838

13 years agocfgexpand.c (stack_var): Remove OFFSET...
Easwaran Raman [Thu, 21 Apr 2011 19:16:57 +0000 (19:16 +0000)]
cfgexpand.c (stack_var): Remove OFFSET...

2011-04-21  Easwaran Raman  <eraman@google.com>

* gcc/cfgexpand.c (stack_var): Remove OFFSET...
(add_stack_var): ...and its reference here...
(expand_stack_vars): ...and here.
(stack_var_cmp): Sort by descending order of size.
(partition_stack_vars): Change heuristic.
(union_stack_vars): Fix to reflect changes in
partition_stack_vars.
(dump_stack_var_partition): Add newline after each partition.

testsuite/Changelog:

2011-04-21  Easwaran Raman  <eraman@google.com>

* gcc.dg/stack-layout-2.c: New test.

From-SVN: r172837

13 years ago* de.po: Update.
Joseph Myers [Thu, 21 Apr 2011 17:02:17 +0000 (18:02 +0100)]
* de.po: Update.

From-SVN: r172835

13 years agoMakefile.in (NO_SIBLING_ADAFLAGS): Always define.
Eric Botcazou [Thu, 21 Apr 2011 16:38:49 +0000 (16:38 +0000)]
Makefile.in (NO_SIBLING_ADAFLAGS): Always define.

* gcc-interface/Makefile.in (NO_SIBLING_ADAFLAGS): Always define.
(NO_REORDER_ADAFLAGS): New variable.
(EXTRA_GNATTOOLS): Always define.
(../stamp-gnatlib1-$(RTSDIR): Copy tsystem.h.
Clean up and adjust list of files compiled with special options.
* gcc-interface/Make-lang.in: Likewise.
(ada/decl.o): Cosmetical change.
(ada/misc.o): Remove dependency on $(PLUGIN_H).

From-SVN: r172834

13 years agogengtype-state.c (read_a_state_token): Fix argument to obstack_free.
Dimitrios Apostolou [Thu, 21 Apr 2011 14:53:43 +0000 (14:53 +0000)]
gengtype-state.c (read_a_state_token): Fix argument to obstack_free.

* gengtype-state.c (read_a_state_token): Fix argument to
obstack_free.
* gengtype.c (matching_file_name_substitute): Likewise.

Co-Authored-By: Jeff Law <law@redhat.com>
From-SVN: r172832

13 years agore PR debug/48703 (segfault in canonicalize_for_substitution)
Richard Guenther [Thu, 21 Apr 2011 14:35:43 +0000 (14:35 +0000)]
re PR debug/48703 (segfault in canonicalize_for_substitution)

2011-04-21  Richard Guenther  <rguenther@suse.de>

PR lto/48703
* tree.c (free_lang_data_in_decl): Do not zero TREE_TYPE of
DECL_NAME.

* g++.dg/lto/pr48207-2_0.C: New testcase.
* g++.dg/lto/pr48207-3_0.C: Likewise.

From-SVN: r172830

13 years ago* gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.
Eric Botcazou [Thu, 21 Apr 2011 14:15:51 +0000 (14:15 +0000)]
* gimple.c (walk_gimple_op) <GIMPLE_CALL>: Fix couple of oversights.

From-SVN: r172828

13 years agogcc_release (maybe_build_tarfile): Don't build a tarfile if the first directory doesn...
Jakub Jelinek [Thu, 21 Apr 2011 13:15:02 +0000 (15:15 +0200)]
gcc_release (maybe_build_tarfile): Don't build a tarfile if the first directory doesn't exist.

* gcc_release (maybe_build_tarfile): Don't build a tarfile if
the first directory doesn't exist.

From-SVN: r172827

13 years agoMakefile.in (site.exp): Do not use tmp0 but site.tmp as temporary file name.
Richard Guenther [Thu, 21 Apr 2011 13:08:58 +0000 (13:08 +0000)]
Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary file name.

2011-04-21  Richard Guenther  <rguenther@suse.de>

* Makefile.in (site.exp): Do not use tmp0 but site.tmp as temporary
file name.

From-SVN: r172826

13 years agotree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_REF...
Richard Guenther [Thu, 21 Apr 2011 13:06:47 +0000 (13:06 +0000)]
tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.

2011-04-21  Richard Guenther  <rguenther@suse.de>

* tree-ssa-alias.c (ptr_deref_may_alias_decl_p): Handle
MEM_REF and TARGET_MEM_REF, do not care about INDIRECT_REFs.
Use DECL_P, not SSA_VAR_P.
(ptr_derefs_may_alias_p): Likewise.
(ptr_deref_may_alias_ref_p_1): Likewise.
(decl_refs_may_alias_p): Likewise.
(refs_may_alias_p_1): Likewise.
(ref_maybe_used_by_call_p_1): Likewise.
(call_may_clobber_ref_p_1): Likewise.
(indirect_ref_may_alias_decl_p): Assume indirect refrences
are either MEM_REF or TARGET_MEM_REF.
(indirect_refs_may_alias_p): Likewise.
* calls.c (emit_call_1): Build a MEM_REF instead of an INDIRECT_REF
for MEM_EXPR of indirect calls.

From-SVN: r172825

13 years agovmsdbgout.c (write_srccorr): Compute file length from the string.
Tristan Gingold [Thu, 21 Apr 2011 13:01:26 +0000 (13:01 +0000)]
vmsdbgout.c (write_srccorr): Compute file length from the string.

2011-04-21  Tristan Gingold  <gingold@adacore.com>

* vmsdbgout.c (write_srccorr): Compute file length from the string.
(dst_file_info_struct): Remove flen field.
(lookup_filename): Remove code that set flen field.

From-SVN: r172824

13 years agoia64.c (ia64_start_function): Add a guard.
Tristan Gingold [Thu, 21 Apr 2011 12:47:17 +0000 (12:47 +0000)]
ia64.c (ia64_start_function): Add a guard.

2011-04-21  Tristan Gingold  <gingold@adacore.com>

* config/ia64/ia64.c (ia64_start_function): Add a guard.

From-SVN: r172822

13 years agore PR target/48708 (Invalid V2DI vector set insn generated)
Uros Bizjak [Thu, 21 Apr 2011 11:55:45 +0000 (13:55 +0200)]
re PR target/48708 (Invalid V2DI vector set insn generated)

PR target/48708
* config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate
vec_extract and vec_concat for non-SSE4_1 targets.

testsuite/ChangeLog:

PR target/48708
* gcc.target/i386/pr48708.c: New test.

From-SVN: r172821

13 years agotree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle return statements.
Richard Guenther [Thu, 21 Apr 2011 11:31:52 +0000 (11:31 +0000)]
tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle return statements.

2011-04-21  Richard Guenther  <rguenther@suse.de>

* tree-ssa-alias.c (ref_maybe_used_by_stmt_p): Handle
return statements.

From-SVN: r172820

13 years agocygming.h (union tree_node, TREE): Don't define or undefine.
Joseph Myers [Thu, 21 Apr 2011 10:50:24 +0000 (11:50 +0100)]
cygming.h (union tree_node, TREE): Don't define or undefine.

* config/i386/cygming.h (union tree_node, TREE): Don't define or
undefine.
(FILE): Don't undefine.

From-SVN: r172819