This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH,RFC] Introduce RUN_UNDER_VALGRIND in test-suite


On 12/08/2015 08:33 AM, Bernd Schmidt wrote:
On 12/08/2015 04:28 PM, Martin Liška wrote:

Majority of them (~2600 BTs) are in fortran FE (BT contains 'gfc_'): [2].
The rest contains some issues in CP FE, many GGC invalid read/write
operations ([4]) and many
memory leaks in gcc.c (for instance option handling).

My question is if a bug should be created for all fortran issues and
whether it's realistic that
they can be eventually fixed in next stage1?

It hardly seems worthwhile to file a bug for every issue, that's just
unnecessary bureaucracy. Fix them as you go along would be my
recommendation, that probably takes a similar amount of time.
Agreed, let's just fix them as we go along.

Suppressions should be a last resort in those cases where the code is operating correctly. It does happen here and there.

jeff


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