OSDN Git Service

pf3gnuchains/gcc-fork.git
15 years ago2008-12-09 Kai Tietz <kai.tietz@onevision.com>
ktietz [Tue, 9 Dec 2008 09:14:28 +0000 (09:14 +0000)]
2008-12-09  Kai Tietz  <kai.tietz@onevision.com>

PR/38366
* function.c (aggregate_value_p): Get fntype from CALL_EXPR in any
case.
* calls.c (nitialize_argument_information): Add fntype argument
and use it for calls.promote_function_args.
        (expand_call): Pass fntype to aggregate_value_p if no fndecl
available and pass additional fntype to
initialize_argument_information.
* config/i386/i386.c (ix86_reg_parm_stack_space): Remove cfun part
to get function abi type.
(init_cumulative_args): Use for abi kind detection fntype, when no
fndecl is available.

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

15 years ago2008-12-09 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Tue, 9 Dec 2008 09:05:06 +0000 (09:05 +0000)]
2008-12-09  Andreas Krebbel  <krebbel1@de.ibm.com>

* config/s390/s390.md (movti, movdi_64, movdi_31,
  *movsi_zarch, *movhi, *movqi, *mov<mode>_64, *mov<mode>_31,
  *mov<mode>_64dfp, *mov<mode>_64, *mov<mode>_31, mov<mode>): Remove
  Q->Q alternative.
  (Integer->BLKmode splitter): Removed.

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

15 years ago * config/alpha/alpha.c (alpha_set_memflags): Process memory
uros [Tue, 9 Dec 2008 07:16:57 +0000 (07:16 +0000)]
* config/alpha/alpha.c (alpha_set_memflags): Process memory
references in full insn sequence.

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

15 years ago PR c++/38410
jason [Tue, 9 Dec 2008 06:04:50 +0000 (06:04 +0000)]
    PR c++/38410
        * gimplify.c (gimplify_init_constructor): Don't write out a static
        copy of the CONSTRUCTOR for TREE_ADDRESSABLE types or small sparse
        initializers.

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

15 years ago * emutls.c (__emutls_get_address): Prototype.
bje [Tue, 9 Dec 2008 04:57:32 +0000 (04:57 +0000)]
* emutls.c (__emutls_get_address): Prototype.
(__emutls_register_common): Likewise.

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

15 years ago2008-12-09 Tobias Grosser <grosser@fim.uni-passau.de>
grosser [Tue, 9 Dec 2008 04:43:24 +0000 (04:43 +0000)]
2008-12-09 Tobias Grosser  <grosser@fim.uni-passau.de>

PR middle-end/38084
Fix testsuite/gfortran.dg/graphite/id-3.f90.
* graphite.c (scopdet_basic_block_info): Fix bug that found some
regions more than once.
* testsuite/gfortran.dg/graphite/id-3.f90: New.
* gcc/testsuite/gcc.dg/graphite/pr38084.c: New.

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

15 years ago * config/dfp-bit.c (DFP_TO_INT): Remove unnecessary cast.
bje [Tue, 9 Dec 2008 04:20:19 +0000 (04:20 +0000)]
* config/dfp-bit.c (DFP_TO_INT): Remove unnecessary cast.

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

15 years ago * config/rs6000/darwin-ldouble.c (fmsub): Remove unused variable, v.
bje [Tue, 9 Dec 2008 03:36:47 +0000 (03:36 +0000)]
* config/rs6000/darwin-ldouble.c (fmsub): Remove unused variable, v.

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

15 years ago2008-12-08 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 9 Dec 2008 03:19:09 +0000 (03:19 +0000)]
2008-12-08  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/38430
* io/transfer.c (data_transfer_init): Move constraint check for REC=
and STREAM access into condition for other REC= constraints to simplify.
Comment out this constraint to avoid breaking compatibility with 4.3
until later.  Added a TODO for above comment and this one.
Fix test for max pos.

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

15 years agoDaily bump.
gccadmin [Tue, 9 Dec 2008 00:17:18 +0000 (00:17 +0000)]
Daily bump.

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

15 years ago * config/ia64/ia64.md (UNSPECV_GOTO_RECEIVER): New constant.
sje [Mon, 8 Dec 2008 23:25:51 +0000 (23:25 +0000)]
* config/ia64/ia64.md (UNSPECV_GOTO_RECEIVER): New constant.
(nonlocal_goto_receiver): New instruction.

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

15 years ago * ChangeLog: Fix small typo.
uros [Mon, 8 Dec 2008 21:43:40 +0000 (21:43 +0000)]
* ChangeLog: Fix small typo.
* testsuite/ChangeLog: Ditto.

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

