[Bug c/13519] typeof(nonconst+const) is const

2010-09-07 Thread radoslaw dot biernacki at gmail dot com
-- radoslaw dot biernacki at gmail dot com changed: What|Removed |Added OtherBugsDependingO||45584 nThis||

[Bug c/13519] typeof(nonconst+const) is const

2004-06-06 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-06-06 15:22 --- Subject: Bug 13519 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-06-06 15:21:59 Modified files: gcc: ChangeLog c-decl.c c-tree.h

[Bug c/13519] typeof(nonconst+const) is const

2004-06-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-06 15:51 --- Fixed in 3.5.0 -- What|Removed |Added Status|NEW

[Bug c/13519] typeof(nonconst+const) is const

2004-05-27 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-27 18:44 --- More to the point, now that the warnings are turned into errors in 3.4.0 and the mainline. I think the problem is that the C front-end is taking the left side of the tree for the type. --

[Bug c/13519] typeof(nonconst+const) is const

2003-12-30 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-30 17:56 --- typeof just returns the type of the tree which it is bound to, so it looks like the front-end is getting the type wrong. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13519 --- You are receiving