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 middle-end/33007] [4.3 Regression] Revision 127185 causes NINT to ICE



------- Comment #4 from fxcoudert at gcc dot gnu dot org  2007-08-07 08:54 -------
Testcase reduced to:

subroutine foo(x)
  integer :: x
  real :: t

  t = x
  call bar(nint(t))
end subroutine foo


-- 


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


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