Displaying 13 results from an estimated 13 matches for "resaon".
Did you mean:
reason
2013 Apr 24
2
[LLVMdev] GSoC project questions.
...quick check with 2008 standard, and I'm pretty sure that all of
> the stuff that I chose is there, although a lot of it has various additions
> and changes.
>
The EQUIVALENCE keyword is deprecated, still I don't know if it is still
widely used in F77 code. I think one of the main resaons it was deprecated
is that it voids all type checking (especially in modules).
Matthieu
--
Information System Engineer, Ph.D.
Blog: http://matt.eifelle.com
LinkedIn: http://www.linkedin.com/in/matthieubrucher
Music band: http://liliejay.com/
-------------- next part --------------
An HTML attachm...
2015 Sep 25
2
Error compiling libc++ for ARMv6
...error: error in backend: Cannot select: intrinsic %llvm.arm.clrex
ecc: error: clang frontend command failed with exit code 70 (use -v to
see invocation)
clang version 3.8.0 (trunk)
It looks as if the newly added emitAtomicCmpXchgNoStoreLLBalance()
function is the culprit. Does this seem like a resaonable fix, or do I
need to do something different for v6 and earlier?
void ARMTargetLowering::emitAtomicCmpXchgNoStoreLLBalance(
IRBuilder<> &Builder) const {
if (Subtarget->hasV7Ops()) {
Module *M = Builder.GetInsertBlock()->getParent()->getParent();
Builder.Cr...
2013 Apr 24
2
[LLVMdev] GSoC project questions.
...it would
> help to add them to the proposal (maybe that will move other, not so
> important, features out of scope).
>
That would be a good idea indeed.
> The EQUIVALENCE keyword is deprecated, still I don't know if it is still
> widely used in F77 code. I think one of the main resaons it was deprecated
> is that it voids all type checking
Thanks, I did miss this one.
FWIW, this is still widely used in F77 code (as are common blocks). This
> is, essentially, how you get 'union' in Fortran. I think it is not used
> much in modern Fortran, however. I recommend t...
2013 Apr 24
0
[LLVMdev] GSoC project questions.
...h 2008 standard, and I'm pretty sure that all
> of the stuff that I chose is there, although a lot of it has various
> additions and changes.
>
>
> The EQUIVALENCE keyword is deprecated, still I don't know if it is
> still widely used in F77 code. I think one of the main resaons it
> was deprecated is that it voids all type checking (especially in
> modules).
FWIW, this is still widely used in F77 code (as are common blocks). This is, essentially, how you get 'union' in Fortran. I think it is not used much in modern Fortran, however. I recommend that we sho...
2014 Oct 21
1
Samba member server behavior if WAN down ?
...0 Mbits not symetric).
We have a main site with two domain controlers (Windows 2k8 R2) and
about one hundred middle sites with samba member servers.
We have a big issue with Active Directory (AD) ACL which disapear when
member server (powered by samba and winbind)
can't discuss (for network resaon : i.e. link is down for 10 mn) with
ADC (Domain controler) which is located on main site.
Is this a known issue of samba/winbind ?
How can we fix this issue.
Thank you for your support.
--
_LE DUF' AKA DEMY_
Site : http://www.ledufakademy.fr
Mail : public at ledufakademy.fr
2013 May 04
0
[LLVMdev] GSoC project questions.
...o add them to the proposal (maybe that will move other, not so
> important, features out of scope).
>
> That would be a good idea indeed.
>
> The EQUIVALENCE keyword is deprecated, still I don't know if it is still
> widely used in F77 code. I think one of the main resaons it was deprecated
> is that it voids all type checking
>
> Thanks, I did miss this one.
>
> FWIW, this is still widely used in F77 code (as are common blocks). This is,
> essentially, how you get 'union' in Fortran. I think it is not used much in
> mode...
2015 Sep 26
2
Error compiling libc++ for ARMv6
...%llvm.arm.clrex
>> ecc: error: clang frontend command failed with exit code 70 (use -v to see
>> invocation)
>> clang version 3.8.0 (trunk)
>>
>> It looks as if the newly added emitAtomicCmpXchgNoStoreLLBalance()
>> function is the culprit. Does this seem like a resaonable fix, or do I need
>> to do something different for v6 and earlier?
>>
>> void ARMTargetLowering::emitAtomicCmpXchgNoStoreLLBalance(
>> IRBuilder<> &Builder) const {
>> if (Subtarget->hasV7Ops()) {
>> Module *M = Builder.GetInsertBlock()...
2013 May 04
1
[LLVMdev] GSoC project questions.
...al (maybe that will move other, not so
>> important, features out of scope).
>>
>> That would be a good idea indeed.
>>
>> The EQUIVALENCE keyword is deprecated, still I don't know if it is
still
>> widely used in F77 code. I think one of the main resaons it was
deprecated
>> is that it voids all type checking
>>
>> Thanks, I did miss this one.
>>
>> FWIW, this is still widely used in F77 code (as are common blocks).
This is,
>> essentially, how you get 'union' in Fortran. I think it is not us...
2001 Jan 23
0
configure: error: no acceptable cc found in $PATH
...I have been
> tasked with getting Samba installed on my Solaris 8.0 Intel platform.
> I have installed all the latest patches and the gcc complier from
> www.freesunware.com and setup my $PATH env. I have been successful
> compling other apps such as Tomcat and Apache, but for what ever resaon
> I can get the ./configure to run in order to get my make file.
>
> below is the error I get
>
>
> # ./configure
> loading cache ./config.cache
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
>
> So it app...
2013 Apr 24
0
[LLVMdev] GSoC project questions.
>
> You may want to check the later versions of the standard also to check if
> some of your proposal is not deprecated there.
>
I had a quick check with 2008 standard, and I'm pretty sure that all of the
stuff that I chose is there, although a lot of it has various additions and
changes.
The most important thing in the Fortran standard is the array support and
> it is a big
2013 Apr 24
3
[LLVMdev] GSoC project questions.
On Wed, Apr 24, 2013 at 6:05 PM, Alex L <arphaman at gmail.com> wrote:
> So I had a go at choosing the useful subset of
> Fortran on which I would like to work on - my update proposal can be viewed
> at https://gist.github.com/hyp/5434845 .
Are expression parsing and AST implemented? What about type representation?
Dmitri
--
2013 Jan 04
16
[Bug 2057] New: ssh should treat "Received disconnect" messages as errors
https://bugzilla.mindrot.org/show_bug.cgi?id=2057
Bug ID: 2057
Summary: ssh should treat "Received disconnect" messages as
errors
Classification: Unclassified
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority:
2002 Sep 19
4
users/passwds
Could somebody please explain just how one is supposed to set up samba
users, groups and passwords so connections can be established to Win2k
clients to connect to FBSD samba server for file sharing and to use cups
for printing.
I am afraid that the manuals and config files and various examples I have
found on the Internet are quite confusing.
How is the Windows username/passord related to