Fix PR # in gcc/ada/ChangeLog and gcc/testsuite/ChangeLog (17317->17318)

From-SVN: r130499
This commit is contained in:
Samuel Tardieu 2007-11-28 20:54:47 +00:00
parent 7bde4677df
commit b99dfeb339
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
* par-ch3.adb (P_Variant_Part): Signal an error when anything other
than an identifier is used after "case" in a variant_part.
PR ada/17317
PR ada/17318
* par-ch4.adb (Is_Parameterless_Attribute): New map.
(P_Name, Scan_Apostrophe block): Parse left parenthesis following
attribute name or not depending on the new map.

View file

@ -3,7 +3,7 @@
PR ada/15803
* gnat.dg/specs/variant_part.ads: New test.
PR ada/17317
PR ada/17318
* gnat.dg/specs/attribute_parsing.ads: New test.
PR ada/32792