OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gnat.dg/] [profile_warning_p.adb] - Blame information for rev 437

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 304 jeremybenn
package body profile_warning_p is
2
   procedure Proc is begin null; end Proc;
3
 
4
   task type T is
5
   end T;
6
 
7
   task body T is
8
   begin
9
      null;
10
   end;
11
 
12
   type A_T is access T;
13
 
14
   procedure Do_Stuff is
15
      P : A_T;
16
   begin
17
      P := new T;
18
   end Do_Stuff;
19
 
20
end;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.