Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 1995 16:59:33 -0600
From:      smp@csn.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/762: g++ chokes on /usr/include/machine/spl.h
Message-ID:  <199510022259.QAA08111@ilsa.systemsix.com>
Resent-Message-ID: <199510022310.QAA00106@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         762
>Category:       misc
>Synopsis:       g++ chokes on /usr/include/machine/spl.h
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct  2 16:10:01 PDT 1995
>Last-Modified:
>Originator:     Steve Passe
>Organization:
New Ideas
>Release:        FreeBSD 2.1-STABLE i386
>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");    \

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510022259.QAA08111>