Displaying 2 results from an estimated 2 matches for "rf_dpsavedptr".
2003 Sep 25
2
Bugs compiling R-1.7.1 with Intel compilers icc and ifc (PR#4295)
...;unimplemented feature in %s"
},
^
errors.c(609): warning #188: enumerated type mixed with another type
{ ERROR_UNKNOWN, "unknown error (report this!)"
}
^
-------------
graphics.c(5955): warning #175: subscript out of range
Rf_dpptr(dd)->fin[2] = Rf_dpSavedptr(dd)->fin[2];
^
graphics.c(5955): warning #175: subscript out of range
Rf_dpptr(dd)->fin[2] = Rf_dpSavedptr(dd)->fin[2];
^
graphics.c(5956): warning #175: subscript out of range
Rf_dpptr(dd)->fin[3] = Rf_dpSavedptr(dd)->fin[3];...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...eadline/v4.2.1/include -DHAVE_CONFIG_H -std1 -ieee_with_inexact
-I/soft/readline/v4.2.1/include -c graphics.c -o graphics.o
cc: Info: graphics.c, line 5948: In this statement, an array is being accessed
outside the bounds specified for the array type. (subscrbounds)
Rf_dpptr(dd)->fin[2] = Rf_dpSavedptr(dd)->fin[2];
----------------------^
cc: Info: graphics.c, line 5948: In this statement, an array is being accessed
outside the bounds specified for the array type. (subscrbounds)
Rf_dpptr(dd)->fin[2] = Rf_dpSavedptr(dd)->fin[2];
--------------------------------------------------^
cc:...