public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-electronics/iverilog/files: iverilog-0.9.1-gcc45.patch iverilog-gcc43.patch iverilog-0.8.2-gcc-4.10.patch
@ 2010-06-01 11:59 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-06-01 11:59 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/01 11:59:38

  Added:                iverilog-0.9.1-gcc45.patch
  Removed:              iverilog-gcc43.patch iverilog-0.8.2-gcc-4.10.patch
  Log:
  Fix building with GCC 4.5+ wrt #319361 by Kacper Kowalik.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-electronics/iverilog/files/iverilog-0.9.1-gcc45.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/iverilog/files/iverilog-0.9.1-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/iverilog/files/iverilog-0.9.1-gcc45.patch?rev=1.1&content-type=text/plain

Index: iverilog-0.9.1-gcc45.patch
===================================================================
Fixing build with gcc 4.5

https://bugs.gentoo.org/show_bug.cgi?id=319361

--- pform_disciplines.cc
+++ pform_disciplines.cc
@@ -27,8 +27,8 @@
 map<perm_string,ivl_discipline_t> disciplines;
 map<perm_string,ivl_nature_t> access_function_nature;
 
-static perm_string nature_name = perm_string::perm_string();
-static perm_string nature_access = perm_string::perm_string();
+static perm_string nature_name = perm_string();
+static perm_string nature_access = perm_string();
 
 void pform_start_nature(const char*name)
 {
@@ -82,8 +82,8 @@
 	// expressions that use the access function can find it.
       access_function_nature[nature_access] = tmp;
 
-      nature_name = perm_string::perm_string();
-      nature_access = perm_string::perm_string();
+      nature_name = perm_string();
+      nature_access = perm_string();
 }
 
 
@@ -171,7 +171,7 @@
       FILE_NAME(tmp, loc);
 
 	/* Clear the static variables for the next item. */
-      discipline_name = perm_string::perm_string();
+      discipline_name = perm_string();
       discipline_domain = IVL_DIS_NONE;
       discipline_potential = 0;
       discipline_flow = 0;






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-01 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 11:59 [gentoo-commits] gentoo-x86 commit in sci-electronics/iverilog/files: iverilog-0.9.1-gcc45.patch iverilog-gcc43.patch iverilog-0.8.2-gcc-4.10.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox