Bug 321779 (MONO79067) - [GMCS] parser error for pointer type used as type argument
Summary: [GMCS] parser error for pointer type used as type argument
Status: RESOLVED FIXED
Alias: MONO79067
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other Other
: P3 - Medium : Minor
Target Milestone: ---
Assignee: Raja R Harinath
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-13 17:50 UTC by Marek Safar
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:06:15 UTC


---- Reported by marek.safar@seznam.cz 2006-08-13 10:50:18 MST ----

Please fill in this template when reporting a bug, unless you know what you
are doing.
Description of Problem:


Steps to reproduce the problem:
1. 

class C<T, U>
{
}

class D
{
    C<char*, int> c;
}

Actual Results:

error CS8025: Parsing error

Expected Results:

?.cs(10,19): error CS0306: The type `char*' may not be used as a type argument

How often does this happen? 


Additional Information:



---- Additional Comments From rharinath@novell.com 2006-08-14 08:48:20 MST ----

Should be fixed in SVN r63715.


Unknown operating system unknown. Setting to default OS "Other".