[Bug fortran/65438] New: Unnecessary ptr check

2015-03-16 Thread u17263 at att dot net
: 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.

[Bug libgomp/65437] New: acc_update_device and acc_update_self fail to initialize runtime.

2015-03-16 Thread u17263 at att dot net
Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: u17263 at att dot net CC: jakub at gcc dot gnu.org Both acc_update_device and acc_update_self fail to initialize the runtime through the common function update_dev_host

[Bug middle-end/64991] New: Issues depending on atomic variable type.

2015-02-09 Thread u17263 at att dot net
-end Assignee: unassigned at gcc dot gnu.org Reporter: u17263 at att dot net Created attachment 34709 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34709&action=edit test case When a variable associated with an atomic update is an integer, the generated gimple will

[Bug c/64868] New: C front-end rejects valid syntax.

2015-01-29 Thread u17263 at att dot net
Assignee: unassigned at gcc dot gnu.org Reporter: u17263 at att dot net Created attachment 34620 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34620&action=edit test case gcc version: 5.0.0 / svn: r220249 gcc -Wall -fopenmp -c bug-9.c bug-9.c: In function ‘foo’: bug-9.c:12:22

[Bug middle-end/64824] New: ICE in gimple verification

2015-01-27 Thread u17263 at att dot net
Assignee: unassigned at gcc dot gnu.org Reporter: u17263 at att dot net Created attachment 34594 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34594&action=edit test case gcc version: 5.0.0 / svn: r220182 gcc -Wall -fopenmp -c bug-8.c bug-8.c: In function ‘foo’: bug-8.c:6:1

[Bug libgomp/64734] New: ICE at omp lowering

2015-01-22 Thread u17263 at att dot net
: unassigned at gcc dot gnu.org Reporter: u17263 at att dot net CC: jakub at gcc dot gnu.org Created attachment 34533 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34533&action=edit test case gcc version: 5.0.0 / svn : r220005 gcc -Wall -fopenmp -o bug-5 bug-5.