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/72051] gfortran bug - internal compiler error


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72051

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|2016-07-25 00:00:00         |2016-07-26
     Ever confirmed|0                           |1

--- Comment #12 from Martin Liška <marxin at gcc dot gnu.org> ---
I can really confirm that it fails with:

$ gcc --version
gcc-5 (SUSE Linux) 5.3.1 20160412 [gcc-5-branch revision 234894]

$ make
make -C /home/marxin/Programming/testcases/pr72051/pFUnit-3.2.7/source all
make[1]: Entering directory
'/home/marxin/Programming/testcases/pr72051/pFUnit-3.2.7/source'
gfortran-5 -c 
-I/home/marxin/Programming/testcases/pr72051/pFUnit-3.2.7/include
-I/home/marxin/Programming/testcases/pr72051/pFUnit-3.2.7/source -g -O0
-fbacktrace -fbounds-check -fcheck=mem -I../include -DBUILD_ROBUST -DGNU
-DLinux -I/home/marxin/Programming/testcases/pr72051/pFUnit-3.2.7/include
-DLONG_PTR -DGNU -o Exception.o Exception.F90
Exception.F90:325:0:

       allocate(this%exceptions(0))
 1
internal compiler error: in wide_int_to_tree, at tree.c:1464

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