This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions
- From: "matz at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Jun 2005 07:48:42 -0000
- Subject: [Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions
- References: <20050303000214.20297.hjl@lucon.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From matz at suse dot de 2005-06-06 07:48 -------
Created an attachment (id=9035)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9035&action=view)
New patch
This fixes a problem in HJs patch (which doesn't look at the fndecl
of the builtin, but at the call_expr).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297