GCC Bugzilla – Attachment 12487 Details for
Bug 29585
[4.2 Regression] tree check: expected ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:558
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
testcase
pasmo-asm.cc (text/plain), 1.81 KB, created by
Martin Michlmayr
on 2006-10-24 19:12:26 UTC
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
Martin Michlmayr
Created:
2006-10-24 19:12:26 UTC
Size:
1.81 KB
patch
obsolete
>typedef long unsigned int size_t; >namespace std __attribute__ ((__visibility__ ("default"))) >{ > template < class _CharT > struct char_traits; > template < typename _CharT, typename _Traits = > char_traits < _CharT > >class basic_streambuf; > template < typename _CharT, typename _Traits = > char_traits < _CharT > >class basic_ostream; > typedef basic_streambuf < char >streambuf; > typedef basic_ostream < char >ostream; > class ios_base > { > }; > template < typename _CharT, typename _Traits > class basic_streambuf > { > }; >template < typename _CharT, typename _Traits > class basic_ios:public > ios_base > { > }; >template < typename _CharT, typename _Traits > class basic_ostream:virtual public basic_ios < _CharT, > _Traits > > > { > public:typedef _CharT char_type; > typedef basic_streambuf < _CharT, _Traits > __streambuf_type; > explicit basic_ostream (__streambuf_type * __sb) > { > } > }; > extern ostream cerr; >} >class Asm >{ > enum DebugType > { > }; >public: class In; >}; >class AsmFile >{ >}; >using > std::cerr; >namespace >{ > enum GenCodeMode > { > }; > class > Nullbuff: > public > std::streambuf > { > }; > class > Nullostream: > std::ostream > { > public:Nullostream (); > private:Nullbuff > buff; > }; >Nullostream::Nullostream ():std::ostream (&buff) > { > } >} >namespace > pasmo_impl >{ > class > MacroFrameBase; >} >class > Asm::In: > AsmFile >{ >public:In (); > bool > nocase; > bool > autolocalmode; > bool > bracketonlymode; > bool > warn8080mode; > GenCodeMode > genmode; > bool > mode86; > DebugType > pass; > Nullostream > nullout; > std::ostream * > pwarn; > size_t > localcount; > pasmo_impl::MacroFrameBase * > pcurrentmframe; >}; >Asm::In::In ():AsmFile (), nocase (false), autolocalmode (false), bracketonlymode (false), >pwarn (&cerr), localcount (0), pcurrentmframe (0) >{ >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 29585
: 12487