[Bug 82] iptables doesn't compile if no optimization flags are set

bugzilla-daemon@netfilter.org bugzilla-daemon@netfilter.org
Sat, 19 Apr 2003 13:57:26 +0200


https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=82

laforge@netfilter.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rusty@netfilter.org
           Severity|normal                      |minor
             Status|NEW                         |ASSIGNED
           Priority|P2                          |P5



------- Additional Comments From aliz@gentoo.org  2003-04-19 13:34 -------
Created an attachment (id=20)
Patch used by Gentoo


------- Additional Comments From laforge@netfilter.org  2003-04-19 13:57 -------
This bug is well known for about two years.  However, we never thought that
anybody was going to use it without optimization.

I am currently unable to state if your fix is correct.  The Issue is that we
explicitly inserted those #ifndef __OPTIMIZE__ sections to make it work when no
optimization is used.  It was somehow related to gcc not accepting inline
function declarations, if optimization was turned off.

Rusty: Do you remember what the exact reason for those sections was?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.