[wwwdocs] Use whitespace between sourceware.org and gcc.gnu.org

2019-07-05 Thread Shakthi Kannan
Use "sourceware.org / gcc.gnu.org" for more clarity (bug #90334). Shakthi Kannan Index: htdocs/svnwrite.html === RCS file: /cvs/gcc/wwwdocs/htdocs/svnwrite.html,v retrieving revision 1.43 diff -u -p -r1.43 svnwrite.html

[PATCH, wwwdocs] Fix PR 50642

2013-04-30 Thread Shakthi Kannan
Hi, The following patch overrides the default @smallexample attributes defined by makeinfo. It includes a html.css file where the smallexample attributes are defined to use a medium font size with a light blue background for readability and clarity. 2013-04-30 Shakthi Kannan PR wwwdocs

Re: [PATCH, wwwdocs] Fix PR 50642

2013-04-30 Thread Shakthi Kannan
onfigure; make; make html; make install-html" to test the patch and the CSS. Thanks for your reply. SK -- Shakthi Kannan skannan at redhat dot com

Re: [PATCH, wwwdocs] Fix PR 50642

2013-05-06 Thread Shakthi Kannan
Hi, I am re-submitting the patch to use html.css from the update_web_docs_svn script present in the maintainer-scripts folder. The smallexample attributes are defined to use a medium font size with a light blue background for readability and clarity. 2013-05-06 Shakthi Kannan PR wwwdocs

[PATCH, PR preprocessor/42014] Added LAST_SOURCE_COLUMN in while loop

2013-05-09 Thread Shakthi Kannan
Hi, The attached patch adds LAST_SOURCE_COLUMN to pp_verbatim function in the while loop present in diagnostic_report_current_module(). This makes the output consistent for any error parsing program as stated in the bug. 2013-05-10 Shakthi Kannan PR preprocessor/42014 * gcc

Re: [PATCH, PR preprocessor/42014] Added LAST_SOURCE_COLUMN in while loop

2013-05-10 Thread Shakthi Kannan
Hi, - Original Message - | From: "Marek Polacek" | | Maybe | PR preprocessor/42014 | * diagnostic.c: Print LAST_SOURCE_COLUMN as well. | ? \-- Sure! SK -- Shakthi Kannan skannan at redhat dot com

Re: [PATCH, PR preprocessor/42014] Added LAST_SOURCE_COLUMN in while loop

2013-05-15 Thread Shakthi Kannan
ame as the test suite regression? --- | If so then the patch needs fixes there. | If not then the patch needs a new test. \-- Sorry, where should this new test be written, and what does it need to test? Thanks for your reply. SK -- Shakthi Kannan skannan at redhat dot com

Re: [PATCH, PR preprocessor/42014] Added LAST_SOURCE_COLUMN in while loop

2013-05-15 Thread Shakthi Kannan
und in 12 common sum files Regards, SK -- Shakthi Kannan skannan at redhat dot com

*ping* Re: [PATCH, wwwdocs] Fix PR 50642

2013-05-21 Thread Shakthi Kannan
Hi, Is the following patch okay for trunk? SK - Original Message - From: "Shakthi Kannan" To: "Joseph S. Myers" Cc: gcc-patches@gcc.gnu.org Sent: Monday, May 6, 2013 4:00:06 PM Subject: Re: [PATCH, wwwdocs] Fix PR 50642 Hi, I am re-submitting the patch to u

*ping* Re: [PATCH, PR preprocessor/42014] Added LAST_SOURCE_COLUMN in while loop

2013-05-21 Thread Shakthi Kannan
Hi, Is the following patch okay for trunk? SK - Original Message - From: "Shakthi Kannan" To: gcc-patches@gcc.gnu.org Sent: Friday, May 10, 2013 12:25:07 PM Subject: [PATCH, PR preprocessor/42014] Added LAST_SOURCE_COLUMN in while loop Hi, The attached patch adds LAST_SOU

[PATCH] Fix PR 55473

2013-03-05 Thread Shakthi Kannan
The libquadmath/quadmath.h file cannot be used with C++. The following patch allows inclusion and use of the quadmath.h header file. 2013-03-06 Shakthi Kannan PR libquadmath/55473 * quadmath.h: Add ifdef __cplusplus macros. --- libquadmath/quadmath.h | 8 1 file changed, 8