1. 31 Oct, 2009 7 commits
  2. 30 Oct, 2009 31 commits
    • PR libfortran/41219 Fix build warnings · 23db9913
      From-SVN: r153769
      Janne Blomqvist committed
    • mangle.c (mangle_type_string_for_rtti): Reapply 153734. · 52669d59
      /gcc/cp
      2009-10-30  Jerry Quinn  <jlquinn@optonline.net>
      
      	* mangle.c (mangle_type_string_for_rtti): Reapply 153734.
      	(needs_fake_anon): Likewise.
      	(write_name): Likewise.
      	(write_nested_name): Likewise.
      	* cp-tree.h (mangle_type_string_for_rtti): Likewise.
      	(get_anonymous_namespace): Likewise.
      	* name-lookup.c (get_anonymous_namespace_name): Likewise.
      	* rtti.c (tinfo_name): Likewise, with +1 in the second 
      	build_string call fixed.
      	(tinfo_base_init): Likewise.
      
      libstdc++/
      2009-10-30  Jerry Quinn  <jlquinn@optonline.net>
      
      	* libsupc++/tinfo.cc (operator=(const type_info&)): Reapply 153734.
      	* libsupc++/typeinfo (type_info::name()): Likewise.
      	* libsupc++/tinfo2.cc (before):  Likewise.
      
      From-SVN: r153768
      Jerry Quinn committed
    • random.h: Fix typo in static_assert text. · a20c8540
      2009-10-30  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/bits/random.h: Fix typo in static_assert text.
      
      From-SVN: r153767
      Paolo Carlini committed
    • linux-eabi.h (LINK_SPEC): BE8_LINK_SPEC added. · 7664c548
      	* config/arm/linux-eabi.h (LINK_SPEC): BE8_LINK_SPEC added.
      	* config/arm/bpapi.h (BE8_LINK_SPEC): New define.
      	(LINK_SPEC): BE_LINK_SPEC added.
      
      From-SVN: r153766
      Daniel Gutson committed
    • revert: decl.c (cp_fname_init): Correct build_string argument. · f0b150ba
      	Revert:
      	* decl.c (cp_fname_init): Correct build_string argument.
      
      From-SVN: r153765
      Jason Merrill committed
    • re PR lto/41871 (lto-plugin gives: could not open/create temporary file) · 86ed04df
      2009-10-30  Rafael Avila de Espindola  <espindola@google.com>
      
      	PR41871
      	* lto-plugin.c (claim_file_handler): Close files that we created.
      
      From-SVN: r153764
      Rafael Avila de Espindola committed
    • re PR libstdc++/41759 ([C++0x] <random> static_assert phrasing should be positive) · f6d08b43
      2009-10-30  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR libstdc++/41759
      	* include/bits/random.h: Tweak a bit the text of some static_asserts.
      
      From-SVN: r153762
      Paolo Carlini committed
    • configure.ac: Disable target-winsup & co for x86_64-*-mingw* and *-w64-mingw* targets. · ef4c4300
      2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
      
              * configure.ac: Disable target-winsup & co for
              x86_64-*-mingw* and *-w64-mingw* targets.
              * configure: Regenerated.
      
      From-SVN: r153761
      Kai Tietz committed
    • re PR lto/41858 (-flto -O2 crashes when many source files.) · b207f900
      2009-10-30  Richard Guenther  <rguenther@suse.de>
      
      	PR lto/41858
      	* lto-streamer.h (struct lto_file_decl_data): Remove fd member.
      
      	lto/
      	* lto.c (lto_file_read): Do not set file_data->fd.
      	(lto_read_section_data): Use a single-entry file-descriptor cache.
      	Do not check the result of xmalloc.
      	(free_section_data): Do not use file_data->fd.
      	(lto_read_all_file_options): Likewise.
      
      From-SVN: r153758
      Richard Guenther committed
    • utils.c (MAX_FIXED_MODE_SIZE): Delete. · 62f9f3ce
      	* gcc-interface/utils.c (MAX_FIXED_MODE_SIZE): Delete.
      	(create_field_decl): Update description.  In a packed record, round
      	the size up to a byte boundary only if the field's type has BLKmode.
      	* gcc-interface/gigi.h (create_field_decl): Update description.
      
      From-SVN: r153755
      Eric Botcazou committed
    • Fix a typo. · e15f1ff6
      From-SVN: r153754
      H.J. Lu committed
    • target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE. · 8c686cf5
      	* target-def.h (TARGET_ASM_TTYPE): Correct typo of TARGET_ARM_TTYPE.
      	* config/arm/unwind-arm.c (__gnu_Unwind_Backtrace): Remove unused
      	label.
      
      From-SVN: r153753
      Nathan Sidwell committed
    • * lib/target-supports.exp: Handle powerpc-*-elf. · 95460024
      From-SVN: r153752
      Andrew Jenner committed
    • tree-sra.c (build_ref_for_offset_1): Remove a comment. · 3d158124
      2009-10-30  Martin Jambor  <mjambor@suse.cz>
      
      	* tree-sra.c (build_ref_for_offset_1): Remove a comment.
      
      From-SVN: r153751
      Martin Jambor committed
    • Optimize -mstackrealign. · 890b9b96
      gcc/
      
      2009-10-30  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/40836
      	* cfgexpand.c (expand_stack_alignment): Call update_stack_boundary
      	first.  Move assert on stack_alignment_estimated just before
      	setting stack_realign_needed.
      	(gimple_expand_cfg): Initialize stack_alignment_estimated to 0.
      	Don't call update_stack_boundary.
      
      	* config/i386/i386.c (ix86_minimum_incoming_stack_boundary): New.
      	(verride_options): Don't check ix86_force_align_arg_pointer here.
      	(ix86_function_ok_for_sibcall): Use it.
      	(ix86_update_stack_boundary): Likewise.
      
      	* config/i386/i386.h (STACK_REALIGN_DEFAULT): Update comments.
      
      gcc/testsuite/
      
      2009-10-30  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/40838
      	* gcc.target/i386/incoming-6.c: New.
      	* gcc.target/i386/incoming-7.c: Likewise.
      	* gcc.target/i386/incoming-8.c: Likewise.
      	* gcc.target/i386/incoming-9.c: Likewise.
      	* gcc.target/i386/incoming-10.c: Likewise.
      	* gcc.target/i386/incoming-11.c: Likewise.
      	* gcc.target/i386/incoming-12.c: Likewise.
      	* gcc.target/i386/incoming-13.c: Likewise.
      	* gcc.target/i386/incoming-14.c: Likewise.
      	* gcc.target/i386/incoming-15.c: Likewise.
      	* gcc.target/i386/pr37843-4.c: Likewise.
      
      From-SVN: r153750
      H.J. Lu committed
    • [multiple changes] · 6528a7ed
      2009-10-30  Emmanuel Briot  <briot@adacore.com>
      
      	* make.adb (Start_Compile_If_Possible): Compute location of resulting
      	ALI file in this procedure instead of after the compilation itself,
      	since the current directory might have changed in between when using
      	-j<n>.
      
      	* osint.ads: Addded missing alignment clause.
      
      	* adaint.c, adaint.h, osint.adb (__gnat_reset_attributes,
      	__gnat_size_of_file_attributes): Rename reset_attributes and
      	size_of_file_attributes.
      
      2009-10-30  Javier Miranda  <miranda@adacore.com>
      
      	* sem_scil.adb (Adjust_SCIL_Node): Add missing management of sequences
      	of statements when searching for SCIL nodes.
      
      2009-10-30  Tristan Gingold  <gingold@adacore.com>
      
      	* gnatlink.adb, link.c: By default use shared libgcc on darwin.
      
      From-SVN: r153749
      Arnaud Charlet committed
    • [multiple changes] · cafdbd2e
      2009-10-30  Emmanuel Briot  <briot@adacore.com>
      
      	* make.adb, osint.adb (Add_Lib_Search_Dir): Do not add if dir is
      	already in the list.
      	This saves system calls when looking for ALI files
      	(Scan_Make_Args): The parameter to gnatmake's -D is now converted to an
      	absolute PATH (so that the above improvement properly occurs if both
      	-D<dir> and -aO<dir> are specified).
      
      2009-10-30  Thomas Quinot  <quinot@adacore.com>
      
      	* a-direct.adb: Minor reformatting
      
      From-SVN: r153748
      Arnaud Charlet committed
    • 2009-10-30 Emmanuel Briot <briot@adacore.com> · 48263c9a
      	* make.adb, adaint.c, adaint.h, osint.adb, osint.ads, bcheck.adb
      	(*_attr): new subprograms.
      	(File_Length, File_Time_Stamp, Is_Writable_File): new subprograms
      	(Read_Library_Info_From_Full, Full_Library_Info_Name,
      	Full_Source_Name): Now benefit from a previous cache of the file
      	attributes, to further save on system calls.
      	(Smart_Find_File): now also cache the file attributes. This makes the
      	package File_Stamp_Hash_Table useless, and it was removed.
      	(Compile_Sources): create subprograms for the various steps of the main
      	loop, for readibility and to avoid sharing variables between the
      	various steps.
      
      From-SVN: r153747
      Emmanuel Briot committed
    • make.adb, [...] (Library_File_Stamp): Removed, since unused. · b11cb5fd
      2009-10-30  Emmanuel Briot  <briot@adacore.com>
      
      	* make.adb, osint.adb, osint.ads (Library_File_Stamp): Removed, since
      	unused.
      	(Read_Library_Info_From_Full): New subprogram.
      
      From-SVN: r153746
      Emmanuel Briot committed
    • Remove executable property. · 1a163c46
      From-SVN: r153745
      Arnaud Charlet committed
    • [multiple changes] · 5fd3fd79
      2009-10-30  Robert Dewar  <dewar@adacore.com>
      
      	* a-tideio.adb: Minor reformatting
      	* a-wtdeio.adb, a-ztdeio.adb: Update comments, code clean up.
      
      	* a-reatim.adb, a-tideau.adb, a-ngelfu.adb, a-ztdeau.adb, a-ngrear.adb,
      	a-wtedit.adb, a-ststio.adb, a-ztedit.adb: Minor code reorganization
      	(use conditional expressions).
      
      2009-10-30  Ed Schonberg  <schonberg@adacore.com>
      
      	* gnat_ugn.texi: Additional info on gnatw.i and gnatw.I
      
      	* sem_case.adb: Improved error message.
      
      2009-10-30  Emmanuel Briot  <briot@adacore.com>
      
      	* a-direct.adb, gnatcmd.adb, gnatname.adb, makeutl.adb, opt.ads,
      	osint.adb, prj-ext.adb, switch-m.adb (Follow_Links_For_Dirs): Now
      	defaults to False, and controlled by -eL.
      	* a-direct.adb: Add comments.
      	* osint.adb (File_Stamp): Avoid unneeded duplicate system call
      
      From-SVN: r153744
      Arnaud Charlet committed
    • type_traits (__is_convertible_simple): Remove. · 297f34d7
      2009-10-30  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/std/type_traits (__is_convertible_simple): Remove.
      	(__is_convertible_helper): Adjust.
      	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
      	dg-error line numbers.
      	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
      	Likewise.
      
      From-SVN: r153743
      Paolo Carlini committed
    • tinfo.cc (operator=(const type_info&)): Revert 153734. · 2ea9fa8a
      2009-10-30  Jerry Quinn  <jlquinn@optonline.net>
      
      	* libsupc++/tinfo.cc (operator=(const type_info&)): Revert 153734.
      	* libsupc++/typeinfo (type_info::name()): Likewise.
      	* libsupc++/tinfo2.cc (before):  Likewise.
      
      2009-10-30  Jerry Quinn  <jlquinn@optonline.net>
      
      	* mangle.c (mangle_type_string_for_rtti): Revert 153734.
      	(needs_fake_anon): Likewise.
      	(write_name): Likewise.
      	(write_nested_name): Likewise.
      	* cp-tree.h (mangle_type_string_for_rtti): Likewise.
      	(get_anonymous_namespace): Likewise.
      	* name-lookup.c (get_anonymous_namespace_name): Likewise.
      	* rtti.c (tinfo_name): Likewise.
      	(tinfo_base_init): Likewise.
      
      From-SVN: r153742
      Jerry Quinn committed
    • [multiple changes] · 4b2d2c13
      2009-10-30  Robert Dewar  <dewar@adacore.com>
      
      	* sem_res.adb (Resolve_Type_Conversion): Avoid false positive when
      	converting non-static subtype to "identical" static subtype.
      
      2009-10-30  Ed Schonberg  <schonberg@adacore.com>
      
      	* usage.adb: Add -gnatw.i switch.
      
      2009-10-30  Vincent Celier  <celier@adacore.com>
      
      	* xsnamest.adb: Update comments with regards to the template files
      	snames.*.tmpl
      
      From-SVN: r153741
      Arnaud Charlet committed
    • [multiple changes] · 110fcc77
      2009-10-30  Bob Duff  <duff@adacore.com>
      
      	* s-fileio.adb (Errno_Message): Suppress VMS-specific warning.
      
      2009-10-30  Ed Schonberg  <schonberg@adacore.com>
      
      	* sem_case.adb (Check_Choices): Add explanatory message when there are
      	missing alternatives when the required range of alternatives is given
      	by the base type of the case expression or discriminant in a variant
      	part.
      
      	* opt.ads: New flag Warn_On_Overlap, to enable warnings on potentially
      	dangerous overlap between actuals in a call, activated by -gnatw.i
      	* sem_warn.adb (Set_Dot_Warning_Switch): set flag.
      	(Warn_On_Overlapping_Actuals): use new flag.
      
      	* gnat_ugn.texi: Document -gnatw.i, warning on overlapping actuals
      
      2009-10-30  Robert Dewar  <dewar@adacore.com>
      
      	* exp_aggr.adb, exp_ch9.adb: Minor reformatting
      
      From-SVN: r153740
      Arnaud Charlet committed
    • arm.md (QHSI): New mode iterator. · 953a18fb
      	* arm.md (QHSI): New mode iterator.
      	(movqi): If generating for thumb, then truncate any immediate to
      	8 bits.
      	* thumb2.md (thumb2_movsi_shortim and peephole2 generator): Replace
      	with...
      	(thumb2_mov<mode>_shortim and peephole2 generator): ... iterator based
      	version.
      
      From-SVN: r153739
      Richard Earnshaw committed
    • re PR c++/41863 (segfault with sizeof in template parameter) · 649fb657
      Fix PR c++/41863
      
      gcc/cp/ChangeLog:
      
      	PR c++/41863
      	* pt.c (iterative_hash_template_arg): articifial parms
      	don't have DECL_PARM_INDEX set. Do not hash it.
      
      gcc/testsuite/ChangeLog:
      
      	PR c++/41863
      	* g++.dg/template/sizeof12.C: New test.
      
      From-SVN: r153735
      Dodji Seketeli committed
    • mangle.c (mangle_type_string_for_rtti): Revert r149964. · 1e43a145
      2009-10-28  Jerry Quinn  <jlquinn@optonline.net>
      
      	* mangle.c (mangle_type_string_for_rtti): Revert r149964.
      	(needs_fake_anon): Likewise.
      	(write_name): Likewise.
      	(write_nested_name): Likewise.
      	* cp-tree.h (mangle_type_string_for_rtti): Likewise.
      	(get_anonymous_namespace): Likewise.
      	* name-lookup.c (get_anonymous_namespace_name): Likewise.
      	* rtti.c (tinfo_name): Insert '*' in front of private names.
      	(tinfo_base_init): Use it.
      
      2009-10-28  Jerry Quinn  <jlquinn@optonline.net>
      
      	* libsupc++/tinfo.cc (operator=(const type_info&)): Compare by
      	pointer if name begins with '*'.
      	* libsupc++/typeinfo (type_info::name()): Likewise.
      	* libsupc++/tinfo2.cc (before):  Likewise.
      
      From-SVN: r153734
      Jerry Quinn committed
    • PR libstdc++/40925 (again) · 6581b14b
      2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
        	    Douglas Gregor  <doug.gregor@gmail.com>
      
      	PR libstdc++/40925 (again)
      	* include/bits/stl_pair.h (pair<_T1, _T2>::pair(_U1&&, const _T2&),
      	pair<_T1, _T2>::pair(const _T1&, _U2&&)): Add, to deal correctly
      	with move-only types in the presence of "null pointers".
      	* testsuite/20_util/pair/40925.cc: Extend.
      
      Co-Authored-By: Douglas Gregor <doug.gregor@gmail.com>
      
      From-SVN: r153733
      Paolo Carlini committed
    • Mention PR · a684a364
      From-SVN: r153732
      Eric Botcazou committed
    • Daily bump. · c2e5f7a1
      From-SVN: r153731
      GCC Administrator committed
  3. 29 Oct, 2009 2 commits
    • type_traits (__is_int_or_cref): Remove. · 2d0269f6
      2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* include/std/type_traits (__is_int_or_cref): Remove.
      	(__is_convertible_helper): Fix per C++0x and simplify (the hack to
      	suppress warnings isn't necessary anymore).
      	* testsuite/20_util/is_convertible/requirements/typedefs.cc: New.
      	* testsuite/20_util/is_convertible/requirements/
      	explicit_instantiation.cc: Likewise.
      	* testsuite/20_util/is_convertible/value.cc: Likewise.
      	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust
      	dg-error line numbers.
      	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
      	Likewise.
      
      From-SVN: r153728
      Paolo Carlini committed
    • 40925.cc: Minor comment fix. · 28a371ae
      2009-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/20_util/pair/40925.cc: Minor comment fix.
      
      From-SVN: r153727
      Paolo Carlini committed