search for: tautological

Displaying 20 results from an estimated 48 matches for "tautological".

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 -Wpessimiz...
2014 Dec 01
1
[PATCH v7 28/46] vhost: make features 64 bit
On Sun, 2014-11-30 at 18:44 +0300, Sergei Shtylyov wrote: > Hello. > > On 11/30/2014 6:11 PM, Michael S. Tsirkin wrote: > > > 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
2014 Dec 01
1
[PATCH v7 28/46] vhost: make features 64 bit
On Sun, 2014-11-30 at 18:44 +0300, Sergei Shtylyov wrote: > Hello. > > On 11/30/2014 6:11 PM, Michael S. Tsirkin wrote: > > > 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
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,-n -...
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 inst...
2016 May 09
4
Switching between Music on Hold streams. [13.8.2]
Thanks Joshua and everyone, Joshua's solution seems a lot simpler and works well. Only one thing now - The reason I named the classes as I did, was so that I could select the class based on callerID plus extension. Unless I've misread it, I'm limited to 9 switchable classes via the "digit=#" option, is that correct? Or is there a clever hack around this? extensions.conf
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: https:/...
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: unrecogn...
2015 Jun 17
0
Bugzilla activity?
On 16/06/2015 4:18 PM, Milan Bouchet-Valat wrote: > 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
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.c /...
2015 Mar 07
0
[ANNOUNCE] xman 1.1.4
xman is a graphical manual page browser using the Athena Widgets (Xaw) toolkit. Alan Coopersmith (8): Fix "no search will be preformed" typo in dialog box message Ensure fgets read at least one byte before modifying string config: Add missing AC_CONFIG_SRCDIR configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix typos & wording
2012 Jan 04
2
Note worthy package: XCP
On Tue, Jan 03, 2012 at 06:53:09AM +0800, Thomas Goirand wrote: > This makes 2 cloud stacks available for Debian SID and soon Wheezy, and > makes Debian on top of cloud computing (no other distributions have XCP > at the moment, though I'm expecting Ubuntu to import XCP for the next > LTS, and Fedora to also use the RPMs from Citrix). I agree this is quite an achievement,
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]]