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/59093] Segfault in gfc_trans_pointer_assignment


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

Matt Thompson <matthew.thompson at nasa dot gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.8.1                       |4.9.1

--- Comment #7 from Matt Thompson <matthew.thompson at nasa dot gov> ---
I'm not sure if anyone is even looking at this bug anymore, but I wanted to say
it is still present in gcc 4.9.1. Using the test from janus@gcc.gnu.org:

$ gfortran --version
GNU Fortran (GCC) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

$ gfortran test_from_gcc.F90
test_from_gcc.F90: In function âmapl_locstreamgetâ:
test_from_gcc.F90:23:0: internal compiler error: Segmentation fault
     GRIDIM => LocStream%Ptr%Tiling(:)%IM
 ^
0x50f628 ???
    ../sysdeps/x86_64/elf/start.S:113
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

The bug also still exists with 4.8.3.

Does anyone have any idea if this will ever be fixed?

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