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]

builtin-noret tests and _exit


So, there's a comment when we define _exit that some non-unix libc's
won't have this :) Got any offhand?

Trying to write this test portably is likely going to be hard. Could put
it as attribute ((weak)), but as rth pointed out, not all targets
support that.

Any examples of targets where we need to define _exit? I'd hate to have
to XFAIL this.

-eric

-- 
Eric Christopher <echristo@redhat.com>


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