[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-04-22 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-04-23 05:33 --- Subject: Bug 26822 Author: pault Date: Sun Apr 23 05:33:16 2006 New Revision: 113191 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=113191 Log: 2006-04-23 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-04-22 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-04-23 05:37 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-04-15 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-04-16 03:45 --- Subject: Bug 26822 Author: pault Date: Sun Apr 16 03:45:24 2006 New Revision: 112981 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=112981 Log: 2006-04-16 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-04-13 Thread paul dot richard dot thomas at cea dot fr
--- Comment #6 from paul dot richard dot thomas at cea dot fr 2006-04-13 13:04 --- Created an attachment (id=11256) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11256action=view) Patch to fix P26822 This took a depressingly long time to get to the bottom of - particularly since

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-04-13 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2006-04-13 18:55 --- Subject: Bug number PR26822 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-04/msg00505.html --

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-03-25 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-25 22:01 --- Reduced test case: program main logical, dimension(2) :: mask1, mask2 mask2 = logical(mask1) end program main Unless I miss something, the logical is a no-op. -- tkoenig at gcc dot gnu dot org changed:

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-03-24 Thread c dot lemmen at fz-juelich dot de
--- Comment #3 from c dot lemmen at fz-juelich dot de 2006-03-24 08:30 --- Created an attachment (id=0) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=0action=view) Reduced Testcase that produces the failure Testcase attached --

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-03-24 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-24 13:27 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-03-23 Thread c dot lemmen at fz-juelich dot de
--- Comment #1 from c dot lemmen at fz-juelich dot de 2006-03-23 09:27 --- Last bug preventing the successful compilation of numerical recipes with gfortran -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26822

[Bug fortran/26822] Scalarization of non-elemental intrinsic: __logical_4_l4

2006-03-23 Thread paulthomas2 at wanadoo dot fr
--- Comment #2 from paulthomas2 at wanadoo dot fr 2006-03-23 16:53 --- Subject: Re: New: Scalarization of non-elemental intrinsic: __logical_4_l4 Carsten, Would you be so kind as to send me bessj.f90, please? My Numerical Recipes is the F77 version! I am not sure that I know how