Ping. Cesar
On 5/30/13 1:02 PM, Cesar Philippidis wrote: > Here is a patch from our backlog that addresses a libitm issue where > setting ENABLE_LTO=1 in site.exp causes the following error with dejagnu: > > ERROR: (DejaGnu) proc "libitm_target_compile linker_plugin19344.c > linker_plugin19344.exe executable {{additional_flags=-flto > -fuse-linker-plugin}}" does not exist. > > This problem usually does not occur since the default site.exp does not > contain ENABLE_LTO=1. This patch has been tested both with and without > our custom site.exp. > > Is this OK for trunk? If so, please check it in since I do not have commit > rights. > > Cesar Philippidis > > > 2013-05-30 Iain Sandoe <i...@codesourcery.com> > Cesar Philippidis <ce...@codesourcery.com> > > libitm/ > * testsuite/lib/libitm.exp: Reorder lib loads into dependency order. > Do not load_gcc_lib gcc-dg.exp and add a comment as to why. > * testsuite/libitm.c/c.exp: load_gcc_lib gcc-dg.exp. > * testsuite/libitm.c++/c++.exp: load_gcc_lib gcc-dg.exp. >