--- Comment #5 from burnus at gcc dot gnu dot org 2007-03-16 10:57 ---
Subject: Bug 31188
Author: burnus
Date: Fri Mar 16 10:57:45 2007
New Revision: 122987
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122987
Log:
2007-03-16 Paul Thomas <[EMAIL PROTECTED]>
Tobias
--- Comment #4 from patchapp at dberlin dot org 2007-03-15 20:55 ---
Subject: Bug number PR31188
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-03/msg01045.html
--
http://gcc.gnu.org/bugzilla/sh
--- Comment #3 from pault at gcc dot gnu dot org 2007-03-15 20:36 ---
(In reply to comment #2)
(In reply to comment #1)
> The program works as expected. n.sym->name is ivec. I don't understand why
> ivec
> is FL_PARAMETER and not FL_VARIABLE.
It is not correct to have the line gcc_ass
--- Comment #2 from burnus at gcc dot gnu dot org 2007-03-15 20:21 ---
Accept. I have a patch for it. My analysis in comment 1 is misleading /
partially wrong, though.
--
burnus at gcc dot gnu dot org changed:
What|Removed |Added
--
--- Comment #1 from burnus at gcc dot gnu dot org 2007-03-15 19:31 ---
If one comments out the if block in gfc_simplify_expr (expr.c):
--
case EXPR_VARIABLE:
/* Only substitute array parameter variables if we are in an
initialization expression, or we want
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Known t