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 bootstrap/18804] [4.0 Regression] lib2funcs.vis:1: Error: unknown pseudo-op: `.hidden'


------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca  2004-12-04 03:15 -------
Subject: Re:  [4.0 Regression] lib2funcs.vis:1: Error: un

> Does -fvisibility=hidden work on hppa-hpux?

No.

With 3.4.3:
-bash-2.05b$ gcc -fvisibility=hidden -S main.c
cc1: error: unrecognized command line option "-fvisibility=hidden"

With 4.0.0:
-bash-2.05b$ ./xgcc -B./ -fvisibility=hidden -S /home/dave/gcc_test/main.c -o >
/home/dave/gcc_test/main.c: In function 'main':
/home/dave/gcc_test/main.c:1: warning: visibility attribute not supported in this configuration; ignored

Dave


-- 


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


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