aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/fe.h
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2015-01-07 10:52:50 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2015-01-07 10:52:50 +0100
commitc3831524bc0bf8d15bc95e26832a2a5e0752f9cc (patch)
tree24a17934b629bb46778ca5d90adbe1188eb86824 /gcc/ada/fe.h
parent1a9ee22281e0902c673d3c2e4cb5b83e07786569 (diff)
downloadgcc-c3831524bc0bf8d15bc95e26832a2a5e0752f9cc.zip
gcc-c3831524bc0bf8d15bc95e26832a2a5e0752f9cc.tar.gz
gcc-c3831524bc0bf8d15bc95e26832a2a5e0752f9cc.tar.bz2
[multiple changes]
2015-01-07 Tristan Gingold <gingold@adacore.com> * i-cpoint.adb (Copy_Terminated_Array): Use Copy_Array to handle overlap. 2015-01-07 Eric Botcazou <ebotcazou@adacore.com> * sem_ch3.adb (Analyze_Full_Type_Declaration): Do not automatically set No_Strict_Aliasing on access types. * fe.h (No_Strict_Aliasing_CP): Declare. * gcc-interface/trans.c (gigi): Force flag_strict_aliasing to 0 if No_Strict_Aliasing_CP is set. 2015-01-07 Johannes Kanig <kanig@adacore.com> * sem_ch8.adb (Analyze_Subprogram_Renaming) do not build function wrapper in gnatprove mode when the package is externally axiomatized. 2015-01-07 Jose Ruiz <ruiz@adacore.com> * a-reatim.adb (Time_Of): Reduce the number of spurious overflows in intermediate computations when the parameters have different signs. 2015-01-07 Javier Miranda <miranda@adacore.com> * exp_ch3.adb (Build_Init_Procedure): For derived types, improve the code which takes care of identifying and moving to the beginning of the init-proc the call to the init-proc of the parent type. From-SVN: r219287
Diffstat (limited to 'gcc/ada/fe.h')
-rw-r--r--gcc/ada/fe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/fe.h b/gcc/ada/fe.h
index fcd2f15..88686e8 100644
--- a/gcc/ada/fe.h
+++ b/gcc/ada/fe.h
@@ -176,6 +176,7 @@ extern Boolean In_Same_Source_Unit (Node_Id, Node_Id);
#define Generate_SCO_Instance_Table opt__generate_sco_instance_table
#define GNAT_Mode opt__gnat_mode
#define List_Representation_Info opt__list_representation_info
+#define No_Strict_Aliasing_CP opt__no_strict_aliasing
typedef enum {Setjmp_Longjmp, Back_End_Exceptions} Exception_Mechanism_Type;
@@ -187,6 +188,7 @@ extern Char Float_Format;
extern Boolean Generate_SCO_Instance_Table;
extern Boolean GNAT_Mode;
extern Int List_Representation_Info;
+extern Boolean No_Strict_Aliasing_CP;
/* restrict: */