[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 21 Dec 2011 13:45:42 +0000 (14:45 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 21 Dec 2011 13:45:42 +0000 (14:45 +0100)
commit1c1631789db78470153d892bb17be385ff82088b
treefd2ad08f774a128f3ed7555a2449a56fca998016
parent5ebfaacfb5ffb9c3dcc0ea80f1f51aff94e34cad
[multiple changes]

2011-12-21  Yannick Moy  <moy@adacore.com>

* sem_ch13.adb (Analyze_Attribute_Definition_Clause): Do not
ignore representation attributes in Alfa mode, since formal
verification backend does not depend on actual physical
representation, but code may still refer to attribute values.

2011-12-21  Yannick Moy  <moy@adacore.com>

* par-ch13.adb (P_Aspect_Specifications): Recognize the cases
where a comma between two aspects is missing, or erroneously
replaced by a semicolon, issue an error and proceed with next
aspect.
* par.adb, sinfo.ads: Fix typos.

2011-12-21  Ed Schonberg  <schonberg@adacore.com>

* sem_util.adb (Mark_Coextensions): A coextension for an
object that is part of the expression in a return statement,
or part of the return object in an extended return statement,
must be allocated dynamically.

From-SVN: r182585
gcc/ada/ChangeLog
gcc/ada/par-ch13.adb
gcc/ada/par.adb
gcc/ada/sem_ch13.adb
gcc/ada/sem_util.adb
gcc/ada/sinfo.ads