[Bug middle-end/21595] [4.0/4.1 Regression] __builtin_constant_p(Hello[0]) is true for C but not for C++

2005-05-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-17 09:00 --- Subject: Bug 21595 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-17 09:00:03 Modified files: gcc: ChangeLog builtins.c

[Bug middle-end/21595] [4.0/4.1 Regression] __builtin_constant_p(Hello[0]) is true for C but not for C++

2005-05-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-16 00:02 --- This is also a regression from 3.4.0. -- What|Removed |Added Keywords|

[Bug middle-end/21595] [4.0/4.1 Regression] __builtin_constant_p(Hello[0]) is true for C but not for C++

2005-05-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-16 00:04 --- Here is a compile time testcase: int f[__builtin_constant_p(Hello[0])?1:-1]; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21595