Displaying 20 results from an estimated 48 matches for "tautolog".
Did you mean:
tautology
2019 Nov 22
2
Potential problem with -Wunreachable-code
...different result for the output of -E and the standard
compile.
The compiler options are:
-g
-Wall
-Werror
-Wno-strict-aliasing
-Wno-missing-braces
-m64
-Wno-switch
-fno-diagnostics-fixit-info
-fshow-overloads=best
-Wno-unknown-warning-option
-Wno-unknown-pragmas
-Wno-logical-op-parentheses
-Wno-tautological-undefined-compare
-Wno-tautological-unsigned-zero-compare
-Wno-tautological-unsigned-enum-zero-compare
-Wno-expansion-to-defined
-Wno-format-security
-Wnarrowing
-Warray-bounds-pointer-arithmetic
-Wduplicate-method-match
-Wmove
-Wunreachable-code
-Wno-return-std-move
-ftemplate-depth=512
-Wpess...
2014 Dec 01
1
[PATCH v7 28/46] vhost: make features 64 bit
...; + return vq->acked_features & (1ULL << bit);
>
> Erm, wouldn't the high word be just dropped when returning *int*? I think
> you need !!(vq->acked_features & (1ULL << bit)).
Or change the return type to bool.
Ben.
--
Ben Hutchings
The first rule of tautology club is the first rule of tautology club.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: This is a digitally signed message part
URL: <http://lists.linuxfoundation.org/pipermail/virtualizati...
2014 Dec 01
1
[PATCH v7 28/46] vhost: make features 64 bit
...; + return vq->acked_features & (1ULL << bit);
>
> Erm, wouldn't the high word be just dropped when returning *int*? I think
> you need !!(vq->acked_features & (1ULL << bit)).
Or change the return type to bool.
Ben.
--
Ben Hutchings
The first rule of tautology club is the first rule of tautology club.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: This is a digitally signed message part
URL: <http://lists.linuxfoundation.org/pipermail/virtualizati...
2004 Jun 11
1
Mounted shares hangs when accessing
I am on Fedora Core 2. I have tried using smbmount
and auto.fs to mount both samba and windows shares.
They all mount successfully.
However, in a terminal window or in Nautilus when I am
trying to access the shares (even an ls command in
terminal window) will completly hang the share point.
This process then becomes an un-killable process.
Other systems can connect to the share point and use
2014 Nov 30
2
[PATCH v7 28/46] vhost: make features 64 bit
We need to use bit 32 for virtio 1.0
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Reviewed-by: Jason Wang <jasowang at redhat.com>
---
drivers/vhost/vhost.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h
index 3eda654..c624b09 100644
--- a/drivers/vhost/vhost.h
+++ b/drivers/vhost/vhost.h
@@ -106,7 +106,7
2014 Nov 30
2
[PATCH v7 28/46] vhost: make features 64 bit
We need to use bit 32 for virtio 1.0
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
Reviewed-by: Jason Wang <jasowang at redhat.com>
---
drivers/vhost/vhost.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/vhost/vhost.h b/drivers/vhost/vhost.h
index 3eda654..c624b09 100644
--- a/drivers/vhost/vhost.h
+++ b/drivers/vhost/vhost.h
@@ -106,7 +106,7
2016 May 13
2
How to debug if LTO generate wrong code?
...-strict-aliasing -Wall -Werror -Wno-array-bounds -Wno-empty-body -ffunction-sections -fdata-sections -include AutoGen.h -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings -fno-stack-protector -fno-builtin -mms-bitfields -Wno-address -Wno-shift-negative-value -Wno-parentheses-equality -Wno-unknown-pragmas -Wno-tautological-constant-out-of-range-compare -Wno-incompatible-library-redeclaration -target x86_64-pc-linux-gnu -fno-asynchronous-unwind-tables -m64 -Wno-enum-conversion "-DEFIAPI=__attribute__((ms_abi))" -mno-red-zone -mcmodel=large -g -Os -flto
*_CLANGLTO38_X64_DLINK_FLAGS = -flto -nostdlib -Wl,...
2015 Jun 16
4
Bugzilla activity?
Hi!
I was wondering whether anybody was looking at the bugs on Bugzilla. I'm
asking because I've seen bugs tackled on the mailing list quite quickly,
but two fully reproducible reports I've filed on Bugzilla haven't
triggered any reaction in several weeks (for the older one).
FWIW, these are:
- Line goes beyond plot region
2013 May 04
2
Lasso Regression error
Hi all,
I have a data set containing variables LOSS, GDP, HPI and UE.
(I have attached it in case it is required).
Having renamed the variables as l,g,h and u, I wish to run a Lasso
Regression with l as the dependent variable and all the other 3 as the
independent variables.
data=read.table("data.txt", header=T)
l=data$LOSS
h=data$HPI
u=data$UE
g=data$GDP
matrix=data.frame(l,g,h,u)
2018 Jan 04
0
Distinguishing trunk version number from release
.../lang/v8/Makefile#L36 :
.if ${COMPILER_TYPE} == clang
CXXFLAGS+= -Wno-nested-anon-types -Wno-unused-function -Wno-unused-private-field
MAKE_ENV+= LINK=clang++
.if ${COMPILER_VERSION} >= 34
CXXFLAGS+= -Wno-unused-const-variable
.if ${COMPILER_VERSION} >= 35
CXXFLAGS+= -Wno-tautological-undefined-compare
.if ${COMPILER_VERSION} >= 36
CXXFLAGS+= -Wno-unused-local-typedef
.endif
.endif
.endif
> I see a couple alternatives for improving this:
>
> 1. Change the way we version trunk.
>
> After creating release branch for X.0, change trunk to version X.99...
2016 May 09
4
Switching between Music on Hold streams. [13.8.2]
...exten => _[2,3,4,5],2,Goto(s,2)
>
> You have an error in your dialplan! The pattern _[2,3,4,5] will match any of
> 2, a comma, 3, a comma (again), 4, a comma or 5.
>
> I think you might mean _[2345] which will match any of 2, 3, 4 or 5 (but
> not a comma), and contains no tautologies.
>
>
> --
> AJS
>
> Note: Originating address only accepts e-mail from list! If replying off-
> list, change address to asterisk1list at earthshod dot co dot uk .
>
> --
> _____________________________________________________________________
> -- Bandwidth and...
2018 Jan 04
1
Distinguishing trunk version number from release
...ILER_TYPE} == clang
> CXXFLAGS+= -Wno-nested-anon-types -Wno-unused-function
> -Wno-unused-private-field
> MAKE_ENV+= LINK=clang++
> .if ${COMPILER_VERSION} >= 34
> CXXFLAGS+= -Wno-unused-const-variable
> .if ${COMPILER_VERSION} >= 35
> CXXFLAGS+= -Wno-tautological-undefined-compare
> .if ${COMPILER_VERSION} >= 36
> CXXFLAGS+= -Wno-unused-local-typedef
> .endif
> .endif
> .endif
>
That seems a very unfortunate scheme, especially considering the differing
definition of the same-named variable in FreeBSD core's makefiles:
htt...
2013 Oct 31
3
[releng_10 tinderbox] failure on i386/pc98
.../src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/umodsi3.c
cc -O2 -pipe -fpic -fvisibility=hidden -DVISIBILITY_HIDDEN -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/absvdi2.c -o absvdi2.o
cc: unrecognized option '-Qunused-arguments'
cc1: error: unre...
2015 Jun 17
0
Bugzilla activity?
...ps://bugs.r-project.org/bugzilla3/show_bug.cgi?id=16411
Bugzilla bugs are read, but they aren't necessarily dealt with
instantly. You can see actions occurring if you do a search for "all"
bugs, not just open ones.
The reason that your bugs haven't been dealt with is the simple
tautology that nobody has dealt with them. It might be faster if you
find the patch and submit that, but even then there's no guarantee that
a volunteer will step forward to check it.
Duncan Murdoch
2008 Nov 19
3
CentOS Events on wiki menu
Hi,
Is it possible to rename the CentOS Events tab to simply Events ?
The other tabs do not include CentOS either.
For a published article today I required a desktop screenshot. However on
1024x768 with a non-fullscreen browser at wiki.centos.org, the number of
tabs required me to make the browser-width larger than I liked it to be.
Renaming "CentOS Events" to "Events"
2013 Jul 12
1
stable/9 fails to compile: kmem_alloc_contig bad definition
...local/libexec/ccache/world/cc -c -O -pipe -march=native -std=c99 -g
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef
-Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-error-tautological-compare
-Wno-error-empty-body -Wno-error-parentheses-equality -nostdinc -I.
-I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -mno-aes -mno-avx
-mno-mmx -mno-sse -msoft-float -ffreestanding -fstack-protector
/usr/src/sys/vm/vm_contig...
2015 Mar 07
0
[ANNOUNCE] xman 1.1.4
...autogen.sh: Honor NOCONFIGURE=1
Fix typos & wording issues in source comments
Ask groff for text instead of postscript on Solaris
xman 1.1.4
Jon TURNEY (1):
Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ case as well
Jörg Sonnenberger (1):
Fix tautology to the intended check.
Thomas Klausner (1):
Fix shadow warning.
git tag: xman-1.1.4
http://xorg.freedesktop.org/archive/individual/app/xman-1.1.4.tar.bz2
MD5: f9ac24d44ccdd6978d3a2c57e8746a8a
SHA1: b64516dab2b1c407b28ce3822a98b93178e29f02
SHA256: b3fa9d2e3f3745c529eb0b6ee4f0e00d936457d11...
2012 Jan 04
2
Note worthy package: XCP
...parts and why they
matter.
What do you think?
Cheers.
--
Stefano Zacchiroli zack@{upsilon.cc,pps.jussieu.fr,debian.org} . o .
Ma?tre de conf?rences ...... http://upsilon.cc/zack ...... . . o
Debian Project Leader ....... @zack on identi.ca ....... o o o
? the first rule of tautology club is the first rule of tautology club ?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 828 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20120104/...
2006 Jan 18
2
Display an Image on a Plane
Hi,
I am new to R and I would like to display an image on a plane in a 3D plot,
i.e. I would like to be able to specify a theta and a phi parameters like in
the function persp to display a 2D image on an inclined plane.
Regards,
vincent
[[alternative HTML version deleted]]
2006 Jan 18
2
Display an Image on a Plane
Hi,
I am new to R and I would like to display an image on a plane in a 3D plot,
i.e. I would like to be able to specify a theta and a phi parameters like in
the function persp to display a 2D image on an inclined plane.
Regards,
vincent
[[alternative HTML version deleted]]