Commit Graph

106996 Commits

Author SHA1 Message Date
Ian Lance Taylor
deed202085 Fix type of discarded send expression.
From-SVN: r170634
2011-03-03 01:17:34 +00:00
Ian Lance Taylor
b5ba6ad2d6 Don't crash on erroneous named result.
From-SVN: r170633
2011-03-03 00:54:42 +00:00
Ian Lance Taylor
8ca93ccfd2 Don't crash if a constant has a declared but undefined type.
From-SVN: r170632
2011-03-03 00:42:10 +00:00
GCC Administrator
b58219c16d Daily bump.
From-SVN: r170631
2011-03-03 00:18:27 +00:00
Ian Lance Taylor
91349ecb12 Rewrite conversion of named types to backend representation.
From-SVN: r170627
2011-03-03 00:15:16 +00:00
Benjamin Kosnik
f63f8a3c19 Makefile.am: Make clean fixups.
2011-03-02  Benjamin Kosnik  <bkoz@redhat.com>

        * testsuite/Makefile.am: Make clean fixups.
        * testsuite/Makefile.in: Regenerate.

From-SVN: r170626
2011-03-02 23:32:56 +00:00
Joseph Myers
46d8fabb20 freebsd64.h (CC1_SPEC): Define.
* config/i386/freebsd64.h (CC1_SPEC): Define.
	* config/i386/linux64.h (CC1_SPEC): Define.
	* config/i386/x86-64.h (CC1_SPEC): Don't define.

From-SVN: r170625
2011-03-02 22:35:36 +00:00
Anatoly Sokolov
6b1ce54540 stormy16.h (REGISTER_MOVE_COST, [...]): Remove.
* config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
	Remove.
	* config/stormy16/stormy16.c: Include reload.h.
	(xstormy16_memory_move_cost): New function.
	(TARGET_MEMORY_MOVE_COST): Define.

From-SVN: r170623
2011-03-03 00:36:02 +03:00
Jason Merrill
f8221c67ba re PR c++/46159 (Bogus warning about lambdas)
PR c++/46159
	* parser.c (cp_parser_primary_expression): Don't warn about a
	failed tentative parse.

From-SVN: r170621
2011-03-02 13:18:41 -05:00
Jason Merrill
c6f54c7aa7 re PR c++/47200 ([C++0x] ICE: in adjust_temp_type, at cp/semantics.c:5821 with missing definition of constexpr function)
PR c++/47200
	* semantics.c (cxx_bind_parameters_in_call): Don't call
	adjust_temp_type on non-constant args.

From-SVN: r170620
2011-03-02 13:18:31 -05:00
Sebastian Pop
f158c8d0ed Fix configure problem.
2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

	* configure.ac: Adjust test of with_ppl.
	* configure: Regenerated.

From-SVN: r170618
2011-03-02 15:18:47 +00:00
Marc Glisse
a7443a2dd6 ratio (ratio_less): Add comments.
2011-03-02  Marc Glisse  <marc.glisse@normalesup.org>

	* include/std/ratio (ratio_less): Add comments.

From-SVN: r170617
2011-03-02 15:06:00 +00:00
Marc Glisse
8fddbce4ab re PR libstdc++/47913 ([C++0x] improve ratio_add to overflow less often)
2011-03-02  Marc Glisse  <marc.glisse@normalesup.org>

	PR libstdc++/47913
	* include/std/ratio (ratio_add): Avoid denominator overflow.
	* testsuite/20_util/ratio/operations/47913.cc: New.

From-SVN: r170616
2011-03-02 14:57:57 +00:00
Richard Sandiford
34161e98f7 re PR rtl-optimization/47925 (delete_trivially_dead_insns mishandles volatile mems)
gcc/
	PR rtl-optimization/47925
	* cse.c (count_reg_usage): Don't ignore the SET_DEST of instructions
	with side effects.  Remove the more-specific check for volatile asms.

gcc/testsuite/
	PR rtl-optimization/47925
	* gcc.c-torture/execute/pr47925.c: New test.

From-SVN: r170613
2011-03-02 13:25:10 +00:00
Uros Bizjak
b2e2ea671c ChangeLog: Fix whitespace.
* ChangeLog: Fix whitespace.
	* testsuite/ChangeLog: Fix test names.

From-SVN: r170612
2011-03-02 10:00:24 +01:00
Kai Tietz
97efdf21c6 MAINTAINERS: Adjust my e-mail address.
2011-03-02  Kai Tietz  <ktietz@redhat.com>

        * MAINTAINERS: Adjust my e-mail address.

From-SVN: r170611
2011-03-02 07:58:50 +01:00
Sebastian Pop
7d32a44014 Add -lpwl to ppllibs.
2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

	* configure.ac: Add -lpwl to ppllibs.
	* configure: Regenerated.

From-SVN: r170610
2011-03-02 03:48:44 +00:00
Sebastian Pop
3d2bc11b8d Add -lisl to clooglibs.
2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

	* config/cloog.m4: Add -lisl to clooglibs.
	* configure: Regenerated.

From-SVN: r170609
2011-03-02 03:48:36 +00:00
Alan Modra
f60a97cfa0 re PR target/47935 (PowerPC64 -mcmodel=medium invalid lwa offset)
PR target/47935
	* config/rs6000/predicates.md (lwa_operand): Check cmodel medium
	toc relative addresses for valid offsets.

From-SVN: r170606
2011-03-02 11:24:22 +10:30
GCC Administrator
60b5f5add3 Daily bump.
From-SVN: r170605
2011-03-02 00:17:32 +00:00
Jason Merrill
8d4bcc35d6 re PR c++/47851 ([C++0x] Incorrect decltype result for conditional operator)
PR c++/47851
	* call.c (standard_conversion): Provide requested cv-quals on
	class rvalue conversion.

From-SVN: r170601
2011-03-01 17:44:35 -05:00
Jason Merrill
faa9e9bfca re PR c++/46282 ([C++0x] ICE: SIGSEGV in grokbitfield (decl2.c:1054))
PR c++/46282
	* decl2.c (grokbitfield): Handle type-dependent width.

From-SVN: r170600
2011-03-01 17:44:26 -05:00
Richard Guenther
f2ca11ca97 re PR tree-optimization/47890 (internal compiler error: in vect_get_vec_def_for_stmt_copy, at tree-vect-stmts.c:1186)
2011-03-01  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/47890
	* tree-vect-loop.c (get_initial_def_for_induction): Set
	related stmt properly.

	* gcc.dg/torture/pr47890.c: New testcase.

From-SVN: r170593
2011-03-01 13:18:25 +00:00
Richard Guenther
7a00d9eaf6 re PR lto/47924 (Missed optimization with LTO)
2011-03-01  Richard Guenther  <rguenther@suse.de>

	PR lto/47924
	* lto-streamer.c (lto_record_common_node): Also register
	the canonical type.

	* gcc.dg/lto/pr47924_0.c: New testcase.

From-SVN: r170589
2011-03-01 09:46:19 +00:00
Richard Guenther
06c7edcc27 re PR lto/46911 (ICE: SIGSEGV in add_name_and_src_coords_attributes (dwarf2out.c:17792) with -flto -g)
2011-03-01  Richard Guenther  <rguenther@suse.de>

	PR lto/46911
	* lto-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
	Do not stream DECL_ABSTRACT_ORIGIN.
	(lto_input_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
	BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.
	* lto-streamer-out.c (lto_output_ts_decl_common_tree_pointers):
	Do not stream DECL_ABSTRACT_ORIGIN.
	(lto_output_ts_block_tree_pointers): Nor BLOCK_SOURCE_LOCATION,
	BLOCK_NONLOCALIZED_VARS or BLOCK_ABSTRACT_ORIGIN.

	* gfortran.dg/lto/pr46911_0.f: New testcase.

From-SVN: r170588
2011-03-01 09:45:05 +00:00
Jerry DeLisle
d610c25e4a re PR fortran/47933 (FAIL: gfortran.dg/fmt_fw_d.f90)
2011-02-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/47933
	* gfortran.dg/fmt_fw_d.f90: Fix test by adding dg-options to avoid
	compile errors from older code form.

From-SVN: r170587
2011-03-01 05:59:07 +00:00
Jerry DeLisle
4d45fb2192 re PR libfortran/47567 (Wrong output for small absolute values with F editing)
2011-02-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/47567
	* gfortran.dg/fmt_fw_d.f90: New test.

From-SVN: r170586
2011-03-01 02:28:02 +00:00
Jerry DeLisle
0eac6ca562 re PR libfortran/47567 (Wrong output for small absolute values with F editing)
2011-02-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/47567
	* io/write_float.def (output_float): Move handling of w = 0 to after
	output rounding. Check for zero and set zero_flag accordingly. Set
	width according to zero_flag. Add better comments.

From-SVN: r170585
2011-03-01 02:24:50 +00:00
Benjamin Kosnik
62c8d7223e chi2_quality.cc: Use C++0x mode on simulators.
2011-02-28  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/20_util/hash/chi2_quality.cc: Use C++0x mode on simulators.
	* testsuite/20_util/hash/quality.cc: Same.

From-SVN: r170584
2011-03-01 00:40:53 +00:00
GCC Administrator
ce709321b5 Daily bump.
From-SVN: r170583
2011-03-01 00:18:29 +00:00
Paolo Carlini
1139a7354d re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1)
2011-02-28  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/47921
	* include/std/streambuf (basic_streambuf<>::__safe_gbump,
	__safe_pbump): Add.
	* include/bits/streambuf.tcc (basic_streambuf<>::xgetn,
	xputn): Use the latter.
	* include/bits/streambuf_iterator.h: Likewise.
	* src/strstream.cc: Likewise.
	* src/streambuf.cc: Likewise.
	* src/compatibility.cc: Likewise.
	* src/istream.cc: Likewise.
	* include/bits/fstream.tcc (basic_filebuf<>::xsgetn): Use setg
	instead of gbump.
	* include/std/sstream (basic_stringbuf<>::_M_pbump): Add.
	* include/bits/sstream.tcc (basic_stringbuf<>::seekoff,
	seekpos, _M_sync): Use setg, setp, and _M_pbump.
	* config/abi/pre/gnu.ver: Tweak.

