[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2014-02-16 Thread jackie.rosen at hushmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23060 Jackie Rosen jackie.rosen at hushmail dot com changed: What|Removed |Added CC|

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2007-01-25 Thread dmarkman at mac dot com
--- Comment #16 from dmarkman at mac dot com 2007-01-26 01:05 --- it looks like that suggested code doesn't work for x86_64 platform. I changed ADDR declaration to INTEGER *8 and gfortran -m64 percentval.f returns the following errors: CALL SUB1( %VAL( ADDR ), SIZE )

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2007-01-25 Thread dmarkman at mac dot com
--- Comment #17 from dmarkman at mac dot com 2007-01-26 01:45 --- after looking at the gcc/fortran/trans_types.c I tried to use -fdefault-integer-8 switch and everything was fine -- dmarkman at mac dot com changed: What|Removed |Added

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2007-01-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23060

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2007-01-06 Thread pault at gcc dot gnu dot org
--- Comment #14 from pault at gcc dot gnu dot org 2007-01-06 14:13 --- Subject: Bug 23060 Author: pault Date: Sat Jan 6 14:13:20 2007 New Revision: 120525 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120525 Log: 2007-01-06 Paul Thomas [EMAIL PROTECTED] Bug fixes

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2007-01-06 Thread pault at gcc dot gnu dot org
--- Comment #15 from pault at gcc dot gnu dot org 2007-01-06 14:17 --- Fixed on trunk and 4.2 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2006-12-30 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2006-12-31 06:55 --- Subject: Bug 23060 Author: pault Date: Sun Dec 31 06:55:16 2006 New Revision: 120295 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=120295 Log: 2006-12-31 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2006-12-29 Thread patchapp at dberlin dot org
--- Comment #12 from patchapp at dberlin dot org 2006-12-29 17:25 --- Subject: Bug number PR23060 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-12/msg01834.html --

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2006-11-14 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-11-14 10:16 --- A long overdue patch for this will be submitted in the next 24hours. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/23060] %VAL, %REF and %DESCR constructs not implemented

2006-11-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2006-11-03 14:11 --- Adding %REF and %DESCR to the summary. Documentation available here: http://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/Functions-and-Subroutines.html -- fxcoudert at gcc dot gnu dot org changed: What