2014-10-20 Tristan Gingold <gingold@adacore.com>
commit56abc2d4746169306f321d03f1f6f70310ee48d1
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Oct 2014 14:27:24 +0000 (20 14:27 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Oct 2014 14:27:24 +0000 (20 14:27 +0000)
tree06ace340b52d9a92dbf95ddb7498cd8f659ad4e5
parent3a9a857efe34ec654eb20af5a159aedced60242a
2014-10-20  Tristan Gingold  <gingold@adacore.com>

* init.c (__gnat_is_stack_guard): Don't use mach_vm_region_recurse on
arm-darwin.
* raise-gcc.c: Add ATTRIBUTE_UNUSED to remove warnings for
unused arguments.

2014-10-20  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_attr.adb (Analyze_Attribute): Replace
variables CS and PS with Proc_Id and Subp_Id to better illustrate
their purpose. Account for the case where _Postconditions
has not been generated yet and the context is aspect/pragma
Refined_Post. In that scenario the expected prefix of attribute
'Result is the current scope.

2014-10-20  Robert Dewar  <dewar@adacore.com>

* par-ch4.adb (P_Expression): Handle extraneous comma/semicolon
in middle of expression with logical operators.

2014-10-20  Robert Dewar  <dewar@adacore.com>

* par-ch13.adb (Possible_Misspelled_Aspect): New function.

2014-10-20  Steve Baird  <baird@adacore.com>

* pprint.adb: Improve Expression_Image function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216477 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/init.c
gcc/ada/par-ch13.adb
gcc/ada/par-ch4.adb
gcc/ada/pprint.adb
gcc/ada/raise-gcc.c
gcc/ada/sem_attr.adb