From-SVN: r170579
2011-02-28 23:50:57 +00:00
Ian Lance Taylor
6dfef9cca7 Move ChangeLog entry to correct ChangeLog file.
From-SVN: r170577
2011-02-28 23:01:18 +00:00
Jason Merrill
2c1fb3eefd re PR c++/47873 (virtual Inheritance - Covariant Virtual Function - Segfault)
PR c++/47873
	* class.c (update_vtable_entry_for_fn): Check BINFO_LOST_PRIMARY_P
	after checking for a non-thunk.

From-SVN: r170576
2011-02-28 16:41:21 -05:00
Anatoly Sokolov
998871e99f stormy16.h (FUNCTION_VALUE, [...]): Remove.
* config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
	FUNCTION_VALUE_REGNO_P): Remove.
	* config/stormy16/stormy16-protos.h (xstormy16_function_value):
	Remove.
	* config/stormy16/stormy16.c (xstormy16_function_value): Make static.
	Add 'outgoing' argument.
	(xstormy16_libcall_value, xstormy16_function_value_regno_p): New
	function.
	(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
	TARGET_FUNCTION_VALUE_REGNO_P): Define.

From-SVN: r170573
2011-02-28 23:48:06 +03:00
Jakub Jelinek
9926de2cd8 quadmath-printf.c (quadmath_snprintf): Make sure that for size > 0 str is always zero terminated.
* printf/quadmath-printf.c (quadmath_snprintf): Make sure
	that for size > 0 str is always zero terminated.

From-SVN: r170572
2011-02-28 21:31:46 +01:00
Kai Tietz
9436925165 re PR debug/28047 (DWARF output_file_names should really understand DOS pathnames)
2011-02-28  Kai Tietz  <kai.tietz@onevision.com>

	PR debug/28047
	* dwarf2out.c (file_table_eq): Use filename_cmp instead of strcmp.
	(lookup_filename): Likewise.
	* final.c (remap_debug_filename): Use filename_ncmp instead of
	strncmp.

2011-02-28  Kai Tietz  <kai.tietz@onevision.com>

	* filename_cmp.c (filename_ncmp): New function.
	* functions.texi: Regenerated.

2011-02-28  Kai Tietz  <kai.tietz@onevision.com>

	* filenames.h (filename_ncmp): New prototype.

From-SVN: r170570
2011-02-28 19:23:25 +01:00
Jakub Jelinek
80a832cd25 re PR middle-end/47893 (4.6 miscompiles mesa on i686)
PR middle-end/47893
	* rtl.h (ASLK_REDUCE_ALIGN, ASLK_RECORD_PAD): Define.
	(assign_stack_local_1): Change last argument type to int.
	* function.c (assign_stack_local_1): Replace reduce_alignment_ok
	argument with kind.  If bit ASLK_RECORD_PAD is not set in it,
	don't record padding space into frame_space_list nor
	use those areas.
	(assign_stack_local): Adjust caller.
	(assign_stack_temp_for_type): Call assign_stack_local_1 instead
	of assign_stack_local, pass 0 as last argument.
	* caller-save.c (setup_save_areas): Adjust assign_stack_local_1
	callers.

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

From-SVN: r170568
2011-02-28 18:05:07 +01:00
Paolo Carlini
d154f92719 [multiple changes]
2011-02-28  Paolo Carlini  <paolo.carlini@oracle.com>

	* testsuite/20_util/ratio/comparisons/comp3.cc: New.

2011-02-28  Marc Glisse  <marc.glisse@normalesup.org>

	PR libstdc++/42622
	* include/std/ratio (ratio_less): Reimplement to never overflow.
	* testsuite/20_util/ratio/comparisons/comp2.cc: Extend.

