Paolo Carlini
02b27543b7
stl_tree.h (_Rb_tree<>::_Rb_tree_impl<, true>): Remove, identical in mainline to the primary template.
...
2007-11-22 Paolo Carlini <pcarlini@suse.de>
* include/bits/stl_tree.h (_Rb_tree<>::_Rb_tree_impl<, true>): Remove,
identical in mainline to the primary template.
From-SVN: r130355
2007-11-22 18:54:36 +00:00
Jakub Jelinek
6d1f904c2e
re PR c++/34094 (Undefined static data member in anonymous namespace can acquire a definition anyway)
...
PR c++/34094
* decl2.c (cp_write_global_declarations): Issue error about static
data members in anonymous namespace which are declared and used,
but not defined.
* g++.dg/ext/visibility/anon7.C: New test.
From-SVN: r130351
2007-11-22 15:06:06 +01:00
Paolo Carlini
60f2c09056
gnu.ver: Adjust new exports for 128-bit long double.
...
2007-11-22 Paolo Carlini <pcarlini@suse.de>
* config/abi/pre/gnu.ver: Adjust new exports for 128-bit long double.
From-SVN: r130350
2007-11-22 12:06:27 +00:00
Uros Bizjak
8383d43c75
i386.h (TARGET_CPU_CPP_BUILTINS): Change checking of ix86_arch and ix86_tune into a switch statement.
...
* config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Change checking
of ix86_arch and ix86_tune into a switch statement.
(enum processor_type): Default PROCESSOR_I386 to 0.
* config/i386/i386.c (ix86_decompose_address): Use TARGET_K6 instead
of "ix86_tune == PROCESSOR_K6".
(ia32_multipass_dfa_lookahead): Change checking of ix86_tune into
a switch statement.
From-SVN: r130349
2007-11-22 12:25:11 +01:00
Johannes Singler
e683ee2a20
re PR libstdc++/33893 ([parallel mode] Algorithms rely on omp_set_dynamic(false))
...
2007-11-22 Johannes Singler <singler@ira.uka.de>
PR libstdc++/33893
* include/parallel/multiway_merge.h: made omp_dynamic-safe
* include/parallel/workstealing.h: made omp_dynamic-safe
* include/parallel/base.h: infrastructure, cleanup
* include/parallel/par_loop.h: made omp_dynamic-safe
* include/parallel/features.h: activate loser tree variant
* include/parallel/quicksort.h: made omp_dynamic-safe
* include/parallel/compiletime_settings.h: settings overridable
* include/parallel/equally_split.h: made omp_dynamic-safe
* include/parallel/omp_loop_static.h: made omp_dynamic-safe
* include/parallel/random_shuffle.h: made omp_dynamic-safe
* include/parallel/balanced_quicksort.h: made omp_dynamic-safe
* include/parallel/set_operations.h: made omp_dynamic-safe
* include/parallel/unique_copy.h: made omp_dynamic-safe
* include/parallel/multiway_mergesort.h: made omp_dynamic-safe
* include/parallel/search.h: made omp_dynamic-safe
* include/parallel/partition.h: made omp_dynamic-safe
* include/parallel/partial_sum.h: made omp_dynamic-safe
* include/parallel/find.h: made omp_dynamic-safe
* include/parallel/omp_loop.h: made omp_dynamic-safe
* include/parallel/losertree.h: avoid default constructor
From-SVN: r130347
2007-11-22 10:13:08 +00:00
Tobias Burnus
7861a5ce14
re PR fortran/34079 (Bind(C): Character argument/return value problems)
...
2007-11-22 Tobias Burnus <burnus@net-b.de>
PR fortran/34079
* trans-expr.c (gfc_conv_function_call): Do not append
string length arguments when calling bind(c) procedures.
* trans-decl.c (create_function_arglist): Do not append
string length arguments when declaring bind(c) procedures.
2007-11-22 Tobias Burnus <burnus@net-b.de>
PR fortran/34079
* gfortran.dg/bind_c_usage_10.f03: Remove .mod file afterwards.
* gfortran.dg/bind_c_usage_13.f03: New.
* gfortran.dg/bind_c_usage_14.f03: New.
From-SVN: r130346
2007-11-22 10:55:47 +01:00
Richard Sandiford
ac605fd66d
re PR rtl-optimization/33848 (reference to non-existent label at -O1 on mips/mipsel)
...
gcc/testsuite/
PR rtl-optimization/33848
* gcc.dg/torture/pr33848.c: New test.
From-SVN: r130345
2007-11-22 09:30:02 +00:00
Olivier Hainque
1fa4dfc6b7
trans.c (gnat_to_gnu): Reformat lines to fit in 80 columns.
...
2007-11-22 Olivier Hainque <hainque@adacore.com>
* trans.c (gnat_to_gnu) <case N_Free_Statement>: Reformat lines
to fit in 80 columns.
From-SVN: r130343
2007-11-22 09:04:02 +00:00
Tom Tromey
d26d1cea50
mmix.c (mmix_encode_section_info): Use alloca to avoid writing into string allocated by ggc_alloc_string.
...
* config/mmix/mmix.c (mmix_encode_section_info): Use alloca to
avoid writing into string allocated by ggc_alloc_string.
From-SVN: r130342
2007-11-22 07:34:10 +00:00
GCC Administrator
9aee0967b4
Daily bump.
...
From-SVN: r130340
2007-11-22 00:17:35 +00:00
Joseph Myers
f82d92ba29
* de.po: Update.
...
From-SVN: r130337
2007-11-21 23:10:08 +00:00
Jonathan Wakely
207e08e0b5
C++STYLE: Fix typos.
...
2007-11-21 Jonathan Wakely <jwakely.gcc@gmail.com>
* docs/html/17_intro/C++STYLE: Fix typos.
From-SVN: r130336
2007-11-21 22:42:18 +00:00
Kaz Kojima
f8be3f56c1
re PR target/34155 (ICE in simplify_binary_operation_1, at simplify-rtx.c:2666 on sh64)
...
PR target/34155
* config/sh/sh.md (binary_sf_op): Remove.
(binary_sf_op0, binary_sf_op1): New define_insn_and_split.
* config/sh/sh.c (sh_expand_binop_v2sf): Use gen_binary_sf_op0
and gen_binary_sf_op1.
From-SVN: r130335
2007-11-21 22:29:04 +00:00
Hans-Peter Nilsson
12e8869659
regclass.c (init_reg_autoinc): Fix typo preventing test of secondary output reload when...
...
* regclass.c (init_reg_autoinc): Fix typo preventing test of
secondary output reload when setting forbidden_inc_dec_class.
From-SVN: r130333
2007-11-21 19:59:54 +00:00
Francois-Xavier Coudert
0df50e7a0c
re PR fortran/34083 (internal compiler error: in gfc_conv_array_constructor_expr, at fortran/trans-expr.c:2819)
...
PR fortran/34083
* resolve.c (resolve_structure_cons): Also check for zero rank.
* gfortran.dg/derived_constructor_comps_2.f90: Add check.
From-SVN: r130332
2007-11-21 18:32:40 +00:00
Benjamin Kosnik
c60cd1dcf7
documentation.html: Validate.
...
2007-11-20 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/documentation.html: Validate. Add links to index,
correct broken links.
* docs/html/17_intro/C++STYLE: Add bits.
* docs/html/17_intro/configury.html: Correct, update.
* docs/html/17_intro/api.html: Correct HTML.
* include/bits/stl_algobase.h: Adjust comment.
From-SVN: r130331
2007-11-21 16:37:26 +00:00
Aurelien Jarno
5f45b299ed
s-osinte-kfreebsd-gnu.ads (To_Target_Priority): New function.
...
2007-11-21 Aurelien Jarno <aurelien@aurel32.net>
gcc/ada/
* s-osinte-kfreebsd-gnu.ads (To_Target_Priority): New function.
* Makefile.in: Add EH_MECHANISM=-gcc to kfreebsd-gnu. Remove SYMLIB.
From-SVN: r130330
2007-11-21 12:16:51 +00:00
Richard Guenther
11948f6bac
re PR tree-optimization/34148 (Too many VOPs, too deep tree-ssa-sccvn.c recursion)
...
2007-11-21 Richard Guenther <rguenther@suse.de>
PR tree-optimization/34148
* tree-ssa-structalias.c (create_variable_info_for): Do not use
field-sensitive PTA for single-element structures.
* tree-ssa-alias.c (create_overlap_variables_for): Do not create
SFTs for single-element structures.
From-SVN: r130329
2007-11-21 10:16:21 +00:00
GCC Administrator
2bf66d799c
Daily bump.
...
From-SVN: r130327
2007-11-21 00:17:50 +00:00
Richard Guenther
288bd0d74e
re PR middle-end/34154 (gcc 4.1.1 bug / case ranges / unsigned long long)
...
2007-11-20 Richard Guenther <rguenther@suse.de>
PR middle-end/34154
* gimplify.c (gimplify_switch_expr): Use tree_int_cst_lt instead
of the signed INT_CST_LT.
* stmt.c (expand_case): Likewise.
(estimate_case_costs): Likewise.
* testsuite/gcc.c-torture/execute/pr34154.c: New testcase.
From-SVN: r130324
2007-11-20 22:51:23 +00:00
Uros Bizjak
aa7a6eb481
* gcc.dg/tree-ssa/20030714-1.c: Cleanup dom3 dump file.
...
From-SVN: r130323
2007-11-20 23:33:53 +01:00
Thomas Koenig
74c177cbbd
re PR fortran/32770 ([Meta-bug] -fdefault-integer-8 issues)
...
2007-11-20 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/32770
* gfortran.dg/record_marker_1.f90: Explicitly set kinds
so test passes with -frecord-marker=8.
* gfortran.dg/integer_exponentiation_1.f90: Likewise.
* gfortran.dg/integer_exponentiation_2.f90: Likewise.
* gfortran.dg/integer_exponentiation_3.F90: Likewise.
* gfortran.dg/integer_exponentiation_5.F90: Likewise.
* gfortrand.dg/modulo_1.f90: Likewise.
From-SVN: r130322
2007-11-20 21:57:04 +00:00
Richard Sandiford
d8538159f1
target-supports.exp (check_effective_target_mips_soft_float): New procedure.
...
gcc/testsuite/
* lib/target-supports.exp (check_effective_target_mips_soft_float):
New procedure.
* gcc.dg/var-expand1.c: Skip for mips_soft_float.
* gcc.dg/pr30957-1.c: Likewise.
From-SVN: r130321
2007-11-20 21:17:58 +00:00
Richard Sandiford
a7280feff6
variadic_construct.cc: Add dg-require-time.
...
libstdc++-v3/
* testsuite/ext/throw_allocator/variadic_construct.cc: Add
dg-require-time.
From-SVN: r130320
2007-11-20 20:58:38 +00:00
Rask Ingemann Lambertsen
f43e89a3f6
* config.host (ia64*-*-elf*): Build ia64 specific libgcc parts.
...
From-SVN: r130319
2007-11-20 18:11:07 +00:00
Rask Ingemann Lambertsen
8c2123af69
read-rtl.c (fatal_expected_char): Print EOF as text rather that its binary representation.
...
* read-rtl.c (fatal_expected_char): Print EOF as text rather that
its binary representation.
From-SVN: r130318
2007-11-20 17:24:51 +00:00
Jakub Jelinek
542f8eb989
re PR c++/34089 (Segfault on specialization using struct instead of template function.)
...
PR c++/34089
* parser.c (cp_parser_class_head): Reject function template ids.
* g++.dg/template/crash74.C: New test.
From-SVN: r130316
2007-11-20 17:19:40 +01:00
Richard Guenther
8ef62eeb74
tree-ssa-operands.c (add_virtual_operand): Consistently prune accesses.
...
2007-11-20 Richard Guenther <rguenther@suse.de>
* tree-ssa-operands.c (add_virtual_operand): Consistently prune
accesses.
* gcc.c-torture/execute/20071120-1.c: New testcase.
From-SVN: r130315
2007-11-20 15:16:25 +00:00
Paolo Carlini
f22aa574dc
functional_hash.h: Do not include ext/numeric_traits.h.
...
2007-11-20 Paolo Carlini <pcarlini@suse.de>
* include/bits/functional_hash.h: Do not include ext/numeric_traits.h.
* include/tr1/functional_hash.h: Likewise.
* include/std/functional: Include ext/type_traits.h.
* include/tr1/functional: Likewise.
From-SVN: r130314
2007-11-20 14:06:53 +00:00
Thiemo Seufer
0a7ea4078e
mips.c (mips_file_start): Add support for flagging 32-bit code with -mfp64 floating-point.
...
* config/mips/mips.c (mips_file_start): Add support for
flagging 32-bit code with -mfp64 floating-point.
From-SVN: r130313
2007-11-20 13:48:55 +00:00
Paolo Carlini
a0ba4e53fd
functional_hash.h (hash<long double>::operator()(long double)): Only declare.
...
2007-11-20 Paolo Carlini <pcarlini@suse.de>
* include/tr1_impl/functional_hash.h
(hash<long double>::operator()(long double)): Only declare.
* src/hash.cc: Define here.
* config/abi/pre/gnu.ver: Adjust exports.
* include/tr1/functional: Do not include <cmath>.
* include/std/functional: Likewise.
* include/std/functional: Include <new>.
From-SVN: r130312
2007-11-20 12:34:44 +00:00
Jakub Jelinek
7ef249e59f
re PR c/34146 (Inefficient code with compound literals inside a CONSTRUCTO)
...
PR c/34146
* c-gimplify.c (optimize_compound_literals_in_ctor): New function.
(c_gimplify_expr): Use it.
PR c/34146
* gcc.dg/tree-ssa/pr34146.c: New test.
PR testsuite/33978
* gcc.dg/tree-ssa/pr33723.c: Adjust scan pattern to make it less
dependent on target settings like move_by_pieces etc.
From-SVN: r130311
2007-11-20 11:36:03 +01:00
Ben Elliston
cae85ca91a
* config/spu/spu_mfcio.h: Fix typo.
...
From-SVN: r130310
2007-11-20 19:00:10 +11:00
Jakub Jelinek
6da06848ec
re PR c++/28879 (ICE with VLA in template function)
...
PR c++/28879
* tree.c (build_cplus_array_type_1): Don't pass any VLA types
when processing_template_decl to build_array_type.
* g++.dg/template/vla2.C: New test.
From-SVN: r130309
2007-11-20 07:38:48 +01:00
Jakub Jelinek
63d34078b6
re PR c++/33962 (ICE at call to overloaded template function with variable-length function argument list)
...
PR c++/33962
* pt.c (more_specialized_fn): Don't segfault if one or
both argument list end with ellipsis.
* g++.dg/overload/template3.C: New test.
From-SVN: r130308
2007-11-20 07:26:11 +01:00
Ben Elliston
cb96cf3b9d
* unwind.inc: Comment that unwind-sjlj.c includes this file.
...
From-SVN: r130307
2007-11-20 16:38:30 +11:00
Ulrich Weigand
1763dfa74d
mfc_tag_release.c: New file.
...
* config/spu/mfc_tag_release.c: New file.
* config/spu/mfc_multi_tag_release.c: Likewise.
* config/spu/mfc_multi_tag_reserve.c: Likewise.
* config/spu/mfc_tag_release.c: Likewise.
* config/spu/mfc_tag_reserve.c: Likewise.
* config/spu/mfc_tag_table.c: Likewise.
* config/spu/t-spu-elf (LIB2FUNCS_STATIC_EXTRA): Compile them.
(TARGET_LIBGCC2_CFLAGS): Define __IN_LIBGCC2.
* config/spu/spu_mfcio.h (uint64_t): Typedef if __IN_LIBGCC2
is defined and avoid <stdint.h>.
(MFC_TAG_INVALID, MFC_TAG_VALID): New macros.
(mfc_tag_reserve, mfc_tag_release, mfc_multi_tag_reserve,
mfc_multi_tag_release): Likewise.
(__mfc_tag_reserve, __mfc_tag_release, __mfc_multi_tag_reserve,
__mfc_multi_tag_release): Declare.
Co-Authored-By: Ben Elliston <bje@au.ibm.com>
From-SVN: r130306
2007-11-20 16:12:09 +11:00
Jerry DeLisle
457784b849
re PR fortran/33317 (CSHIFT/EOSHIFT: Rejects optional dummy for DIM=)
...
2007-11-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/33317
* gfortran.dg/optional_dim_2.f90: Remove test.
From-SVN: r130305
2007-11-20 01:51:04 +00:00
Jerry DeLisle
e76e6ce3ff
re PR fortran/33317 (CSHIFT/EOSHIFT: Rejects optional dummy for DIM=)
...
2007-11-19 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR fortran/33317
* trans-expr.c (gfc_conv_missing_dummy): Revert.
* iresolve.c (gfc_resolve_cshift): Revert.
(gfc_resolve_eoshift): Likewise.
* check.c (gfc_check_cshift): Revert.
(gfc_check_eoshift): Likewise.
From-SVN: r130304
2007-11-20 01:37:43 +00:00
GCC Administrator
9fc1c58ff0
Daily bump.
...
From-SVN: r130301
2007-11-20 00:17:31 +00:00
Jason Merrill
aadfee482f
note PR 28834
...
From-SVN: r130298
2007-11-19 17:32:30 -05:00
Jason Merrill
4009f2e7f0
PR debug/29436, c/32326
...
PR debug/29436, c/32326
* tree.c (build_type_attribute_qual_variant): Refuse to make
a distinct copy of a struct/enum type. Use build_distinct_type_copy.
* doc/extend.texi (Type Attributes): Don't encourage people to add
attributes to struct/enum types in a typedef. Fix
transparent_union example.
* tree-inline.c (remap_type_1): Remove code that's redundant with
remap_type.
(build_duplicate_type): Set id.copy_decl.
* c-common.c (handle_transparent_union_attribute): Simplify logic.
From-SVN: r130297
2007-11-19 16:35:13 -05:00
Peter Bergner
4d4447b56b
rs6000.c (invalid_e500_subreg, [...]): Handle DDmode and TDmode similarly to DFmode and TFmode.
...
* config/rs6000/rs6000.c (invalid_e500_subreg,
rs6000_legitimate_offset_address_p, legitimate_lo_sum_address_p,
rs6000_legitimize_address, rs6000_legitimize_reload_address,
rs6000_legitimate_address, function_arg_advance,
spe_build_register_parallel, rs6000_spe_function_arg,
rs6000_split_multireg_move, spe_func_has_64bit_regs_p,
emit_frame_save, gen_frame_mem_offset, rs6000_function_value,
rs6000_libcall_value, rs6000_dwarf_register_span): Handle DDmode and
TDmode similarly to DFmode and TFmode.
* config/rs6000/rs6000.h (LOCAL_ALIGNMENT, MEMBER_TYPE_FORCES_BLK,
DATA_ALIGNMENT, CLASS_MAX_NREGS, CANNOT_CHANGE_MODE_CLASS): Likewise.
* gcc.dg/dfp/ddmode-ice.c: New test.
From-SVN: r130296
2007-11-19 13:50:47 -06:00
Eric Botcazou
b7cfd8a4e1
Add missing entry.
...
From-SVN: r130295
2007-11-19 17:49:53 +00:00
Eric Botcazou
7634135aec
re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))
...
PR ada/34098
ada/
* misc.c (gnat_adjust_rli): Delete.
(gnat_init): Do not initialize the translation code here.
Do not call set_lang_adjust_rli.
* trans.c (init_code_table): Make static.
(gnat_init_stmt_group): Delete.
(gigi): Initialize the translation code entirely here.
Emit debug info for the common types here instead of...
* utils.c (gnat_init_decl_processing): ...here.
* gigi.h (init_code_table): Delete.
(gnat_init_stmt_group): Likewise.
* stor-layout.c (lang_adjust_rli): Delete.
(set_lang_adjust_rli): Likewise.
(layout_type): Do not call lang_adjust_rli hook.
* tree.h (set_lang_adjust_rli): Delete.
From-SVN: r130294
2007-11-19 17:49:11 +00:00
Eric Botcazou
921d313fd5
re PR tree-optimization/34036 (ICE with control flow in the middle of basic block for -fnon-call-exceptions)
...
PR tree-optimization/34036
* gcc.dg/tree-ssa/pr23109.c: Pass -ftrapping-math and expect warning.
From-SVN: r130293
2007-11-19 17:27:06 +00:00
Bernd Schmidt
4d82f261af
bfin.c (must_save_p): New function, mostly broken out of n_dregs_to_save and n_pregs_to_save.
...
* config/bfin/bfin.c (must_save_p): New function, mostly broken out of
n_dregs_to_save and n_pregs_to_save.
(n_pregs_to_save, n_dregs_to_save): Use it. New argument CONSECUTIVE;
all callers changed.
(expand_prologue_reg_save, expand_epilogue_reg_restore): Enhance to be
able to save single D/P registers that aren't saved by the push/pop
multiple insns.
From-SVN: r130292
2007-11-19 15:46:41 +00:00
Thiemo Seufer
60f1711a6d
* config-ml.in: Don't hardcode the Makefile name.
...
From-SVN: r130291
2007-11-19 12:59:49 +00:00
Richard Biener
56aa7240a1
re PR tree-optimization/34099 (optimizer problem)
...
2007-11-19 Richard Guenther <rguenther@suse.de>
PR tree-optimization/34099
* tree-ssa-ccp.c (likely_value): Exclude all but PLUS_EXPR,
MINUS_EXPR and POINTER_PLUS_EXPR from handling as UNDEFINED
if only one operand is undefined.
* gcc.c-torture/execute/pr34099-2.c: New testcase.
From-SVN: r130290
2007-11-19 12:52:58 +00:00
Richard Guenther
0cedb9e94e
re PR tree-optimization/34099 (optimizer problem)
...
2007-11-19 Richard Guenther <rguenther@suse.de>
PR tree-optimization/34099
* tree-ssa-ccp.c (likely_value): Exclude all but PLUS_EXPR,
MINUS_EXPR and POINTER_PLUS_EXPR from handling as UNDEFINED
if only one operand is undefined.
* gcc.c-torture/execute/pr34099-2.c: New testcase.
From-SVN: r130289
2007-11-19 12:52:09 +00:00