Commit b4914af8 by Arnaud Charlet Committed by Pierre-Marie de Rodat

[Ada] Take into account N_Generic_Package_Renaming_Declaration

2018-05-22  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

	* comperr.adb (Delete_SCIL_Files): Take into account
	N_Generic_Package_Renaming_Declaration.

From-SVN: r260522
parent fbb53995
2018-05-22 Arnaud Charlet <charlet@adacore.com>
* comperr.adb (Delete_SCIL_Files): Take into account
N_Generic_Package_Renaming_Declaration.
2018-05-22 Ed Schonberg <schonberg@adacore.com> 2018-05-22 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Search_Derivation_Levels): Whenever a parent type is * sem_ch3.adb (Search_Derivation_Levels): Whenever a parent type is
......
...@@ -484,7 +484,9 @@ package body Comperr is ...@@ -484,7 +484,9 @@ package body Comperr is
-- No SCIL file generated for generic package declarations -- No SCIL file generated for generic package declarations
when N_Generic_Package_Declaration => when N_Generic_Package_Declaration
| N_Generic_Package_Renaming_Declaration
=>
return; return;
-- Should never happen, but can be ignored in production -- Should never happen, but can be ignored in production
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment