This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/13397] Optimizer doesn't take into account protection flags


------- Additional Comments From bangerth at dealii dot org  2003-12-16 14:57 -------
You are asking to implement interprocedural optimizations with the 
twist that value-range propagation has to happen by computing 
the value range by looking what other functions do. That's kinda 
complicated, I guess. 
 
I'll let the optimization folks pour over that instead of leaving it 
in the category "C++". 
 
W. 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|c++                         |optimization
     Ever Confirmed|                            |1
   GCC host triplet|Any Linux                   |
   Last reconfirmed|0000-00-00 00:00:00         |2003-12-16 14:57:07
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13397


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]