[Bug fortran/83622] [8 Regression] Wrong code with derived type and -fopenmp

paul.richard.thomas at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Jan 4 23:04:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83622

--- Comment #6 from paul.richard.thomas at gmail dot com <paul.richard.thomas at gmail dot com> ---
That's what I have been trying to find out :-)

It's jogging my memory but I cannot for the life of me rememeber what
it was about.

Paul


On 4 January 2018 at 22:00, anlauf at gmx dot de
<gcc-bugzilla@gcc.gnu.org> wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83622
>
> --- Comment #5 from Harald Anlauf <anlauf at gmx dot de> ---
> trans-array.c has:
>
> /* Returns true if the expression is an array pointer.  */
>
> static bool
> is_pointer_array (tree expr)
> {
>   if (flag_openmp)
>     return false;
>
> [...]
>
> Is there a reason behind this?
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
> You are the assignee for the bug.


More information about the Gcc-bugs mailing list