[Bug middle-end/39352] gfortran.dg/vect/pr39318.f90 doesn't work on ia64

2009-03-02 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-03-02 20:51 --- -fexceptions does not seem weird. Since you can call Fortran from C++ code and want to unwind there. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39352

[Bug middle-end/39352] gfortran.dg/vect/pr39318.f90 doesn't work on ia64

2009-03-02 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-03-02 20:50 --- -fexceptions with Fortran looks odd. Does Fortran support exceptions? To support exceptions, C/C++ initializes eh_personality_libfunc. But eh_personality_libfunc isn't initialized for Fortran. What does it mean? Does