- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have Intel OpenCL SDK version 1.5-15294 on Linux. The compiler does not accept anonymous enums; a dymmy name must be given. Is this a good place to report it, since I think it is a bug? (c99 does support anonymous enums)
enum {foo}; // error with Intel, AMD and nVidia OK
enum _foo{foo}; // OK with Intel, AMD, nVidia compilers
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hai im laxmikanth im intrsted to join to in our company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for your post, it is indeed a good place to report bugs and issues.
The issue with anonymous enumerations is a known issue, and we will address it in our upcoming release.
Thanks
Guy Benyei
Thanks for your post, it is indeed a good place to report bugs and issues.
The issue with anonymous enumerations is a known issue, and we will address it in our upcoming release.
Thanks
Guy Benyei

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page