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 c/13856] [3.4 Regression] hidden support broken with builtin functions


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-25 15:51 -------
Confirmed.
Here is a shorter testcase:
int fputs_unlocked(__const char *__restrict __s, int *__restrict __stream) __asm__ ("" 
"__GI_fputs_unlocked") __attribute__ ((visibility ("hidden")));
int
fputs_unlocked (str, fp)
      const char *str;
      int *fp;
{
}
__asm__ (".globl fputs_unlocked ; .set fputs_unlocked, __GI_fputs_unlocked");

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-25 15:51:55
               date|                            |
            Summary|hidden support broken with  |[3.4 Regression] hidden
                   |builtin functions           |support broken with builtin
                   |                            |functions
   Target Milestone|---                         |3.4.0


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


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