Re: Regression/bug in 4.7 regarding typedef in templated class

2012-10-27 Thread Paolo Carlini
On 10/27/2012 10:58 PM, Sebastian Huber wrote: On 27/10/12 15:16, Jonathan Wakely wrote: On 27 October 2012 13:55, Peter A. Felvegi wrote: I didn't find anything relevant in Bugzilla when searching for 'typedef template'. Should I file a bug report? If you've found what you think is a bug and

Re: Regression/bug in 4.7 regarding typedef in templated class

2012-10-27 Thread Sebastian Huber
On 27/10/12 15:16, Jonathan Wakely wrote: On 27 October 2012 13:55, Peter A. Felvegi wrote: I didn't find anything relevant in Bugzilla when searching for 'typedef template'. Should I file a bug report? If you've found what you think is a bug and you can't find an existing Bugzilla report then

Re: Regression/bug in 4.7 regarding typedef in templated class

2012-10-27 Thread Jonathan Wakely
On 27 October 2012 13:55, Peter A. Felvegi wrote: > > I didn't find anything relevant in Bugzilla when searching for 'typedef > template'. Should I file a bug report? If you've found what you think is a bug and you can't find an existing Bugzilla report then yes, you should file a bug report. Thi

Regression/bug in 4.7 regarding typedef in templated class

2012-10-27 Thread Peter A. Felvegi
Hello, after upgrading gcc one of my classes failed to compile. Stock Debian/Wheezy 4.4, 4.5, 4.6 compiled the code, also compiled a version of 4.7.0 that was built by me from sources some time ago. Clang 3.0-6 also compiled, but stock 4.7.1-7, the head of 4.7 (4.7.3 d51dc77f, r192839) and th