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 middle-end/12078] -Winline points to inexistent source lines


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-26 02:24 -------
I can no longer get -Winline with -O2 to get any warning message, I have to add -finline-
limit=100, it still exists though:
/home/roberto/ppl/ppl/src/BoundingBox.inlines.hh: In function `std::ostream& 
Parma_Polyhedra_Library::IO_Operators::operator<<(std::ostream&, const 
Parma_Polyhedra_Library::BoundingBox&)':
/home/roberto/ppl/ppl/src/BoundingBox.inlines.hh:46: warning: inlining failed in call to 'bool 
Parma_Polyhedra_Library::BoundingBox::is_empty() const'
/home/roberto/ppl/ppl/src/BoundingBox.cc:32: warning: called from here
/home/roberto/ppl/ppl/src/BoundingBox.inlines.hh:63: warning: inlining failed in call to 'bool 
Parma_Polyhedra_Library::BoundingBox::get_lower_bound(Parma_Polyhedra_Library::
dimension_type, bool&, Parma_Polyhedra_Library::Integer&, Parma_Polyhedra_Library::Integer&) 
const'
/home/roberto/ppl/ppl/src/BoundingBox.cc:41: warning: called from here
/home/roberto/ppl/ppl/src/BoundingBox.inlines.hh:80: warning: inlining failed in call to 'bool 
Parma_Polyhedra_Library::BoundingBox::get_upper_bound(Parma_Polyhedra_Library::
dimension_type, bool&, Parma_Polyhedra_Library::Integer&, Parma_Polyhedra_Library::Integer&) 
const'
/home/roberto/ppl/ppl/src/BoundingBox.cc:50: warning: called from here
/home/roberto/ppl/ppl/src/BoundingBox.inlines.hh:46: warning: inlining failed in call to 'bool 
Parma_Polyhedra_Library::BoundingBox::is_empty() const'
/home/roberto/ppl/ppl/src/BoundingBox.cc:32: warning: called from here
/home/roberto/ppl/ppl/src/BoundingBox.inlines.hh:63: warning: inlining failed in call to 'bool 
Parma_Polyhedra_Library::BoundingBox::get_lower_bound(Parma_Polyhedra_Library::
dimension_type, bool&, Parma_Polyhedra_Library::Integer&, Parma_Polyhedra_Library::Integer&) 
const'
/home/roberto/ppl/ppl/src/BoundingBox.cc:41: warning: called from here
/home/roberto/ppl/ppl/src/BoundingBox.inlines.hh:80: warning: inlining failed in call to 'bool 
Parma_Polyhedra_Library::BoundingBox::get_upper_bound(Parma_Polyhedra_Library::
dimension_type, bool&, Parma_Polyhedra_Library::Integer&, Parma_Polyhedra_Library::Integer&) 
const'
/home/roberto/ppl/ppl/src/BoundingBox.cc:50: warning: called from here
/home/roberto/ppl/ppl/src/Interval.inlines.hh: In member function `bool 
Parma_Polyhedra_Library::BoundingBox::is_empty() const':
/home/roberto/ppl/ppl/src/Interval.inlines.hh:139: warning: inlining failed in call to 'bool 
Parma_Polyhedra_Library::operator<(const Parma_Polyhedra_Library::Boundary&, const 
Parma_Polyhedra_Library::Boundary&)'
/home/roberto/ppl/ppl/src/BoundingBox.cc:146: warning: called from here  <--- here.
In file included from /home/roberto/ppl/ppl/src/Interval.inlines.hh:157,
                 from /home/roberto/ppl/ppl/src/BoundingBox.cc:52:
/home/roberto/ppl/ppl/src/Interval.inlines.hh:139: warning: inlining failed in call to 'bool 
Parma_Polyhedra_Library::operator<(const Parma_Polyhedra_Library::Boundary&, const 
Parma_Polyhedra_Library::Boundary&)'
/home/roberto/ppl/ppl/src/Interval.inlines.hh:146: warning: called from here

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-08-27 15:26:16         |2003-11-26 02:24:22
               date|                            |


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


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