This is the mail archive of the gcc-help@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: about exception type issuse


Hi Guanjun,

I compiled and ran your code on my machine.

No unknown exception.

Here's the output:

# g++ test.cpp
# ./a.out 
This is a pthread.
This is a pthread.
********************This is the main thread.
This is a pthread.
********************This is the main thread.
This is a pthread.
This is a pthread.
This is a pthread.
This is a pthread.
This is a pthread.

SIncerely,
--Eljay


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