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

2011-07-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48883 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

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

2011-07-01 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48883 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org 2011-07-01 16:50:36 UTC --- Is this related to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49609#c2 ? The ternary operator is not one of the contexts listed in 13.4 [over.over] p1

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

2011-07-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48883 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added CC||srk31 at srcf dot

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

2011-07-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48883 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org 2011-07-01 20:24:16 UTC --- Author: jason Date: Fri Jul 1 20:24:08 2011 New Revision: 175764 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=175764 Log: PR c++/48883 PR

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

2011-07-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48883 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[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.

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

2011-05-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48883 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last