Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ferdinandw+gcc at gmail dot com
/opt/gcc-trunk/libexec/gcc/x86_64-redhat-linux/4.9.0/cc1plus -quiet -v
TelemetryVFS.ii -O0 -g0 -std=gnu++0x -version -o TelemetryVFS.s
GNU C++ (GCC) version
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ferdinandw+gcc at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gn
: UNCONFIRMED
Severity: normal
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ferdinandw+gcc at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet:
Priority: P2
Component: rtl-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ferdinandw+gcc at gmail dot com
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
http://gcc.gnu.org/bugzilla
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65549
Ferdinand changed:
What|Removed |Added
CC||ferdinandw+gcc at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65549
--- Comment #22 from Ferdinand ---
Now that I understand the bug, of course I notice (too late) that my way of
setting -g0 wasn't taking effect in the beta tree, the way it was before. So
that explains that, but still this crash is happening with
--- Comment #5 from ferdinandw+gcc at gmail dot com 2006-03-26 02:19
---
Here's a reduced version that gives me an ICE on FC5's gcc 4.1.0 with:
g++ -O -c 3ddeskd.cpp
=
class Config {
public:
int texture_size;
int bg_siz
--- Comment #6 from ferdinandw+gcc at gmail dot com 2006-03-26 02:35
---
Sorry for the bugspam, but I noticed it could be reduced a bit more.
=
struct Config {
int bg_size;
int autoacquire;
};
Config *cfg;
void load_background_image(void