Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error with gcc at "assert" #122

Closed
veripoolbot opened this issue Aug 19, 2003 · 0 comments
Closed

Compile error with gcc at "assert" #122

veripoolbot opened this issue Aug 19, 2003 · 0 comments
Assignees

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Marek Rouchal
Original Redmine Issue: 122 from https://www.veripool.org
Original Date: 2003-08-19
Original Assignee: Wilson Snyder (@wsnyder)


This bug was cloned from Perl-RT, rt03285.

Email addresses have have been truncated.

Id: 	3285
Status: 	resolved
Left: 	0 min
Queue: 	Verilog-Perl
Owner: 	WSNYDER <wsnyder [...] wsnyder.org>
Requestors: 	marek.rouchal [...] infineon.com

Severity: 	Important
Broken in: 	2.225

Tue Aug 19 02:55:04 2003 MAREKR - Ticket created

Subject: 	Compile error with gcc at "assert"

I get this error when building against Perl 5.8.0 with gcc-3.3:

VPreproc.cpp: In member function `void VPreprocImp::parsingOn()':
VPreproc.cpp:94: error: `assert' undeclared (first use this function)
VPreproc.cpp:94: error: (Each undeclared identifier is reported only once for each function it appears in.)

The offending line is:

./Preproc/src/VPreproc.cpp: void parsingOn() { m_off--; assert(m_off>=0); if (!m_off) addLineComment(0); }

Let me know if you need any additional information.

Cheers,

Marek

Thu Jan 27 11:21:54 2005 WSNYDER - Status changed from 'new' to 'resolved'

Thu Jan 27 11:21:54 2005 WSNYDER - Given to WSNYDER

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants