[Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"

2021-09-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747

Andrew Pinski  changed:

   What|Removed |Added

   Target Milestone|--- |12.0

[Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"

2021-05-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747

Richard Biener  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  ---
eh, means nobody tests those ...

[Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"

2021-05-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747

Richard Biener  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  ---
I'll fix.

[Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"

2021-05-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747

--- Comment #3 from Jakub Jelinek  ---
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.

[Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"

2021-05-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747

--- Comment #4 from CVS Commits  ---
The master branch has been updated by Richard Biener :

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

commit r12-1034-g2c3202e6f8a95362384022edf5d93839682df5ba
Author: Richard Biener 
Date:   Tue May 25 11:11:27 2021 +0200

libgomp/100747 - fix permission of configure scripts

Added executable bits.

2021-05-25  Richard Biener  

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

[Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"

2021-05-25 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747

Richard Biener  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #5 from Richard Biener  ---
Fixed.

[Bug libgomp/100747] Possibly Wrong Permissions in "liboffloadmic"

2021-05-28 Thread firasuke at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100747

--- Comment #6 from Firas Khalil Khana  ---
Thanks for your time.