15 years ago * gcc.target/mips/fix-r10000-6.c: Add dg-message to look for
uros [Mon, 8 Dec 2008 21:42:15 +0000 (21:42 +0000)]
* gcc.target/mips/fix-r10000-6.c: Add dg-message to look for
the note about changed semantics of NAND builtin.
* gcc.target/mips/fix-r10000-6.c: Ditto.
* gcc.target/mips/atomic-memory-1.c: Ditto.
(main): Correct __sync_nand_and_fetch results.

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

15 years ago * decl2.c (mark_used): Remove assemble_external call.
sje [Mon, 8 Dec 2008 19:27:26 +0000 (19:27 +0000)]
* decl2.c (mark_used): Remove assemble_external call.

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

15 years agogcc/cp/ChangeLog:
dodji [Mon, 8 Dec 2008 19:00:46 +0000 (19:00 +0000)]
gcc/cp/ChangeLog:
2008-12-07  Dodji Seketeli  <dodji@redhat.com>

        PR debug/38390
        * name-lookup.c (kept_level_p): Don't forget the case of levels
          having using directives.

gcc/testsuite/ChangeLog:
2008-12-07  Dodji Seketeli  <dodji@redhat.com>

        PR debug/38390
        * g++.dg/debug/dwarf2/imported-module-2.C: New test.

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

15 years ago * g++.dg/other/packed1.C: Remove ia64-hp-hpux* XFAIL.
sje [Mon, 8 Dec 2008 18:34:59 +0000 (18:34 +0000)]
*  g++.dg/other/packed1.C: Remove ia64-hp-hpux* XFAIL.

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

15 years ago * gcc.target/ia64/versionid-1.c (dg-final): Fix syntax.
sje [Mon, 8 Dec 2008 18:23:14 +0000 (18:23 +0000)]
* gcc.target/ia64/versionid-1.c (dg-final): Fix syntax.
* gcc.target/ia64/versionid-2.c (dg-final): Ditto.

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

15 years ago PR c/35443
jakub [Mon, 8 Dec 2008 18:04:58 +0000 (18:04 +0000)]
PR c/35443
* c-pretty-print.c (pp_c_expression): Handle BIND_EXPR.

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

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

15 years ago PR c/35442
jakub [Mon, 8 Dec 2008 18:03:40 +0000 (18:03 +0000)]
PR c/35442
* c-pretty-print.c (pp_c_cast_expression, pp_c_expression): Handle
VIEW_CONVERT_EXPR the same as CASE_CONVERT.

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

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

15 years ago PR 38240
rth [Mon, 8 Dec 2008 17:12:55 +0000 (17:12 +0000)]
PR 38240
* tree.h (TYPE_MODE): Invoke vector_type_mode when needed.
(SET_TYPE_MODE): New.
* c-decl.c (parser_xref_tag): Use it.
(finish_enum): Likewise.
* tree.c (build_pointer_type_for_mode): Likewise.
(build_reference_type_for_mode, build_index_type): Likewise.
(build_range_type, make_vector_type): Likewise.
(build_common_tree_nodes_2): Likewise.
* stor-layout.c (compute_record_mode): Likewise.
(finalize_type_size, layout_type, make_fract_type): Likewise.
(make_accum_type, initialize_sizetypes): Likewise.
(vector_type_mode): New.
* function.c (allocate_struct_function): Call
invoke_set_current_function_hook before querying anything else.

* config/i386/i386.c (ix86_valid_target_attribute_inner_p): Add avx.

cp/
* class.c (finish_struct_bits): Use SET_TYPE_MODE.
* decl.c (record_unknown_type): Likewise.
(start_enum, finish_enum): Likewise.

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

15 years ago 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
bergner [Mon, 8 Dec 2008 15:05:08 +0000 (15:05 +0000)]
2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
* alias.c (find_base_term): Synch LO_SUM handling with what
find_base_value does.

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

15 years ago * MAINTAINERS: Add myself to the write after approval list.
luisgpm [Mon, 8 Dec 2008 15:03:38 +0000 (15:03 +0000)]
* MAINTAINERS:  Add myself to the write after approval list.

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

15 years ago2008-12-08 Andrew Haley <aph@redhat.com>
aph [Mon, 8 Dec 2008 12:30:24 +0000 (12:30 +0000)]
2008-12-08  Andrew Haley  <aph@redhat.com>
            Kamaraju Kusumanchi <raju.mailinglists@gmail.com>

* gimple.h (gimple_build_try): Fix declaration.

* builtins.c (fold_builtin_sqrt): Don't use a conditional
operator.
* fixed-value.c (do_fixed_add): Likewise.
* tree-ssa-loop-ivopts.c (iv_ca_cost): Likewise.

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

