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 tree-optimization/56830] [4.8 regression] internal compiler error: verify_ssa failed


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

--- Comment #7 from Dmitry G. Dyachenko <dimhen at gmail dot com> 2013-04-04 18:45:56 UTC ---
strictly speaking this is 'pre-4.8.0' regression

gcc version 4.8.0 20130313 (experimental) [trunk revision 196628] (GCC)

$ /usr/local/gcc_current_196628/bin/g++  -Wall -O1 -fpreprocessed -c 56830.ii 
56830_O1.ii: In instantiation of âvoid H::add_suites() [with T = M]â:
56830_O1.ii:107:25:   required from here
56830_O1.ii:94:12: warning: unused variable âsâ [-Wunused-variable]
         T *s = new T;
            ^

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