[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8464] Make lssa clang compliant (that is,
From: |
anonymous |
Subject: |
[Octave-patch-tracker] [patch #8464] Make lssa clang compliant (that is, make it correct C++). |
Date: |
Sun, 18 May 2014 18:32:53 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:29.0) Gecko/20100101 Firefox/29.0 |
URL:
<http://savannah.gnu.org/patch/?8464>
Summary: Make lssa clang compliant (that is, make it correct
C++).
Project: GNU Octave
Submitted by: None
Submitted on: Sun 18 May 2014 06:32:52 PM UTC
Category: None
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
If compiling the package lssa with clang, it quits with an error. The problem
is that in strict C++, the functions "real" and "image" in std::complex do not
return lvalues. gcc relaxes the rules and allows them to be lvalues, but
clang doesn't.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Sun 18 May 2014 06:32:52 PM UTC Name:
stephens-patch-for-fixing-octave.diff Size: 3kB By: None
<http://savannah.gnu.org/patch/download.php?file_id=31401>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8464>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-patch-tracker] [patch #8464] Make lssa clang compliant (that is, make it correct C++).,
anonymous <=