This is the mail archive of the gcc@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]

Re: rfc: __builtin_syntax_error


On Mon, Jan 14, 2002 at 04:21:11PM -0800, Aldy Hernandez wrote:
> darn.  this is extremely bad.  i had an abort() and it's not at
> all fun seeing "Abort trap" when you execute.  especially when you
> don't know why it happened or where.

You can also try for link errors.  I.e. make the last entry be a call
to a function that does not exist, and that has a descriptive name:

  __link_error_invalid_argument_to_froboz ()

Or just 

  __altivec_link_error_invalid_argument ()

which would not require N dummy declarations.


r~


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