| Summary: | [fp] struct tm | ||
|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Mario Charest <mcharest> |
| Component: | cdt-codan | Assignee: | CDT Codan Inbox <cdt-codan-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Elena Laskavaia <elaskavaia.cdt> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cdtdoug, MasaruKawashima, yevshif, zeratul976 |
| Version: | 8.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Looks like the same issue as bug 354675 and probably also bug 354673. Try to increase the indexer's cache size. Works fine for me with CDT 8.2 (Kepler). |
In the following C++ program: #include <time.h> #include <sys/time.h> int main(int argc, char *argv[]) { struct tm tmf; int x = tmf.tm_year; return 0; } Field 'tm_year' could not be resolved