2024-03-19 20:35 AEDT

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000179mercuryBugpublic2011-01-18 14:54
Reporterjuliensf 
Assigned Towangp 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusresolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000179: csharp grade library compilation failure on MinGW / MSYS with MS C# compiler
DescriptionCompilation of the standard library in the csharp grade on MinGW / MSYS using the
Microsoft C# compiler results in:

Mercury\css\array.cs(12,110: errror CS1578: Filename, single-line comment or end-of-line expected
...
(plus lots more similar messages)


This C# compiler is:

Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1


TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0000300

juliensf (administrator)

The problem here is that the filename used in a line directive must be quoted, e.g.

#line 12 "array.m"

and we don't do that.
+Notes

-Issue History
Date Modified Username Field Change
2011-01-18 12:43 juliensf New Issue
2011-01-18 12:46 juliensf Note Added: 0000300
2011-01-18 14:54 wangp Status new => resolved
2011-01-18 14:54 wangp Resolution open => fixed
2011-01-18 14:54 wangp Assigned To => wangp
+Issue History