[Bug c++/36628] New: incorrect declspec() handling of conditional operator

2008-06-25 Thread abarbati at iaanus dot com
-- Summary: incorrect declspec() handling of conditional operator Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: abarbati at iaanus dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36628

[Bug c++/36628] [c++0x] incorrect decltype() handling of conditional operator

2008-06-26 Thread abarbati at iaanus dot com
--- Comment #2 from abarbati at iaanus dot com 2008-06-26 11:39 --- After a more careful reading of 5/5, 5.16/4 and 7.1.6.2/4, I believe that gcc is correctly handling the int& case, that is the expected output should be: FivE FRivE FivE Only the int&& case is th

[Bug c++/36740] New: Compiler accepts invalid syntax in variadic template specialization

2008-07-05 Thread abarbati at iaanus dot com
ReportedBy: abarbati at iaanus dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36740