Bug 31936 - provide a backtrace if fpe is caught
Summary: provide a backtrace if fpe is caught
Status: RESOLVED DUPLICATE of bug 31189
Alias: None
Product: gcc
Classification: Unclassified
Component: fortran (show other bugs)
Version: 4.3.0
: P3 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: diagnostic
Depends on:
Blocks:
 
Reported: 2007-05-15 15:12 UTC by Daniel Franke
Modified: 2007-05-15 15:17 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Franke 2007-05-15 15:12:06 UTC
The option -fbacktrace gives a backtrace on various library and check errors. If used in conjunction with -ffpe-trap=<list>, it could be useful to get a backtrace for the fpe as well. Currently, the only output on fpe is "Floating point exception" (or similar), which in itself isn't very helpful.
Comment 1 Tobias Burnus 2007-05-15 15:17:05 UTC



*** This bug has been marked as a duplicate of 31189 ***