public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic"
@ 2021-05-24 19:50 firasuke at gmail dot com
  2021-05-25  7:43 ` [Bug libgomp/100747] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: firasuke at gmail dot com @ 2021-05-24 19:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100747
           Summary: Possibly Wrong Permissions in "liboffloadmic"
           Product: gcc
           Version: 11.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: firasuke at gmail dot com
  Target Milestone: ---

Hey there,

I noticed that `liboffloadmic/configure' and
`liboffloadmic/plugin/configure' lack execute permissions (`644' instead of
`755'), and I was wondering if that was intended.

Thanks for your time and effort.

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

* [Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"
  2021-05-24 19:50 [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic" firasuke at gmail dot com
@ 2021-05-25  7:43 ` rguenth at gcc dot gnu.org
  2021-05-25  8:28 ` rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-25  7:43 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|other                       |libgomp
             Target|                            |intelmic
                 CC|                            |jakub at gcc dot gnu.org
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-05-25

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
eh, means nobody tests those ...

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

* [Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"
  2021-05-24 19:50 [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic" firasuke at gmail dot com
  2021-05-25  7:43 ` [Bug libgomp/100747] " rguenth at gcc dot gnu.org
@ 2021-05-25  8:28 ` rguenth at gcc dot gnu.org
  2021-05-25  8:53 ` jakub at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-25  8:28 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot gnu.org

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
I'll fix.

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

* [Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"
  2021-05-24 19:50 [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic" firasuke at gmail dot com
  2021-05-25  7:43 ` [Bug libgomp/100747] " rguenth at gcc dot gnu.org
  2021-05-25  8:28 ` rguenth at gcc dot gnu.org
@ 2021-05-25  8:53 ` jakub at gcc dot gnu.org
  2021-05-25  9:12 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-25  8:53 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think the configure scripts during build are run through
$(SHELL) $$s/$$module_srcdir/configure ...
from the toplevel makefile, so it doesn't care if it has executable permissions
or not.
Doesn't hurt to change the permissions of course.

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

* [Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"
  2021-05-24 19:50 [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic" firasuke at gmail dot com
                   ` (2 preceding siblings ...)
  2021-05-25  8:53 ` jakub at gcc dot gnu.org
@ 2021-05-25  9:12 ` cvs-commit at gcc dot gnu.org
  2021-05-25  9:13 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2021-05-25  9:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:2c3202e6f8a95362384022edf5d93839682df5ba

commit r12-1034-g2c3202e6f8a95362384022edf5d93839682df5ba
Author: Richard Biener <rguenther@suse.de>
Date:   Tue May 25 11:11:27 2021 +0200

    libgomp/100747 - fix permission of configure scripts

    Added executable bits.

    2021-05-25  Richard Biener  <rguenther@suse.de>

            PR libgomp/100747
    liboffloadmic/
            * configure: Make executable.
            * plugin/configure: Likewise.

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

* [Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"
  2021-05-24 19:50 [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic" firasuke at gmail dot com
                   ` (3 preceding siblings ...)
  2021-05-25  9:12 ` cvs-commit at gcc dot gnu.org
@ 2021-05-25  9:13 ` rguenth at gcc dot gnu.org
  2021-05-28 23:19 ` firasuke at gmail dot com
  2021-09-17  6:39 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-25  9:13 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fixed.

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

* [Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"
  2021-05-24 19:50 [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic" firasuke at gmail dot com
                   ` (4 preceding siblings ...)
  2021-05-25  9:13 ` rguenth at gcc dot gnu.org
@ 2021-05-28 23:19 ` firasuke at gmail dot com
  2021-09-17  6:39 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: firasuke at gmail dot com @ 2021-05-28 23:19 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Firas Khalil Khana <firasuke at gmail dot com> ---
Thanks for your time.

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

* [Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"
  2021-05-24 19:50 [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic" firasuke at gmail dot com
                   ` (5 preceding siblings ...)
  2021-05-28 23:19 ` firasuke at gmail dot com
@ 2021-09-17  6:39 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-17  6:39 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |12.0

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

end of thread, other threads:[~2021-09-17  6:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 19:50 [Bug other/100747] New: Possibly Wrong Permissions in "liboffloadmic" firasuke at gmail dot com
2021-05-25  7:43 ` [Bug libgomp/100747] " rguenth at gcc dot gnu.org
2021-05-25  8:28 ` rguenth at gcc dot gnu.org
2021-05-25  8:53 ` jakub at gcc dot gnu.org
2021-05-25  9:12 ` cvs-commit at gcc dot gnu.org
2021-05-25  9:13 ` rguenth at gcc dot gnu.org
2021-05-28 23:19 ` firasuke at gmail dot com
2021-09-17  6:39 ` pinskia at gcc dot gnu.org

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).