15 years ago2008-12-08 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 8 Dec 2008 11:51:32 +0000 (11:51 +0000)]
2008-12-08  Paolo Carlini  <paolo.carlini@oracle.com>

* include/tr1_impl/cmath: Undef requof / remquol too; add using
declarations.
* acinclude.m4 [GLIBCXX_CHECK_C99_TR1]: Check remquof / remquol too.
* testsuite/tr1/8_c_compatibility/cmath/functions.cc: Adjust.
* configure: Regenerate.

2008-12-08  Edward Smith-Rowland  <3dw4rd@verizon.net>

* include/bits/forward_list.h: Fixed spurious "forward_swap" in doxy.

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

15 years ago PR middle-end/36802
jakub [Mon, 8 Dec 2008 10:36:01 +0000 (10:36 +0000)]
PR middle-end/36802
* omp-low.c (use_pointer_for_field): Only call maybe_lookup_decl
on parallel and task contexts.

* testsuite/libgomp.c/pr36802-1.c: New test.
* testsuite/libgomp.c/pr36802-2.c: New test.
* testsuite/libgomp.c/pr36802-3.c: New test.

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

15 years agoDaily bump.
gccadmin [Mon, 8 Dec 2008 00:16:59 +0000 (00:16 +0000)]
Daily bump.

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

15 years ago * gimple.c (recalculate_side_effects) <tcc_constant>: New case.
ebotcazou [Sun, 7 Dec 2008 23:27:14 +0000 (23:27 +0000)]
* gimple.c (recalculate_side_effects) <tcc_constant>: New case.

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

15 years ago2008-12-07 Richard Guenther <rguenther@suse.de>
rguenth [Sun, 7 Dec 2008 20:33:07 +0000 (20:33 +0000)]
2008-12-07  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/38405
* tree-vrp.c (simplify_truth_ops_using_ranges): Make sure to
not sign-extend truth values.

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

15 years ago2008-12-07 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sun, 7 Dec 2008 16:43:15 +0000 (16:43 +0000)]
2008-12-07  H.J. Lu  <hongjiu.lu@intel.com>

PR tree-optimization/38405
* gcc.dg/torture/pr38405.c: New.

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

15 years ago * tree-sra.c (scalarize_use): Create another temporary with the proper
ebotcazou [Sun, 7 Dec 2008 13:04:57 +0000 (13:04 +0000)]
* tree-sra.c (scalarize_use): Create another temporary with the proper
type for signed types in the use_all && !is_output bitfield case.

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

15 years ago2008-12-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 7 Dec 2008 01:15:46 +0000 (01:15 +0000)]
2008-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/38425
* gfortran.dg/io_constraints_5.f90: New test.

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

15 years ago2008-12-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sun, 7 Dec 2008 01:10:42 +0000 (01:10 +0000)]
2008-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/38425
* io.c (check_io_constraints): Check constraints on REC=, POS=, and
internal unit with POS=. Fix punctuation on a few error messages.

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

15 years agoDaily bump.
gccadmin [Sun, 7 Dec 2008 00:16:48 +0000 (00:16 +0000)]
Daily bump.

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

15 years ago PR rtl-optimization/36365
steven [Sat, 6 Dec 2008 22:52:43 +0000 (22:52 +0000)]
PR rtl-optimization/36365
* df-core.c (df_worklist_dataflow_overeager): Remove.
(df_worklist_dataflow): Don't call it, use double-queue only.
* params.def (PARAM_DF_DOUBLE_QUQUQ_THRESHOLD_FACTOR): Remove.

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

15 years ago2008-12-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 6 Dec 2008 21:53:11 +0000 (21:53 +0000)]
2008-12-06  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/38291
* io/transfer.c (data_transfer_init): Add fbuf_flush inadvertently
ommitted.  Add check for invalid use of REC= with ACCESS="stream".  Fix
comment.

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

15 years ago PR middle-end/38428
jakub [Sat, 6 Dec 2008 21:06:43 +0000 (21:06 +0000)]
PR middle-end/38428
* tree-ssa-operands.c (get_expr_operands) <case BIT_FIELD_REF>: Set
gimple_set_has_volatile_ops if the BIT_FIELD_REF is volatile.

* gcc.c-torture/compile/pr38428.c: New test.

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

15 years ago * runtime/main.c (store_exe_path): Don't crash if argv0 is NULL.
nemet [Sat, 6 Dec 2008 18:07:43 +0000 (18:07 +0000)]
* runtime/main.c (store_exe_path): Don't crash if argv0 is NULL.

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

15 years ago * nl.po, sv.po: Update.
jsm28 [Sat, 6 Dec 2008 18:03:27 +0000 (18:03 +0000)]
* nl.po, sv.po: Update.

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

