Bug#805044: gcc-4.9: the option -ftree-vectorizer-verbose does not work

2015-11-13 Thread A Mennucc
Package: gcc-4.9 Version: 4.9.2-10 Severity: minor dear mantainers, the option -ftree-vectorizer-verbose does not print anything. Consider the code in attachment Try compiling it with the command # gcc -Ofast -ftree-vectorizer-verbose=6 --std=c99 -msse -c vectorizeme.c I tried in Debian/Wheezy,

Bug#479115: libffi4 is stopping the upgrade to gcc 4.3 4.3.0-4

2008-05-06 Thread A Mennucc
On Tue, May 06, 2008 at 07:17:03PM +0200, Kurt Roeckx wrote: > On Tue, May 06, 2008 at 02:40:14PM +0200, Filippo Giunchedi wrote: > > On Mon, May 05, 2008 at 09:23:38AM +0200, A Mennucc wrote: > > > the original submitter of this bug marked it as wontfix. > > > But I th

Bug#479115: libffi4 is stopping the upgrade to gcc 4.3 4.3.0-4

2008-05-05 Thread A Mennucc
hi On Mon, May 05, 2008 at 09:23:38AM +0200, A Mennucc wrote: > IN particular, I am worried: maybe there is some > rdependecy that is stopping bbuildd's from upgrading to 4.3.0-4 ; > in that case, the only way to solve this lock is (1). I checked in http://buildd.debian.org/

Bug#479115: libffi4 is stopping the upgrade to gcc 4.3 4.3.0-4

2008-05-05 Thread A Mennucc
Package: libffi4 Version: 4.3.0-3 Followup-For: Bug #479115 hi the original submitter of this bug marked it as wontfix. But I think that this bug should be addressed somehow. There are 25 packages that directly rdepend on libffi4, and removing libffi4 has a huge usability impact on a 'unstable'

Bug#475153: buildd

2008-04-09 Thread A Mennucc
hi, I tagged this bug as "important" since the powerpc buildd is failing to build mplayer, see http://buildd.debian.org/~jeroen/status/package.php?suite=unstable&p=mplayer&a=powerpc a. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO

Bug#355621: hidden symbol `__gcov_init' is referenced by DSO

2007-09-20 Thread A Mennucc
tags 355621 - moreinfo thanks hi I tried with $ gcc --version gcc (Debian 20070916-1) 4.3.0 20070916 (experimental) [trunk revision 128522] and it still it does not work, saying /usr/bin/ld: .libs/morph: hidden symbol `__gcov_merge_add' in /usr/lib/gcc-snapshot/lib/gcc/i486-linux-gnu/4.3.0/lib

Bug#355621: Bug #355621 possible solution

2006-08-19 Thread A Mennucc
I tried that again in 17 Aug (with gcc 4.1.2 20060715 ) in the typescript, I read /bin/sh ../libtool --tag=CC --mode=link gcc -g -O0 -fprofile-arcs -ftest-coverage -Wall -lm -o morph morph-main.o ../libmorph/libmorph.la -lm mkdir .libs gcc -g -O0 -fprofile-arcs -ftest-coverage

Bug#355621: gcc-4.0: hidden symbol `__gcov_init' is referenced by DSO

2006-07-10 Thread A Mennucc
tags 355621 - moreinfo thanks hi I tried with $ gcc --version gcc (GCC) 4.1.2 20060708 (prerelease) (Debian 4.1.1-8) but no improvement ; the error looks like /usr/bin/ld: .libs/gtkmorph: hidden symbol `__gcov_init' in /usr/lib/gcc/i486-linux-gnu/4.1.2/libgcov.a(_gcov.o) is referenced by DSO /

Bug#355621: depends on libmorph

2006-03-06 Thread A Mennucc
hi this command , that is in the typescript of the bug, fails g++ -g -O0 -fprofile-arcs -ftest-coverage -g -O0 -fprofile-arcs -ftest-coverage -o .libs/gtkmorph gtksettings.o gdk-pixbuf-extra.o gtk_subimagesel.o gtktopdata.o main.o callbacks_main.o callbacks_help.o callbacks_img.o callbacks_edi

Bug#355621: gcc-4.0: hidden symbol `__gcov_init' is referenced by DSO

2006-03-06 Thread A Mennucc
Package: gcc-4.0 Version: 4.0.2-9 Severity: normal hi I wanted to profile my package 'xmorph'; I issued the commands $ FLAGS='-g -O0 -fprofile-arcs -ftest-coverage' $ ./configure CFLAGS="$FLAGS" CXXFLAGS="$FLAGS" LDFLAGS="$FLAGS" $ make -kCFLAGS="$FLAGS" CXXFLAGS="$FLAGS" LDFLAG