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]

gcc_assert()!


Hi,
I encountered some instances of gcc_assert esp in file gensupport.c.
for eg; on line no. 1131 the usage is as such :
gcc_assert (test);
Above test is declared as:
const struct c_test *test;

Could anyone plz tell me wat gcc_assert() does.
Thank You,
Priya


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