search for: aliasing

Displaying 20 results from an estimated 7077 matches for "aliasing".

2020 Jan 17
3
Help with SROA throwing away no-alias information
I'm having an issue where SROA will throw away no-alias information on some loads after inlining, because the loads are derived from a store to an alloca which can be removed after inlining. The pointers that were originally stored into the alloca do *not *have any aliasing information - the only context that allowed me to assert aliasing was that the inlined-function guaranteed it to be so. I know why SROA has done this - its just removing a store -> load on an alloca by forwarding the store, but is there anyway I can preserve the information that these pointers...
2014 May 26
2
[PATCH] builder: support aliases for images (RHBZ#1098718).
--- builder/builder.ml | 12 ++++++++++++ builder/index_parser.ml | 16 ++++++++++++++++ builder/index_parser.mli | 4 ++++ builder/list_entries.ml | 17 +++++++++++++++++ builder/virt-builder.pod | 8 ++++++++ 5 files changed, 57 insertions(+) diff --git a/builder/builder.ml b/builder/builder.ml index a0ef6d7..c317816 100644 --- a/builder/builder.ml +++ b/builder/builder.ml @@ -192,6
2009 Sep 23
2
mailalias type: automatic rebuild of aliases.db?
HI, All our unix boxes under puppet are configured with the ''mailalias'' resource type as in : mailalias { "root": recipient => "linuxroot@fqdn", ensure => present } The majority of those boxes however don''t have /etc/aliases served out by puppet, rather, they simply have the installed default /etc/aliases locally.
2010 Mar 24
1
How to stub a has_many relationship in Rails 2.3.5
We have a test that has been working find until we upgraded to rails 2.3.5. I''m not too familiar with mocks/stubs so maybe there is an easy solution. Here is a simple example of our scenario. Class Person < ActiveRecord::Base has_many :aliases, :dependent => :nullify before_destroy :mark_aliases_as_deleted def mark_aliases_as_deleted self.aliases.each do
2007 Dec 22
0
[LLVMdev] random warnings
.../llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp: In > function ‘bool<unnamed>::isFPS16Immediate(llvm::ConstantFPSDNode*, > short int&)’: > /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp: > 148: warning: dereferencing type-punned pointer will break strict- > aliasing rules > > > /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelLowering.cpp: In > function ‘llvm::SDOperand LowerBUILD_VECTOR(llvm::SDOperand, > llvm::SelectionDAG&)’: > /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelLowering.cpp: > 1690: warning: ‘val’ may be use...
2013 Jul 11
1
Some build/QA warnings
...on Gentoo (x86_amd64, gcc-4.7.3, glibc-2.17, 3.9.9 x86_64) from git and got these messages: * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * sha512crypt.c:227:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * sha512crypt.c:228:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * sha256crypt.c:196:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] * sha256crypt.c:197:5: warning:...
2007 Dec 20
2
[LLVMdev] random warnings
...lumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp: In function ‘bool<unnamed>::isFPS16Immediate(llvm::ConstantFPSDNode*, short int&)’: /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelDAGToDAG.cpp: 148: warning: dereferencing type-punned pointer will break strict- aliasing rules /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelLowering.cpp: In function ‘llvm::SDOperand LowerBUILD_VECTOR(llvm::SDOperand, llvm::SelectionDAG&)’: /Volumes/mrs5/net/llvm/llvm/lib/Target/CellSPU/SPUISelLowering.cpp: 1690: warning: ‘val’ may be used uninitialized in this func...
2018 Aug 08
2
GCC 5 and -Wstrict-aliasing in JSON.h
Hello, For the IWYU project, we have a buildbot on Ubuntu 16.04 and its bundled GCC (which I think is some GCC 5 variant). We're getting a number of -Wstrict-aliasing warnings from JSON.h on this line: https://github.com/llvm-mirror/llvm/blob/master/include/llvm/Support/JSON.h#L455 I'm not sure if GCC has a point here but GCC 7.2 does not complain, so I'm going to guess no. Would you consider patches to disable -Wstrict-aliasing wholesale for GCC 5 and...
2006 Dec 22
1
[Fwd: Re: missing /etc/aliases file]
Forgot to Reply All -------- Original Message -------- Subject: Re: missing /etc/aliases file Date: Fri, 22 Dec 2006 09:42:46 +0200 From: Kartagis <kartagis at kunduz.org> To: Keith Roberts <keith at karsites.net> References: <D2B43561-0BAD-440F-97C0-712616E1E560 at cox.net> <200612210856.40994.ml at awinkelmann.de> <64A0FED1-F20E-4D90-A0E9-0FE8A67DC0EC at
2015 Apr 10
1
RFC: sigma() in package:stats ?
I'm proposing to add something like this to the stats package : ---------------------------------------------------------- ### "The" sigma in lm/nls - "like" models: sigma <- function(object, ...) UseMethod("sigma") ## works whenever deviance(), nobs() and coef() do fine: sigma.default <- function (object, use.fallback=TRUE, ...)
2006 Apr 30
1
Postfix /etc/aliases problem
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here's what I have from log watch. Database files are not up-to-date (propably rehash is needed): /etc/aliases : 16 Time(s) Here's what I get from /var/log/maillog Apr 29 20:37:22 00304842f27e postfix/local[25980]: warning: database /etc/aliase s.db is older than source file /etc/aliases Here's what I'm using 1. CentOS
2009 Oct 28
3
/etc/aliases file wildcard
I have been trying to find out if the /etc/aliases file can accept wildcards in the user name I was hoping that a line like or similiar: machine*: myaccount would take any name matching machine* and forward onto the myaccount mailbox. man aliases didnt really help me nor did I find anything else. Is there a way to pattern match in /etc/aliases with an * or something? Thanks, Jerry
2002 Feb 20
5
aliases not working!!
Can someone tell me what has to happen to get the aliases working in samba? Below is an earlier posting. Thanks!! Does anyone have aliases working correctly? Suppose I am moving the samba to one server to another, say VIPER > to JOKER. > > In smb.conf I change the 'netbios name = VIPER' to JOKER > and I also want the old name to be seen as well. To do this > I create
2017 Dec 06
2
[Curiosity] 'netbios aliases' works in AD mode?
On Wed, 2017-12-06 at 11:19 +0100, Marco Gaiarin via samba wrote: > Mandi! Andrew Bartlett via samba > In chel di` si favelave... > > > > We haved used it on a domain member server, yes. > > > Only one thing: when you have a compteraccount memberserver$ in your AD, > > > you cannot use "memberserver" as an alias on another machine) > > >
2014 May 14
3
aliases for graphic devices
Hello, AFAIK, aliases cannot be set for Graphics devices. I tried this very simple experiment with libvirt 1.2.4 (from virt-preview on F20) relevant part of the input xml: <graphics type='spice' port='-1' autoport='yes' listen='127.0.0.1'> <listen type='address' address='127.0.0.1'/> <alias
2008 Oct 07
2
Virtual domain aliases
As I said in a previous reply the server is going great. In fact I can even send mail via it. (On the really old server I'm moving from I couldn't get authentication for outbound to work.) I now have a couple of small issues to deal with before moving completely off the old system. Virtual domains aliases? My reading seems to indicate that Postfix only handles aliases in one
2017 Dec 18
3
[Curiosity] 'netbios aliases' works in AD mode?
Mandi! L.P.H. van Belle via samba In chel di` si favelave... > I dont get what your goal is, sorry.. :-/ And Rowland: > Why do you think you need 'netbios aliases' ? Simply: i was (ab)used to have, in my NT domain, some aliases for my servers, so i can change servers (and move services) but keeping things consistent. Eg, all my printers are connected to
2018 Oct 10
6
same netbios aliases on multiple servers
Hi Can I set the same netbios name on multiple servers? more precisely why it does not work? server A [global]   netbios name = FS1   netbios aliases = fs fs.example.ru server B [global]   netbios name = FS2   netbios aliases = fs fs.example.ru
2010 Oct 29
2
[LLVMdev] strict aliasing and LLVM
On Oct 29, 2010, at 12:26 AM, Nick Lewycky wrote: > Xinliang David Li wrote: >> As simple as >> >> void foo (int n, double *p, int *q) >> { >> for (int i = 0; i < n; i++) >> *p += *q; >> } >> >> clang -O2 -fstrict-aliasing -emit-llvm -o foo.bc -c foo.c >> llc -enable-tbaa -O2 -filetype=asm -o foo.s foo.bc > > There's a couple things interacting here: > * clang -fstrict-aliasing -O2 does generate the TBAA info, but it runs the optimizers without enabling the -enable-tbaa flag, so the optimizers nev...
2020 Jul 20
3
Migrate mail aliases to AD ypServ30
How could I migrate these fields to CN=aliases,CN=mail,CN=ypServ30,CN=RpcServices,CN=System,DC=local? dn: cn=abuse,ou=Aliases,DC=mydomail,DC=local cn: abuse objectClass: nisMailAlias objectClass: top rfc822MailMember: root dn: cn=noc,ou=Aliases,DC=mydomail,DC=local cn: noc objectClass: nisMailAlias objectClass: top rfc822MailMember: root dn: cn=security,ou=Aliases,DC=mydomail,DC=local cn: