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]

Re: SEGV in cc1.


> files in newlib.  Tracing it down, I have found that the macro
> PATTERN(x)
> returns NULL. Is there some cases when PATTERN(x) should return NULL?

No.  But there are some RTXes where PATTERN should not be used.
Please look at rtl.texi for the various fields and how and where they are
used.

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