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 ada/61027] gnatcmd gets SIGABRT during exception handling


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

--- Comment #1 from simon at pushface dot org ---
Same problem with âgnatchop -hâ (which, in this case, exits via an exception):

[...]
exception
   when Types.Terminate_Program =>
      null;

end Gnatchop;

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