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

[Bug other/46803] libstdc++ build errors on invalid OpenBSD system header attributes


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46803

--- Comment #7 from Jonathan Gray <jsg at openbsd dot org> 2010-12-05 12:44:55 UTC ---
I don't understand the quoting suggestion, why does gcc/unwind-generic.h for
example then contain lines such as

typedef unsigned _Unwind_Word __attribute__((__mode__(__unwind_word__)));

and perl

PERL_EXPORT_C int PerlIO_printf(PerlIO *, const char *, ...)
    __attribute__format__(__printf__, 2, 3);

Is there anything more authoritive than
http://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html on this?


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