[Bug libmudflap/24420] mudflap doesnt work with DSOs?

2012-08-29 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24420 Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com changed: What|Removed |Added CC

[Bug c++/53361] Could not convert ‘{0, 0, 0}’ from ‘brace-enclosed initializer list’ to ‘std::arrayunsigned int, 3ul’

2012-05-21 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361 --- Comment #3 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2012-05-21 21:19:35 UTC --- bastien@bastien-debian:/tmp$ cat test.c #include array void function(std::arrayunsigned int,3 a) { } int main() { // ok std

[Bug c++/53361] New: Could not convert ‘{0, 0, 0}’ from ‘brace-enclosed initializer list’ to ‘std::arrayunsigned int, 3ul’

2012-05-15 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53361 Bug #: 53361 Summary: Could not convert ‘{0, 0, 0}’ from ‘brace-enclosed initializer list’ to ‘std::arrayunsigned int, 3ul’ Classification: Unclassified Product: gcc Version:

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-06-10 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #8 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-06-10 10:14:06 UTC --- Any news of this bug ?

[Bug fortran/41209] Add full ATTRIBUTE support to gfortran (ALIGN, (WEAK)ALIAS, ...)

2011-06-10 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41209 Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com changed: What|Removed |Added CC

[Bug middle-end/35827] -fvisibility only works for C/C++/Objective-C/Objective-C++

2011-06-10 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35827 Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com changed: What|Removed |Added CC

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #2 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 08:21:20 UTC --- I disagree wchar_t is a building type. Indeed Laa should expand to 16 bits packed char with short wchar and 32 bits with no-short-wchar

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #3 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 08:27:40 UTC --- BTW i have checked the source code, and if my memory is correct wchar_t is defined as MODIFIED_WCHAR_T = fshortwchar ? Short int : WCHAR_T

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #5 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 09:25:36 UTC --- ok thanks it is defined in the header and in this case they are two bugs. Try the following program #include stdio.h typedef

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #6 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 09:39:02 UTC --- I have checked with gcc -E the following program: typedef __WCHAR_TYPE__ wchar_t; under linux it output typedef int wchar_t under linux

[Bug c/47599] -fno-short-wchar does not force long wchar

2011-02-04 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 --- Comment #7 from Bastien ROUCARIES roucaries.bastien+bugs at gmail dot com 2011-02-04 09:41:04 UTC --- Sorry replace the last linux by cygwin

[Bug c/47599] New: -fno-short-wchar does not force long wchar

2011-02-03 Thread roucaries.bastien+bugs at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47599 Summary: -fno-short-wchar does not force long wchar Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: