[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-11-30 Thread chaoyingfu at gcc dot gnu dot org


--- Comment #8 from chaoyingfu at gcc dot gnu dot org  2006-12-01 02:03 
---
Subject: Bug 27885

Author: chaoyingfu
Date: Fri Dec  1 01:57:22 2006
New Revision: 119394

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119394
Log:
Merged revisions 118791-118987 via svnmerge from 
svn+ssh://[EMAIL PROTECTED]/svn/gcc/trunk


  r118791 | gccadmin | 2006-11-13 16:17:39 -0800 (Mon, 13 Nov 2006) | 1 line

  Daily bump.

  r118793 | jiez | 2006-11-13 16:39:08 -0800 (Mon, 13 Nov 2006) | 4 lines

* configure.in: Remove target-libgloss from noconfigdirs for
bfin-*-*.
* configure: Regenerated.

  r118794 | jiez | 2006-11-13 16:45:33 -0800 (Mon, 13 Nov 2006) | 4 lines

* configure.in: Remove target-libgloss from noconfigdirs for
bfin-*-*.
* configure: Regenerated.

  r118798 | dj | 2006-11-13 18:29:46 -0800 (Mon, 13 Nov 2006) | 3 lines

  * config/m32c/m32c.c (m32c_prepare_shift): Use a separate
  temporary for intermediates.

  r118802 | ghazi | 2006-11-13 21:08:46 -0800 (Mon, 13 Nov 2006) | 7 lines

* fold-const.c (fold_strip_sign_ops): Handle COMPOUND_EXPR and
COND_EXPR.

  testsuite:
* gcc.dg/builtins-20.c: Add more cases.

  r118808 | bonzini | 2006-11-14 00:46:26 -0800 (Tue, 14 Nov 2006) | 16 lines

  2006-11-14  Paolo Bonzini  <[EMAIL PROTECTED]>

PR rtl-optimization/29798

* fwprop.c (use_killed_between): Check that DEF_INSN dominates
TARGET_INSN before any other check.
(fwprop_init): Always calculate dominators.
(fwprop_done): Always free them.

  2006-11-14  Paolo Bonzini  <[EMAIL PROTECTED]>

PR rtl-optimization/29798

* gcc.c-torture/execute/pr29798.c: New.

  r118810 | bonzini | 2006-11-14 04:14:33 -0800 (Tue, 14 Nov 2006) | 7 lines

  2006-11-14  Paolo Bonzini  <[EMAIL PROTECTED]>

* Makefile.tpl (clean-stage*): Test separately for package/Makefile
and stageN-package/Makefile.
* Makefile.in: Regenerated.

  r118812 | burnus | 2006-11-14 07:35:36 -0800 (Tue, 14 Nov 2006) | 13 lines

  fortran/
  2006-11-14  Tobias Burnus  <[EMAIL PROTECTED]>

PR fortran/29657
* symbol.c (check_conflict): Add further conflicts.

  testsuite/
  2006-11-14  Tobias Burnus  <[EMAIL PROTECTED]>

PR fortran/29657
* gfortran.dg/conflicts.f90: Add.

  r118813 | erven | 2006-11-14 07:45:55 -0800 (Tue, 14 Nov 2006) | 1 line

   MAINTAINERS (Write After Approval): Add myself.

  r118814 | jsm28 | 2006-11-14 08:01:41 -0800 (Tue, 14 Nov 2006) | 3 lines

* testsuite/26_numerics/complex/13450.cc: Do not test long double
in IBM long double case.

  r118819 | mmitchel | 2006-11-14 09:15:08 -0800 (Tue, 14 Nov 2006) | 3 lines

PR c++/29106
* g++.dg/init/self1.C: New test.

  r118820 | burnus | 2006-11-14 09:31:00 -0800 (Tue, 14 Nov 2006) | 6 lines

  2006-11-14  Tobias Burnus  <[EMAIL PROTECTED]>

 * match.c (gfc_match_namelist): Add missing space to
   error message.

  r118821 | dberlin | 2006-11-14 10:12:20 -0800 (Tue, 14 Nov 2006) | 24 lines

  2006-11-14  Daniel Berlin  <[EMAIL PROTECTED]>

Fix PR tree-optimization/27755

* tree-ssa-pre.c: Update comments.
(bb_bitmap_sets): Add pa_in and  deferred member.
(BB_DEFERRED): New macro.
(maximal_set): New variable.
(pre_stats): Add pa_insert member.
(bitmap_set_and): Short circuit orig == dest.
(bitmap_set_subtract_values): New function.
(bitmap_set_contains_expr): Ditto.
(translate_vuses_through_block): Add phiblock argument.
(dependent_clean): New function.
(compute_antic_aux): Update for maximal_set changes.
(compute_partial_antic_aux): New function.
(compute_antic): Handle partial anticipation.
(do_partial_partial_insertion): New function.
(insert_aux): Handle partial anticipation.
(add_to_sets): Add to maximal set.
(compute_avail): Ditto.
(init_pre): Initialize maximal_set.
(execute_pre): Do partial anticipation if -O3+.

  r118823 | echristo | 2006-11-14 11:42:51 -0800 (Tue, 14 Nov 2006) | 4 lines

  2006-11-14  Eric Christopher  <[EMAIL PROTECTED]>

  * configure: Regenerate with autoconf 2.59.

  r118825 | jsm28 | 2006-11-14 12:36:28 -0800 (Tue, 14 Nov 2006) | 5 lines

* config/arm/arm.h (FUNCTION_ARG_ADVANCE): Only adjust
iwmmxt_nregs if TARGET_IWMMXT_ABI.
* config/arm/iwmmxt.md (movv8qi_internal, movv4hi_internal,
movv2si_internal): Support moves between core registers.

  r118826 | ctice | 2006-11-14 12:55:56 -0800 (Tue, 14 Nov 2006) | 4 lines

  Add ability to generate DWARF pubtypes section if DEBUG_PUBTYPES_SECTION
  is defined.  Also add dejagnu testcases for pubtypes.

  r118827 | rguenth | 2006-11-14 14:0

[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-11-18 Thread danglin at gcc dot gnu dot org


--- Comment #7 from danglin at gcc dot gnu dot org  2006-11-19 00:51 ---
Fixed by patch.


-- 

danglin at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27885



[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-11-18 Thread danglin at gcc dot gnu dot org


--- Comment #6 from danglin at gcc dot gnu dot org  2006-11-19 00:44 ---
Subject: Bug 27885

Author: danglin
Date: Sun Nov 19 00:44:04 2006
New Revision: 118984

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118984
Log:
PR fortran/27885
PR middle-end/28176
* stor-layout.c (set_sizetype): Limit precision of *bitsizetypes types
to MAX_FIXED_MODE_SIZE.


Modified:
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/stor-layout.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27885



[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-11-18 Thread danglin at gcc dot gnu dot org


--- Comment #5 from danglin at gcc dot gnu dot org  2006-11-18 23:17 ---
Subject: Bug 27885

Author: danglin
Date: Sat Nov 18 23:17:33 2006
New Revision: 118977

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118977
Log:
PR fortran/27885
PR middle-end/28176
* stor-layout.c (set_sizetype): Limit precision of *bitsizetypes types
to MAX_FIXED_MODE_SIZE.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/stor-layout.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27885



[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-06-06 Thread dave at hiauly1 dot hia dot nrc dot ca


--- Comment #4 from dave at hiauly1 dot hia dot nrc dot ca  2006-06-06 
12:14 ---
Subject: Re:  FAIL: libgomp.fortran/vla[1-7].f90  -O0  (test for excess errors)

> I wonder what outmode is in emit_library_call_value_1:
>   tfom = lang_hooks.types.type_for_mode (outmode, 0);
> 
> I might have a look to later during the weekend if I my move goes smooth.

If I recall correctly, it is TImode, and NULL_TREE is returned.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27885



[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-06-05 Thread pinskia at gcc dot gnu dot org


--- Comment #3 from pinskia at gcc dot gnu dot org  2006-06-06 04:48 ---
I wonder what outmode is in emit_library_call_value_1:
  tfom = lang_hooks.types.type_for_mode (outmode, 0);

I might have a look to later during the weekend if I my move goes smooth.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||pinskia at gcc dot gnu dot
   ||org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27885



[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-06-05 Thread dave at hiauly1 dot hia dot nrc dot ca


--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca  2006-06-05 
21:26 ---
Subject: Re:  FAIL: libgomp.fortran/vla[1-7].f90  -O0  (test for excess errors)

> Forgive this Bear-of Little-Brain asking but what should I make of gcc-3.3

Nothing.

> mixing with libgomp?  You need gcc-4.2.

It is.  I should change the directory name.

Dave


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27885



[Bug fortran/27885] FAIL: libgomp.fortran/vla[1-7].f90 -O0 (test for excess errors)

2006-06-05 Thread pault at gcc dot gnu dot org


--- Comment #1 from pault at gcc dot gnu dot org  2006-06-05 20:56 ---
Forgive this Bear-of Little-Brain asking but what should I make of gcc-3.3
mixing with libgomp?  You need gcc-4.2.

Paul


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27885