15 years ago * id.po: Update.
jsm28 [Sat, 6 Dec 2008 18:02:38 +0000 (18:02 +0000)]
* id.po: Update.

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

15 years ago * gthr-single.h (__gthread_once): Adjust prototype to match all
bje [Sat, 6 Dec 2008 13:32:29 +0000 (13:32 +0000)]
* gthr-single.h (__gthread_once): Adjust prototype to match all
other gthreads models.

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

15 years ago * config/i386/i386.c (override_options): Use CPU_AMDFAM10
jakub [Sat, 6 Dec 2008 12:47:51 +0000 (12:47 +0000)]
* config/i386/i386.c (override_options): Use CPU_AMDFAM10
instead of PROCESSOR_AMDFAM10 for barcelona's schedule.

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

15 years ago PR middle-end/38422
jakub [Sat, 6 Dec 2008 12:47:15 +0000 (12:47 +0000)]
PR middle-end/38422
* fold-const.c (fold_unary) <CASE_CONVERT>: Don't convert MULT_EXPR
operands to mult_type if it isn't narrower than op0's type.

* gcc.c-torture/execute/pr38422.c: New test.

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

15 years ago2008-12-06 Janus Weil <janus@gcc.gnu.org>
janus [Sat, 6 Dec 2008 12:15:49 +0000 (12:15 +0000)]
2008-12-06  Janus Weil  <janus@gcc.gnu.org>

PR fortran/38415
* expr.c (gfc_check_pointer_assign): Added a check for abstract
interfaces in procedure pointer assignments, removed check involving
gfc_compare_interfaces until PR38290 is fixed completely.

2008-12-06  Janus Weil  <janus@gcc.gnu.org>

PR fortran/38415
* gfortran.dg/proc_ptr_2.f90: Extended.
* gfortran.dg/proc_ptr_11.f90: Modified.

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

15 years ago2008-12-06 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sat, 6 Dec 2008 10:25:24 +0000 (10:25 +0000)]
2008-12-06  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38421
* include/tr1/ell_integral.tcc: Avoid __ea, future SPU badname.
* doc/xml/manual/appendix_contributing.xml: Add __ea to the list
of badnames.

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

15 years ago PR tree-optimization/38074
hubicka [Sat, 6 Dec 2008 08:34:20 +0000 (08:34 +0000)]
PR tree-optimization/38074
* cgraphbuild.c (compute_call_stmt_bb_frequency): Fix handling of 0
entry frequency.
* predict.c (combine_predictions_for_bb): Ignore predictor predicting
in both dirrection for first match heuristics.
(tree_bb_level_predictions): Disable noreturn heuristic when there
is no returning path.

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

15 years ago2008-12-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 6 Dec 2008 04:17:31 +0000 (04:17 +0000)]
2008-12-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/38291
* gfortran.dg/streamio_16.f90: New test.

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

15 years ago2008-12-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Sat, 6 Dec 2008 04:13:34 +0000 (04:13 +0000)]
2008-12-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/38291
* io.c (match_dt_element): Use dt->pos in matcher.
(gfc_free_dt): Free dt->pos after use.
(gfc_resolve_dt): Use dt->pos in resolution of stream position tag.

2008-12-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/38291
* io/transfer.c (data_transfer_init): Add checks for POS= valid range.
Add check for unit opened with ACCESS="stream". Flush and seek if
current stream position does not match. Check ENDFILE on read.

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

15 years ago2008-12-05 Bernd Schmidt <bernd.schmidt@analog.com>
hjl [Sat, 6 Dec 2008 03:18:15 +0000 (03:18 +0000)]
2008-12-05  Bernd Schmidt  <bernd.schmidt@analog.com>

PR rtl-optimization/38272
* reload1.c (choose_reload_regs): Keep reload_spill_index correct
in all cases.

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

15 years agoDaily bump.
gccadmin [Sat, 6 Dec 2008 00:16:50 +0000 (00:16 +0000)]
Daily bump.

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

15 years ago * include/tr1_impl/functional (_Mu): Fix typo.
tromey [Fri, 5 Dec 2008 23:42:11 +0000 (23:42 +0000)]
* include/tr1_impl/functional (_Mu): Fix typo.

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

15 years ago PR c++/35336
jakub [Fri, 5 Dec 2008 21:10:16 +0000 (21:10 +0000)]
PR c++/35336
* c-pretty-print.c (pp_c_postfix_expression): Handle BIT_FIELD_REF.
(pp_c_expression): Likewise.

* error.c (dump_expr): Handle BIT_FIELD_REF.

* g++.dg/other/error30.C: New test.

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

