Bugs item #2535084, was opened at 2009-01-25 10:59
Message generated for change (Comment added) made by tom68
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=616200&aid=2535084&group_id=96864

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Den Ivanov (dsdiv)
Assigned to: Nobody/Anonymous (nobody)
Summary: re2c 0.13.5 not compile with Sun C

Initial Comment:
re2c 0.13.5 not compile with Sun C compiler at Solaris 10 x64:

CC -DHAVE_CONFIG_H -I.      -g -c -o parser.o parser.cc
"parser.y", line 98: Warning (Anachronism): Assigning std::pair<unsigned, 
re2c::RuleOp*> to std::pair<int, re2c::RegExp*>.
"parser.y", line 98: Error: Cannot cast from std::pair<unsigned, re2c::RuleOp*> 
to std::pair<int, re2c::RegExp*>.
1 Error(s) and 1 Warning(s) detected.

Compiler version: "Sun C 5.8 Patch 121016-07 2007/10/03"

----------------------------------------------------------------------

Comment By: Thomas Wagner (tom68)
Date: 2009-02-13 14:41

Message:
it is the same with sparc and "Sun Ceres C 5.10 SunOS_sparc 2008/10/22"
(SunStudioExpress):

pkgbuild:       /opt/SUNWspro/bin/CC -DHAVE_CONFIG_H -I.     -g -c -o
parser.o parser.cc
pkgbuild: "parser.y", line 98: Warning (Anachronism): Assigning
std::pair<unsigned, re2c::RuleOp*> to std::pair<int, re2c::RegExp*>.
pkgbuild: "parser.y", line 98: Error: Cannot cast from std::pair<unsigned,
re2c::RuleOp*> to std::pair<int, re2c::RegExp*>.
pkgbuild: 1 Error(s) and 1 Warning(s) detected.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=616200&aid=2535084&group_id=96864

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Re2c-general mailing list
Re2c-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/re2c-general

Reply via email to