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/14115] 'pragma Linker_Section' stop working with gcc-3.2.1 or earlier


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-02-11 20:52 -------
This has to be an Ada bug as the coresponding C code works:
void
boot (void) __attribute__ ((section (".my_section")));

void
boot (void)
{
   puts ("Boot\n");
}
int main(void)
{
   puts ("Test\n");
}

This is also a dup of bug 10670.

*** This bug has been marked as a duplicate of 10670 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   GCC host triplet|i686-pc-linux               |
 GCC target triplet|                            |i686-pc-linux
         Resolution|                            |DUPLICATE


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


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