[Bug c++/29455] Issues with -Wchar-subscripts

2017-02-16 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29455 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/29455] Issues with -Wchar-subscripts

2015-01-08 Thread preston at bannister dot us
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29455 Preston L Bannister changed: What|Removed |Added CC||preston at bannister dot us --- Co

[Bug c++/29455] Issues with -Wchar-subscripts

2012-04-17 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29455 Manuel López-Ibáñez changed: What|Removed |Added Keywords||diagnostic CC|

[Bug c++/29455] Issues with -Wchar-subscripts

2006-10-24 Thread h dot b dot furuseth at usit dot uio dot no
--- Comment #7 from h dot b dot furuseth at usit dot uio dot no 2006-10-24 08:20 --- Subject: Re: Issues with -Wchar-subscripts gdr at integrable-solutions dot net writes: > The absence of warning in C is OK -- literal characters have type int > in C. Yes, but see previous comments.

[Bug c++/29455] Issues with -Wchar-subscripts

2006-10-23 Thread gdr at integrable-solutions dot net
--- Comment #6 from gdr at integrable-solutions dot net 2006-10-24 06:32 --- Subject: Re: New: Issues with -Wchar-subscripts "h dot b dot furuseth at usit dot uio dot no" <[EMAIL PROTECTED]> writes: | [This is both a C and C++ bug report, not sure how to classify that.] | | int a[2

[Bug c++/29455] Issues with -Wchar-subscripts

2006-10-17 Thread h dot b dot furuseth at usit dot uio dot no
--- Comment #5 from h dot b dot furuseth at usit dot uio dot no 2006-10-17 12:49 --- Subject: Re: Issues with -Wchar-subscripts pinskia at gcc dot gnu dot org writes: > 'a' in C is not of the type char but instead int so not warning > there is correct really. How about a -Warray-boun

[Bug c++/29455] Issues with -Wchar-subscripts

2006-10-14 Thread pinskia at gmail dot com
--- Comment #4 from pinskia at gmail dot com 2006-10-14 18:08 --- Subject: Re: Issues with -Wchar-subscripts On Sat, 2006-10-14 at 17:52 +, h dot b dot furuseth at usit dot uio dot no wrote: > > Also you forgot one thing '%' does not have to match up with the ANSI > > character set

Re: [Bug c++/29455] Issues with -Wchar-subscripts

2006-10-14 Thread Andrew Pinski
On Sat, 2006-10-14 at 17:52 +, h dot b dot furuseth at usit dot uio dot no wrote: > > Also you forgot one thing '%' does not have to match up with the ANSI > > character set so it could be negative in signed char which means char > > (which could default to signed char) would be different. > >

[Bug c++/29455] Issues with -Wchar-subscripts

2006-10-14 Thread h dot b dot furuseth at usit dot uio dot no
--- Comment #3 from h dot b dot furuseth at usit dot uio dot no 2006-10-14 17:52 --- Subject: Re: Issues with -Wchar-subscripts Sorry about the empty answer. pinskia at gcc dot gnu dot org writes: > 'a' in C is not of the type char but instead int so not warning there > is correct re

[Bug c++/29455] Issues with -Wchar-subscripts

2006-10-14 Thread h dot b dot furuseth at usit dot uio dot no
--- Comment #2 from h dot b dot furuseth at usit dot uio dot no 2006-10-14 17:06 --- Subject: Re: Issues with -Wchar-subscripts -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29455

[Bug c++/29455] Issues with -Wchar-subscripts

2006-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-13 16:54 --- 'a' in C is not of the type char but instead int so not warning there is correct really. Also you forgot one thing '%' does not have to match up with the ANSI character set so it could be negative in signed char whic