[Bug c++/14521] Inconsistent quoting in new warning
dickrp at ece dot northwestern dot edu
gcc-bugzilla@gcc.gnu.org
Thu Mar 11 05:31:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list