[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bug #10586] Bug in declaration initializers
From: |
Deryk Robosson |
Subject: |
[Pnet-developers] [bug #10586] Bug in declaration initializers |
Date: |
Tue, 7 Jun 2005 13:45:25 +0000 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686; en) Opera 8.0 |
Follow-up Comment #1, bug #10586 (project dotgnu-pnet):
GCC does compile this and cscc does not with CVS 7.Jun. With this in mind, if
anyone were to present me with such code, they would be advised they require
further schooling. 8)
However, this is probably related to #7485.
Providing cscc with a bit more pleasant code does in fact work and is probably
more appealing to seasoned programmers.
int main()
{
char buffer[8];
char *p = buffer;
return p == buffer;
}
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10586>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bug #10586] Bug in declaration initializers,
Deryk Robosson <=