[LLVMdev] 2.1 Pre-Release Available (testers needed)

Emil Mikulic emil at cs.rmit.edu.au
Wed Sep 19 17:57:27 PDT 2007


On Wed, Sep 19, 2007 at 02:18:55PM +0400, Anton Korobeynikov wrote:
> Hello, Emil
> 
> > Should I take this (and the other crashes?) off the list and start
> > filing bugs or something?
>
> The transcript looks very "bad" for me.

I don't disagree.  =)

> For example:
> 
> while running: /home/emil/ll/prefix/bin/llvm-gcc -emit-llvm -O3 -S -o
> - /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c | grep
> {26}
> /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c:5: warning: #pragma pack(push[, id], <n>) is not supported on this target
> /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c:26: warning: #pragma pack(pop[, id], <n>) is not supported on this target
> 
> How can it be not supported on x86-32? I really dunno. What is your
> "native" gcc version?

$ gcc -v
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]

I can't see any optimization flags being passed to it in the Makefile.
Should I try a different version of gcc?

--Emil



More information about the llvm-dev mailing list