15 years ago * lib/target-supports.exp (check_effective_target_hard_dfp): New.
janis [Fri, 5 Dec 2008 21:05:53 +0000 (21:05 +0000)]
* lib/target-supports.exp (check_effective_target_hard_dfp): New.
* gcc.dg/dfp/convert-dfp-round.c: Skip for hard_dfp.
* gcc.dg/dfp/fe-binop.c: Ditto.
* gcc.dg/dfp/fe-convert-1.c: Ditto.

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

15 years agoPR c/38416, make pragma_kind 8 bits
meissner [Fri, 5 Dec 2008 21:05:14 +0000 (21:05 +0000)]
PR c/38416, make pragma_kind 8 bits

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

15 years ago2008-12-05 Catherine Moore <clm@codesourcery.com>
clm [Fri, 5 Dec 2008 20:53:26 +0000 (20:53 +0000)]
2008-12-05  Catherine Moore  <clm@codesourcery.com>

        * gcc-target/mips/mips-nonpic: New testsuite.

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

15 years ago2008-12-05 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 5 Dec 2008 18:23:39 +0000 (18:23 +0000)]
2008-12-05  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38399
* include/bits/locale_facets_nonio.tcc (money_get<>::
_M_extract(iter_type, iter_type, ios_base&, ios_base::iostate&,
string&)): Fix, reject decimal point when frac_digits <= 0.
* testsuite/22_locale/money_get/get/char/38399.cc: New.
* testsuite/22_locale/money_get/get/wchar_t/38399.cc: Likewise.
* testsuite/22_locale/money_get/get/char/5.cc: Adjust.
* testsuite/22_locale/money_get/get/wchar_t/5.cc: Likewise.

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

15 years ago PR other/28614
sje [Fri, 5 Dec 2008 17:04:27 +0000 (17:04 +0000)]
PR other/28614
* gcc.c-torture/compile/20001226-1.c: Add dg-timeout-factor.
* g++.dg/torture/pr31863.C: Ditto.

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

15 years ago PR middle-end/37248
jakub [Fri, 5 Dec 2008 16:59:34 +0000 (16:59 +0000)]
PR middle-end/37248
* fold-const.c (make_bit_field_ref): Change bitpos and bitsize
arguments to HOST_WIDE_INT.  If type has different signedness
than unsignedp or different precision from bitsize, create
the right type for BIT_FIELD_REF and cast to type.
(fold_truthop): Change first_bit and end_bit to HOST_WIDE_INT.

Revert:
2008-03-05  Richard Guenther  <rguenther@suse.de>
PR c++/35336
* fold-const.c (fold_truthop): Remove code generating
BIT_FIELD_REFs of structure bases.
(fold_binary): Likewise.
(make_bit_field_ref): Remove.
(optimize_bit_field_compare): Remove.
(all_ones_mask_p): Remove.

* gcc.target/i386/pr37248-1.c: New test.
* gcc.target/i386/pr37248-2.c: New test.
* gcc.target/i386/pr37248-3.c: New test.

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

15 years ago * tree-sra.c (sra_explode_bitfield_assignment): Always
jakub [Fri, 5 Dec 2008 16:57:08 +0000 (16:57 +0000)]
* tree-sra.c (sra_explode_bitfield_assignment): Always
call unsigned_type_for, if the precision is higher than
needed, call build_nonstandard_integer_type.

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

15 years ago PR debug/38367
jakub [Fri, 5 Dec 2008 16:53:39 +0000 (16:53 +0000)]
PR debug/38367
* function.c (assign_parm_find_stack_rtl): If promoted_mode
is wider than DECL_MODE, adjust MEM_OFFSET (stack_parm) for
big endian.

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

15 years ago PR middle-end/38338
jakub [Fri, 5 Dec 2008 16:52:16 +0000 (16:52 +0000)]
PR middle-end/38338
* builtins.c (expand_builtin_apply_args): Put before parm_birth_insn
only if internal_arg_pointer is a non-virtual pseudo.

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

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

15 years ago * config/rs6000/rs6000.md (move_from_CR_gt_bit): Enable for
jsm28 [Fri, 5 Dec 2008 16:09:12 +0000 (16:09 +0000)]
* config/rs6000/rs6000.md (move_from_CR_gt_bit): Enable for
TARGET_HARD_FLOAT && !TARGET_FPRS, not TARGET_E500.
* config/rs6000/spe.md (e500_cr_ior_compare): Likewise.

testsuite:
* gcc.target/powerpc/20081204-1.c: New test.

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

