[Bug web/50642] onlinedocs formated text too small to read

2013-07-01 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642

--- Comment #12 from Shakthi Kannan skannan at redhat dot com ---
Hi,

- Original Message -
| From: jg at jguk dot org gcc-bugzi...@gcc.gnu.org
|
| The problem is still visible for me with default new Firefox profile:
\--

The patch has not yet been committed to the trunk.

SK


[Bug preprocessor/47254] ICE: unspellable token PRAGMA_EOL with #pragma redefine_extname and -fdirectives-only

2013-05-17 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47254

Shakthi Kannan skannan at redhat dot com changed:

   What|Removed |Added

 CC||skannan at redhat dot com

--- Comment #1 from Shakthi Kannan skannan at redhat dot com ---
Confirmed.

$  gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.2/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --disable-build-with-cxx
--disable-build-poststage1-with-cxx --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-linker-build-id --with-linker-hash-style=gnu
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin
--enable-initfini-array --enable-java-awt=gtk --disable-dssi
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC)


[Bug preprocessor/44317] ,##__VA_ARGS__ comma not eaten with -std=c++0x

2013-05-17 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44317

Shakthi Kannan skannan at redhat dot com changed:

   What|Removed |Added

 CC||skannan at redhat dot com

--- Comment #1 from Shakthi Kannan skannan at redhat dot com ---
Confirmed.

Tested with cpp (GCC) 4.7.2 20121109.


[Bug preprocessor/47254] ICE: unspellable token PRAGMA_EOL with #pragma redefine_extname and -fdirectives-only

2013-05-17 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47254

--- Comment #3 from Shakthi Kannan skannan at redhat dot com ---
Sorry, I don't have a gcc.gnu.org account. Can you please change the status to
Confirmed?

Thanks!


[Bug preprocessor/51259] no escape on control characters on linemarker lines

2013-05-17 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51259

Shakthi Kannan skannan at redhat dot com changed:

   What|Removed |Added

 CC||skannan at redhat dot com

--- Comment #1 from Shakthi Kannan skannan at redhat dot com ---
Opening the .c file in vim, or Emacs shows the control characters. Doing a
hexdump on the output of 'gcc -E' does show the octal value in the output
('001'). For example:

$ gcc -E inc.c  gcc.e

$ hexdump -c gcc.e 
000   #   1  i   n   c   .   c \n   #   1
010 c   o   m   m   a   n   d   -   l   i   n   e  
020  \n   #   1  i   n   c   .   c \n   #   1
030  a   a 001   b   b   .   h  1  \n   i   n   t
040   m   a   i   n   (   )   {   }  \n   #   1
050  i   n   c   .   c  2  \n
05a


[Bug preprocessor/51776] fixincludes hacks around a C++ deficiency

2013-05-17 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51776

Shakthi Kannan skannan at redhat dot com changed:

   What|Removed |Added

 CC||skannan at redhat dot com

--- Comment #4 from Shakthi Kannan skannan at redhat dot com ---
The depends bug 53528 Support C++11 generalized attributes has been closed,
and applied to trunk (4.8).


[Bug preprocessor/49928] Only workaround for -Wundef is defined(Macro) Macro, but it is undefined behavior?

2013-05-17 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49928

Shakthi Kannan skannan at redhat dot com changed:

   What|Removed |Added

 CC||skannan at redhat dot com

--- Comment #1 from Shakthi Kannan skannan at redhat dot com ---
Confirmed.

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.2/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --disable-build-with-cxx
--disable-build-poststage1-with-cxx --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-linker-build-id --with-linker-hash-style=gnu
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin
--enable-initfini-array --enable-java-awt=gtk --disable-dssi
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC)


[Bug preprocessor/42669] libcpp: five redundant tests

2013-05-13 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42669

Shakthi Kannan skannan at redhat dot com changed:

   What|Removed |Added

 CC||skannan at redhat dot com

--- Comment #2 from Shakthi Kannan skannan at redhat dot com ---
With cppcheck-1.59 on Fedora 18 (x86_64) and gcc-4.8.0, the Redundant
condition is not present.


[Bug preprocessor/42014] Inconsistent column number display for In file incuded from

2013-05-10 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42014

Shakthi Kannan skannan at redhat dot com changed:

   What|Removed |Added

 CC||skannan at redhat dot com

