This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, fortran] pr21061 - gfortran ignores -Werror
- From: Bernhard Fischer <rep dot nop at aon dot at>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: Brooks Moses <bmoses at stanford dot edu>, fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 4 Nov 2006 12:36:27 +0100
- Subject: Re: [patch, fortran] pr21061 - gfortran ignores -Werror
- References: <20060321185018.GC5394@aon.at> <20060421075829.GA1137@aon.at> <20060705192720.GA24502@aon.at> <20060913210419.GB85842@troutmask.apl.washington.edu> <20060914125902.GB15618@aon.at> <20060918001737.GA78473@troutmask.apl.washington.edu> <4538834F.8050501@stanford.edu> <20061102143003.GX18267@aon.at> <20061102174611.GB18267@aon.at> <20061103011106.GA7062@us.ibm.com>
On Thu, Nov 02, 2006 at 05:11:06PM -0800, Janis Johnson wrote:
>On Thu, Nov 02, 2006 at 06:46:11PM +0100, Bernhard Fischer wrote:
>> >It was not yet fixed nor committed due to problems with dejagnu.
>> >See http://gcc.gnu.org/ml/gcc/2006-10/msg00408.html
>> >
>> >I'm rewriting the testcases (for free- and fixed form) now and want to
>> >see if i can use dg-final { scan-assembler ".*" }.
>
>I figured out how to write procs output-exists and output-exists-not
>that can be called from dg-final to verify whether or not the compiler
>output file was not produced. Will that help?
That would help, yes. I'd need this on trunk, the 4_2 and 4_1 branches
if possible.
Thanks!