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: DF_DU_CHAIN | DF_UD_CHAIN flags in new-ra


Hi,

On Thu, 11 Sep 2003, Mukta Punjani, Noida wrote:

> BUG_RA.c:25: internal compiler error: in parts_to_webs_1, at ra-build.c:1900

So, where is BUG_RA.c then?  In the thread above there never was a
testcase IIRC.

> The compiler seems to crash at
> advdomestic.i:1891: internal compiler error: in df_ref_unlink, at df.c:691
> The code documentation points out the abort cause as inconsistency in
> def-use chains.

Well, it's trying to unlink a certain ref from a list, and it finds that
there is only one on it.  If that one isn't the one it tries to delete
then something did screw up the lists.  You would have to debug this a
bit, or provide a testcase.


Ciao,
Michael.


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