This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/17758] New: gfortran_abort should be marked as noreturn
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2004 20:54:45 -0000
- Subject: [Bug fortran/17758] New: gfortran_abort should be marked as noreturn
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
While looking into PR 17757, I noticed that gfortran_abort was not being marked as noreturn when it
should be as it does not return.
--
Summary: gfortran_abort should be marked as noreturn
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17758