This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194
- From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 12 Mar 2012 06:46:41 +0000
- Subject: [Bug ada/52110] s-osinte.ads:447:09: "clockid_t" conflicts with declaration at line 194
- Auto-submitted: auto-generated
- References: <bug-52110-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52110
--- Comment #8 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-03-12 06:46:41 UTC ---
> Build is successful with pragma Volatile in lieu of the Atomic.
> However, test results appear similar:
> http://gcc.gnu.org/ml/gcc-testresults/2012-03/msg01197.html
OK, let's use pragma Volatile anyway, it's the closest approximation we have.