From smp@ilsa.systemsix.com  Mon Oct  2 16:00:03 1995
Received: from ilsa.systemsix.com (ilsa.systemsix.com [198.99.86.129])
          by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA29599
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 2 Oct 1995 15:59:46 -0700
Received: (from root@localhost) by ilsa.systemsix.com (8.6.12/8.6.12) id QAA08111; Mon, 2 Oct 1995 16:59:33 -0600
Message-Id: <199510022259.QAA08111@ilsa.systemsix.com>
Date: Mon, 2 Oct 1995 16:59:33 -0600
From: smp@csn.net
Reply-To: smp@csn.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: g++ chokes on /usr/include/machine/spl.h
X-Send-Pr-Version: 3.2

>Number:         762
>Category:       misc
>Synopsis:       g++ chokes on /usr/include/machine/spl.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct  2 16:10:01 PDT 1995
>Closed-Date:    Mon Nov 6 09:12:05 PST 1995
>Last-Modified:  Mon Nov  6 09:14:13 PST 1995
>Originator:     Steve Passe
>Release:        FreeBSD 2.1-STABLE i386
>Organization:
New Ideas
>Environment:

	
>Description:

	the g++ compilers chokes on line# 108 of /usr/include/machine/spl.h

>How-To-Repeat:

	found compiling ddd-1.3b

>Fix:

	spl.h:
	108c108
	<       __asm __volatile("":::"memory");                \
	---
	>       __asm __volatile("" : : : "memory");    \

>Release-Note:
>Audit-Trail:
Fixed as shown in -current, but not in -stable.
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Mon Nov 6 09:12:05 PST 1995 
State-Changed-Why:  
This has already been fixed as shown in -current, but not in -stable. 
It will probably never make -stable, unless a release after 2.1.0 happens. 
>Unformatted:
