http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55341
Jack Howarth <howarth at nitro dot med.uc.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |howarth at nitro dot
| |med.uc.edu
--- Comment #33 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-12-19
20:59:14 UTC ---
(In reply to comment #32)
> (In reply to comment #28)
> > I'd say as a first step try to make sure -lasan is linked at the very
> > beginning, before all other libraries, there are numerous libasan crashes
> > if it
> > is not so.
>
> Is there a way to build gcc so that libgfortran is asan-instrumented ? I start
> suspecting that maybe the error is due to something that's happening in the
> gfortran runtime, and that's only detected once the code returns to CP2K.
Using--with-build-config=bootstrap-asan should do that for you.