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/30981] a ** exp fails for integer exponents if exp is "-huge()-1" (endless loop)



------- Comment #9 from tkoenig at gcc dot gnu dot org  2007-02-28 22:04 -------
In principle, this is easy to fix:  Use
an unsigned variable for u.  In practice, this
means we have to delve into iparm.m4.  Yuck :-)

I'll look at this, but if somebody else has a
good suggestion, please go ahead.


-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu dot
                   |                            |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30981


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