[Bug fortran/36825] Problems with dimensions > 7
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Jul 16 20:37:00 GMT 2008
------- Comment #2 from burnus at gcc dot gnu dot org 2008-07-16 20:36 -------
Jerry, you know libgfortran better than me. Can one simply change in
libgfortran.h:
#define GFC_DTYPE_RANK_MASK 0x07
to 0x0F (= 15) or does this cause some problems with the gcc 4.3
compatibility or ... ? Actually, why is this defined as "0x07" and not as "7"?
--
burnus at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jvdelisle at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36825
More information about the Gcc-bugs
mailing list