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/36192] ICE: Segmentation fault



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


-- 


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


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