public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/20791] New: visibilty options don't work
@ 2005-04-06 13:37 oliverst at online dot de
  2005-04-06 13:50 ` [Bug other/20791] " oliverst at online dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: oliverst at online dot de @ 2005-04-06 13:37 UTC (permalink / raw)
  To: gcc-bugs

When compiling a source file with "-fvisibility=hidden" and/or
"-fvisibility-inlines-hidden" I get the following error for each function in the
file (happens with C and C++ front-end):

C:/DOKUME~1/OSTOEN~2/LOKALE~1/Temp/ccCCaaaa.s: Assembler messages:
C:/DOKUME~1/OSTOEN~2/LOKALE~1/Temp/ccCCaaaa.s:5: Error: unknown pseudo-op: `.hidden'

I am using a MinGW32 build of GCC, so I am not quite sure, if thise feature is
for MinGW32, but if it won't work for MinGW32, it should be disabled.

Here is my specs:

Using built-in specs.
Target: i686-pc-mingw32
Configured with: /datal/gcc/gcc/configure --prefix=/datal/gcc/build/wingcc
--build=i686-pc-linux-gnu --host=i686-pc-mingw32 --target=i686-pc-mingw32
--enable-languages=c,c++,java --with-gcc --with-gnu-as --with-gnu-ld
--enable-threads=win32 --disable-nls --disable-win32-registry --disable-shared
--disable-debug --without-newlib --enable-libgcj --disable-java-awt --without-x
--enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter
--enable-hash-synchronization --enable-sjlj-exceptions --enable-libgcj-multifile
--enable-libgcj-mingw-osapi=ansi
Thread model: win32
gcc version 4.0.0 20050324 (prerelease)

-- 
           Summary: visibilty options don't work
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: oliverst at online dot de
                CC: gcc-bugs at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/20791] visibilty options don't work
  2005-04-06 13:37 [Bug other/20791] New: visibilty options don't work oliverst at online dot de
@ 2005-04-06 13:50 ` oliverst at online dot de
  2005-04-06 15:03 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: oliverst at online dot de @ 2005-04-06 13:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|                            |i686-pc-mingw32


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/20791] visibilty options don't work
  2005-04-06 13:37 [Bug other/20791] New: visibilty options don't work oliverst at online dot de
  2005-04-06 13:50 ` [Bug other/20791] " oliverst at online dot de
@ 2005-04-06 15:03 ` pinskia at gcc dot gnu dot org
  2005-04-06 18:44 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-06 15:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-06 15:03 -------
Did you build GCC your self?  If not, did you get the version of binutils that the person was offering.  
And yes we have a check while configuring to enable/disabling visiblity.

-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/20791] visibilty options don't work
  2005-04-06 13:37 [Bug other/20791] New: visibilty options don't work oliverst at online dot de
  2005-04-06 13:50 ` [Bug other/20791] " oliverst at online dot de
  2005-04-06 15:03 ` pinskia at gcc dot gnu dot org
@ 2005-04-06 18:44 ` pinskia at gcc dot gnu dot org
  2005-04-06 20:56 ` oliverst at online dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-06 18:44 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/20791] visibilty options don't work
  2005-04-06 13:37 [Bug other/20791] New: visibilty options don't work oliverst at online dot de
                   ` (2 preceding siblings ...)
  2005-04-06 18:44 ` pinskia at gcc dot gnu dot org
@ 2005-04-06 20:56 ` oliverst at online dot de
  2005-06-27  9:32 ` oliverst at online dot de
  2005-06-27 13:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: oliverst at online dot de @ 2005-04-06 20:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From oliverst at online dot de  2005-04-06 20:56 -------
I didn't build GCC 4.0.0 myself, I got it from this site:

http://www.thisiscool.com/gcc_mingw.htm

and he is offering a complete MinGW package. Looking at the list of components
he put in, we can see, that it says "binutils-2.15.94-20050118-1", so I guess
it's a build done by the MinGW guys.

-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/20791] visibilty options don't work
  2005-04-06 13:37 [Bug other/20791] New: visibilty options don't work oliverst at online dot de
                   ` (3 preceding siblings ...)
  2005-04-06 20:56 ` oliverst at online dot de
@ 2005-06-27  9:32 ` oliverst at online dot de
  2005-06-27 13:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: oliverst at online dot de @ 2005-06-27  9:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From oliverst at online dot de  2005-06-27 09:32 -------
OK, I got a more recent version of the binutils and I know get this:

91 C:\cvs\STLport\stlport\stl\_new.h [Warning] visibility attribute not
supported in this configuration; ignored

Guess this can be closed now. Sorry for the report.

-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/20791] visibilty options don't work
  2005-04-06 13:37 [Bug other/20791] New: visibilty options don't work oliverst at online dot de
                   ` (4 preceding siblings ...)
  2005-06-27  9:32 ` oliverst at online dot de
@ 2005-06-27 13:39 ` pinskia at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-27 13:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-27 13:39 -------
So closing as invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-06-27 13:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-06 13:37 [Bug other/20791] New: visibilty options don't work oliverst at online dot de
2005-04-06 13:50 ` [Bug other/20791] " oliverst at online dot de
2005-04-06 15:03 ` pinskia at gcc dot gnu dot org
2005-04-06 18:44 ` pinskia at gcc dot gnu dot org
2005-04-06 20:56 ` oliverst at online dot de
2005-06-27  9:32 ` oliverst at online dot de
2005-06-27 13:39 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).