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 tree-optimization/34048] [4.3 Regression]: Revision 130040 miscompiles 450.soplex



------- 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


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