bugMIT/GNU Scheme - Bugs: bug #25867, "sysprim.c", line 204:...

 
 

bug #25867: "sysprim.c", line 204: badly formed STDC pragma

Submitter:  Antonio Vieiro <antoniov>
Submitted:  Sat 14 Mar 2009 07:40:39 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect behavior
Status:  Fixed Privacy:  Public
Assigned to:  riastradh Originator Name: 
Open/Closed:  Closed
Keywords: 
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 14 Mar 2009 07:53:38 PM UTC, comment #1: 

Thanks.  Fixed in sysprim.c revision 9.60.

Taylor R. Campbell <riastradh>
Group Member
Sat 14 Mar 2009 07:40:39 PM UTC, original submission:  

While compiling MIT Scheme on OpenSolaris 08/11 with Sun Studio C Compiler I get this error.

Line 204 of sysprim.c reads:

#  pragma STDC FENV_ACCESS on

But should read (attending to C99 standard)

#  pragma STDC FENV_ACCESS ON

(i.e., "on" should be capitalized).


Antonio Vieiro <antoniov>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by riastradh (Posted a comment)
  • -email is unavailable- added by antoniov (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-03-14 riastradh StatusNone Fixed
        Assigned toNone riastradh
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code