[llvm-commits] [llvm] r55557 - in /llvm/trunk: Makefile.config.in Makefile.rules autoconf/configure.ac autoconf/m4/visibility_inlines_hidden.m4 configure

Daniel Dunbar daniel at zuster.org
Tue Sep 2 10:12:37 PDT 2008


Hi Matthijs,

This is unfortunate. I tested it on a 32-bit linux system with gcc 4.1.2
(gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) and it seemed
to work fine. Can we narrow the issue down further?

If this works out to be a compiler bug, I'm not sure of the correct fix.
Should
we try and detect that -fvisibility-inlines-hidden is accepted but broken,
or
just add it to the list of gcc versions LLVM doesn't compile with?

 - Daniel

On Tue, Sep 2, 2008 at 5:55 AM, Matthijs Kooijman <
m.kooijman at student.utwente.nl> wrote:

> Hi Daniel,
>
> some extra data. I managed to reproduce this on another system as well,
> turns
> out that the problem lies with gcc 4.1. I tried all of 4.1, 4.2 and 4.3 on
> the
> same system, 4.2 and 4.3 did not show these errors. This was again on 32
> bit
> linux (that is, a 32bit chroot running on a 64bit kernel).
>
> I haven't tried 4.1 on 64bit yet, so not sure if this is specific to 32bit.
>
> Gr.
>
> Matthijs
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080902/c1d2290f/attachment.html>


More information about the llvm-commits mailing list