search for: redef

Displaying 20 results from an estimated 24 matches for "redef".

Did you mean: redes
2003 Jul 14
0
Problem with "make buildworld"
...sr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin gzip -cn /usr/src/usr.bin/kdump/kdump.1 > kdump.1.gz cc -O -pipe -march=pentium -I/usr/src/usr.bin/kdump/../ktrace -I/usr/src/usr.bin In file included from ioctl.c:95: /usr/obj/usr/src/i386/usr/include/sys/memrange.h:19: warning: `MDF_ACTIVE' redef /usr/src/usr.bin/kdump/../../pccard/cardinfo.h:115: warning: this is the locatio In file included from ioctl.c:107: /usr/obj/usr/src/i386/usr/include/sys/wormio.h:102: warning: `CDRIOCBLANK' redef /usr/obj/usr/src/i386/usr/include/sys/cdrio.h:88: warning: this is the location ioctl.c: In functi...
2012 Feb 04
2
[LLVMdev] Vectorization: Next Steps
...edges labeled as to the kind of dependence and direction vectors. Currently I'm focused on (2), the simpler task I think, as a way to lean my way around infrastructure. The idea, roughly, is to find all the alias sets associated with each load and store and compute what Wolfe calls factored redef-use chains for each alias set (similar to SSA, but supporting computation of all 4 kinds of dependences). By exploring these chains, we can find the right pairs to test, accounting for control flow and the confusion caused by procedure calls, etc. I'm not yet sure how I'll proceed for (1)....
2012 Feb 04
0
[LLVMdev] Vectorization: Next Steps
...of dependence and > direction vectors. > Currently I'm focused on (2), the simpler task I think, as a way to > lean my way around infrastructure. The idea, roughly, is to find all > the alias sets associated with each load and store and compute what > Wolfe calls factored redef-use chains for each alias set (similar to > SSA, but supporting computation of all 4 kinds of dependences). By > exploring these chains, we can find the right pairs to test, > accounting for control flow and the confusion caused by procedure > calls, etc. > This sounds very useful....
2012 Nov 01
0
[LLVMdev] : Predication on SIMD architectures and LLVM
On Wed, Oct 31, 2012 at 09:13:43PM +0100, Bjorn De Sutter wrote: > Hi all, > > I am working on a CGRA backend (something like a 2D VLIW), and we also absolutely need predication. I extended the IfConversion pass to allow it to be executed multiple times and to predicate already predicated code. This is necessary to predicate code with nested conditional statements. At this point, we
2016 Mar 06
0
[PATCH 5/5] installers: fix a MinGW redefinition warning
On Wed, Feb 24, 2016 at 8:02 AM, Pete Batard via Syslinux <syslinux at zytor.com> wrote: > I get a redefinition warning on _GNU_SOURCE when compiling with MinGW, and > while I could see that this #define was introduced in e4fc44 [1], but the > reason to introduce it is not mentioned, and I can't really see a good > reason to have it, especially as MSVC will happily compile that source. So...
2017 Apr 25
0
[vhost:vhost 6/19] drivers/net/virtio_net.c:2089:19: error: assignment of read-only location '*(ctx + (sizetype)rxq2vq(i))'
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost head: 674c124665ca2ff1bcf81b1b92a207f71a326742 commit: e43eed6b8068f1c570551fe33bed12ef840c956b [6/19] virtio_net: allow specifying context for rx config: x86_64-acpi-redef (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout e43eed6b8068f1c570551fe33bed12ef840c956b # save the attached .config to linux build tree make ARCH=x86_64 Note: the vhost/vhost HEAD 674c124665ca2ff1bcf81b1b92a207f71a326742 build...
2017 Apr 25
0
[vhost:vhost 6/19] drivers/net/virtio_net.c:2089:19: error: assignment of read-only location '*(ctx + (sizetype)rxq2vq(i))'
tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost head: 674c124665ca2ff1bcf81b1b92a207f71a326742 commit: e43eed6b8068f1c570551fe33bed12ef840c956b [6/19] virtio_net: allow specifying context for rx config: x86_64-acpi-redef (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout e43eed6b8068f1c570551fe33bed12ef840c956b # save the attached .config to linux build tree make ARCH=x86_64 Note: the vhost/vhost HEAD 674c124665ca2ff1bcf81b1b92a207f71a326742 build...
2012 Oct 31
3
[LLVMdev] : Predication on SIMD architectures and LLVM
Hi all, I am working on a CGRA backend (something like a 2D VLIW), and we also absolutely need predication. I extended the IfConversion pass to allow it to be executed multiple times and to predicate already predicated code. This is necessary to predicate code with nested conditional statements. At this point, we support or, and, and conditional predicates (see Scott Mahlke's papers on this
2001 Dec 24
2
OpenSSH-3.0.2p1 and Linux libc5
..._SSH_PROGRAM=\"/usr/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/usr/libexec/ssh-askpass\" -D_PATH_SFTP_SERVER=\"/usr/libexec/sftp-server\" -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c packet.c In file included from packet.c:62: /usr/include/linux/tcp.h:23: redefinition of `struct tcphdr' so I fell back to adding the following: #define TCP_NODELAY 1 Brute force, but it works. Regards, Richard.... Permanent: rgooch at atnf.csiro.au Current: rgooch at ras.ucalgary.ca
1998 Oct 26
1
install
Hi, I am trying to install R on my Ultra-10 running Solaris 2.6.1. and got following massege when i configure. # ./configure loading cache ./config.cache checking for a BSD compatible install... /opt/apps/R-0.62.4/etc/install-sh -c checking whether ln -s works... yes checking for ranlib... : checking for bison... no checking for byacc... no checking for ar... no checking for ratfor... no checking
2016 Feb 24
2
[PATCH 5/5] installers: fix a MinGW redefinition warning
I get a redefinition warning on _GNU_SOURCE when compiling with MinGW, and while I could see that this #define was introduced in e4fc44 [1], but the reason to introduce it is not mentioned, and I can't really see a good reason to have it, especially as MSVC will happily compile that source. So far I have...
2008 Jan 30
2
Testing a call to super
Did any further discussion ever come of this? I take it is officially not supported currently? I just get an odd error when I try it (it throws a "0 expected 1 received", no matter what stubbing/expectation combo I use), so came looking around on google, and finally the mailinglist. Here''s my stripped down example: http://pastie.caboo.se/145603 (it fails with expects too)
2006 Sep 03
2
Undefined method "xxx" of a model when calling a helper
Hi all I''m creating a shop page. I have a cart model that looks like the following: class Cart attr_reader :line_items def get_line_item id @line_items.each do |l| return l if l.id == id end end def initialize @line_items = [] end def empty! initialize end def empty? return true if @line_items.empty? false end end And I have some
2012 Feb 06
0
[LLVMdev] Vectorization: Next Steps
...tion vectors. > >> Currently I'm focused on (2), the simpler task I think, as a way to > >> lean my way around infrastructure. The idea, roughly, is to find all > >> the alias sets associated with each load and store and compute what > >> Wolfe calls factored redef-use chains for each alias set (similar to > >> SSA, but supporting computation of all 4 kinds of dependences). By > >> exploring these chains, we can find the right pairs to test, > >> accounting for control flow and the confusion caused by procedure > >> calls,...
2017 Sep 26
2
[MachineCopyPropagation] Issue with register forwarding/allocation/verifier in out-of-tree target
...e at 380B seems to be separable from the other segments. The reason the above verification failure is not hit at that point seems to be related to the FIXME in the following snippet from ConnectedVNInfoEqClasses::Classify(): // Normal value defined by an instruction. Check for two-addr redef. // FIXME: This could be coincidental. Should we really check for a tied // operand constraint? // Note that VNI->def may be a use slot for an early clobber def. if (const VNInfo *UVNI = LR.getVNInfoBefore(VNI->def)) EqClass.join(VNI->id, UVNI->id);...
2012 Feb 06
7
[LLVMdev] Vectorization: Next Steps
...t;>         direction vectors. >> Currently I'm focused on (2), the simpler task I think, as a way to >> lean my way around infrastructure. The idea, roughly, is to find all >> the alias sets associated with each load and store and compute what >> Wolfe calls factored redef-use chains for each alias set (similar to >> SSA, but supporting computation of all 4 kinds of dependences). By >> exploring these chains, we can find the right pairs to test, >> accounting for control flow and the confusion caused by procedure >> calls, etc. >> > &...
2017 May 14
0
[PATCH 2/3] Fix ERROR: Macros with complex values should be enclosed in parentheses
...ild test ERROR on v4.12-rc1 next-20170512] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Maciek-Fijalkowski/Fix-ERROR-trailing-statements-should-be-on-next-line/20170515-021304 config: x86_64-acpi-redef (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error/warnings (new ones prefixed by >>): drivers//net/virtio_net.c:2647:20: warning: left-hand operand of comma expressi...
2008 Jan 22
1
install ncdf package on a 64-bit machine
Dear All, I recently got a 64bit machine and had netcdf-3.6.2 installed. Then I tried to install ncdf package but got the following error message when using netcdflib: gcc -std=gnu99 -I/home/ljin/share/R-2.6.1/include -I/home/ljin/share/R-2.6.1/include -I. -I/usr/local/include -fpic -g -O2 -c ncdf2.c -o ncdf2.o gcc -std=gnu99 -I/home/ljin/share/R-2.6.1/include
2017 May 14
8
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
From: Maciej Fijalkowski <macfij7 at wp.pl> Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl> --- drivers/net/virtio_net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 9320d96..f20dfb8 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -217,7 +217,8 @@ static void
2017 May 14
8
[PATCH 1/3] Fix ERROR: trailing statements should be on next line
From: Maciej Fijalkowski <macfij7 at wp.pl> Signed-off-by: Maciej Fijalkowski <macfij7 at wp.pl> --- drivers/net/virtio_net.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/virtio_net.c b/drivers/net/virtio_net.c index 9320d96..f20dfb8 100644 --- a/drivers/net/virtio_net.c +++ b/drivers/net/virtio_net.c @@ -217,7 +217,8 @@ static void