help-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug c++/14521] Inconsistent quoting in new warning


From: dickrp at ece dot northwestern dot edu
Subject: [Bug c++/14521] Inconsistent quoting in new warning
Date: 11 Mar 2004 05:31:02 -0000

------- 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]