[Bug libgomp/69414] [OpenACC] "!$acc update self" does not provide expected result

2016-03-22 Thread dc-fukuoka at sgi dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69414 --- Comment #2 from Daichi Fukuoka --- Hi, I confirmed that the patch had been applied into gomp-4_0-branch. Thank you very much for fixing the issue. Regards, Daichi Fukuoka

[Bug libgomp/69414] [OpenACC] "!$acc update self" does not provide expected result

2016-03-21 Thread dc-fukuoka at sgi dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69414 --- Comment #1 from Daichi Fukuoka --- Hi, Has anyone looked into the issue? In our site, one user is waiting for fixing the issue. Best regards, Daichi Fukuoka

[Bug libgomp/69414] New: [OpenACC] "!$acc update self" does not provide expected result

2016-01-21 Thread dc-fukuoka at sgi dot com
ty: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: dc-fukuoka at sgi dot com CC: jakub at gcc dot gnu.org Target Milestone: --- Created attachment 37418 --> https://gcc.gnu.org/bugzilla/attachment.cgi?

[Bug c/39330] New: Bad program bahavior with -O2 optimization in plain C

2009-02-28 Thread adeymo at dc dot uba dot ar
. * **/ -- Summary: Bad program bahavior with -O2 optimization in plain C Product: gcc Version: 4.2.4 Status: UNCONFIRMED Severity: major Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: adeymo at dc

[Bug c/39330] Bad program bahavior with -O2 optimization in plain C

2009-02-28 Thread adeymo at dc dot uba dot ar
--- Comment #1 from adeymo at dc dot uba dot ar 2009-03-01 05:05 --- Created an attachment (id=17379) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17379action=view) Testcase with debug information and explanation Compile with: gcc -save-temps -O2 -Wall -Werror xqsort.c -o xqsort

[Bug c/39330] Bad program bahavior with -O2 optimization in plain C

2009-02-28 Thread adeymo at dc dot uba dot ar
--- Comment #2 from adeymo at dc dot uba dot ar 2009-03-01 05:06 --- Created an attachment (id=17380) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17380action=view) Testcase smaller and simpler -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39330

[Bug c/39330] Bad program bahavior with -O2 optimization in plain C

2009-02-28 Thread adeymo at dc dot uba dot ar
--- Comment #3 from adeymo at dc dot uba dot ar 2009-03-01 05:08 --- (From update of attachment 17380) Compile with: gcc -save-temps -O2 -Wall -Werror xqsort-small.c -o xqsort-small Run with: ./xqsort-small echo ok If compiled with -O1 , the echo command must be executed

Problem with getchar method!

2005-07-22 Thread DC A
Hi! I'm completely new at gnu c and I 've a problem with getchar() method. My program is given below. first it asks for a number than it shows the squared output which begins from 1 to that number. But after 24 output it supposed to stop and show a message Press enter to continue... and when