https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109853
Chinoune changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
Chinoune changed:
What|Removed |Added
Resolution|INVALID |WONTFIX
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109853
Bug ID: 109853
Summary: WIN64 is a predefined constant on GCC MinGW-w64
Product: gcc
Version: 13.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89204
Chinoune changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54412
Chinoune changed:
What|Removed |Added
CC||mehdi.chinoune at hotmail dot
com
--- Commen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98258
Chinoune changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95150
Chinoune changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89204
Chinoune changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94464
Chinoune changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
Chinoune changed:
What|Removed |Added
CC||anlauf at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
--- Comment #17 from Chinoune ---
Once I reported a bug to gcc/gfortran
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91337 but someone argued that it
was my fault to use "-Ofast" so I rewrite the reproducer in C and reported
again under another c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
Chinoune changed:
What|Removed |Added
Resolution|INVALID |WONTFIX
--- Comment #15 from Chinoune ---
Bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
--- Comment #13 from Chinoune ---
$ gfortran bug_gcc_tic.f90 -o test.x
count(int_32):
count_rate
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
Chinoune changed:
What|Removed |Added
Resolution|INVALID |WONTFIX
--- Comment #12 from Chinoune ---
Fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
Chinoune changed:
What|Removed |Added
Resolution|INVALID |WONTFIX
--- Comment #10 from Chinoune ---
In
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
Chinoune changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
--- Comment #6 from Chinoune ---
(In reply to Steve Kargl from comment #5)
> On Thu, Jan 07, 2021 at 05:28:15PM +, mehdi.chinoune at hotmail dot com
> wrote:
> > There is no mention of your claims in the standard:
> >
>
> I know what the st
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
--- Comment #4 from Chinoune ---
(In reply to kargl from comment #3)
> (In reply to Chinoune from comment #2)
> > program main
> > use iso_fortran_env
> > implicit none
> > !
> > integer(int32) :: count_rate_i32
> > integer(int64) :: t1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
Chinoune changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98577
Bug ID: 98577
Summary: Wrong "count_rate" values with int32 and real32 if the
"count" argument is int64.
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98258
--- Comment #11 from Chinoune ---
This is just a normal bug, no need to hurry. you could wait until the other day
and investigate the problem.
I am dual-booting Windows with Ubuntu, so to test your suggestions I have to
reboot to Ubuntu to test t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98258
--- Comment #9 from Chinoune ---
I forget it
Anyways
$ gfortran-10 -fopenacc bug_omp_acc.o -lgomp -o test.x
mkoffload: fatal error: either '-fopenacc' or '-fopenmp' must be set
compilation terminated.
lto-wrapper: fatal error:
/usr/lib/gcc/x86_6
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98258
--- Comment #7 from Chinoune ---
$ gfortran -O3 -fopenmp -fopenacc -foffload=-fno-openmp bug_omp_acc.f90 -o
test.x
mkoffload: fatal error: either '-fopenacc' or '-fopenmp' must be set
compilation terminated.
lto-wrapper: fatal error:
/usr/lib/gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98258
--- Comment #6 from Chinoune ---
There is no mention of "-foffload=-fno-openmp" on documentation
https://gcc.gnu.org/wiki/Offloading#Compilation_options
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98258
--- Comment #4 from Chinoune ---
gfortran -O3 -fopenmp -fopenacc -foffload=disable bug_omp_acc.f90 -o test.x
./test.x 2048
dim1 = dim2 = 2048
CPU Time =4.9989E-03
libgomp: target function wasn't mapped
gfortran -O3 -fopenacc -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98258
--- Comment #2 from Chinoune ---
program main
use omp_lib
implicit none
integer, parameter :: sp = selected_real_kind(6,37)
integer :: i, j, k
integer :: n
character(len=5) :: var
real(sp), allocatable :: a(:,:), b(:,:), c(:,:), cc(
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92736
--- Comment #9 from Chinoune ---
Since no one is going to backport the fix, should we close it as "won't fix"?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98391
Bug ID: 98391
Summary: Wrong results with small matrix size
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libgomp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95150
Chinoune changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|WONTFIX
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98258
Bug ID: 98258
Summary: Can't compile programs for both OpenMP (CPU) + OpenACC
(GPU)
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95150
Chinoune changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95150
Chinoune changed:
What|Removed |Added
Known to fail|10.1.0 |10.2.0
Keywords|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95150
Chinoune changed:
What|Removed |Added
Resolution|WONTFIX |---
Status|RESOLVED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94464
Chinoune changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|WONTFIX
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95150
Chinoune changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
35 matches
Mail list logo