This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16127] ICE compiling C++ code with -O on Alpha


------- Additional Comments From falk at debian dot org  2004-06-22 13:32 -------
Please don't open a new report to edit things, everything can be edited later.
Also, please use "Create a New Attachment" to attach files, since otherwise the
page gets incredibly slow to load and the file might get mangled.

As to the bug, I cannot reproduce this with g++ 3.4.1 20040622 on
alphaev68-linux, so it's either fixed or some weird memory corruption.
Could you maybe retry with 3.4 CVS? What I get is:

In file included from update_from_e.cpp:22:
meep.h:34: warning: division by zero in `1.0e+0 / 0.'
meep.h:40: warning: division by zero in `0.0 / 0.'
In file included from update_from_e.cpp:36:
update_from_e.h: In member function `void meep::fields_chunk::update_from_e()':
update_from_e.h:177: error: expected `)' before '!' token
update_from_e.h:178: error: expected `)' before ';' token
update_from_e.h:178: error: invalid operands of types `double' and
`meep::polarization*' to binary `operator*'
update_from_e.h:178: error: expected `)' before ';' token
update_from_e.h:178: error: expected `)' before ';' token
[...]


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16127


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]