This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/21787] libfortran - better error message needed
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jun 2005 12:48:43 -0000
- Subject: [Bug libfortran/21787] libfortran - better error message needed
- References: <20050527162050.21787.dir@lanl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-06-01 12:48 -------
A few things you can do:
1. Run this program inside gdb: Compile all files with "-g" flag, then run
"gdb ./myprogram" and enter the command "run"). When program aborts, signal
should be caught by gdb and you should have a prompt; enter the "where" command
and post here what it says.
2. Trim it down if you have time.
3. Send it to me by private mail, with instructions to build it. I'll be glad
to trim it down (and the code will not be posted publicly) and debug.
PS: sorry if point 1 sounds trivial to you. I just don't know if you are
familiar with gdb.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21787