[Bug c++/48882] New: ?: ternary operator fails in certain contexts - compile error

2011-05-05 Thread adele.schmidthammer at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48882 Summary: ?: ternary operator fails in certain contexts - compile error Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/48883] New: ?: ternary operator fails in certain contexts - link error

2011-05-05 Thread adele.schmidthammer at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48883 Summary: ?: ternary operator fails in certain contexts - link error Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/48882] ?: ternary operator fails in certain contexts - compile error

2011-05-05 Thread adele.schmidthammer at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48882 --- Comment #1 from Adele Schmidt adele.schmidthammer at yahoo dot de 2011-05-05 11:37:33 UTC --- no attachment, because precompiled file (extension .ii) was too big

[Bug c++/48883] ?: ternary operator fails in certain contexts - link error

2011-05-05 Thread adele.schmidthammer at yahoo dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48883 --- Comment #1 from Adele Schmidt adele.schmidthammer at yahoo dot de 2011-05-05 11:49:25 UTC --- However if(even) fp = myMaxint; else fp = myMinint; does work as expected.