15 years ago PR tree-optimization/37716
jakub [Fri, 5 Dec 2008 14:33:14 +0000 (14:33 +0000)]
PR tree-optimization/37716
* gimplify.c (gimplify_expr): Allow COND_EXPR if
gimplify_ctxp->allow_rhs_cond_expr.

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

15 years ago * Remove unintended commits.
uros [Fri, 5 Dec 2008 14:29:49 +0000 (14:29 +0000)]
* Remove unintended commits.

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

15 years ago * config/alpha/alpha.c (alpha_fold_vector_minmax): Create
uros [Fri, 5 Dec 2008 14:22:48 +0000 (14:22 +0000)]
* config/alpha/alpha.c (alpha_fold_vector_minmax): Create
VIEW_CONVERT_EXPR to convert output to long_integer_type_node.

(alpha_emit_conditional_branch): Do not generate direct branch
for UNORDERED comparisons.

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

15 years ago* config/rs6000/linux-unwind.h (frob_update_context): Check for
schwab [Fri, 5 Dec 2008 13:57:45 +0000 (13:57 +0000)]
* config/rs6000/linux-unwind.h (frob_update_context): Check for
NULL lr.

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

15 years ago2008-12-05 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Fri, 5 Dec 2008 13:07:53 +0000 (13:07 +0000)]
2008-12-05  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38411
* testsuite/22_locale/numpunct/members/char/2.cc: Use is_IS instead
of fr_FR.
* testsuite/22_locale/numpunct/members/wchar_t/2.cc: Likewise.
* testsuite/22_locale/locale/cons/7.cc: Likewise.

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

15 years ago2008-12-05 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 5 Dec 2008 11:59:21 +0000 (11:59 +0000)]
2008-12-05  Richard Guenther  <rguenther@suse.de>

PR testsuite/38406
* gcc.dg/Wstrict-aliasing-converted-assigned.c: Restrict PTA
alias warning to lp64 targets.

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

15 years agoFix dates.
ebotcazou [Fri, 5 Dec 2008 11:46:36 +0000 (11:46 +0000)]
Fix dates.

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

15 years ago PR c/38408
jakub [Fri, 5 Dec 2008 08:51:36 +0000 (08:51 +0000)]
PR c/38408
* fold-const.c (fold_checksum_tree): Change buf type to union
tree_node.

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

15 years ago PR bootstrap/38262
jakub [Fri, 5 Dec 2008 08:50:47 +0000 (08:50 +0000)]
PR bootstrap/38262
Fixup ChangeLog entries.

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

15 years ago * gcc.dg/union-5.c: Run only on x86 and x86-64.
ebotcazou [Fri, 5 Dec 2008 08:50:36 +0000 (08:50 +0000)]
* gcc.dg/union-5.c: Run only on x86 and x86-64.

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

15 years ago2008-11-07 Sebastian Pop <sebastian.pop@amd.com>
spop [Fri, 5 Dec 2008 08:01:58 +0000 (08:01 +0000)]
2008-11-07  Sebastian Pop  <sebastian.pop@amd.com>

PR bootstrap/38262
* java/Make-lang.in (jc1): Add BACKENDLIBS, remove GMPLIBS.
* objc/Make-lang.in (cc1obj-dummy, cc1obj): Same.
* objcp/Make-lang.in (cc1objplus-dummy, cc1objplus): Same.
* cp/Make-lang.in (cc1plus-dummy, cc1plus): Same.
* ada/gcc-interface/Make-lang.in (gnat1): Same.
* fortran/Make-lang.in (f951): Same.
* Makefile.in (LIBS): Remove GMPLIBS, CLOOGLIBS and PPLLIBS.
(BACKENDLIBS): New.
(cc1-dummy, cc1): Add BACKENDLIBS, remove GMPLIBS.

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

15 years ago2008-12-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 5 Dec 2008 04:11:28 +0000 (04:11 +0000)]
2008-12-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/38285
gfortran.dg/fmt_f_an_p.f: New test.

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

15 years ago2008-12-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Fri, 5 Dec 2008 04:07:45 +0000 (04:07 +0000)]
2008-12-04  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/38285
* write_float.def (WRITE_FLOAT): Zero the float value for special case
only if scale_factor = 0.

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

15 years agoDaily bump.
gccadmin [Fri, 5 Dec 2008 00:16:52 +0000 (00:16 +0000)]
Daily bump.

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

15 years ago * c-parser.c (c_parser_enum_specifier): Initialise ident_loc and
bje [Thu, 4 Dec 2008 22:44:02 +0000 (22:44 +0000)]
* c-parser.c (c_parser_enum_specifier): Initialise ident_loc and
comma_loc.
(c_parser_initelt): Initialise des_loc and ellipsis_loc.

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

15 years ago * cse.c (lookup_as_function): Delete mode frobbing code.
ebotcazou [Thu, 4 Dec 2008 21:47:13 +0000 (21:47 +0000)]
* cse.c (lookup_as_function): Delete mode frobbing code.
(equiv_constant): Re-implement it there for SUBREGs.

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

15 years ago PR c++/37906
jason [Thu, 4 Dec 2008 19:00:03 +0000 (19:00 +0000)]
    PR c++/37906
        * decl.c (grok_special_member_properties): Set TYPE_HAS_COMPLEX_DFLT
        here.
        * class.c (check_bases_and_members): Rather than assuming any
        user-declared default constructor is complex here.

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

15 years ago2008-12-04 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Thu, 4 Dec 2008 17:16:27 +0000 (17:16 +0000)]
2008-12-04  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/38368
* config/locale/gnu/numeric_members.cc (numpunct<char>::
_M_initialize_numpunct, numpunct<wchar_t>::_M_initialize_numpunct):
Fix for THOUSANDS_SEP == '\0' consistently with "C" locale.
* config/locale/gnu/monetary_members.cc (moneypunct<char, true>::
_M_initialize_moneypunct, moneypunct<char, false>::
_M_initialize_moneypunct, moneypunct<wchar_t, true>::
_M_initialize_moneypunct, moneypunct<wchar_t, false>::
_M_initialize_moneypunct): Fix for __MON_DECIMAL_POINT == '\0' or
__MON_THOUSANDS_SEP == '\0' consistently with "C" locale.
* testsuite/22_locale/locale/cons/38368.cc: New.

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

15 years ago2008-12-04 Richard Guenther <rguenther@suse.de>
rguenth [Thu, 4 Dec 2008 15:55:25 +0000 (15:55 +0000)]
2008-12-04  Richard Guenther  <rguenther@suse.de>

PR middle-end/36509
PR c++/38334
* Makefile.in (tree-ssa-alias-warnings.o): Remove.
(tree-ssa-structalias.o): Remove errors.h dependency.
(tree-ssa-reassoc.o): Likewise.
* tree-ssa-reassoc.c: Do not include errors.h.
* tree-ssa-alias-warnings.c: Remove.
* tree-ssa-alias.c (compute_may_aliases): Remove call to
strict_aliasing_warning_backend.
* tree-ssa-structalias.c (emit_pointer_definition): New function.
(emit_alias_warning): Likewise.
(set_uids_in_ptset): Warn for clear cases of type-punning.
* tree-inline.c (remap_gimple_op_r): Preserve TREE_NO_WARNING
on INDIRECT_REFs.

cp/
* typeck.c (get_member_function_from_ptrfunc): Mark the vtbl
pointer access with TREE_NO_WARNING.

* gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c: Adjust, remove XFAIL.
* gcc.dg/Wstrict-aliasing-converted-assigned.c: Adjust.
* g++.dg/warn/Wstrict-aliasing-float-ref-int-obj.C: Likewise.

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

15 years ago * cse.c (equiv_constant): Fix pasto.
ebotcazou [Thu, 4 Dec 2008 11:44:41 +0000 (11:44 +0000)]
* cse.c (equiv_constant): Fix pasto.

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

15 years ago * config/stormy16/stormy16.md: Remove extraneous spaces and
nickc [Thu, 4 Dec 2008 10:11:50 +0000 (10:11 +0000)]
    * config/stormy16/stormy16.md: Remove extraneous spaces and
        quotes.
        * config/stormy16/stormy16.c: Remove extraneous spaces and fix up
        formatting of quotes.

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

15 years ago PR middle-end/38371
jakub [Thu, 4 Dec 2008 09:33:27 +0000 (09:33 +0000)]
PR middle-end/38371
* fold-const.c (fold_checksum_tree): Allow modification of
TYPE_NEXT_VARIANT.

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

15 years ago2008-12-03 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 4 Dec 2008 06:25:04 +0000 (06:25 +0000)]
2008-12-03  H.J. Lu  <hongjiu.lu@intel.com>

* g++.old-deja/g++.eh/badalloc1.C: Add the missing "}".

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

15 years ago2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
andreast [Thu, 4 Dec 2008 06:17:50 +0000 (06:17 +0000)]
2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>

        * configure.ac: Add double brackets on darwin[912].
        * configure: Regenerate.

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

15 years ago2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
andreast [Thu, 4 Dec 2008 06:17:13 +0000 (06:17 +0000)]
2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>

        * configure.ac: Add double brackets on darwin[912].
        * configure: Regenerate.

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

15 years agoDaily bump.
gccadmin [Thu, 4 Dec 2008 00:17:00 +0000 (00:17 +0000)]
Daily bump.

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

