[Bug c++/58868] New: ICE: in count_type_elements, at expr.c:5495 with -std=gnu++0x

2013-10-24 Thread ferdinandw+gcc at gmail dot com
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

[Bug rtl-optimization/24257] New: ICE: in extract_insn, at recog.c:2084 with -O -fgcse -fgcse-sm

2005-10-07 Thread ferdinandw+gcc at gmail dot com
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

[Bug tree-optimization/24262] New: ICE: verify_ssa failed with -O -msse2 -ftree-vectorize

2005-10-07 Thread ferdinandw+gcc at gmail dot com
: 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:

[Bug rtl-optimization/24265] New: ICE: in extract_insn, at recog.c:2084 with -O -fgcse -fmove-loop-invariants -mtune=pentiumpro

2005-10-07 Thread ferdinandw+gcc at gmail dot com
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

[Bug debug/65549] [4.9/5/6 Regression] crash in htab_hash_string with -flto -g

2015-04-16 Thread ferdinandw+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65549 Ferdinand changed: What|Removed |Added CC||ferdinandw+gcc at gmail dot com --- Comment

[Bug debug/65549] [4.9/5/6 Regression] crash in htab_hash_string with -flto -g

2015-04-16 Thread ferdinandw+gcc at gmail dot com
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

[Bug tree-optimization/26757] [4.1 regression] ICE (Segmentation fault) building 3ddesktop source

2006-03-25 Thread ferdinandw+gcc at gmail dot com
--- 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

[Bug tree-optimization/26757] [4.1 regression] ICE (Segmentation fault) building 3ddesktop source

2006-03-25 Thread ferdinandw+gcc at gmail dot com
--- 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