------- Comment #7 from paul dot richard dot thomas at gmail dot com  
2010-01-14 12:04 -------
Subject: Re:  [4.3/4.4/4.5 Regression] Wrong-code with 
        allocatable compounds

Dear Tobias,

I am just leaving on a trip.  As it happens, I copied this PR onto my
memory stick, so I will have a look at the airport.  I will let you
know my thoughts from my telephone.

Cheers

Paul

On Thu, Jan 14, 2010 at 12:18 PM, burnus at gcc dot gnu dot org
<gcc-bugzi...@gcc.gnu.org> wrote:
>
>
> ------- Comment #6 from burnus at gcc dot gnu dot org  2010-01-14 11:18 
> -------
> The problem seems to be that for the tmp array, one has a RANK 1 array:
>  "realdata(:,1)"
> thus gfc_trans_create_temp_array only gets info->dimen == 1 and thus it only
> fills the data for rank 1. However, the stride for rank 2 is later used (in
> this case unnecessarily as (:,1) is contiguous.) I do not see ad hoc how this
> can be solved.
>
> Paul, do you have an idea? (BTW: 4.4.3 is supposed to get its RC tomorrow thus
> it will be rather a 4.4.4/4.5 item, unless we are really fast.)
>
>
> --
>
> burnus at gcc dot gnu dot org changed:
>
>           What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                 CC|                            |pault at gcc dot gnu dot org
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42736
>
> ------- You are receiving this mail because: -------
> You are on the CC list for the bug, or are watching someone who is.
>


-- 


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

Reply via email to