--- Comment #3 from Shakthi Kannan skannan at redhat dot com ---
Created attachment 30079
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30079action=edit
Added LAST_SOURCE_COLUMN in while loop

Attached patch adds LAST_SOURCE_COLUMN to pp_verbatim function in the while
loop present in diagnostic_report_current_module() to make the output
consistent.


[Bug preprocessor/39080] -MF writes dependencies for last file only

2013-05-10 Thread skannan at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39080

Shakthi Kannan skannan at redhat dot com changed:

   What|Removed |Added

 CC||skannan at redhat dot com

--- Comment #2 from Shakthi Kannan skannan at redhat dot com ---
The preprocessor documentation page mentions that the options need to be run on
each C source file:

3.11 Options Controlling the Preprocessor

These options control the C preprocessor, which is run on each C source file
before actual compilation.

Source:
http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gcc/Preprocessor-Options.html#Preprocessor-Options


[Bug preprocessor/41590] No __STDC__ definition in -g3 -E output on STDC_0_IN_SYSTEM_HEADERS systems

2013-05-08 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41590



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #1 from Shakthi Kannan skannan at redhat dot com 2013-05-08 
07:05:37 UTC ---

Which version of GCC are you using?



$ cat head.h

#define HEAD 1



$ cat stdc0.c 

#include head.h

#define STDC0



$ gcc -I. -g3 -save-temps -c stdc0.c 

$ grep __STDC__ stdc0.i 

#define __STDC__ 1



$ gcc -v

Using built-in specs.

COLLECT_GCC=gcc

COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.7.2/lto-wrapper

Target: x86_64-redhat-linux

Configured with: ../configure --prefix=/usr --mandir=/usr/share/man

--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla

--enable-bootstrap --enable-shared --enable-threads=posix

--enable-checking=release --disable-build-with-cxx

--disable-build-poststage1-with-cxx --with-system-zlib --enable-__cxa_atexit

--disable-libunwind-exceptions --enable-gnu-unique-object

--enable-linker-build-id --with-linker-hash-style=gnu

--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin

--enable-initfini-array --enable-java-awt=gtk --disable-dssi

--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre

--enable-libgcj-multifile --enable-java-maintainer-mode

--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib

--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686

--build=x86_64-redhat-linux

Thread model: posix

gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) 



The above also works with gcc version 4.9.0 20130507 (experimental) (GCC).


[Bug web/55933] Missing attachment download link

2013-05-07 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55933



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #4 from Shakthi Kannan skannan at redhat dot com 2013-05-07 
10:15:41 UTC ---

Right click and save as on Created attachment # [details] downloads a

HTML page with the diff output.



The attachment can be downloaded from the attachment table, but, it will be

good to download the patch directly from the above comment itself.


[Bug preprocessor/41329] -M does not properly escape special characters.

2013-05-07 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41329



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #2 from Shakthi Kannan skannan at redhat dot com 2013-05-07 
11:20:11 UTC ---

POSIX standard doesn't allow colon as part of the filename.



http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_276


[Bug preprocessor/42921] No error with missing header and -MM

2013-05-07 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42921



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #3 from Shakthi Kannan skannan at redhat dot com 2013-05-08 
05:30:25 UTC ---

Confirmed.



$ ./install/bin/gcc -MM -MF foo.d foo.c  echo succeeded || echo failed 

succeeded



$ ./install/bin/gcc -v

Using built-in specs.

COLLECT_GCC=./install/bin/gcc

COLLECT_LTO_WRAPPER=/home/mbuf/testing/gcc/42921/install/libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wrapper

Target: x86_64-unknown-linux-gnu

Configured with: ../gcc/configure --prefix=/home/mbuf/testing/gcc/42921/install

Thread model: posix

gcc version 4.9.0 20130507 (experimental) (GCC)


[Bug web/50642] onlinedocs formated text too small to read

2013-05-06 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642



--- Comment #10 from Shakthi Kannan skannan at redhat dot com 2013-05-06 
10:33:33 UTC ---

Created attachment 30037

  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30037

Normal font for smallexample using update_web_docs_svn script



As mentioned in the gcc-patches list, the online docs are updated using

maintainer-scripts/update_web_docs_svn script. The attached patch runs makeinfo

from this script with html.css to override @smallexample attributes.


[Bug web/50642] onlinedocs formated text too small to read

2013-04-30 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642



