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

[v3] Add __uninitialized_default*; use __is_trivial instead of __is_pod in most places


Hi,

Some infrastructure for forthcoming C++0x work + finally got around to
use __is_trivial instead of the more restrictive __is_pod in many
places. About the latter in particular, I'm also adding in CC Jason -
implemented __is_trivial and briefly discussed with him the rather
straightforward plan of replacing most dispatches in the library based
on POD-ness to trivial-ness.

Tested x86_64-linux, committed to mainline.

Paolo.

////////////////////

Attachment: CL_uninit_default
Description: Text document

Attachment: patch_uninit_default
Description: Text document


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