[Bug 880595] New: gcc segfaults at SLES12 beta4 P8

https://bugzilla.novell.com/show_bug.cgi?id=880595 https://bugzilla.novell.com/show_bug.cgi?id=880595#c0 Summary: gcc segfaults at SLES12 beta4 P8 Classification: openSUSE Product: openSUSE 13.1 Version: RC 1 Platform: LittleEndian OS/Version: SLES 12 Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: wangn@ca.ibm.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 we are testing sles12 beta4, g++ ICE(segfaults) on sles12 P8 but pass on non-sles12 P8 machine. Reproducible: Always Steps to Reproduce: 1. machine: Linux cit323 3.12.15-3-default #1 SMP Wed Apr 2 17:08:55 UTC 2014 (69c2ea8) ppc64le ppc64le ppc64le GNU/Linux 2. source code: t.cpp: class A { static int aval; public: int get_val(); }; class B : public A { static int bval; public: int get_val(); int bf(); }; int B::bval=5; int B::get_val() {return bval;}; int B::bf() {return 3;}; int funcB() { B b; return b.get_val(); } 3. command: gcc -m64 -c t.cpp Actual Results: gcc: internal compiler error: Segmentation fault (program cc1plus) Segmentation fault Expected Results: compile pass no problem on the following machine: Linux cit318 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:09:21 UTC 2014 ppc64le ppc64le ppc64le GNU/Linux -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=880595 https://bugzilla.novell.com/show_bug.cgi?id=880595#c zhang jiajun <jzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzhang@suse.com AssignedTo|bnc-team-screening@forge.pr |matz@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.

https://bugzilla.novell.com/show_bug.cgi?id=880595 https://bugzilla.novell.com/show_bug.cgi?id=880595#c1 Richard Biener <rguenther@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Richard Biener <rguenther@suse.com> 2014-06-03 08:32:05 UTC --- Fixed in later Betas, verified at least with Beta7. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com