[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-06-22 Thread jason at gcc dot gnu dot org
--- Comment #19 from jason at gcc dot gnu dot org 2006-06-23 01:05 --- fixed a while back -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-03-21 Thread jason at gcc dot gnu dot org
--- Comment #18 from jason at gcc dot gnu dot org 2006-03-22 04:55 --- Subject: Bug 20297 Author: jason Date: Wed Mar 22 04:55:18 2006 New Revision: 112274 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112274 Log: PR middle-end/20297 * expr.c (init_block_move_fn

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-03-21 Thread jason at gcc dot gnu dot org
--- Comment #17 from jason at gcc dot gnu dot org 2006-03-22 04:50 --- Subject: Bug 20297 Author: jason Date: Wed Mar 22 04:50:31 2006 New Revision: 112273 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112273 Log: PR middle-end/20297 * expr.c (init_block_move_fn

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-03-21 Thread jason at gcc dot gnu dot org
--- Comment #16 from jason at gcc dot gnu dot org 2006-03-22 04:23 --- Subject: Bug 20297 Author: jason Date: Wed Mar 22 04:23:10 2006 New Revision: 112272 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112272 Log: PR middle-end/20297 * expr.c (init_block_move_fn

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-03-21 Thread jason at gcc dot gnu dot org
--- Comment #15 from jason at gcc dot gnu dot org 2006-03-22 04:22 --- Subject: Bug 20297 Author: jason Date: Wed Mar 22 04:22:40 2006 New Revision: 112271 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112271 Log: PR middle-end/20297 * expr.c (init_block_move_fn

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-03-21 Thread jason at gcc dot gnu dot org
--- Comment #14 from jason at gcc dot gnu dot org 2006-03-22 04:20 --- Subject: Bug 20297 Author: jason Date: Wed Mar 22 04:20:52 2006 New Revision: 112270 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112270 Log: PR middle-end/20297 * expr.c (init_block_move_fn

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-03-21 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2006-01-27 Thread bero at arklinux dot org
--- Comment #13 from bero at arklinux dot org 2006-01-27 12:24 --- Still seeing this problem w/ current 4.1 branch -- bero at arklinux dot org changed: What|Removed |Added

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-12-04 Thread zac at zacbowling dot com
--- Comment #12 from zac at zacbowling dot com 2005-12-05 05:38 --- I'm not sure, but I'm getting this bug as well, but it maybe out of date. On the last part about the mozilla bail out, if you add this to your mozconfig it might get it to build correctly. ac_cv_visibility_pragma=no

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-10-18 Thread simon dot strandman at telia dot com
--- Comment #11 from simon dot strandman at telia dot com 2005-10-18 12:21 --- I'm using gcc 4.0.2 with patches for gcc pr19664, pr20297 and pr19520. The testcase from this bug passes without problems. Still firefox beta2 and current CVS fails to build. I talked to the mozilla guys and

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-09-13 Thread benjamin at smedbergs dot us
-- What|Removed |Added Attachment #9720 is|1 |0 patch|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-09-13 Thread benjamin at smedbergs dot us
--- Additional Comments From benjamin at smedbergs dot us 2005-09-13 16:34 --- Created an attachment (id=9720) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9720&action=view) Failure even with the latest patch I'm wrong. attachment 9035 fixes the compile errors in the main mozilla

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-09-09 Thread benjamin at smedbergs dot us
--- Additional Comments From benjamin at smedbergs dot us 2005-09-09 20:51 --- I can confirm that attachment 9035 fixes the mozilla compile issues with GCC 4.0/4.0.1/trunk. -- What|Removed |Added ---

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-06-06 Thread matz at suse dot de
--- 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).

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-05-26 Thread pluto at agmk dot net
--- Additional Comments From pluto at agmk dot net 2005-05-26 14:40 --- (In reply to comment #4) > A patch is posted at > > http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00248.html > > FYI, gcc 3.4 from RH does include this pragma. this patch ices gcc-4.1-20050522 bootstrap. .

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-05-23 Thread pluto at agmk dot net
-- What|Removed |Added CC||pluto at agmk dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-05-23 Thread matz at suse dot de
-- What|Removed |Added CC||matz at suse dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-03-03 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-03 19:25 --- RH bug is at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=150157 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-03-03 Thread bugzilla at mdaniel dot scdi dot com
--- Additional Comments From bugzilla at mdaniel dot scdi dot com 2005-03-03 19:19 --- $ gcc --version gcc (GCC) 3.4.3 20050124 (Red Hat 3.4.3-17) I stand corrected, Fedora Core 3 must be back-porting some of that functionality. Should I open a bug with them pointing to this, or is it j

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-03-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-03 19:06 --- (In reply to comment #2) > In case anyone is curious, this causes the Mozilla HEAD build to fail [at > least > with gcc 3.4.3 20050124 and GNU ld 2.15.95 20050302 on x86_64] during link on > two separate oc

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-03-03 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-03 19:11 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00248.html FYI, gcc 3.4 from RH does include this pragma. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-03-03 Thread bugzilla at mdaniel dot scdi dot com
--- Additional Comments From bugzilla at mdaniel dot scdi dot com 2005-03-03 19:03 --- In case anyone is curious, this causes the Mozilla HEAD build to fail [at least with gcc 3.4.3 20050124 and GNU ld 2.15.95 20050302 on x86_64] during link on two separate occasions, once with nsprpub a

[Bug middle-end/20297] #pragma GCC visibility isn't properly handled for builtin functions

2005-03-02 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-03 00:05 --- Created an attachment (id=8315) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8315&action=view) A testcase /export/build/gnu/gcc-4.0/build-x86_64-linux/gcc/xgcc -B/export/build/gnu/gcc-4.0/build-x86_64-linux/gcc