This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/36825] Problems with dimensions > 7



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]