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 c++/14521] Inconsistent quoting in new warning


------- Additional Comments From dickrp at ece dot northwestern dot edu  2004-03-11 05:30 -------
The inlining warnings are inconsistent with other diagnostic messages.  
Normally, quoting is done like `this'.  In the inlining warnings, it is done 
like 'this'.  This complicates build automation scripts. 
 
Example: 
 
RVector.cct:4: warning: inlining failed in call to 'T& 
rstd::RVector<T>::operator[](long int) [with T = rstd::RawGraph::edge_index]': 
--param large-function-growth limit reached while inlining the caller 
Graph.cc:19: warning: called from here 
 
 

-- 


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


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