Re: new clang report

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: new clang report
Date: 2011-02-09 23:48:27
Message-ID: AANLkTi=wq3aoB8NJmivD-3gjutYsCDVBdSby8CW=YrS+@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 9, 2011 at 6:30 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> The lastest clang svn tip (2.9-to-be, I guess) builds PostgreSQL out of
> the box and most tests pass.  Specifically, it no longer chokes on
> -D_GNU_SOURCE on Linux, which was the previously reported blocker.

Odd, I tried the same thing just a couple days ago and reported two bugs:

9161 nor P Linu unassignedbugs(at)nondot(dot)org NEW False uninitialized
warning due to control-dependency of flag
9152 nor P Linu unassignedclangbugs(at)nondot(dot)org NEW File takes 1
minute to compile much longer than with gcc or other similar files
with llvm

The latter is much better on svn head than the version I reported it
on but it's still a problem. It took 16s to compile with svn head. Was
the first one recently fixed?

--
greg

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Steve Singer 2011-02-10 00:26:31 Re: pl/python explicit subtransactions
Previous Message Tom Lane 2011-02-09 23:43:33 Typed-tables patch broke pg_upgrade