This is the mail archive of the gcc@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 standard pattern names in the gcc source files


mike@csdn.sign.idv.tw writes:

> Hello,
>    After I read the gcc source files, I tried to find where the standard
>    pattern names are defined in the source files. But I couldn't find
>    any string table defining the standard pattern names.
>
>    Does anyone have the idea where the standard pattern names store in
>    the gcc source file?

You are probably looking for genopinit.c.  However, not all of the
standard pattern names appear there.  There is no convenient way to
find them all.

zw


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