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
Bug is fixed in rev#68998 Thanks for reporting!
test#multicon044