PR# 12776 Generic constraint which renames attribute to infix feature crashes compiler

Problem Report Summary
Submitter: prestoat2000
Category: Compiler
Priority: Medium
Date: 2007/05/18
Class: Bug
Severity: Serious
Number: 12776
Release: 6.0.68434
Confidential: No
Status: Closed
Responsible: martins
Environment: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1.3) Gecko/20070321 Firefox/2.0.0.3 Solaris 10 on x86
Synopsis: Generic constraint which renames attribute to infix feature crashes compiler

Description
A class with a generic constraint

    STRING rename count as infix "-" end create make end

should be invalid, since `count' is an attribute and so cannot be an infix
feature.  Instead, it crashes the compiler if there is a call to `infix "-"'.
To Reproduce
Compile with attached classes and .ecf file.
Problem Report Interactions
From:martins    Date:2007/06/10    Status: Closed    Download   
Bug is fixed in rev#68998
Thanks for reporting!

From:martins    Date:2007/05/23    Status: Analyzed    Download   
test#multicon044

From:prestoat2000    Date:2007/05/18    Download   
Attachments for problem report #12776

Attachment: test.ecf     Size:1036
Attachment: test.e     Size:102
Attachment: test1.e     Size:170