[Bug c/20303] Can't push more than 16 nested visibility

2005-07-14 Thread jakub at redhat dot com
--- Additional Comments From jakub at redhat dot com 2005-07-14 15:33 --- Any reason why this hasn't been fixed on gcc-4_0-branch as well? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20303

[Bug c/20303] Can't push more than 16 nested visibility

2005-05-30 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20303

[Bug c/20303] Can't push more than 16 nested visibility

2005-05-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-30 18:52 --- Fixed on mainline. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c/20303] Can't push more than 16 nested visibility

2005-05-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-30 18:51 --- Fixed on mainline. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20303

[Bug c/20303] Can't push more than 16 nested visibility

2005-05-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-30 18:49 --- Subject: Bug 20303 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-30 18:49:04 Modified files: gcc: ChangeLog c-pragma.c gcc/doc

[Bug c/20303] Can't push more than 16 nested visibility

2005-04-05 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-04-05 18:36 --- A new patch is posted at http://gcc.gnu.org/ml/gcc-patches/2005-04/msg00567.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20303

[Bug c/20303] Can't push more than 16 nested visibility

2005-03-03 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2005-03-03 23:00 --- (In reply to comment #4) I strongly agree with everything in JSM's post. There is simply no reason for keeping such a stupid limit, and even less for manually optimizing conditions to enhance the limit. Us

[Bug c/20303] Can't push more than 16 nested visibility

2005-03-03 Thread joseph at codesourcery dot com
--- Additional Comments From joseph at codesourcery dot com 2005-03-03 22:58 --- Subject: Re: Can't push more than 16 nested visibility On Thu, 3 Mar 2005, pinskia at gcc dot gnu dot org wrote: > This is a documented behavior. Arbitrary limits are still generally undesirable, even wh

[Bug c/20303] Can't push more than 16 nested visibility

2005-03-03 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-03 19:19 --- A patch is posted at http://gcc.gnu.org/ml/gcc-patches/2005-03/msg00238.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20303

[Bug c/20303] Can't push more than 16 nested visibility

2005-03-03 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-03-03 18:47 --- It makes it less useful for header file wrappers. Supporting the case of N (N>16) #pragma GCC visibility push(default) followed by N #pragma GCC visibility pop shouldn't be very hard. -- http://gcc.gnu.org/bug

[Bug c/20303] Can't push more than 16 nested visibility

2005-03-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-03 18:43 --- This is a documented behavior. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20303