--- Comment #5 from rguenth at gcc dot gnu dot org 2007-03-06 10:31 ---
Err, FIXED!
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSI
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-03-06 10:31 ---
Fixed in 4.0.4/4.1.2.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Assig
--- Comment #3 from satyaakam at yahoo dot co dot in 2007-03-05 17:58
---
error we get is as follows
case16.cpp: In function 'int main()':
case16.cpp:5: error: in argument to unary !
$/grid/common/pkgs/gcc/v4.1.1/bin/g++ -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured w
--- Comment #2 from tbm at cyrius dot com 2007-03-05 17:48 ---
This works just fine here. Can you please show the exact error message you get
and the output of g++ -v
20816:[EMAIL PROTECTED]: ~/tmp/src] cat t.c
#include
int main() {
char **const p = (char **)std::malloc(sizeo
--- Comment #1 from satyaakam at yahoo dot co dot in 2007-03-05 16:58
---
Created an attachment (id=13145)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13145&action=view)
test case
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31045