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: gcc_assert()!


Priya Sinha writes:
 > 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.

grep the source, Luke Skywalker.

Andrew.





... it's in system.h


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