This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/11962] SEGV on omitted second operand to ?: in template argument expression


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11962


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-18 12:00:45
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-18 12:00 -------
2.95.3 and below rejected this with:
pr11962.cc:5: parse error before `)'

3.0.4 (the earliest I tested) and above seg fault.
According to Phil's regression hunter it has been failing since 2000-12-31 which is the 
earliest gcc it has.

RedHat's 2.96 also: 2.96 20000731 (Red Hat Linux 7.2 2.96-109).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]