Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: artpol84 at gmail dot com
Target Milestone: ---
Created attachment 38570
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38570&action=edit
Change in SLURM sources that fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #1 from Artem Polyakov ---
On RHEL where this was also observed compiler version is the following:
gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #4 from Artem Polyakov ---
Created attachment 38603
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38603&action=edit
assembly file (req.s)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #3 from Artem Polyakov ---
Created attachment 38602
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38602&action=edit
preprocessed source file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #5 from Artem Polyakov ---
Thank you, Marek.
I will check gcc 5.3.
However SLURM is mostly used on RHEL systems and it seems that RHEL is very
conservative about gcc:
RHEL 6.5: gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-4)
RHEL 7.3: g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #6 from Artem Polyakov ---
BTW, the requested files are posted.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #8 from Artem Polyakov ---
Created attachment 38604
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38604&action=edit
req.i_gcc-5.3.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #7 from Artem Polyakov ---
I checked with gcc-5.3.0 and I see the same results. Corresponding preprocessed
source and assembly files are attached.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #9 from Artem Polyakov ---
Created attachment 38605
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38605&action=edit
req.s_gcc-5.3.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #10 from Artem Polyakov ---
The same with gcc-6.1.0 (attached)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #11 from Artem Polyakov ---
Created attachment 38609
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38609&action=edit
req.i_gcc-6.1.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #12 from Artem Polyakov ---
Created attachment 38610
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38610&action=edit
req.s_gcc-6.1.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
--- Comment #13 from Artem Polyakov ---
Oh, now I see what was going on!
This is a really masked error:
while( (rc = connect(sd, (struct sockaddr*)&address, addrlen) < 0) && (errno ==
EAGAIN) );
instead of:
while( (rc = connect(sd, (struct so
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71287
Artem Polyakov changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
14 matches
Mail list logo