--- Comment #4 from alpha dot super-one at laposte dot net 2009-04-17
05:05 ---
My .ii:
http://files.first-world.info/temp/main.ii
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39511
--- Comment #2 from alpha dot super-one at laposte dot net 2009-04-17
04:51 ---
My test case:
enum ParityType
{
PAR_NONE,
PAR_ODD,
PAR_EVEN,
PAR_MARK, //WINDOWS ONLY
PAR_SPACE
};
QString parityToString(ParityType value)
{
switch(value
--- Comment #4 from alpha dot super-one at laposte dot net 2009-04-10
15:42 ---
I have not that's in lot of version, my code tested is here:
http://www.developpez.net/forums/m4191192-3/
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39699
--- Comment #2 from alpha dot super-one at laposte dot net 2009-04-10
04:47 ---
class toto
{
enum e {a,b};
e test_example();
e test_example;
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39699
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: alpha dot super-one at laposte dot net
GCC host triplet: linux x86_64
GCC target triplet: linux x86_64
http://gcc.gnu.org
3
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: alpha dot super-one at laposte dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39511
c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: alpha dot super-one at laposte dot net
GCC host triplet: linux x86_64
GCC target triplet: linux x86_64
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39191