This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/26797] [4.2/4.3 regression] ACATS c35507m cd2a23e cxh1001 fail
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Mar 2007 10:05:56 -0000
- Subject: [Bug ada/26797] [4.2/4.3 regression] ACATS c35507m cd2a23e cxh1001 fail
- References: <bug-26797-7210@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #24 from ebotcazou at gcc dot gnu dot org 2007-03-04 10:05 -------
Subject: Bug 26797
Author: ebotcazou
Date: Sun Mar 4 10:05:44 2007
New Revision: 122524
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122524
Log:
PR ada/26797
* doc/invoke.texi (-O2): Document that Tree-VRP is not turned on
for the Ada compiler.
ada/
* lang.opt: Accept -ftree-vrp for Ada.
* misc.c (OPT_ftree_vrp): New case.
(gnat_post_options): Disable Tree-VRP unless explicitly turned on.
Modified:
branches/gcc-4_2-branch/gcc/ChangeLog
branches/gcc-4_2-branch/gcc/ada/ChangeLog
branches/gcc-4_2-branch/gcc/ada/lang.opt
branches/gcc-4_2-branch/gcc/ada/misc.c
branches/gcc-4_2-branch/gcc/doc/invoke.texi
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26797