--- Comment #3 from kargl at gcc dot gnu dot org 2008-05-09 18:15 ---
Add -Wall to your compiler flags!
any(abs(v_hq - v_n > precision_goal))) then
1
Error: 'a' argument of 'abs' intrinsic at (1) must be a numeric type
You have messed up parentheses.
--
--- Comment #2 from kargl at gcc dot gnu dot org 2008-05-09 18:04 ---
While gfortran should not ICE, this program is seriously flawed with
illegal Fortran. Just one example.
! Simulation parameters
real, parameter :: n = 2, d = 2
! Body masses
real, dimension(n), parameter ::
--- Comment #1 from doko at ubuntu dot com 2008-05-09 17:47 ---
Created an attachment (id=15622)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15622&action=view)
test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36192