[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-10-30 Thread Mehdi Chinoune
** Changed in: gcc-10 (Ubuntu) Status: New => Fix Released ** Changed in: gcc-10 (Ubuntu Focal) Status: New => Fix Released ** Changed in: gcc-10 (Ubuntu Groovy) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-10-27 Thread Balint Reczey
** Branch unlinked: lp:~rbalint/britney/hints-ubuntu-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879092 Title: gfortran can't use vectorized functions. To manage notifications about this b

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-10-14 Thread Matthieu Clemenceau
** Tags added: fr-153 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879092 Title: gfortran can't use vectorized functions. To manage notifications about this bug go to: https://bugs.launchpad.net/

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-09-22 Thread Launchpad Bug Tracker
This bug was fixed in the package glibc - 2.31-0ubuntu9.1 --- glibc (2.31-0ubuntu9.1) focal; urgency=medium [ Michael Hudson-Doyle ] * Mark tst-getpw as XFAIL on arm64. (LP: #1869364) [ Matthias Klose ] * Copy the fully conditionalized x86 variant for math-vector-fortran.h

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-09-18 Thread Balint Reczey
** Branch linked: lp:~rbalint/britney/hints-ubuntu-focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879092 Title: gfortran can't use vectorized functions. To manage notifications about this bug

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-09-14 Thread Balint Reczey
Tested 2.31-0ubuntu9.1 on Focal: root@ff-gfortran:~# cat > vect_test.f90 program test_vect implicit none integer, parameter :: n = 64*1024**2 integer :: i integer(8) :: t1, t2, t0 real(8) :: tic ! real, allocatable :: a32(:), b32(:) real(8), allocatable :: a64(:), b64(:) ! allo

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-09-02 Thread Robie Basak
Hello Mehdi, or anyone else affected, Accepted glibc into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/glibc/2.31-0ubuntu9.1 in a few hours, and then in the -proposed repository. Please help us by testing this new package. See https://wiki.u

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-08-05 Thread Balint Reczey
** Description changed: [Impact] After ubuntu-glibc maintainers changed "math-vector-fortran.h" install directory (LP#1861353), gfortran can no longer use it. [Test Case] This the old (good) behavior Ubuntu 19.10 gcc-9.2.1 glibc 2.30 $ gfortran -O3 -mavx2 vect_test.f90 -o test

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-08-03 Thread Mehdi Chinoune
** Description changed: [Impact] After ubuntu-glibc maintainers changed "math-vector-fortran.h" install directory (LP#1861353), gfortran can no longer use it. [Test Case] This the old (good) behavior Ubuntu 19.10 gcc-9.2.1 glibc 2.30 $ gfortran -O3 -mavx2 vect_test.f90 -o test

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-08-03 Thread Balint Reczey
** Description changed: + [Impact] + After ubuntu-glibc maintainers changed "math-vector-fortran.h" install directory (LP#1861353), gfortran can no longer use it. - This the old behavior Ubuntu 19.10 gcc-9.2.1 glibc 2.30 + [Test Case] + + This the old (good) behavior Ubuntu 19.10 gcc-9.2.

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-07-27 Thread Balint Reczey
Queued for next upload at: https://code.launchpad.net/~ubuntu-core- dev/ubuntu/+source/glibc/+git/glibc ** Changed in: glibc (Ubuntu Focal) Status: New => Confirmed ** Changed in: glibc (Ubuntu Focal) Assignee: (unassigned) => Balint Reczey (rbalint) ** Changed in: glibc (Ubuntu Foca

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-06-30 Thread Launchpad Bug Tracker
This bug was fixed in the package glibc - 2.31-0ubuntu10 --- glibc (2.31-0ubuntu10) groovy; urgency=medium * Copy the fully conditionalized x86 variant for math-vector-fortran.h to /usr/include/finclude. On all architectures. LP: #1879092. * Backport x86 CET patches from the t

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-06-12 Thread Francis Ginther
** Tags added: id-5ee2520536beb468db5f4d3e -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879092 Title: gfortran can't use vectorized functions. To manage notifications about this bug go to: https:

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-06-11 Thread Brian Murray
** Tags removed: rls-ff-incoming ** Also affects: glibc (Ubuntu Groovy) Importance: Undecided Status: New ** Also affects: gcc-10 (Ubuntu Groovy) Importance: Undecided Status: New ** Tags removed: rls-gg-incoming ** Changed in: glibc (Ubuntu Groovy) Status: New => Fix

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-06-10 Thread Matthias Klose
** Also affects: glibc (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: gcc-10 (Ubuntu Focal) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-06-04 Thread Matthias Klose
** Tags added: rls-ff-incoming rls-gg-incoming -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879092 Title: gfortran can't use vectorized functions. To manage notifications about this bug go to: ht

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-06-04 Thread Hans Joachim Desserud
** Also affects: gcc-10 (Ubuntu) Importance: Undecided Status: New ** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1879092 Title: gfortran can't use vectorized function

[Bug 1879092] Re: gfortran can't use vectorized functions.

2020-05-16 Thread Mehdi Chinoune
** Description changed: - After glibc maintainers changed "math-vector-fortran.h" install - directory, gfortran can no longer use it. + After ubuntu-glibc maintainers changed "math-vector-fortran.h" install + directory (LP#1861353), gfortran can no longer use it. This the old behavior Ubuntu