This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36159] C++ compiler should issue a warning with missing new operator
- From: "hjl dot tools at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 May 2008 04:56:56 -0000
- Subject: [Bug c++/36159] C++ compiler should issue a warning with missing new operator
- References: <bug-36159-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from hjl dot tools at gmail dot com 2008-05-07 04:56 -------
The default new operator is implemented within gcc. It should be
possible to let g++ know the alignment returned by the new operator.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36159