--- Comment #9 from Shakthi Kannan skannan at redhat dot com 2013-04-30 
09:54:50 UTC ---

Created attachment 29978

  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29978

Override @smallexample attributes



The attached 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.



The patch has also been sent to the gcc-patches mailing list:



  http://gcc.gnu.org/ml/gcc-patches/2013-04/msg01766.html


[Bug testsuite/53222] dejagnu trims leading whitespace

2013-04-19 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53222



--- Comment #1 from Shakthi Kannan skannan at redhat dot com 2013-04-19 
07:29:43 UTC ---

Created attachment 29902

  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29902

namespace error after applying patch



Can you please provide the version of GCC that you used?



I built GCC-4.8.0 (x86_64) after applying the patch and I get the attached

errors.


[Bug web/50642] onlinedocs formated text too small to read

2013-04-18 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50642



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #7 from Shakthi Kannan skannan at redhat dot com 2013-04-18 
09:40:36 UTC ---

'Small' can mean different things depending on the context. It can refer to a

simple example, or something that is tiny.



On Mozilla Firefox 16.0.2, the 'smallexample' is indeed difficult to read. 



Please change the font size to normal. If it appears similar to the text, a

different font family can be used.


[Bug web/53632] [bugzilla] Bugzilla being very slow to submit changes, sending duplicate emails

2013-04-18 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53632



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #12 from Shakthi Kannan skannan at redhat dot com 2013-04-18 
10:06:16 UTC ---

Is there a tool deployed to monitor Bugzilla? Perhaps, Piwik?



  http://piwik.org/


[Bug web/45655] GCC WIki Needs Text Colorizing Capability

2013-04-18 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45655



--- Comment #3 from Shakthi Kannan skannan at redhat dot com 2013-04-18 
10:27:40 UTC ---

I shall write to overseers(at)gcc.gnu.org.



Thanks for your prompt response. Appreciate it!


[Bug web/44269] Search for PR number in mailing lists fails

2013-04-17 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44269



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #2 from Shakthi Kannan skannan at redhat dot com 2013-04-17 
09:31:28 UTC ---

Searching for 18249 in the web archive of the gcc-patches mailing list with

mnoGoSearch 3.3.13 does return the link to PR 18249.



http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01458.html


[Bug web/45655] GCC WIki Needs Text Colorizing Capability

2013-04-17 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45655



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #1 from Shakthi Kannan skannan at redhat dot com 2013-04-17 
10:06:03 UTC ---

I tested with the following:



Color2(red courier on blue,col=red,bcol=blue,font=courier)



Color2(Green Font on Yellow Background,green,yellow)



Color2(Orange Text,orange)



Color2(Text with commas:one,two,three,red)



Color2(Optional parameters,bcol=yellow)



at:



  http://gcc.gnu.org/wiki/WikiSandBox



and can confirm that text colorizing macro isn't working on the GCC Wiki.


[Bug web/45688] Typo in __attribute__((version-id)) docs

2013-04-17 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45688



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #2 from Shakthi Kannan skannan at redhat dot com 2013-04-17 
10:36:30 UTC ---

http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html#Function-Attributes



now mentions version_id correctly:



  extern int foo () __attribute__((version_id (20040821)));


[Bug libquadmath/55473] quadmath.h should have extern C for C++ users

2013-03-06 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55473



--- Comment #1 from Shakthi Kannan skannan at redhat dot com 2013-03-06 
08:53:19 UTC ---

Created attachment 29593

  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=29593

Added cplusplus macro usage


[Bug libquadmath/56379] libquadmath: Wrong result for strtoflt128.c if compiled with -O0

2013-03-06 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56379



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #6 from Shakthi Kannan skannan at redhat dot com 2013-03-06 
10:39:00 UTC ---

I tested the code on trunk r196485, and the output is shown correctly. 



This bug can be closed.


[Bug libquadmath/55473] quadmath.h should have extern C for C++ users

2013-03-06 Thread skannan at redhat dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55473



Shakthi Kannan skannan at redhat dot com changed:



   What|Removed |Added



 CC||skannan at redhat dot com



--- Comment #3 from Shakthi Kannan skannan at redhat dot com 2013-03-07 
06:13:45 UTC ---

@Janne:



I had submitted the patch and ChangeLog at:



  http://gcc.gnu.org/ml/gcc-patches/2013-03/msg00223.html