forwarded 703230 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56682
thanks
--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/514b3d46.6030...@etorok.net
On 03/19/2013 12:07 AM, Matthias Klose wrote:
> Am 17.03.2013 04:03, schrieb Török Edwin:
>> GCC says that -pie or -shared is needed to use -fsanitize=thread
>
> where?
>
>
In the error message when you use just -fsanitize=thread:
$ gcc-4.8 -fsanitize=thread x.c
gcc-4.8.re
Package: gcc-4.8
Version: 4.8-20130315-1
Severity: normal
--- Please enter the report below this line. ---
GCC says that -pie or -shared is needed to use -fsanitize=thread, but that is
not enough on amd64:
$ /usr/bin/gcc-4.8 -fsanitize=thread test.c -pie
/usr/bin/ld.bfd.real: /tmp/ccBEgPXP.o: rel
Package: libasan0
Version: 4.8-20130315-1
Severity: normal
--- Please enter the report below this line. ---
GCC-4.8's(from experimental) -fsanitize=address flag is not working:
$ gcc-4.8 -fsanitize=address test.c
/usr/bin/ld.bfd.real: cannot find libasan_preinit.o: No such file or directory
coll
ct the bug is gone, and if I upgrade to libc6
2.13-0exp5, VLC's dec.c seems to be compiled correctly too.
Should gcc-4.6 depend on glibc >= 2.13?
Or should gcc-4.6 provide a fixed prototype for memmove via fix-includes?
Best regards,
--Edwin
--
To UNSUBSCRIBE, email to debian-gcc-requ.
ed for a readonly section we can use
normal __memcpy_chk. */
if (readonly_data_expr (src))
{
tree fn = built_in_decls[BUILT_IN_MEMCPY_CHK];
Best regards,
--Edwin
typedef long unsigned int size_t;
extern __inline __attribute__ ((__always_
Package: gcc-4.4
Version: 4.4.4-14
Severity: normal
Tags: upstream
Forwarded: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45678
I just reported this bug in gcc bugzilla:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45678
It happens when using gcc version 4.4.5 20100909 (prerelease) (Debian 4.4.4-
Package: g++-4.5
Version: 4.5.1-1
Severity: normal
Tags: upstream
FYI I reported a gcc-4.5 bug here with full details here:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45260
It was initially reported against ClamAV here:
https://wwws.clamav.net/bugzilla/show_bug.cgi?id=2190
GCC gives an internal
Package: gcc-doc
Version: 5:2
Severity: normal
The gcc manpage says "with the Invariant Sections being "GNU General Public
License" and "Funding Free Software"", however
neither "GNU General Public License", nor "Funding Free Software" appears in
the manpage itself, hence the manpage can be
con
Package: gcc-4.4-plugin-dev
Version: 4.4.3-7
Severity: normal
According to the GCC plugin documentation plugins should declare a symbol
plugin_is_GPL_compatible.
However the gcc-4.4 in Debian loads the plugin regardless.
To reproduce:
$ cat >testcase.c <
int plugin_init(struct plugin_name_args *p
On 2010-03-26 13:40, Török Edwin wrote:
> I found the LTO plugin here (it was not installed by the package)
> ./debian/tmp/usr/lib/gcc/x86_64-linux-gnu/4.5/liblto_plugin.so
>
> So I copied it to /usr/lib/gcc/x86_64-linux-gnu/4.5/liblto_plugin.so
> manally, and -fuse-linker-plu
On 2010-03-26 01:27, Matthias Klose wrote:
> On 25.03.2010 22:19, Török Edwin wrote:
>> Package: gcc-4.5
>> Version: 4.5-20100227-1
>> Severity: wishlist
>>
>> GCC-4.5 has a gold linker plugin to do LTO, see
>> http://gcc.gnu.org/wiki/whopr/driver
>>
Package: gcc-4.5
Version: 4.5-20100227-1
Severity: normal
Tags: experimental
gcc-4.5 with -flto doesn't work with -fPIC properly.
Simple testcase:
int entry(int a)
{
return bar(a)+1;
}
int bar(int a)
{
return a+4;
}
$ gcc-4.5 foo1.c -flto -fPIC -DPIC -c
$ gcc-4.5 foo2.c -flto -fPIC -DPI
Package: gcc-4.5
Version: 4.5-20100227-1
Severity: wishlist
GCC-4.5 has a gold linker plugin to do LTO, see
http://gcc.gnu.org/wiki/whopr/driver
It should already be built during a normal gcc-4.5 build,
the plugin should be called liblto-plugin.so.
I can't find that in the Debian experimental p
Package: lib32mudflap0
Version: 4.4.1-1
Severity: normal
I got this today after running aptitude dist-upgrade (after returning from a 2
week holiday):
Writing extended state information... Done
E: Couldn't configure pre-depend libc6-i386 for lib32mudflap0, probably a
dependency cycle.
A package
Package: libffi-dev
Version: 3.0.7-1
Severity: normal
man ffi_call
synposis says , but example uses .
Manpage should be consistent and use only , if that is correct for
Debian.
-- System Information:
Debian Release: 5.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'),
Package: gcc-4.2
Version: 4.2.3-2
--- Please enter the report below this line. ---
I have manually reduced the previous testcase (it is 4K now, vs 32K).
The same testcase can be used for both x86_64 and x86(-32).
When I compile with -O3, or -O2 -finline-functions incorrect code is
generated.
$
rsion. Then apply the patch that fixes the bug,
recompile the entire archive, and see which .o,.so,.a, and
executable files differ between the two. Is there a tool to automate
such a task?
--Edwin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Tr
Package: gcc-4.0
Version: 4.0.2-3
Severity: normal
When I compile the following program like this:
gcc -Wall t2.cpp
I get this warning:
t2.cpp: In function 'int x(T)':
t2.cpp:11: warning: statement has no effect
t2.cpp: In function 'int x3(T)':
t2.cpp:25: warning: statement has no effect
When
Pharmaceutical services for the modern men
http://uhyw.5k8g9ong2fnvron.trophemahi.info
You can not apply mathematics as long as words still becloud reality.
If you obey all the rules, you miss all the fun.
I am just going outside and may be some time.
--
To UNSUBSCRIBE, email to [EMAI
Cheap Software-Upgrades-educational bargains-oem-Software Buyer's Guide.
http://hpb.el0thve7b6e3bxw.spurternj.com
If my answers frighten you then you should cease asking scary questions.
It is worse still to be ignorant of your ignorance.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
w
Pleasure your women - size does matter!
http://www.gretan.com/ss/
The great discoveries are usually obvious.
Everything has its beauty but not everyone sees it.
Education is a better safeguard of liberty than a standing army.
Honor does not have to be defended.
Knowledge co
22 matches
Mail list logo