This is the mail archive of the gcc-patches@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]

Re: [PATCH][RFC] Add #pragma message ... to gcc/g++


Simon Baldwin wrote:

I've amended the patch, test, and doc so that it now uses gcc's inform() output call. New version attached below. Please take another look.

I have no objects to this patch. However, I will defer to the C front-end maintainer to review/approve/disapprove.


I did notice the trivial fact that this comment:

+ /* Test that #pragma message "..." writes to the compiler's stdout stream. */

should be revised to remove the reference to "stdout".

Thanks,

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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