OSDN Git Service

pf3gnuchains/gcc-fork.git
13 years ago2011-03-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
krebbel [Thu, 3 Mar 2011 12:08:21 +0000 (12:08 +0000)]
2011-03-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.c (s390_function_value): Rename to ...
(s390_function_and_libcall_value): ... this.
(s390_function_value): New function.
(s390_libcall_value): New function.
(TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Define target
hooks.
* config/s390/s390.h (FUNCTION_VALUE, LIBCALL_VALUE): Remove
target macro definitions.
* config/s390/s390-protos.h (s390_function_value): Remove prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170649 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash if erroneous type was not converted.
ian [Thu, 3 Mar 2011 06:50:32 +0000 (06:50 +0000)]
Don't crash if erroneous type was not converted.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170646 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on large composite literal array index.
ian [Thu, 3 Mar 2011 06:40:50 +0000 (06:40 +0000)]
Don't crash on large composite literal array index.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170645 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash calling make with NaN or Infinity.
ian [Thu, 3 Mar 2011 06:18:55 +0000 (06:18 +0000)]
Don't crash calling make with NaN or Infinity.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170644 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoMake sure variable type is determined when var initialized to var.
ian [Thu, 3 Mar 2011 04:28:25 +0000 (04:28 +0000)]
Make sure variable type is determined when var initialized to var.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170643 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash getting type descriptor of abstract types.
ian [Thu, 3 Mar 2011 04:25:47 +0000 (04:25 +0000)]
Don't crash getting type descriptor of abstract types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170642 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agodocs: fix typos and markup nits in Fortran manual.
rwild [Thu, 3 Mar 2011 04:14:29 +0000 (04:14 +0000)]
docs: fix typos and markup nits in Fortran manual.

gcc/fortran/:
* invoke.texi (Option Summary, Fortran Dialect Options)
(Preprocessing Options, Runtime Options, Code Gen Options):
Fix vertical list spacing by using @itemx for additinoal
items, empty line before @table.  Fix typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170641 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't look for methods on named pointer types.
ian [Thu, 3 Mar 2011 03:31:17 +0000 (03:31 +0000)]
Don't look for methods on named pointer types.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170640 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47950
jason [Thu, 3 Mar 2011 02:49:28 +0000 (02:49 +0000)]
PR c++/47950
* parser.c (cp_parser_condition): Don't fold_non_dependent_expr here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170639 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47774
jason [Thu, 3 Mar 2011 02:49:19 +0000 (02:49 +0000)]
PR c++/47774
* tree.c (build_vec_init_elt): Split out from...
(build_vec_init_expr): ...here.
(diagnose_non_constexpr_vec_init): New fn.
* semantics.c (potential_constant_expression_1): Use it.
* cp-tree.h: Declare it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170638 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDetermine call types even if first call result is not used.
ian [Thu, 3 Mar 2011 02:08:28 +0000 (02:08 +0000)]
Determine call types even if first call result is not used.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170637 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash declaring a function named "_".
ian [Thu, 3 Mar 2011 01:48:28 +0000 (01:48 +0000)]
Don't crash declaring a function named "_".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170636 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on erroneous void initializer in temporary statement.
ian [Thu, 3 Mar 2011 01:39:25 +0000 (01:39 +0000)]
Don't crash on erroneous void initializer in temporary statement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170635 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix type of discarded send expression.
ian [Thu, 3 Mar 2011 01:17:34 +0000 (01:17 +0000)]
Fix type of discarded send expression.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170634 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash on erroneous named result.
ian [Thu, 3 Mar 2011 00:54:42 +0000 (00:54 +0000)]
Don't crash on erroneous named result.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170633 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDon't crash if a constant has a declared but undefined type.
ian [Thu, 3 Mar 2011 00:42:10 +0000 (00:42 +0000)]
Don't crash if a constant has a declared but undefined type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170632 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Thu, 3 Mar 2011 00:18:27 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170631 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoRewrite conversion of named types to backend representation.
ian [Thu, 3 Mar 2011 00:15:16 +0000 (00:15 +0000)]
Rewrite conversion of named types to backend representation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170627 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-03-02 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Wed, 2 Mar 2011 23:32:56 +0000 (23:32 +0000)]
2011-03-02  Benjamin Kosnik  <bkoz@redhat.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170626 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/i386/freebsd64.h (CC1_SPEC): Define.
jsm28 [Wed, 2 Mar 2011 22:35:36 +0000 (22:35 +0000)]
* config/i386/freebsd64.h (CC1_SPEC): Define.
* config/i386/linux64.h (CC1_SPEC): Define.
* config/i386/x86-64.h (CC1_SPEC): Don't define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170625 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/stormy16/stormy16.h (REGISTER_MOVE_COST, MEMORY_MOVE_COST):
aesok [Wed, 2 Mar 2011 21:36:02 +0000 (21:36 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170623 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/46159
jason [Wed, 2 Mar 2011 18:18:41 +0000 (18:18 +0000)]
PR c++/46159
* parser.c (cp_parser_primary_expression): Don't warn about a
failed tentative parse.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170621 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47200
jason [Wed, 2 Mar 2011 18:18:31 +0000 (18:18 +0000)]
PR c++/47200
* semantics.c (cxx_bind_parameters_in_call): Don't call
adjust_temp_type on non-constant args.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170620 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix configure problem.
spop [Wed, 2 Mar 2011 15:18:47 +0000 (15:18 +0000)]
Fix configure problem.

2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170618 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
paolo [Wed, 2 Mar 2011 15:06:00 +0000 (15:06 +0000)]
2011-03-02  Marc Glisse  <marc.glisse@normalesup.org>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170617 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-03-02 Marc Glisse <marc.glisse@normalesup.org>
paolo [Wed, 2 Mar 2011 14:57:57 +0000 (14:57 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170616 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agogcc/
rsandifo [Wed, 2 Mar 2011 13:25:10 +0000 (13:25 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170613 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * ChangeLog: Fix whitespace.
uros [Wed, 2 Mar 2011 09:00:24 +0000 (09:00 +0000)]
* ChangeLog: Fix whitespace.
* testsuite/ChangeLog: Fix test names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170612 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-03-02 Kai Tietz <ktietz@redhat.com>
ktietz [Wed, 2 Mar 2011 06:58:50 +0000 (06:58 +0000)]
2011-03-02  Kai Tietz  <ktietz@redhat.com>

        * MAINTAINERS: Adjust my e-mail address.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170611 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd -lpwl to ppllibs.
spop [Wed, 2 Mar 2011 03:48:44 +0000 (03:48 +0000)]
Add -lpwl to ppllibs.

2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170610 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoAdd -lisl to clooglibs.
spop [Wed, 2 Mar 2011 03:48:36 +0000 (03:48 +0000)]
Add -lisl to clooglibs.

2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170609 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR target/47935
amodra [Wed, 2 Mar 2011 00:54:22 +0000 (00:54 +0000)]
PR target/47935
* config/rs6000/predicates.md (lwa_operand): Check cmodel medium
toc relative addresses for valid offsets.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170606 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Wed, 2 Mar 2011 00:17:32 +0000 (00:17 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170605 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47851
jason [Tue, 1 Mar 2011 22:44:35 +0000 (22:44 +0000)]
PR c++/47851
* call.c (standard_conversion): Provide requested cv-quals on
class rvalue conversion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170601 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/46282
jason [Tue, 1 Mar 2011 22:44:26 +0000 (22:44 +0000)]
PR c++/46282
* decl2.c (grokbitfield): Handle type-dependent width.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170600 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 1 Mar 2011 13:18:25 +0000 (13:18 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170593 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 1 Mar 2011 09:46:19 +0000 (09:46 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170589 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-03-01 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 1 Mar 2011 09:45:05 +0000 (09:45 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170588 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 1 Mar 2011 05:59:07 +0000 (05:59 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170587 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 1 Mar 2011 02:28:02 +0000 (02:28 +0000)]
2011-02-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170586 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 1 Mar 2011 02:24:50 +0000 (02:24 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170585 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 1 Mar 2011 00:40:53 +0000 (00:40 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170584 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Tue, 1 Mar 2011 00:18:29 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170583 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 28 Feb 2011 23:50:57 +0000 (23:50 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170579 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoMove ChangeLog entry to correct ChangeLog file.
ian [Mon, 28 Feb 2011 23:01:18 +0000 (23:01 +0000)]
Move ChangeLog entry to correct ChangeLog file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170577 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47873
jason [Mon, 28 Feb 2011 21:41:21 +0000 (21:41 +0000)]
PR c++/47873
* class.c (update_vtable_entry_for_fn): Check BINFO_LOST_PRIMARY_P
after checking for a non-thunk.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170576 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/stormy16/stormy16.h (FUNCTION_VALUE, LIBCALL_VALUE,
aesok [Mon, 28 Feb 2011 20:48:06 +0000 (20:48 +0000)]
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170573 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * printf/quadmath-printf.c (quadmath_snprintf): Make sure
jakub [Mon, 28 Feb 2011 20:31:46 +0000 (20:31 +0000)]
* printf/quadmath-printf.c (quadmath_snprintf): Make sure
that for size > 0 str is always zero terminated.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170572 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Kai Tietz <kai.tietz@onevision.com>
ktietz [Mon, 28 Feb 2011 18:23:25 +0000 (18:23 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170570 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/47893
jakub [Mon, 28 Feb 2011 17:05:07 +0000 (17:05 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170568 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 28 Feb 2011 16:46:23 +0000 (16:46 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170567 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR debug/47283
jakub [Mon, 28 Feb 2011 15:47:18 +0000 (15:47 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170566 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/46790
jakub [Mon, 28 Feb 2011 15:36:37 +0000 (15:36 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170565 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoIn libobjc/:
nicola [Mon, 28 Feb 2011 14:48:23 +0000 (14:48 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170563 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Martin Jambor <mjambor@suse.cz>
jamborm [Mon, 28 Feb 2011 13:32:28 +0000 (13:32 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170562 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFixed critical typo in Objective-C runtime garbage collection code
nicola [Mon, 28 Feb 2011 13:08:37 +0000 (13:08 +0000)]
Fixed critical typo in Objective-C runtime garbage collection code

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170561 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Kazu Hirata <kazu@codesourcery.com>
ams [Mon, 28 Feb 2011 11:43:25 +0000 (11:43 +0000)]
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170559 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-28 Richard Guenther <rguenther@suse.de>
rguenth [Mon, 28 Feb 2011 10:23:14 +0000 (10:23 +0000)]
2011-02-28  Richard Guenther  <rguenther@suse.de>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170558 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR fortran/47894
fxcoudert [Mon, 28 Feb 2011 08:16:21 +0000 (08:16 +0000)]
PR fortran/47894
* intrinsic.texi: Fix doc of the VERIFY intrinsic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170557 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47906
jason [Mon, 28 Feb 2011 06:55:08 +0000 (06:55 +0000)]
PR c++/47906
* g++.dg/cpp0x/trailing1.C: Specify -fabi-version=6.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170556 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agodocs: fix Function Attributes table nesting.
rwild [Mon, 28 Feb 2011 06:35:43 +0000 (06:35 +0000)]
docs: fix Function Attributes table nesting.

gcc/:
* doc/extend.texi (Function Attributes): Avoid deeply (and
wrongly) nested tables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170555 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Mon, 28 Feb 2011 00:18:36 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170554 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 27 Feb 2011 20:08:44 +0000 (20:08 +0000)]
2011-02-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170549 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-27 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 27 Feb 2011 20:06:10 +0000 (20:06 +0000)]
2011-02-27  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/47778
* io/list_read.c (namelist_read): Intialize the error string buffere.
If pprev_nl was used during the previous namelist read and the rank
was zero, reset the pointer to NULL for the next namelist read.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170548 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR middle-end/47903
jakub [Sun, 27 Feb 2011 19:37:35 +0000 (19:37 +0000)]
PR middle-end/47903
* real.c (real_arithmetic) <case PLUS_EXPR, MINUS_EXPR,
MULT_EXPR, RDIV_EXPR>: Clear padding bits in *r first if
r isn't op0 nor op1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170547 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47906
jason [Sun, 27 Feb 2011 14:39:15 +0000 (14:39 +0000)]
PR c++/47906
* g++.dg/abi/mangle39.C: Specify -fabi-version=6.
* g++.dg/abi/mangle45.C: Specify -fabi-version=6.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170543 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * de.po: Update.
jsm28 [Sun, 27 Feb 2011 14:15:29 +0000 (14:15 +0000)]
* de.po: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170540 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-27 Tobias Burnus <burnus@net-b.de>
burnus [Sun, 27 Feb 2011 14:12:31 +0000 (14:12 +0000)]
2011-02-27  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47846
        * trans-stmt.c (gfc_trans_allocate): Fix allocation with
        type-spec of deferred-length strings.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170539 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-27 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sun, 27 Feb 2011 13:20:55 +0000 (13:20 +0000)]
2011-02-27  Paolo Carlini  <paolo.carlini@oracle.com>

PR c++/46466
* g++.dg/cpp0x/constexpr-ctor8.C: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170538 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-23 Georg-Johann Lay <avr@gjlay.de>
denisc [Sun, 27 Feb 2011 12:28:46 +0000 (12:28 +0000)]
2011-02-23  Georg-Johann Lay  <avr@gjlay.de>

* config/avr/avr.md: Remove magic comment for emacs.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170537 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-23 Georg-Johann Lay <avr@gjlay.de>
denisc [Sun, 27 Feb 2011 12:23:14 +0000 (12:23 +0000)]
2011-02-23  Georg-Johann Lay  <avr@gjlay.de>

PR target/45261
* config/avr/avr.c (avr_option_override): Use error on bad options.
(avr_help): New function.
(TARGET_HELP): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170536 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR fortran/47886
jakub [Sun, 27 Feb 2011 12:05:36 +0000 (12:05 +0000)]
PR fortran/47886
* gfortran.dg/gomp/task-1.f90: Removed.

* testsuite/libgomp.fortran/task3.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170535 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-22 Georg-Johann Lay <avr@gjlay.de>
denisc [Sun, 27 Feb 2011 08:36:55 +0000 (08:36 +0000)]
2011-02-22  Georg-Johann Lay  <avr@gjlay.de>

PR target/42240
* config/avr/avr.c (avr_cannot_modify_jumps_p): New function.
(TARGET_CANNOT_MODIFY_JUMPS_P): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170534 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47904
jason [Sun, 27 Feb 2011 08:13:28 +0000 (08:13 +0000)]
PR c++/47904
* tree.c (cp_tree_equal): Compare DECL_PARM_LEVEL.
* pt.c (iterative_hash_template_arg): And hash it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170533 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR c++/47897
jason [Sun, 27 Feb 2011 08:13:16 +0000 (08:13 +0000)]
PR c++/47897
* semantics.c (non_const_var_error): Split out from...
(cxx_eval_constant_expression): ...here.
(potential_constant_expression_1) [VAR_DECL]: Use it.
Allow dependent variables.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170532 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * de.po: Update.
jsm28 [Sun, 27 Feb 2011 01:11:57 +0000 (01:11 +0000)]
* de.po: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170531 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/invoke.texi (ARC Options): Use CPU instead of cpu.
gerald [Sun, 27 Feb 2011 01:02:11 +0000 (01:02 +0000)]
* doc/invoke.texi (ARC Options): Use CPU instead of cpu.
(ARM Options): Ditto.
(i386 and x86-64 Options): Ditto.
(RX Options): Ditto.
(SPARC Options): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170528 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sun, 27 Feb 2011 00:18:49 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170526 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-26 Tobias Burnus <burnus@net-b.de>
burnus [Sat, 26 Feb 2011 19:36:41 +0000 (19:36 +0000)]
2011-02-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47886
        * openmp.c (gfc_resolve_omp_directive): Resolve if()
        condition of OpenMP's task.

2011-02-26  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47886
        * gfortran.dg/gomp/task-1.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170521 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config.gcc (i386-*-freebsd*): Make i486 the default arch on
gerald [Sat, 26 Feb 2011 19:21:48 +0000 (19:21 +0000)]
* config.gcc (i386-*-freebsd*): Make i486 the default arch on
FreeBSD 6 and later.  Generally use cpu generic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170520 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR fortran/47894
fxcoudert [Sat, 26 Feb 2011 16:34:47 +0000 (16:34 +0000)]
PR fortran/47894
* intrinsic.texi: Fix doc of the VERIFY intrinsic.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170519 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR libfortran/45165
fxcoudert [Sat, 26 Feb 2011 15:21:45 +0000 (15:21 +0000)]
PR libfortran/45165
* unix.c (fallback_access): Fix file descriptor leaks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170517 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoImplemented encoding property types for new ObjC ABIs
nicola [Sat, 26 Feb 2011 11:33:02 +0000 (11:33 +0000)]
Implemented encoding property types for new ObjC ABIs

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170516 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoFix couple of PR references
ebotcazou [Sat, 26 Feb 2011 08:40:31 +0000 (08:40 +0000)]
Fix couple of PR references

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170513 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Sat, 26 Feb 2011 00:18:44 +0000 (00:18 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170512 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * doc/cpp.texi: Update copyright years.
gerald [Fri, 25 Feb 2011 23:24:50 +0000 (23:24 +0000)]
* doc/cpp.texi: Update copyright years.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170508 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-25 Sebastien Bourdeauducq <sebastien@milkymist.org>
lekernel [Fri, 25 Feb 2011 19:24:20 +0000 (19:24 +0000)]
2011-02-25  Sebastien Bourdeauducq <sebastien@milkymist.org>

PR gcc/46898
* config/lm32/lm32.md (ashrsi3): Added needed variable.

2011-02-25  Jon Beniston <jon@beniston.com>

PR gcc/46898
* config/lm32/lm32.h (INCOMING_RETURN_ADDR_RTX): New.
* config/lm32/lm32.md (ashlsi3): Remove unused variable.
* config/lm32/lm32.c (TARGET_EXCEPT_UNWIND_INFO): New.
(lm32_block_move_inline): Add type cast to remove warning.
(lm32_expand_prologue): Generate fp in a way compatible with
dwarf2out.
(gen_int_relational): Move declarations to start of function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170502 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable
fxcoudert [Fri, 25 Feb 2011 17:56:04 +0000 (17:56 +0000)]
* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): Set shell variable
tested in configure.host.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170500 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR tree-optimization/45470
ebotcazou [Fri, 25 Feb 2011 11:18:14 +0000 (11:18 +0000)]
PR tree-optimization/45470
* tree-vect-data-refs.c (vect_analyze_data_refs): Fail if a statement
can throw internally only.
* tree-vect-stmts.c (vectorizable_call): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170492 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-25 Jie Zhang <jie@codesourcery.com>
ams [Fri, 25 Feb 2011 10:24:44 +0000 (10:24 +0000)]
2011-02-25  Jie Zhang  <jie@codesourcery.com>

gcc/testsuite/
* gcc.target/arm/neon-thumb2-move.c: Add
dg-require-effective-target arm_thumb2_ok.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170490 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * g++.dg/parse/constant1.C: Specify C++98 mode.
jason [Fri, 25 Feb 2011 06:23:00 +0000 (06:23 +0000)]
* g++.dg/parse/constant1.C: Specify C++98 mode.
* g++.dg/parse/constant5.C: Likewise.
* g++.dg/parse/error2.C: Likewise.
* g++.dg/parse/semicolon3.C: Likewise.
* g++.dg/template/crash14.C: Likewise.
* g++.dg/template/local4.C: Likewise.
* g++.dg/template/nontype3.C: Likewise.
* g++.dg/parse/crash31.C: Adjust expected errors.
* g++.dg/template/function1.C: Likewise.
* g++.dg/template/ref3.C: Likewise.
* g++.dg/template/static9.C: Likewise.
* g++.old-deja/g++.pt/crash41.C: Instantiate template.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170489 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * parser.c (cp_parser_constant_expression): Set
jason [Fri, 25 Feb 2011 06:22:51 +0000 (06:22 +0000)]
* parser.c (cp_parser_constant_expression): Set
non_integral_constant_expression correctly for C++0x too.
(cp_parser_static_assert): Allow non-constant expression.
(cp_parser_direct_declarator): Expect non_constant_p to be set
properly for C++0x.
* pt.c (value_dependent_expression_p): Handle TYPEID_EXPR.
* semantics.c (maybe_constant_value): Check type_unknown_p too.
(potential_rvalue_constant_expression): New.
(require_potential_rvalue_constant_expression): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170488 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoChange testfile name
bkoz [Fri, 25 Feb 2011 00:58:03 +0000 (00:58 +0000)]
Change testfile name

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170487 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-24 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Fri, 25 Feb 2011 00:57:45 +0000 (00:57 +0000)]
2011-02-24  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/18_support/type_info/required.cc: New.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170486 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoDaily bump.
gccadmin [Fri, 25 Feb 2011 00:21:47 +0000 (00:21 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170485 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-24 Tobias Burnus <burnus@net-b.de>
burnus [Thu, 24 Feb 2011 21:58:47 +0000 (21:58 +0000)]
2011-02-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47872
        * intrinsic.texi (ALLOCATED, ATAN, BESSEL_JN, BESSEL_YN): Add
        multitable for linebreak between different syntax variants.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170480 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago2011-02-24 Tobias Burnus <burnus@net-b.de>
burnus [Thu, 24 Feb 2011 21:58:06 +0000 (21:58 +0000)]
2011-02-24  Tobias Burnus  <burnus@net-b.de>

        * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170479 138bc75d-0d04-0410-961f-82ee72b054a4

13 years agoPR 47802 Use strftime for CTIME and FDATE intrinsics
jb [Thu, 24 Feb 2011 21:51:39 +0000 (21:51 +0000)]
PR 47802 Use strftime for CTIME and FDATE intrinsics

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170478 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago * config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
aesok [Thu, 24 Feb 2011 20:52:49 +0000 (20:52 +0000)]
* config/stormy16/stormy16.h (PREFERRED_RELOAD_CLASS,
PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
* config/stormy16/stormy16-protos.h
(xstormy16_preferred_reload_class): Remove.
* config/stormy16/stormy16.c (xstormy16_preferred_reload_class): Make
static. Change 'rclass' argument and return type to reg_class_t.
(TARGET_PREFERRED_RELOAD_CLASS,
TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170477 138bc75d-0d04-0410-961f-82ee72b054a4

13 years ago PR fortran/47878
jakub [Thu, 24 Feb 2011 20:13:57 +0000 (20:13 +0000)]
PR fortran/47878
* io/transfer.c (read_sf): Call fbuf_getptr only at the end,
and subtract n, dtp->u.p.sf_seen_eor and seen_comma from it.

* gfortran.dg/pr47878.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170476 138bc75d-0d04-0410-961f-82ee72b054a4