This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/23788] s-taprop.adb:69:06: warning: cannot depend on "Interrupt_Operations" (wrong categorization)


------- Additional Comments From laurent at guerby dot net  2005-09-09 07:36 -------
May be this will work, could you try?

*** s-tpinop.ads.~1.9.~	2005-07-01 08:24:02.000000000 +0200
--- s-tpinop.ads	2005-09-09 09:35:25.000000000 +0200
***************
*** 36,41 ****
--- 36,42 ----
  with System.Tasking;
  
  package System.Task_Primitives.Interrupt_Operations is
+    pragma Preelaborate;
  
     package IM renames System.Interrupt_Management;
     package ST renames System.Tasking;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23788


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]