This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3] check-compile


Benjamin Kosnik <bkoz@redhat.com> writes:

| Hey y'all.
| 
| This patch adds another specialized rule for checking: a "make check-compile" rule. 
| 
| This is just a shorthand make rule for compiling all the libstdc++ test
| files with a given TEST_FLAG, and not caring about linking or executing.
| 
| It's useful for timing the compiler, and also for syntax checking
| libstdc++  with extra warning flags, and the same with other compilers. 
| 
| tested x86/linux
| 
| Thoughts?

I'm all for this kind of check, i.e. compile-time regressions.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]