public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-372] [Ada] Skip postponed validation checks with compilation errors
@ 2022-05-12 12:42 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-05-12 12:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c4471a4a3cd0923582f88249feb9fb1a2e37c32a

commit r13-372-gc4471a4a3cd0923582f88249feb9fb1a2e37c32a
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Wed Feb 16 13:01:36 2022 +0100

    [Ada] Skip postponed validation checks with compilation errors
    
    If there are compilation errors then gigi doesn't backannotate the AST
    with sizes, alignment, etc. The postponed compilation validation checks
    can then easily crash or give spurious errors. We now just skip them.
    
    gcc/ada/
    
            * gnat1drv.adb (Gnat1drv): Skip postponed checks when there are
            errors.

Diff:
---
 gcc/ada/gnat1drv.adb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/ada/gnat1drv.adb b/gcc/ada/gnat1drv.adb
index 39fa9bee9a7..79d58477f53 100644
--- a/gcc/ada/gnat1drv.adb
+++ b/gcc/ada/gnat1drv.adb
@@ -1256,7 +1256,6 @@ begin
 
       if Compilation_Errors then
          Treepr.Tree_Dump;
-         Post_Compilation_Validation_Checks;
          Errout.Finalize (Last_Call => True);
          Errout.Output_Messages;
          Namet.Finalize;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-12 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 12:42 [gcc r13-372] [Ada] Skip postponed validation checks with compilation errors Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).