This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/34048] [4.3 Regression]: Revision 130040 miscompiles 450.soplex
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Nov 2007 19:17:15 -0000
- Subject: [Bug tree-optimization/34048] [4.3 Regression]: Revision 130040 miscompiles 450.soplex
- References: <bug-34048-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #12 from hjl at lucon dot org 2007-11-10 19:17 -------
(In reply to comment #7)
> Created an attachment (id=14525)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14525&action=view) [edit]
> patch for 450.soplex
>
This patch is incomplete. I got
unitvector.cc: In member function 'bool soplex::UnitVector::isConsistent()
const':
unitvector.cc:30: error: comparison between distinct pointer types
'soplex::SVector::Element*' and 'const soplex::SVector::Element (*)[2]' lacks a
cast
unitvector.cc:32: error: 'themem1' was not declared in this scope
specmake[1]: *** [unitvector.o] Error 1
--
hjl at lucon dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34048