This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/29964] [4.1/4.2/4.3 Regression] function with volatile operators still found to be pure
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Nov 2006 21:40:57 -0000
- Subject: [Bug tree-optimization/29964] [4.1/4.2/4.3 Regression] function with volatile operators still found to be pure
- References: <bug-29964-13615@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-11-23 21:40 -------
Confirmed. IPA pure-const pass is founds func_a as pure which is incorrect:
Function found to be pure: func_a
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
Severity|major |normal
Status|UNCONFIRMED |NEW
Component|c |tree-optimization
Ever Confirmed|0 |1
GCC build triplet|x86-pc-cygwin |
GCC host triplet|x86-pc-cygwin |
GCC target triplet|arm-elf-gcc |
Last reconfirmed|0000-00-00 00:00:00 |2006-11-23 21:40:57
date| |
Summary|volatile problem in |[4.1/4.2/4.3 Regression]
|optimized functions |function with volatile
| |operators still found to be
| |pure
Target Milestone|--- |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29964