Uros Bizjak
01305d242d
ChangeLog: Fix whitespace.
...
* ChangeLog: Fix whitespace.
* testsuite/ChangeLog: Ditto.
From-SVN: r156835
2010-02-17 19:00:46 +01:00
Rafael Avila de Espindola
cae072e27c
MAINTAINERS (Plugin, [...]): Remove myself.
...
2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
* MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
(Write After Approval): Update my email address.
From-SVN: r156834
2010-02-17 16:36:02 +00:00
Dave Korn
a30f3def59
mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
...
* config/i386/mingw32.h (LIBGCJ_SONAME): Fix cut'n'pasto in DLL name.
From-SVN: r156832
2010-02-17 15:53:28 +00:00
Steven Bosscher
2f6c5b27e0
gensupport.c (process_one_cond_exec): Derive name for COND_EXEC patterns from predicated pattern.
...
* gensupport.c (process_one_cond_exec): Derive name for COND_EXEC
patterns from predicated pattern.
From-SVN: r156831
2010-02-17 15:05:40 +00:00
Paolo Carlini
ce4674f2a6
limits: Implement resolution of DR 559 (CD1) in C++0x mode.
...
2010-02-17 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/limits: Implement resolution of DR 559 (CD1) in
C++0x mode.
* testsuite/18_support/numeric_limits/dr559.cc: New.
From-SVN: r156830
2010-02-17 12:18:54 +00:00
Nick Clifton
96e41f1611
oops - add changelog entry for previous delta.
...
From-SVN: r156829
2010-02-17 11:02:32 +00:00
Nick Clifton
e50390fc02
Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete the config.cache files found...
...
* Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
the config.cache files found by the find command.
From-SVN: r156828
2010-02-17 11:01:44 +00:00
Uros Bizjak
b5e33e042a
re PR target/43103 (xop-vpermil2pX tests failed)
...
PR target/43103
* config/i386/sse.md (xop_vpermil2<mode>3): Use avxmodesuffixf2c
for insn mnemonic suffix.
testsuite/ChangeLog:
PR target/43103
* gcc.target/i386/xop-check.h: Include m256-check.h.
* gcc.target/i386/xop-vpermil2ps-1.c: Include x86intrin.h.
* gcc.target/i386/xop-vpermil2ps-256-1.c: Ditto.
* gcc.target/i386/xop-vpermil2pd-1.c: Ditto.
* gcc.target/i386/xop-vpermil2pd-256-1.c: Ditto.
From-SVN: r156827
2010-02-17 11:52:41 +01:00
Nick Clifton
bf646aaf78
re PR c++/11238 (A constructor with exception handler rethrows the exception to the constructor caller)
...
PR 11238
* Makefile.tpl (local-distclean): Also remove config.cache files in
sub-directories as there may not be Makefiles present in the
sub-directories.
* Makefile.in: Regenerate.
* configure.ac: Revert previous delta.
* configure: Regenerate.
From-SVN: r156826
2010-02-17 10:05:27 +00:00
Richard Guenther
a95740b328
tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis to loop PHI nodes.
...
2010-02-17 Richard Guenther <rguenther@suse.de>
* tree-vrp.c (vrp_visit_phi_node): Restrict SCEV analysis
to loop PHI nodes.
From-SVN: r156825
2010-02-17 09:45:31 +00:00
Richard Biener
6832680673
re PR middle-end/41043 (virtual memory exhausted: Cannot allocate memory)
...
2010-02-16 Richard Guenther <rguenther@suse.de>
PR tree-optimization/41043
* gfortran.dg/pr41043.f90: New testcase.
* gcc.dg/Wstrict-overflow-18.c: XFAIL.
From-SVN: r156824
2010-02-17 09:39:26 +00:00
Jakub Jelinek
169e464e66
re PR debug/42918 ("-fcompare-debug failure" with "-O2 -ftracer" (2))
...
PR debug/42918
* caller-save.c (save_call_clobbered_regs): If BB ends with
a DEBUG_INSN, move any notes in between last real insn and the last
DEBUG_INSN after the last DEBUG_INSN.
* gcc.dg/pr42918.c: New test.
From-SVN: r156823
2010-02-17 09:54:59 +01:00
Benjamin Kosnik
32ade5590e
ios_locale.cc: Fixes for -pedantic.
...
2010-02-16 Benjamin Kosnik <bkoz@redhat.com>
* src/ios_locale.cc: Fixes for -pedantic.
* src/system_error.cc: Same.
* src/locale.cc: Same.
* src/list.cc: Same.
* src/locale_facets.cc: Same.
* src/locale_init.cc: Same.
* src/ios.cc: Same.
* config/locale/darwin/ctype_members.cc: Same.
* config/locale/gnu/collate_members.cc: Same.
* config/locale/gnu/ctype_members.cc: Same.
* config/locale/gnu/c_locale.cc: Same.
* config/locale/gnu/monetary_members.cc: Same.
* config/locale/gnu/time_members.cc: Same.
* config/locale/ieee_1003.1-2001/c_locale.cc: Same.
* config/locale/generic/collate_members.cc: Same.
* config/locale/generic/ctype_members.cc: Same.
* config/locale/generic/c_locale.cc: Same.
* config/locale/generic/monetary_members.cc: Same.
* config/locale/generic/time_members.cc: Same.
* config/io/basic_file_stdio.cc: Same.
* libsupc++/pbase_type_info.cc: Fixes for -fno-rtti.
* libsupc++/pointer_type_info.cc: Same.
* libsupc++/eh_personality.cc: Same.
* include/std/system_error: Throw spacing.
* include/bits/locale_classes.h: Same.
* include/bits/locale_facets.h: Same.
* include/bits/ios_base.h: Same.
* testsuite/17_intro/headers/c++200x/all_no_rtti.cc: New.
* testsuite/17_intro/headers/c++1998/all_no_rtti.cc: New
From-SVN: r156822
2010-02-17 05:43:24 +00:00
H.J. Lu
bc349d0a7f
Require ILP32 for stdcall attribute test.
...
2010-02-16 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/ext/attrib36.C: Require ILP32.
From-SVN: r156821
2010-02-16 20:59:16 -08:00
GCC Administrator
7cec0b1d3d
Daily bump.
...
From-SVN: r156819
2010-02-17 00:16:44 +00:00
Paolo Carlini
05eeebfe49
random.h (linear_congruential_engine(_Sseq&), [...]): Do not enable for the type itself.
...
2010-02-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/random.h (linear_congruential_engine(_Sseq&),
mersenne_twister_engine(_Sseq&), subtract_with_carry_engine(_Sseq&)):
Do not enable for the type itself.
(discard_block_engine(_Sseq&), independent_bits_engine(_Sseq&),
shuffle_order_engine(_Sseq&)): Do not enable for the type itself too.
(linear_congruential_engine<>::seed(_Sseq&),
mersenne_twister_engine<>::seed(_Sseq&),
subtract_with_carry_engine<>::seed(_Sseq&)): Use enable_if on the
return type.
(discard_block_engine<>::seed(_Sseq&),
independent_bits_engine<>::seed(_Sseq&),
shuffle_order_engine<>::seed(_Sseq&)): Do not use enable_if.
* include/bits/random.tcc: Adjust definitions.
* testsuite/26_numerics/random/independent_bits_engine/cons/copy.cc:
New.
* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
copy.cc: Likewise.
* testsuite/26_numerics/random/discard_block_engine/cons/
copy.cc: Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/cons/
copy.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/cons/
copy.cc: Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/cons/
copy.cc: Likewise.
* testsuite/26_numerics/random/independent_bits_engine/cons/
base_move.cc: Minor tweaks.
* testsuite/26_numerics/random/independent_bits_engine/cons/seed1.cc:
Likewise.
* testsuite/26_numerics/random/independent_bits_engine/cons/seed2.cc:
Likewise.
* testsuite/26_numerics/random/independent_bits_engine/cons/
base_copy.cc: Likewise.
* testsuite/26_numerics/random/independent_bits_engine/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/independent_bits_engine/cons/
seed_seq.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
seed1.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
seed2.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/cons/
seed_seq.cc: Likewise.
* testsuite/26_numerics/random/discard_block_engine/cons/base_move.cc:
Likewise.
* testsuite/26_numerics/random/discard_block_engine/cons/seed1.cc:
Likewise.
* testsuite/26_numerics/random/discard_block_engine/cons/seed2.cc:
Likewise.
* testsuite/26_numerics/random/discard_block_engine/cons/base_copy.cc:
Likewise.
* testsuite/26_numerics/random/discard_block_engine/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/discard_block_engine/cons/seed_seq.cc:
Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/cons/seed1.cc:
Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/cons/seed2.cc:
Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/cons/
default.cc: Likewise.
* testsuite/26_numerics/random/mersenne_twister_engine/cons/
seed_seq.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/cons/
seed1.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/cons/
seed2.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/cons/
seed_seq.cc: Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/cons/base_move.cc:
Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/cons/seed1.cc:
Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/cons/seed2.cc:
Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/cons/base_copy.cc:
Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/cons/default.cc:
Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/cons/seed_seq.cc:
Likewise.
From-SVN: r156815
2010-02-16 19:19:55 +00:00
Joern Rennecke
5498b6d2bf
tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC): Fix return type.
...
* tm.texi (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD_SPEC):
Fix return type. Fix argument type. Explain meaning of return value.
From-SVN: r156814
2010-02-16 19:04:15 +00:00
Richard Guenther
b09bae6856
re PR middle-end/41043 (virtual memory exhausted: Cannot allocate memory)
...
2010-02-16 Richard Guenther <rguenther@suse.de>
PR tree-optimization/41043
* tree-vrp.c (vrp_var_may_overflow): Only ask SCEV for
real loops.
(vrp_visit_assignment_or_call): Do not ask SCEV for regular
statements ...
(vrp_visit_phi_node): ... but only for loop PHI nodes.
* gfortran.dg/pr41043.f90: New testcase.
* gcc.dg/Wstrict-overflow-18.c: XFAIL.
From-SVN: r156808
2010-02-16 16:11:28 +00:00
Paolo Carlini
d779a59199
unique_ptr.h: (unique_ptr<>:: unique_ptr(const unique_ptr<_Up...
...
2010-02-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/unique_ptr.h: (unique_ptr<>::
unique_ptr(const unique_ptr<_Up, _Up_Deleter>&),
operator=(const unique_ptr<_Up, _Up_Deleter>&)): Remove, redundant,
per DR 1303.
* include/bits/shared_ptr.h (shared_ptr<>::
shared_ptr(const unique_ptr<_Up, _Up_Deleter>&),
operator=(const unique_ptr<_Up, _Up_Deleter>&)): Likewise.
* include/bits/shared_ptr_base.h (__shared_ptr<>::
__shared_ptr(const unique_ptr<_Up, _Up_Deleter>&),
operator=(const unique_ptr<_Up, _Up_Deleter>&)): Likewise.
* testsuite/20_util/unique_ptr/modifiers/reset_neg.cc: Adjust.
* testsuite/20_util/unique_ptr/assign/assign_neg.cc: Likewise.
* testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc: Likewise.
* testsuite/20_util/shared_ptr/assign/unique_ptr_lvalue_neg.cc:
Likewise.
From-SVN: r156807
2010-02-16 16:01:23 +00:00
Jason Merrill
7c7580ef15
* g++.dg/cpp0x/initlist-opt.C: Declare max_val inline.
...
From-SVN: r156804
2010-02-16 10:08:33 -05:00
Jason Merrill
0d08582ee6
* cp-gimplify.c (cp_gimplify_expr): Fix error recovery.
...
From-SVN: r156803
2010-02-16 10:08:23 -05:00
Ira Rosen
99f51320d4
re PR tree-optimization/43074 (ICE in vectorizable_reduction, at tree-vect-loop.c:3491)
...
PR tree-optimization/43074
* tree-vectorizer.h (VECTORIZABLE_CYCLE_DEF): New.
* tree-vect-loop.c (vect_analyze_loop_operations): Add
vectorizable cycles in hybrid SLP check.
* tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Likewise.
From-SVN: r156800
2010-02-16 11:35:03 +00:00
Richard Guenther
f47e08d97a
alias.c (memrefs_conflict_p): Distinguish must-alias from don't know.
...
2010-02-16 Richard Guenther <rguenther@suse.de>
* alias.c (memrefs_conflict_p): Distinguish must-alias from
don't know.
(true_dependence): If memrefs_conflict_p computes must-alias
trust it. Move TBAA check after offset-based disambiguation.
(canon_true_dependence): Likewise.
From-SVN: r156797
2010-02-16 10:01:51 +00:00
Tobias Burnus
7bc19392e5
re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO)
...
2010-02-16 Tobias Burnus <burnus@net-b.de>
PR fortran/43040
* gfortran.h (gfc_isym_id): Rename GFS_ISYM_GAMMA to
* GFS_ISYM_TGAMMA.
* intrinsic.c (add_functions): Ditto.
* iresolve.c (gfc_resolve_gamma): Call tgamma instead of gamma.
* mathbuiltins.def: Use TGAMMA instead of GAMMA with "tgamma".
From-SVN: r156796
2010-02-16 09:35:05 +01:00
Jakub Jelinek
ec8c39789d
params.def (PARAM_MAX_VARTRACK_SIZE): New.
...
* params.def (PARAM_MAX_VARTRACK_SIZE): New.
* doc/invoke.texi: Document it.
* var-tracking.c: Include toplev.h and params.h.
(vt_find_locations): Return bool indicating success. Compute
hash sizes unconditionally. Check new parameter, report.
(variable_tracking_main_1): Check vt_find_locations results and
retry. Renamed from...
(variable_tracking_main): ... this. New wrapper to preserve
flag_var_tracking_assignments.
* Makefile.in (var-tracking.o): Adjust dependencies.
* lib/prune.exp: Prune variable tracking size limit exceeded
notes.
From-SVN: r156794
2010-02-16 09:02:37 +01:00
Jason Merrill
1e2ddf80b6
re PR c++/43031 (internal compiler error: verify_gimple failed after non-trivial conversion error when crosscompiling Firefox)
...
PR c++/43031
* cp-gimplify.c (cp_gimplify_expr) [MODIFY_EXPR]: Use
VIEW_CONVERT_EXPR for conversions between structural equality types
that the back end can't tell are the same.
From-SVN: r156793
2010-02-16 01:05:20 -05:00
Jason Merrill
38e40fcd45
re PR c++/43036 (c++ compilation hang)
...
PR c++/43036
* tree.c (build_cplus_array_type): Set TYPE_MAIN_VARIANT to strip
cv-quals from element here.
(cp_build_qualified_type_real): Not here. Preserve typedef name.
From-SVN: r156792
2010-02-16 01:05:09 -05:00
GCC Administrator
d96f5ff5b4
Daily bump.
...
From-SVN: r156789
2010-02-16 00:17:14 +00:00
Jack Howarth
3bf6b40332
re PR target/42854 (FAIL: gcc.dg/darwin-weakimport-[13].c scan-assembler-not *)
...
PR target/42854
* config/darwin.h (ASM_WEAKEN_DECL): Don't check weak attribute
if weak_import attribute is present.
* config/darwin.c (machopic_select_section): Likewise.
Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
From-SVN: r156786
2010-02-16 00:52:53 +01:00
Kaveh R. Ghazi
6dbe8a3268
initlist-opt.C: Bind pic locally.
...
* g++.dg/cpp0x/initlist-opt.C: Bind pic locally.
From-SVN: r156785
2010-02-15 22:48:24 +00:00
Paolo Carlini
961e1fdc40
median.cc: Adjust.
...
2010-02-15 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/ext/median.cc: Adjust.
From-SVN: r156780
2010-02-15 17:35:11 +00:00
Joern Rennecke
a934eb2d59
tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
...
* doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document.
(TARGET_VECTORIZE_VECTOR_ALIGNMENT_REACHABLE): Likewise.
(TARGET_VECTORIZE_BUILTIN_VEC_PERM): Likewise.
(TARGET_VECTORIZE_BUILTIN_VEC_PERM_OK): Likewise.
* doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): Fix argument types.
* doc/tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION):
Fix argument types.
* doc/tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.
Rewrite text to refer to the names.
From-SVN: r156779
2010-02-15 17:27:35 +00:00
Sebastian Pop
02edd2f6e9
Add support for vpermil2p* in XOP.
...
2010-02-13 Sebastian Pop <sebastian.pop@amd.com>
* config/i386/i386-builtin-types.def
(V2DF_FTYPE_V2DF_V2DF_V2DI_INT): Declared.
(V4DF_FTYPE_V4DF_V4DF_V4DI_INT): Declared.
(V4SF_FTYPE_V4SF_V4SF_V4SI_INT): Declared.
(V8SF_FTYPE_V8SF_V8SF_V8SI_INT): Declared.
* config/i386/i386.c (enum ix86_builtins): Add IX86_BUILTIN_VPERMIL2PD,
IX86_BUILTIN_VPERMIL2PS, IX86_BUILTIN_VPERMIL2PD256, and
IX86_BUILTIN_VPERMIL2PS256.
(MULTI_ARG_4_DF2_DI_I): Defined.
(MULTI_ARG_4_DF2_DI_I1): Defined.
(MULTI_ARG_4_SF2_SI_I): Defined.
(MULTI_ARG_4_SF2_SI_I1): Defined.
(bdesc_multi_arg): Add __builtin_ia32_vpermil2pd,
__builtin_ia32_vpermil2ps, __builtin_ia32_vpermil2pd256, and
__builtin_ia32_vpermil2ps256.
(ix86_expand_multi_arg_builtin): Handle MULTI_ARG_4_DF2_DI_I,
MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
MULTI_ARG_4_SF2_SI_I1. Handle builtins with 4 arguments.
(ix86_expand_args_builtin): Handle MULTI_ARG_4_DF2_DI_I,
MULTI_ARG_4_DF2_DI_I1, MULTI_ARG_4_SF2_SI_I, and
MULTI_ARG_4_SF2_SI_I1. Handle CODE_FOR_xop_vpermil2v2df3,
CODE_FOR_xop_vpermil2v4sf3, CODE_FOR_xop_vpermil2v4df3, and
CODE_FOR_xop_vpermil2v8sf3.
* config/i386/i386.md (UNSPEC_VPERMIL2): Declared.
* config/i386/sse.md (xop_vpermil2<mode>3): New insn pattern.
* config/i386/xopintrin.h (_mm_permute2_pd): New.
(_mm256_permute2_pd): New.
(_mm_permute2_ps): New.
(_mm256_permute2_ps): New.
* gcc.target/i386/sse-14.c: Add tests for _mm_permute2_pd,
_mm256_permute2_pd, _mm_permute2_ps, and _mm256_permute2_ps.
* gcc.target/i386/xop-vpermil2pd-1.c: New.
* gcc.target/i386/xop-vpermil2pd-256-1.c: New.
* gcc.target/i386/xop-vpermil2ps-1.c: New.
* gcc.target/i386/xop-vpermil2ps-256-1.c: New.
From-SVN: r156778
2010-02-15 17:21:21 +00:00
Paolo Carlini
d5c5922408
stl_algo.h (__median): Move...
...
2010-02-15 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/stl_algo.h (__median): Move...
* include/ext/algorithm: ... here, being an SGI extension.
From-SVN: r156776
2010-02-15 16:55:20 +00:00
Nick Clifton
ac447f256b
h8300.c: (h8300_push_pop): Use bool type for boolean parameters.
...
* config/h8300/h8300.c: (h8300_push_pop): Use bool type for
boolean parameters. Use emit_jump_insn when emitting a pop
instruction containing a return insn.
(push): Use 'true' rather than '1' as second parameter to F.
(h8300_expand_prologue): Likewise.
Use 'true' and 'false' for boolean parameters to
h8300_push_pop.
(h8300_expand_epilogue): Likewise.
From-SVN: r156774
2010-02-15 15:44:39 +00:00
Matthias Klose
694d3cfd60
sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__.
...
2010-02-15 Matthias Klose <doko@ubuntu.com>
* src/arm/sysv.S (__ARM_ARCH__): Define for processor
__ARM_ARCH_7EM__.
From-SVN: r156771
2010-02-15 15:19:30 +00:00
Richard Guenther
313333a6d4
re PR tree-optimization/43068 (ICE: in estimate_operator_cost, at tree-inline.c:3141 with -freorder-blocks -ftracer)
...
2010-02-15 Richard Guenther <rguenther@suse.de>
PR middle-end/43068
* cgraphunit.c (thunk_adjust): Skip adjusting by fixed_offset
if that is zero.
* g++.dg/torture/pr43068.C: New testcase.
From-SVN: r156770
2010-02-15 11:27:54 +00:00
Nick Clifton
ff78880a17
configure.ac: Delete config.cache files in sub-directories when deleting Makefiles.
...
* configure.ac: Delete config.cache files in sub-directories when
deleting Makefiles.
* configure: Regenerate.
From-SVN: r156769
2010-02-15 10:54:09 +00:00
Nick Clifton
653958e8be
mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous delta.
...
* config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
delta.
From-SVN: r156767
2010-02-15 09:24:29 +00:00
Volker Reichelt
9b48e39ccc
re PR c++/43024 (ICE on template code with -O2 or -O3, regression from 4.4.2)
...
PR c++/43024
* g++.dg/opt/ice1.C: New.
From-SVN: r156766
2010-02-14 23:01:10 -05:00
GCC Administrator
60e25d4173
Daily bump.
...
From-SVN: r156765
2010-02-15 00:16:47 +00:00
Marco Poletti
0f667308a9
intl.c (fake_ngettext): New function.
...
2010-02-14 Marco Poletti <poletti.marco@gmail.com>
* intl.c (fake_ngettext): New function.
* intl.h (fake_ngettext): Declare.
(ngettext): Define macro.
* collect2.c (notice_translated): New function.
(main): Use notice_translated and ngettext.
* collect2.h (notice_translated): Declare.
From-SVN: r156762
2010-02-14 19:44:07 +00:00
Joseph Myers
e4a20ced34
* sv.po: Update.
...
From-SVN: r156761
2010-02-14 19:35:49 +00:00
Jason Merrill
1acb8caa79
re PR c++/41997 ([C++0x] constant initializer_list not optimised)
...
PR c++/41997
* semantics.c (finish_compound_literal): Use
cp_apply_type_quals_to_decl when creating a static variable.
From-SVN: r156760
2010-02-14 10:17:30 -05:00
Steven Bosscher
912eb5a4de
reorg.c (delete_computation): Comment fixes.
...
* reorg.c (delete_computation): Comment fixes.
* caller-save.c (setup_save_areas): Idem.
* sel-sched-dump.c (dump_lv_set): Idem.
* rtl.def: Idem.
From-SVN: r156759
2010-02-14 12:58:16 +00:00
Andreas Krebbel
244e6c5c9f
s390.c (s390_sched_init): New function.
...
2010-02-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.c (s390_sched_init): New function.
(TARGET_SCHED_INIT): Target hook defined.
From-SVN: r156757
2010-02-14 08:38:11 +00:00
Jerry DeLisle
bc51e72612
re PR fortran/32382 (missed optimization in internal read)
...
2010-02-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/32382
* trans-stmt.h: Add prototype for gfc_trans_code_cond. Add tree cond to
gfc_trans_do prototype.
* trans-stmt.c (gfc_trans_simple_do): Add optional argument to pass in
a loop exit condition. If exit condition is given, build the loop exit
code, checking IO results of implied do loops in READ and WRITE.
(gfc_trans_do): Likewise.
* trans.c (trans_code): New static work function, previously
gfc_trans_code. Passes exit condition to gfc_trans_do.
(gfc_trans_code): Calls trans_code with NULL_TREE condition.
(gfc_trans_code_cond): Calls trans_code with loop exit condition.
* trans-io.c (build_dt): Build an exit condition to allow checking IO
result status bits in the dtparm structure. Use this condition in call
to gfc_trans_code_cond.
From-SVN: r156755
2010-02-14 08:28:50 +00:00
GCC Administrator
89fdbef28d
Daily bump.
...
From-SVN: r156754
2010-02-14 00:16:57 +00:00
Paul Thomas
17555e7e36
re PR fortran/41113 (spurious _gfortran_internal_pack)
...
2010-02-13 Paul Thomas <pault@gcc.gnu.org>
PR fortran/41113
PR fortran/41117
* trans-array.c (gfc_conv_array_parameter): Use
gfc_full_array_ref_p to detect full and contiguous variable
arrays. Full array components and contiguous arrays do not need
internal_pack and internal_unpack.
2010-02-13 Paul Thomas <pault@gcc.gnu.org>
PR fortran/41113
PR fortran/41117
* gfortran.dg/internal_pack_6.f90: New test.
From-SVN: r156749
2010-02-13 12:42:39 +00:00
GCC Administrator
97d22c8a23
Daily bump.
...
From-SVN: r156745
2010-02-13 00:16:54 +00:00