15 years ago PR c++/38232
jason [Wed, 3 Dec 2008 23:57:19 +0000 (23:57 +0000)]
    PR c++/38232
        * init.c (build_value_init): Do initial zero-initialization
        of a class with an implicitly-defined constructor using
        build_zero_init rather than in build_value_init.
        (build_value_init_1): Fold into build_value_init.

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

15 years ago * g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7.
janis [Wed, 3 Dec 2008 23:41:46 +0000 (23:41 +0000)]
    * g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7.

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

15 years ago2008-12-03 Jack Howarth <howarth@bromo.med.uc.edu>
janis [Wed, 3 Dec 2008 23:28:00 +0000 (23:28 +0000)]
2008-12-03  Jack Howarth  <howarth@bromo.med.uc.edu>

* g++.old-deja/g++.eh/badalloc1.C: Omit XFAIL on obsolete Darwin.

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

15 years ago PR c++/38256
jason [Wed, 3 Dec 2008 21:42:22 +0000 (21:42 +0000)]
    PR c++/38256
        * parser.c (cp_parser_conversion_type_id): Diagnose
        'operator auto' here.
        * decl.c (grokdeclarator): Not here.

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

15 years ago2008-12-03 Daniel Kraft <d@domob.eu>
domob [Wed, 3 Dec 2008 21:37:43 +0000 (21:37 +0000)]
2008-12-03  Daniel Kraft  <d@domob.eu>

* MAINTAINERS:  Moved myself and Mikael Morin from Write After
Approval to Reviewer section (for Fortran front-end).

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

15 years ago PR c++/38380
jason [Wed, 3 Dec 2008 19:22:08 +0000 (19:22 +0000)]
    PR c++/38380
        * decl.c (grokdeclarator): Only set DECL_NONCONVERTING_P
        on explicit constructors.
        * pt.c (tsubst_copy_and_build) [CONSTRUCTOR]: Propagate
        CONSTRUCTOR_IS_DIRECT_INIT.

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

15 years agofix markup
jason [Wed, 3 Dec 2008 17:49:15 +0000 (17:49 +0000)]
fix markup

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

15 years ago PR middle-end/38360
jakub [Wed, 3 Dec 2008 16:57:44 +0000 (16:57 +0000)]
PR middle-end/38360
* tree-ssa-ccp.c (ccp_fold_builtin): Bail out if the builtin doesn't
have the right number of arguments.

* gcc.c-torture/compile/pr38360.c: New test.

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

15 years ago2008-12-03 Richard Guenther <rguenther@suse.de>
rguenth [Wed, 3 Dec 2008 15:10:03 +0000 (15:10 +0000)]
2008-12-03  Richard Guenther  <rguenther@suse.de>

PR middle-end/36326
* gimplify.c (is_gimple_mem_or_call_rhs): Remove work-around for
non-BLKmode types.

* gcc.dg/tree-ssa/pr36326.c: New testcase.

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

15 years ago * testsuite/gcc.dg/tree-ssa/pr38250.c: New file.
tomby [Wed, 3 Dec 2008 13:43:12 +0000 (13:43 +0000)]
    * testsuite/gcc.dg/tree-ssa/pr38250.c: New file.

--This list and those below, will be ignored--

A    gcc/testsuite/gcc.dg/tree-ssa/pr38250.c

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

15 years ago PR middle-end/38250
tomby [Wed, 3 Dec 2008 13:35:13 +0000 (13:35 +0000)]
    PR middle-end/38250
        * tree-loop-distribution.c (build_size_arg): New function.
        (generate_memset_zero): Checks if DR_STEP(de) is NULL.
        Reorganized generating of stmts.
        * testsuite/gcc.dg/tree-ssa/pr38250.c: New file.
        * tree-data-ref.c (dr_analyze_innermost): Returns bool.
        Indicate if analysis succeed.
        * tree-data-ref.h (dr_analyze_innermost): Returns bool.
        * tree-predcom.c (valid_initializer_p, find_looparound_phi):
        Uses new definition of dr_analyze_innermost.

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

15 years ago * tree-ssa-pre.c (do_regular_insertion): Initialise edoubleprime.
bje [Wed, 3 Dec 2008 12:29:23 +0000 (12:29 +0000)]
* tree-ssa-pre.c (do_regular_insertion): Initialise edoubleprime.

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

15 years ago PR tree-optimization/37716
jakub [Wed, 3 Dec 2008 12:27:48 +0000 (12:27 +0000)]
PR tree-optimization/37716
* tree-sra.c (sra_build_assignment): For scalar bitfield SRC construct
all the needed operations as trees and gimplify_assign it to dst.

* g++.dg/torture/pr37716.C: New test.

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