This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Merging calls to `abort'
- From: Richard Stallman <rms at gnu dot org>
- To: Miles Bader <miles at gnu dot org>
- Cc: dave dot korn at artimi dot com, Joe dot Buck at synopsys dot COM, stevenb at suse dot de,gcc at gcc dot gnu dot org, wilson at specifixinc dot com, gcc at gnu dot org
- Date: Thu, 17 Mar 2005 00:16:56 -0500
- Subject: Re: Merging calls to `abort'
- References: <SERRANOpbqT1qDL0gcA0000005d@SERRANO.CAM.ARTIMI.COM> <buobr9kbcp2.fsf@mctpc71.ucom.lsi.nec.co.jp>
- Reply-to: rms at gnu dot org
GCC's primary purpose is to be the compiler for the GNU system. It is
used for many other purposes too, and it is good for GCC to serve more
purposes, but they're not as important for the GNU Project, even
though they are all important for some users.
Meanwhile, assuming that -Os is not implied by -O2, then I agree it is
reasonable to do cross-jumping of `abort' when -Os is specified.