summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* m68k.c (override_options): Don't override REAL_MODE_FORMAT.Andreas Schwab2007-06-035-16/+37
| | | | | | | | | | | | | | | | | * config/m68k/m68k.c (override_options): Don't override REAL_MODE_FORMAT. * config/m68k/m68k-modes.def (SF, DF): Define to use motorola_single_format and motorola_double_format, resp. * real.c (motorola_single_format): Renamed from coldfire_single_format. (motorola_double_format): Renamed from coldfire_double_format. (encode_ieee_extended): Generate a proper canonical NaN image respecting canonical_nan_lsbs_set. (ieee_extended_motorola_format): Set canonical_nan_lsbs_set to true. * real.h: Adjust declarations. From-SVN: r125295
* re PR fortran/32124 (Execution stops with stat= in ALLOCATE)Tobias Burnus2007-06-032-18/+6
| | | | | | | | | 2007-05-28 Tobias Burnus <burnus@net-b.de> PR fortran/32124 * gfortran.dg/allocate_stat_1.f90: Remove. From-SVN: r125293
* re PR target/32163 (Compiling with stack protector causes reigster spill ↵Kaz Kojima2007-06-032-0/+20
| | | | | | | | | | failure) PR target/32163 * config/sh/sh.md (symGOT_load): Don't schedule insns when the symbol is generated with the stack protector. From-SVN: r125292
* m68k.c (m68k_attribute_table): Add "interrupt".Kazu Hirata2007-06-033-8/+22
| | | | | | | | | * config/m68k/m68k.c (m68k_attribute_table): Add "interrupt". (m68k_get_function_kind): Return m68k_fk_interrupt_handler on "interrupt". * doc/extend.texi (interrupt): Mention m68k. From-SVN: r125290
* Daily bump.GCC Administrator2007-06-031-1/+1
| | | | From-SVN: r125288
* revert: sse.md ("sse4_1_blendvpd"): Require "z" class XMM register for ↵Uros Bizjak2007-06-024-30/+43
| | | | | | | | | | | | | | | | | operand[3]. Revert: 2007-06-02 Uros Bizjak <ubizjak@gmail.com> * config/i386/sse.md ("sse4_1_blendvpd"): Require "z" class XMM register for operand[3]. Adjust asm template. ("sse4_1_blendvpd"): Ditto. ("sse4_1_pblendvb"): Ditto. * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Do not force operands[3] into xmm0 register for variable blend instructions. From-SVN: r125285
* Fix a typo in ChangeLog.H.J. Lu2007-06-021-1/+1
| | | | From-SVN: r125284
* type_traits (is_reference, [...]): Remove.Paolo Carlini2007-06-0228-59/+828
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-02 Paolo Carlini <pcarlini@suse.de> * include/tr1_impl/type_traits (is_reference, add_reference, remove_reference): Remove. * include/tr1/type_traits (is_reference, add_reference, remove_reference): Add. * include/std/type_traits (is_lvalue_reference, is_rvalue_reference, is_reference, remove_reference, add_lvalue_reference, add_rvalue_reference): Add. * include/tr1_impl/boost_shared_ptr.h (operator*): Adjust. * testsuite/20_util/add_lvalue_reference/requirements/ explicit_instantiation.cc: New. * testsuite/20_util/add_lvalue_reference/value.cc: Likewise. * testsuite/20_util/add_rvalue_reference/requirements/ explicit_instantiation.cc: Likewise. * testsuite/20_util/add_rvalue_reference/value.cc: Likewise. * testsuite/20_util/is_lvalue_reference/requirements/ explicit_instantiation.cc: Likewise. * testsuite/20_util/is_lvalue_reference/requirements/ typedefs.cc: Likewise. * testsuite/20_util/is_lvalue_reference/value.cc: Likewise. * testsuite/20_util/is_rvalue_reference/requirements/ explicit_instantiation.cc: Likewise. * testsuite/20_util/is_rvalue_reference/requirements/ typedefs.cc: Likewise. * testsuite/20_util/is_rvalue_reference/value.cc: Likewise. * testsuite/20_util/is_reference/requirements/ explicit_instantiation.cc: Likewise. * testsuite/20_util/is_reference/requirements/typedefs.cc: Likewise. * testsuite/20_util/is_reference/value.cc: Likewise. * testsuite/20_util/remove_reference/requirements/ explicit_instantiation.cc: New. * testsuite/20_util/remove_reference/value.cc: Likewise. * testsuite/tr1/4_metaprogramming/add_const/requirements/ typedefs.cc: Move... * testsuite/tr1/4_metaprogramming/add_const/value.cc: ... here. * testsuite/tr1/4_metaprogramming/add_cv/requirements/ typedefs.cc: Move... * testsuite/tr1/4_metaprogramming/add_cv/value.cc: ... here. * testsuite/tr1/4_metaprogramming/add_pointer/requirements/ typedefs.cc: Move... * testsuite/tr1/4_metaprogramming/add_pointer/value.cc: ... here. * testsuite/tr1/4_metaprogramming/add_reference/requirements/ typedefs.cc: Move... * testsuite/tr1/4_metaprogramming/add_reference/value.cc: ... here. * testsuite/tr1/4_metaprogramming/add_volatile/requirements/ typedefs.cc: Move... * testsuite/tr1/4_metaprogramming/add_volatile/value.cc: ... here. * testsuite/tr1/4_metaprogramming/aligned_storage/requirements/ typedefs.cc: Move... * testsuite/tr1/4_metaprogramming/aligned_storage/value.cc: ... here. From-SVN: r125283
* configure.ac: Fix a typo.H.J. Lu2007-06-023-3/+8
| | | | | | | | | 2007-06-02 H.J. Lu <hongjiu.lu@intel.com> * configure.ac: Fix a typo. * configure: Regenerated. From-SVN: r125282
* sse4_2-check.h: New.H.J. Lu2007-06-0220-0/+1500
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-02 H.J. Lu <hongjiu.lu@intel.com> * gcc.target/i386/sse4_2-check.h: New. * gcc.target/i386/sse4_2-crc32b.c: Likewise. * gcc.target/i386/sse4_2-crc32.h: Likewise. * gcc.target/i386/sse4_2-crc32l.c: Likewise. * gcc.target/i386/sse4_2-crc32q.c: Likewise. * gcc.target/i386/sse4_2-crc32w.c: Likewise. * gcc.target/i386/sse4_2-pcmpestri-1.c: Likewise. * gcc.target/i386/sse4_2-pcmpestri-2.c: Likewise. * gcc.target/i386/sse4_2-pcmpestrm-1.c: Likewise. * gcc.target/i386/sse4_2-pcmpestrm-2.c: Likewise. * gcc.target/i386/sse4_2-pcmpgtq.c: Likewise. * gcc.target/i386/sse4_2-pcmpistri-1.c: Likewise. * gcc.target/i386/sse4_2-pcmpistri-2.c: Likewise. * gcc.target/i386/sse4_2-pcmpistrm-1.c: Likewise. * gcc.target/i386/sse4_2-pcmpistrm-2.c: Likewise. * gcc.target/i386/sse4_2-pcmpstr.h: Likewise. * gcc.target/i386/sse4_2-popcnt.h: Likewise. * gcc.target/i386/sse4_2-popcntl.c: Likewise. * gcc.target/i386/sse4_2-popcntq.c: Likewise. From-SVN: r125281
* i386.md ("sse4_1_blendvpd"): Require "z" class XMM register for operand[3].Uros Bizjak2007-06-023-54/+59
| | | | | | | | | | | | | | | * config/i386/i386.md ("sse4_1_blendvpd"): Require "z" class XMM register for operand[3]. Adjust asm template. ("sse4_1_blendvpd"): Ditto. ("sse4_1_pblendvb"): Ditto. * config/i386/i386.c (ix86_expand_sse_4_operands_builtin): Call safe_vector_operand() if input operand is VECTOR_MODE_P operand. Do not force operands[3] into xmm0 register for variable blend instructions. (ix86_expand_sse_pcmpestr): Do not check operands for "register_operand", when insn operand predicate is "register_operand". (ix86_expand_sse_pcmpistr): Ditto. From-SVN: r125280
* i386.h (enum reg_class): New.H.J. Lu2007-06-028-26/+672
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * config/i386/i386.h (enum reg_class) [SSE_FIRST_REG]: New. (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS. (REG_CLASS_NAMES): Add "FIRST_SSE_REG" string. (REG_CLASS_CONTENTS): Add members of FIRST_SSE_REG class. * config/i386/constraints.md ("z"): New register constraint for members of SSE_FIRST_REG class. * config/i386/i386-modes.def (CCA, CCC, CCO, CCS): New compare modes. * config/i386/i386.c (regclass_map): Change class of %xmm0 to SSE_FIRST_REG class. (put_condition_code) [EQ, NE]: Output suffixes for new compare modes. (ix86_cc_modes_compatible): Handle CCA, CCC, CCO and CCS modes. (IX86_BUILTIN_PCMPESTRI128): New for SSE4.2. (IX86_BUILTIN_PCMPESTRM128): Likewise. (IX86_BUILTIN_PCMPESTRA128): Likewise. (IX86_BUILTIN_PCMPESTRC128): Likewise. (IX86_BUILTIN_PCMPESTRO128): Likewise. (IX86_BUILTIN_PCMPESTRS128): Likewise. (IX86_BUILTIN_PCMPESTRZ128): Likewise. (IX86_BUILTIN_PCMPISTRI128): Likewise. (IX86_BUILTIN_PCMPISTRM128): Likewise. (IX86_BUILTIN_PCMPISTRA128): Likewise. (IX86_BUILTIN_PCMPISTRC128): Likewise. (IX86_BUILTIN_PCMPISTRO128): Likewise. (IX86_BUILTIN_PCMPISTRS128): Likewise. (IX86_BUILTIN_PCMPISTRZ128): Likewise. (struct builtin_description): Change "flag" field to unsigned. (bdesc_pcmpestr): New builtin description table. (bdesc_pcmpistr): Likewise. (ix86_init_mmx_sse_builtins): Define int_ftype_v16qi_int_v16qi_int_int, v16qi_ftype_v16qi_int_v16qi_int_int and int_ftype_v16qi_v16qi_int. Initialize pcmp[ei]str[im] insns for SSE4.2. (ix86_expand_sse_pcmpestr): New subroutine of ix86_expand_builtin. (ix86_expand_sse_pcmpistr): Likewise. (ix86_expand_builtin): Expand pcmp[ei]str[im] builtins for SSE4.2. * config/i386/i386.md (UNSPEC_PCMPESTR): New for SSE4.2. (UNSPEC_PCMPISTR): Likewise. * config/i386/sse.md (sse4_2_pcmpestr): New insn patern and splitter. (sse4_2_pcmpestri):New isns pattern. (sse4_2_pcmpestrm): Likewise. (sse4_2_pcmpestr_cconly): Likewise. (sse4_2_pcmpistr): New insn patern and splitter. (sse4_2_pcmpistri):New isns pattern. (sse4_2_pcmpistrm): Likewise. (sse4_2_pcmpistr_cconly): Likewise. * config/i386/smmintrin.h: Enable pcmp[ei]str[im] intrinsics in SSE4.2. Co-Authored-By: Uros Bizjak <ubizjak@gmail.com> From-SVN: r125279
* configure: Regenerate.Paolo Bonzini2007-06-0219-433/+548
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | boehm-gc: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. libffi: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. libgfortran: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. libgomp: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. libjava: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. libmudflap: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. libobjc: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. libssp: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. libstdc++-v3: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. zlib: 2007-06-02 Paolo Bonzini <bonzini@gnu.org> * configure: Regenerate. From-SVN: r125278
* mips.c (mips_output_mi_thunk): Only load gp if not LOADGP_ABSOLUTE and not ↵David Daney2007-06-022-2/+11
| | | | | | | | | binds_local_p. * config/mips/mips.c (mips_output_mi_thunk): Only load gp if not LOADGP_ABSOLUTE and not binds_local_p. From-SVN: r125276
* Makefile.in: Replace all uses of libext with libsuffix.Andrew Pinski2007-06-014-82/+69
| | | | | | | | | | | | | 2007-06-01 Andrew Pinski <andrew_pinski@playstation.sony.com> * Makefile.in: Replace all uses of libext with libsuffix. * configure.ac: Likewise. * configure: Regenerate. Revert: * Makefile.in: Remove all uses of $(libext). From-SVN: r125275
* Daily bump.GCC Administrator2007-06-021-1/+1
| | | | From-SVN: r125273
* darwin.h (LINK_SPEC): Pass -fpie through to the linker.Geoffrey Keating2007-06-014-0/+16
| | | | | | | | | | | | | 2007-06-01 Geoffrey Keating <geoffk@apple.com> * config/darwin.h (LINK_SPEC): Pass -fpie through to the linker. Index: testsuite/ChangeLog 2007-06-01 Geoffrey Keating <geoffk@apple.com> * gcc.dg/pie-link.c: New test. From-SVN: r125270
* tree-vrp.c (compare_name_with_value): Always set used_strict_overflow if we ↵Ian Lance Taylor2007-06-014-2/+31
| | | | | | | | | | | get a result from the variable itself. ./: * tree-vrp.c (compare_name_with_value): Always set used_strict_overflow if we get a result from the variable itself. testsuite/: * gcc.dg/Wstrict-overflow-17.c: New test. From-SVN: r125269
* builtin-return-1.c (g): New.Kazu Hirata2007-06-012-0/+13
| | | | | | | * gcc.dg/builtin-return-1.c (g): New. (main): Allocate at least 64 bytes on the stack. From-SVN: r125268
* what-big.cc: New.Benjamin Kosnik2007-06-0113-47/+391
| | | | | | | | | | | | | | | | | | | | | | | | 2007-06-01 Benjamin Kosnik <bkoz@redhat.com> * testsuite/19_diagnostics/logic_error/what-big.cc: New. * testsuite/19_diagnostics/logic_error/what-3.cc: Same. * testsuite/19_diagnostics/runtime_error/what-big.cc: Same. * testsuite/19_diagnostics/runtime_error/what-3.cc: Same. * testsuite/18_support/14493.cc: Break into... * testsuite/18_support/exception/what.cc: ...this. * testsuite/18_support/bad_cast/what.cc: ...this. * testsuite/18_support/bad_alloc/what.cc: ...this. * testsuite/18_support/bad_typeid/what.cc: ...this. * testsuite/18_support/bad_exception/what.cc: ...this. * testsuite/19_diagnostics/bad_exception/23591_thread-1.c: Move... * testsuite/18_support/bad_exception/23591_thread-1.c: ...here. * testsuite/18_support/14026.cc: Move... * testsuite/18_support/uncaught_exception/14026.cc: ...here. From-SVN: r125267
* re PR rtl-optimization/31455 (lower subreg causes a performance regression ↵Ian Lance Taylor2007-06-012-0/+18
| | | | | | | | | | in the inner loop sometimes) PR rtl-optimization/31455 * lower-subreg.c (find_decomposable_subregs): Don't decompose subregs which have a cast between modes which are not tieable. From-SVN: r125265
* Fix ChangeLog entry.H.J. Lu2007-06-011-2/+2
| | | | From-SVN: r125264
* libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set lt_cv_sys_max_cmd_len.Steve Ellcey2007-06-012-23/+34
| | | | | | | | | 2007-06-01 Steve Ellcey <sje@cup.hp.com> * libltdl/m4/libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set lt_cv_sys_max_cmd_len. From-SVN: r125262
* throw_allocator.h (__throw_allocator::allocate): Throw bad_alloc for out of ↵Benjamin Kosnik2007-06-019-12/+362
| | | | | | | | | | | | | | | | | | memory conditions. 2007-06-01 Benjamin Kosnik <bkoz@redhat.com> * include/ext/throw_allocator.h (__throw_allocator::allocate): Throw bad_alloc for out of memory conditions. * testsuite/ext/throw_allocator/deallocate_global.cc: New. * testsuite/ext/throw_allocator/check_delete.cc: Same. * testsuite/ext/throw_allocator/check_allocate_max_size.cc: Same. * testsuite/ext/throw_allocator/check_deallocate_null.cc: Same. * testsuite/ext/throw_allocator/explicit_instantiation.cc: Same. * testsuite/ext/throw_allocator/check_new.cc: Same. * testsuite/ext/throw_allocator/deallocate_local.cc: Same. From-SVN: r125261
* Remove conflict marker.Andreas Schwab2007-06-011-1/+0
| | | | From-SVN: r125260
* expr.c (force_operand): Remove breaks after return statements.Uros Bizjak2007-06-012-12/+12
| | | | | | | * expr.c (force_operand) [DIV, MOD, UDIV, UMOD, ASHIFTRT]: Remove breaks after return statements. From-SVN: r125259
* sh.c (fpscr_set_from_mem): Call get_free_reg only after no_new_pseudos.Kaz Kojima2007-06-012-1/+7
| | | | | | | * config/sh/sh.c (fpscr_set_from_mem): Call get_free_reg only after no_new_pseudos. From-SVN: r125258
* Fixup whitespacingMike Stump2007-06-011-39/+39
| | | | From-SVN: r125255
* decl.c (get_atexit_fn_ptr_type): New function.Mark Mitchell2007-06-016-46/+145
| | | | | | | | | | | | | | * decl.c (get_atexit_fn_ptr_type): New function. (get_atexit_node): Use it. (start_cleanup_fn): Likewise. (register_dtor_fn): Use the object's destructor, instead of a separate cleanup function, where possible. * cp-tree.h (CPTI_ATEXIT_FN_PTR_TYPE): New enumerator. (atexit_fn_ptr_type_node): New macro. * decl2.c (build_cleanup): Use build_address. * g++.dg/init/cleanup3.C: New test. From-SVN: r125253
* Daily bump.GCC Administrator2007-06-011-1/+1
| | | | From-SVN: r125249
* expr.c (convert_move): Assert that we don't have a BLKmode operand.Eric Christopher2007-06-012-73/+86
| | | | | | | | | | 2007-05-31 Eric Christopher <echristo@apple.com> * expr.c (convert_move): Assert that we don't have a BLKmode operand. (store_expr): Handle BLKmode moves by calling emit_block_move. From-SVN: r125246
* re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)Paolo Carlini2007-05-31125-10952/+13158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-31 Paolo Carlini <pcarlini@suse.de> PR libstdc++/31426 * include/bits/c++config: Remove namespace association bits from tr1 to std. * include/ext/type_traits.h (__promote, __promote2, __promote3, __promote4): Add. * include/bits/hashtable.h: New. * include/bits/functional_hash.h: Likewise. * include/tr1/hashtable.h: Likewise. * include/tr1_impl/random: New. * include/tr1_impl/cinttypes: Likewise. * include/tr1_impl/cstdlib: Likewise. * include/tr1_impl/unordered_map: Likewise. * include/tr1_impl/cstdio: Likewise. * include/tr1_impl/boost_shared_ptr.h: Likewise. * include/tr1_impl/cctype: Likewise. * include/tr1_impl/random.tcc: Likewise. * include/tr1_impl/tuple: Likewise. * include/tr1_impl/functional_hash.h: Likewise. * include/tr1_impl/hashtable: Likewise. * include/tr1_impl/cmath: Likewise. * include/tr1_impl/type_traitsfwd.h: Likewise. * include/tr1_impl/hashtable_policy.h: Likewise. * include/tr1_impl/cfenv: Likewise. * include/tr1_impl/unordered_set: Likewise. * include/tr1_impl/functional: Likewise. * include/tr1_impl/utility: Likewise. * include/tr1_impl/complex: Likewise. * include/tr1_impl/type_traits: Likewise. * include/tr1_impl/cwchar: Likewise. * include/tr1_impl/cstdint: Likewise. * include/tr1_impl/regex: Likewise. * include/tr1_impl/array: Likewise. * include/tr1_impl/cwctype: Likewise. * include/tr1/type_traitsfwd.h: Remove. * include/tr1/boost_shared_ptr.h: Likewise. * include/tr1/common.h: Likewise. * include/tr1/hashtable: Likewise. * include/tr1/hashtable_policy.h: Likewise. * include/tr1/random.tcc: Likewise. * include/c_global/cinttypes: Include tr1_impl/cinttypes. * include/c_global/cstdlib: Likewise for cstdlib. * include/c_global/cstdio: Likewise for cstdio. * include/c_global/cctype: Likewise for cctype. * include/c_global/cmath: Likewise for cmath. * include/c_global/cfenv: Likewise for cfenv. * include/c_global/cwchar: Likewise for cwchar. * include/c_global/cstdint: Likewise for cstdint. * include/c_global/cwctype: Likewise for cwctype. * include/tr1/cinttypes: Likewise for cinttypes. * include/tr1/cstdlib: Likewise for cstdlib. * include/tr1/cstdio: Likewise for cstdio. * include/tr1/cctype: Likewise for cctype. * include/tr1/cmath: Likewise for cmath. * include/tr1/cfenv: Likewise for cfenv. * include/tr1/cwchar: Likewise for cwchar. * include/tr1/cstdint: Likewise for cstdint. * include/tr1/cwctype: Likewise for cwctype. * include/tr1/functional_hash.h: Likewise for functional_hash. * include/std/tuple: Include tr1_impl/tuple. * include/std/utility: Likewise for utility. * include/std/type_traits: Likewise for type_traits. (is_pod): Just forward to __is_pod. (has_trivial_default_constructor): Just forward to __has_trivial_constructor. (has_trivial_copy_constructor): Just forward to __has_trivial_copy. (has_trivial_assign): Just forward to __has_trivial_assign. (has_trivial_destructor): Just forward to __has_trivial_destructor. (has_nothrow_default_constructor): Just forward to __has_nothrow_constructor. (has_nothrow_copy_constructor): Just forward to __has_nothrow_copy. (has_nothrow_assign): Just forward to __has_nothrow_assign. (is_base_of): Just forward to __is_base_of. (is_signed, is_unsigned): Implement according to the C++0x specifications. * include/std/memory: Likewise for memory. * include/std/regex: Likewise for regex. * include/std/random: Likewise for random. * include/std/unordered_map: Likewise for unordered_map. * include/std/unordered_set: Likewise for unordered_set. * include/std/functional: Likewise for functional. * include/std/complex: Likewise for complex. * include/std/array: Likewise for array. * include/tr1/tuple: Likewise for tuple. * include/tr1/utility: Likewise for utility. * include/tr1/type_traits: Likewise for type_traits * include/tr1/memory: Likewise for memory. * include/tr1/regex: Likewise for regex. * include/tr1/random: Likewise for random. * include/tr1/unordered_map: Likewise for unordered_map. * include/tr1/unordered_set: Likewise for unordered_set. * include/tr1/functional: Likewise for functional. * include/tr1/complex: Likewise for complex. * include/tr1/array: Likewise for array. * include/c_global/ctgmath: Tweak. * include/c_global/cstdarg: Likewise. * include/c_global/ctime: Likewise. * include/c_global/climits: Likewise. * include/c_global/cfloat: Likewise. * include/c_global/ccomplex: Likewise. * include/c_global/cstdbool: Likewise. * include/tr1/poly_laguerre.tcc: Tweak, don't use _GLIBCXX_TR1. * include/tr1/riemann_zeta.tcc: Likewise. * include/tr1/beta_function.tcc: Likewise. * include/tr1/exp_integral.tcc: Likewise. * include/tr1/hypergeometric.tcc: Likewise. * include/tr1/modified_bessel_func.tcc: Likewise. * include/tr1/legendre_function.tcc: Likewise. * include/tr1/special_function_util.h: Likewise. * include/tr1/bessel_function.tcc: Likewise. * include/tr1/poly_hermite.tcc: Likewise. * include/tr1/ell_integral.tcc: Likewise. * include/tr1/gamma.tcc: Likewise. * include/tr1/stdlib.h: Likewise. * include/tr1/math.h: Likewise. * include/tr1/complex.h: Minor tweaks. * include/tr1/wctype.h: Likewise. * include/tr1/wchar.h: Likewise. * include/tr1/inttypes.h: Likewise. * include/tr1/tgmath.h: Likewise. * include/tr1/cstdbool: Likewise. * include/tr1/cfloat: Likewise. * include/tr1/ccomplex: Likewise. * include/tr1/ctime: Likewise. * include/tr1/climits: Likewise. * include/tr1/ctgmath: Likewise. * include/tr1/cstdarg: Likewise. * testsuite/tr1/headers.cc: Move... * testsuite/tr1/headers/all.cc: ... here. * testsuite/tr1/using_namespace_std_tr1.cc: Move... * testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc: ... here. * testsuite/tr1/headers/using_namespace_std_tr1.cc ... here. * testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc: New. * testsuite/20_util/tuple/requirements/explicit_instantiation.cc: Adjust namespace. * testsuite/20_util/has_nothrow_copy_constructor/value.cc: Adjust to the C++0x requirements. * testsuite/20_util/has_nothrow_default_constructor/value.cc: Likewise. * testsuite/20_util/has_trivial_copy_constructor/value.cc: Likewise. * testsuite/20_util/has_trivial_default_constructor/value.cc: Likewise. * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust dg-error lines. * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Likewise. * testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc: Un-xfail. * testsuite/20_util/is_signed/value.cc: New. * testsuite/20_util/is_signed/requirements/typedefs.cc: Likewise. * testsuite/20_util/is_signed/requirements/explicit_instantiation.cc: Likewise. * testsuite/20_util/is_unsigned/value.cc: Likewise.. * testsuite/20_util/is_unsigned/requirements/typedefs.cc: Likewise. * testsuite/20_util/is_unsigned/requirements/explicit_instantiation.cc: Likewise. * include/Makefile.am: Adjust. * include/Makefile.in: Regenerate. From-SVN: r125244
* limits-caselabels.c: Fix for targets where int is 16 bits.Rask Ingemann Lambertsen2007-05-312-1/+6
| | | | | | | | | 2007-05-31 Rask Ingemann Lambertsen <rask@sygehus.dk> * gcc.c-torture/compile/limits-caselabels.c: Fix for targets where int is 16 bits. From-SVN: r125243
* trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther2007-05-316-7/+23
| | | | | | | | | | | | | | | | | | 2007-05-31 Richard Guenther <rguenther@suse.de> * trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type. (gfc_trans_string_copy): Use sizetype zero constant. * intrinsic.c (add_functions): The sizeof intrinsic has index type result. * trans-types.c (gfc_get_dtype): Convert size to index type before shifting. * trans-array.c (gfc_trans_array_constructor_value): Use index type for offset computation. * trans-intrinsic.c (gfc_conv_associated): Use correct type for zero constant. From-SVN: r125242
* re PR fortran/32156 (ICE with characters)Paul Thomas2007-05-311-1/+11
| | | | | | | | | | | | | | | 2007-05-31 Paul Thomas <pault@gcc.gnu.org> PR fortran/32156 * trans-array.c (gfc_trans_array_constructor): Treat the case where the ss expression charlen is missing. 2007-05-31 Paul Thomas <pault@gcc.gnu.org> PR fortran/32156 * gfortran.dg/char_array_constructor_3.f90: New test. From-SVN: r125241
* re PR fortran/32156 (ICE with characters)Paul Thomas2007-05-313-0/+19
| | | | | | | | | | | | | | | 2007-05-31 Paul Thomas <pault@gcc.gnu.org> PR fortran/32156 * trans-array.c (gfc_trans_array_constructor): Treat the case where the ss expression charlen is missing. 2007-05-31 Paul Thomas <pault@gcc.gnu.org> PR fortran/32156 * gfortran.dg/char_array_constructor_3.f90: New test. From-SVN: r125240
* in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2007-05-316-8/+22
| | | | | | | | | | | | | | | | | in gcc/ 2007-05-31 Daniel Berlin <dberlin@dberlin.org> * c-typeck.c (build_indirect_ref): Include type in error message. (build_binary_op): Pass types to binary_op_error. * c-common.c (binary_op_error): Take two type arguments, print out types with error. * c-common.h (binary_op_error): Update prototype. In gcc/cp 2007-05-31 Daniel Berlin <dberlin@dberlin.org> * typeck.c (build_binary_op): Include types in error. From-SVN: r125239
* i386.c: Correct coments on -mno-sse4.H.J. Lu2007-05-312-1/+5
| | | | | | | | 2007-05-31 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c: Correct coments on -mno-sse4. From-SVN: r125238
* 2007-05-31 Frank Ch. Eigler <fche@redhat.com>Frank Ch. Eigler2007-05-312-3/+9
| | | | | | | | From Andi Kleen <ak@suse.de>: * mf-runtime.c (options): Rename structure for compatibility with glibc getopt_long. From-SVN: r125237
* config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.H.J. Lu2007-05-3111-71/+698
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-31 H.J. Lu <hongjiu.lu@intel.com> * config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers. (x86_64-*-*): Likewise. * config/i386/i386.c (OPTION_MASK_ISA_MMX_UNSET): New. (OPTION_MASK_ISA_3DNOW_UNSET): Likewise. (OPTION_MASK_ISA_SSE_UNSET): Likewise. (OPTION_MASK_ISA_SSE2_UNSET): Likewise. (OPTION_MASK_ISA_SSE3_UNSET): Likewise. (OPTION_MASK_ISA_SSSE3_UNSET): Likewise. (OPTION_MASK_ISA_SSE4_1_UNSET): Likewise. (OPTION_MASK_ISA_SSE4_2_UNSET): Likewise. (OPTION_MASK_ISA_SSE4): Likewise. (OPTION_MASK_ISA_SSE4_UNSET): Likewise. (OPTION_MASK_ISA_SSE4A_UNSET): Likewise. (ix86_handle_option): Use OPTION_MASK_ISA_*_UNSET. Handle SSE4.2. (override_options): Support SSE4.2. (ix86_build_const_vector): Support SImode and DImode. (ix86_build_signbit_mask): Likewise. (ix86_expand_int_vcond): Support V2DImode. (IX86_BUILTIN_CRC32QI): New for SSE4.2. (IX86_BUILTIN_CRC32HI): Likewise. (IX86_BUILTIN_CRC32SI): Likewise. (IX86_BUILTIN_CRC32DI): Likewise. (IX86_BUILTIN_PCMPGTQ): Likewise. (bdesc_crc32): Likewise. (bdesc_sse_3arg): Likewise. (ix86_expand_crc32): Likewise. (ix86_init_mmx_sse_builtins): Support SSE4.2. (ix86_expand_builtin): Likewise. * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define __SSE4_2__ for -msse4.2. * config/i386/i386.md (UNSPEC_CRC32): New for SSE4.2. (CRC32MODE): Likewise. (crc32modesuffix): Likewise. (crc32modeconstraint): Likewise. (sse4_2_crc32<mode>): Likewise. (sse4_2_crc32di): Likewise. * config/i386/i386.opt (msse4.2): New for SSE4.2. (msse4): Likewise. * config/i386/nmmintrin.h: New. The dummy SSE4.2 intrinsic header file. * config/i386/smmintrin.h: Add SSE4.2 intrinsics. * config/i386/sse.md (sse4_2_gtv2di3): New pattern for SSE4.2. (vcond<mode>): Use SSEMODEI instead of SSEMODE124. (vcondu<mode>): Likewise. * doc/extend.texi: Document SSE4.2 built-in functions. * doc/invoke.texi: Document -msse4.2/-msse4. From-SVN: r125236
* MAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer.Dorit Nuzman2007-05-312-0/+6
| | | | | | | * MAINTAINERS (Various Maintainers): Add myself as auto-vectorizer maintainer. From-SVN: r125230
* re PR c++/31806 (miscompilation with -fschedule-insns2 -fno-threadsafe-statics)Jakub Jelinek2007-05-312-2/+12
| | | | | | | | PR c++/31806 * decl.c (cp_finish_decl): Also clear was_readonly if a static var needs runtime initialization. From-SVN: r125229
* re PR tree-optimization/32160 (ICE with -O3 in verify_ssa)Zdenek Dvorak2007-05-314-6/+50
| | | | | | | | | | | PR tree-optimization/32160 * tree-predcom.c (predcom_tmp_var): New function. Mark created variable as gimple reg. (initialize_root_vars, initialize_root_vars_lm): Use predcom_tmp_var. * gfortran.dg/predcom-1.f: New test. From-SVN: r125228
* gcc.c (main): Don't consider linker options when issuing the warning about a ↵Kazu Hirata2007-05-312-1/+7
| | | | | | | | | linker input... * gcc.c (main): Don't consider linker options when issuing the warning about a linker input file not being used. From-SVN: r125226
* Fix line endianess.Andreas Schwab2007-05-311-13/+21
| | | | From-SVN: r125225
* PR c++/32158 (libstdc++ bits)Paolo Carlini2007-05-318-75/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-05-31 Paolo Carlini <pcarlini@suse.de> PR c++/32158 (libstdc++ bits) * include/bits/stl_uninitialized.h (__uninitialized_copy_aux, __uninitialized_fill_aux, __uninitialized_fill_n_aux): Remove. (struct __uninitialized_copy, struct __uninitialized_fill, struct __uninitialized_fill_n): Add. (uninitialized_copy, uninitialized_fill, uninitialized_fill_n): Adjust. * testsuite/20_util/specialized_algorithms/32158.cc: New. * include/bits/stl_uninitialized.h (uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator)): Robustify vs non-POD input. * include/bits/stl_vector.h (_M_fill_initialize): New. (vector(size_type, const value_type&, const allocator_type&), _M_initialize_dispatch(_Integer, _Integer, __true_type)): Use it. * testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Adjust dg-error line. * testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Likewise. * testsuite/23_containers/vector/requirements/dr438/ constructor_1_neg.cc: Likewise. * testsuite/23_containers/vector/requirements/dr438/ constructor_2_neg.cc: Likewise. From-SVN: r125223
* str_empty.C: Move...Richard Guenther2007-05-314-3/+7
| | | | | | | | | | | 2007-05-31 Richard Guenther <rguenther@suse.de> * g++.dg/other/str_empty.C: Move... * g++.dg/other/pr30567.C: Move... * g++.dg/tree-ssa/pr27218.C: Move... * g++.dg/torture: ...here and remove dg-options. From-SVN: r125220
* natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access ↵Andrew Haley2007-05-312-1/+15
| | | | | | | | | | | modifier. 2007-05-31 Andrew Haley <aph@redhat.com> * java/lang/natClassLoader.cc (_Jv_NewClassFromInitializer): Clear INTERPRETED access modifier. From-SVN: r125218
* re PR c++/32158 (uninitialized_fill compile failure if no default assignment ↵Paolo Carlini2007-05-314-2/+24
| | | | | | | | | | | | | | | | | | operator) gcc/cp 2007-05-31 Paolo Carlini <pcarlini@suse.de> PR c++/32158 * semantics.c (finish_trait_expr): Complete the types. gcc/testsuite 2007-05-31 Paolo Carlini <pcarlini@suse.de> PR c++/32158 * g++.dg/ext/is_pod_incomplete.C: New. From-SVN: r125217
* re PR fortran/32103 (Module with equivalence draws "unsatisfied reference")Paul Thomas2007-05-314-9/+63
| | | | | | | | | | | | | | | | | 2007-05-31 Paul Thomas <pault@gcc.gnu.org> PR fortran/32103 * module.c (mio_symtree_ref): If an equivalence group member is not used, give it a hidden symbol and set the pointer_info. (load_equiv): Only free the equivalence if none of the members are used. 2007-05-31 Paul Thomas <pault@gcc.gnu.org> PR fortran/32103 * gfortran.dg/module_equivalence_3.f90: New test. From-SVN: r125216