This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14521] Inconsistent quoting in new warning
- From: "dickrp at ece dot northwestern dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Mar 2004 05:31:02 -0000
- Subject: [Bug c++/14521] Inconsistent quoting in new warning
- References: <20040311052610.14521.dickrp@ece.northwestern.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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