This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r117299 - in /trunk/gcc/ada: ChangeLog decl.c t...
- From: ebotcazou at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 29 Sep 2006 06:52:05 -0000
- Subject: r117299 - in /trunk/gcc/ada: ChangeLog decl.c t...
Author: ebotcazou
Date: Fri Sep 29 06:52:04 2006
New Revision: 117299
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117299
Log:
* decl.c (gnat_to_gnu_entity) <E_Procedure>: Do not set "const" flag
on "pure" Ada subprograms if SJLJ exceptions are used.
* trans.c (Handled_Sequence_Of_Statements_to_gnu): Set TREE_NO_WARNING
on the declaration node of JMPBUF_SAVE.
* utils.c (init_gigi_decls): Set DECL_IS_PURE on the declaration nodes
of Get_Jmpbuf_Address_Soft and Get_GNAT_Exception.
* utils2.c (build_call_0_expr): Do not set TREE_SIDE_EFFECTS.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/decl.c
trunk/gcc/ada/trans.c
trunk/gcc/ada/utils.c
trunk/gcc/ada/utils2.c