From-SVN: r170567
2011-02-28 16:46:23 +00:00
Jakub Jelinek
f61c6f34a3 re PR debug/47283 (ICE in refs_may_alias_p_1, at tree-ssa-alias.c)
PR debug/47283
	* cfgexpand.c (convert_debug_memory_address): Add AS parameter.
	Use target address_mode and pointer_mode hooks instead of hardcoded
	Pmode and ptr_mode.  Handle some simple cases of extending if
	POINTERS_EXTEND_UNSIGNED < 0.
	(expand_debug_expr) <case MEM_REF, INDIRECT_REF, TARGET_MEM_REF>:
	Call convert_debug_memory_address.
	(expand_debug_expr) <case ADDR_EXPR>: Pass as to
	convert_debug_memory_address.

From-SVN: r170566
2011-02-28 16:47:18 +01:00
Jakub Jelinek
1b50097624 re PR middle-end/46790 (EH failures in libstdc++ testsuite with --gc-sections and GNU ld 2.18)
PR middle-end/46790
	* configure.ac (HAVE_LD_EH_GC_SECTIONS_BUG): New test.
	* configure: Regenerated.
	* config.in: Regenerated.
	* varasm.c (default_function_section): Return NULL
	if HAVE_LD_EH_GC_SECTIONS_BUG and decl has implicit
	section name.

From-SVN: r170565
2011-02-28 16:36:37 +01:00
Nicola Pero
68ade9e4e8 In libobjc/: 2011-02-28 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/:
2011-02-28  Nicola Pero  <nicola.pero@meta-innovation.com>
	
	* selector.c (sel_getTypedSelector): Return NULL if there are
	multiple selectors with conflicting types.
	* objc/runtime.h (sel_getTypedSelector): Updated documentation.
	
In gcc/testsuite/:
2011-02-28  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc.dg/gnu-api-2-sel.m: Test that sel_getTypedSelector return
	NULL in case of a selector with conflicting types.
	* obj-c++.dg/gnu-api-2-sel.mm: Same change.

From-SVN: r170563
2011-02-28 14:48:23 +00:00
Martin Jambor
2f2935b6d5 ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description to match the printed values.
2011-02-28  Martin Jambor  <mjambor@suse.cz>

	* ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix
	the description to match the printed values.

From-SVN: r170562
2011-02-28 14:32:28 +01:00
Richard Frith-Macdonald
55b21c7a64 Fixed critical typo in Objective-C runtime garbage collection code
From-SVN: r170561
2011-02-28 13:08:37 +00:00
Kazu Hirata
544a301ed4 vfp-ldmdbd.c, [...]: New.
2011-02-28  Kazu Hirata  <kazu@codesourcery.com>

	gcc/testsuite/
	* gcc.target/arm/vfp-ldmdbd.c, gcc.target/arm/vfp-ldmdbs.c,
	gcc.target/arm/vfp-ldmiad.c, gcc.target/arm/vfp-ldmias.c,
	gcc.target/arm/vfp-stmdbd.c, gcc.target/arm/vfp-stmdbs.c,
	gcc.target/arm/vfp-stmiad.c, gcc.target/arm/vfp-stmias.c: New.

From-SVN: r170559
2011-02-28 11:43:25 +00:00
Richard Guenther
474086eb10 tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT of the copied scope tree.
2011-02-28  Richard Guenther  <rguenther@suse.de>

	* tree-inline.c (tree_function_versioning): Set BLOCK_SUPERCONTEXT
	of the copied scope tree.

From-SVN: r170558
2011-02-28 10:23:14 +00:00
Francois-Xavier Coudert
96fa6d317f re PR libfortran/47894 (Documentation text for VERIFY intrinsic function is wrong.)
PR fortran/47894
	* intrinsic.texi: Fix doc of the VERIFY intrinsic.

From-SVN: r170557
2011-02-28 08:16:21 +00:00
Jason Merrill
95d541cb15 re PR c++/47906 (r170459 regresses g++.dg/abi/mangle39.C on *-apple-darwin*)
PR c++/47906
	* g++.dg/cpp0x/trailing1.C: Specify -fabi-version=6.

From-SVN: r170556
2011-02-28 01:55:08 -05:00
Ralf Wildenhues
15bf6f3af7 docs: fix Function Attributes table nesting.
gcc/:
	* doc/extend.texi (Function Attributes): Avoid deeply (and
	wrongly) nested tables.

From-SVN: r170555
2011-02-28 06:35:43 +00:00
GCC Administrator
9dfd4d1c3b Daily bump.
From-SVN: r170554
2011-02-28 00:18:36 +00:00
Jerry DeLisle
c3ea2c417f re PR fortran/47778 (reading two arrays of structures from namelist fails)
2011-02-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR libgfortran/47778
	* gfortran.dg/namelist_71.f90: New test.

From-SVN: r170549
2011-02-27 20:08:44 +00:00