public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/65438] New: Unnecessary ptr check
@ 2015-03-16 14:09 u17263 at att dot net
  2015-03-31  9:34 ` [Bug fortran/65438] " dominiq at lps dot ens.fr
  2015-08-30 14:33 ` dominiq at lps dot ens.fr
  0 siblings, 2 replies; 3+ messages in thread
From: u17263 at att dot net @ 2015-03-16 14:09 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 65438
           Summary: Unnecessary ptr check
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: u17263 at att dot net

The function check_array_not_assumed (openmp.c) performs an unnecessary check
on pointers.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug fortran/65438] Unnecessary ptr check
  2015-03-16 14:09 [Bug fortran/65438] New: Unnecessary ptr check u17263 at att dot net
@ 2015-03-31  9:34 ` dominiq at lps dot ens.fr
  2015-08-30 14:33 ` dominiq at lps dot ens.fr
  1 sibling, 0 replies; 3+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-03-31  9:34 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2015-03-31
                 CC|                            |burnus at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> The function check_array_not_assumed (openmp.c) performs an unnecessary
> check on pointers.

Does this refer to sym->attr.pointer in the lines

  if (sym->as && sym->as->type == AS_DEFERRED && sym->attr.pointer
      && !sym->attr.contiguous)

?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug fortran/65438] Unnecessary ptr check
  2015-03-16 14:09 [Bug fortran/65438] New: Unnecessary ptr check u17263 at att dot net
  2015-03-31  9:34 ` [Bug fortran/65438] " dominiq at lps dot ens.fr
@ 2015-08-30 14:33 ` dominiq at lps dot ens.fr
  1 sibling, 0 replies; 3+ messages in thread
From: dominiq at lps dot ens.fr @ 2015-08-30 14:33 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Ping!

Without answer, I'll close this PR as WONTFIX.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-30 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-16 14:09 [Bug fortran/65438] New: Unnecessary ptr check u17263 at att dot net
2015-03-31  9:34 ` [Bug fortran/65438] " dominiq at lps dot ens.fr
2015-08-30 14:33 ` dominiq at lps dot ens.fr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).