[Bug libgomp/39217] g++4.3.3 OpenMP (aka omp) for loop hangs

2012-01-08 Thread aleaverfay at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39217 --- Comment #3 from Andrew Leaver-Fay 2012-01-09 04:12:16 UTC --- Hi, I'm working with a large program and I am not sure if there are global variables that are being read without my knowledge. I knew to look for global variables, but, not findi

[Bug c++/47478] New: internal compiler error

2011-01-26 Thread aleaverfay at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47478 Summary: internal compiler error Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org

[Bug c++/47478] internal compiler error

2011-01-26 Thread aleaverfay at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47478 --- Comment #1 from Andrew Leaver-Fay 2011-01-26 17:30:58 UTC --- Created attachment 23135 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23135 -save-temps file (.ii) that produces this crash (too big to upload without bzipping it -- sorry!)

[Bug c++/47478] internal compiler error

2011-01-26 Thread aleaverfay at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47478 --- Comment #2 from Andrew Leaver-Fay 2011-01-26 18:21:36 UTC --- I'd love a suggestion on how the code could be changed so that I no longer get this segfault.

[Bug c++/38663] New: OpenMP directive causes internal compiler error

2008-12-29 Thread aleaverfay at gmail dot com
dot gnu dot org ReportedBy: aleaverfay at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38663

[Bug c++/38663] OpenMP directive causes internal compiler error

2008-12-29 Thread aleaverfay at gmail dot com
--- Comment #2 from aleaverfay at gmail dot com 2008-12-29 20:27 --- Debug build works just fine. -O2 and -O3 both fail. Release build is fine with g++4 on linux. $g++4 --version g++4 (GCC) 4.1.0 20060515 (Red Hat 4.1.0-18) Copyright (C) 2006 Free Software Foundation, Inc. This is

[Bug c++/38663] OpenMP directive causes internal compiler error

2008-12-29 Thread aleaverfay at gmail dot com
--- Comment #1 from aleaverfay at gmail dot com 2008-12-29 20:21 --- Created an attachment (id=17003) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17003&action=view) (Gzipped for size) Preprocessed source file that generates the internal compile error. -- http://gcc.

[Bug middle-end/38663] OpenMP directive causes internal compiler error

2008-12-29 Thread aleaverfay at gmail dot com
--- Comment #5 from aleaverfay at gmail dot com 2008-12-29 21:30 --- (In reply to comment #3) > So what gcc are you using? 4.4 (which revision) or 4.3.0 20080125? > In any case, this compiles just fine for me with both 4.3.2-RH and 4.4 trunk. > I downloaded gcc4.4 as a pac

[Bug middle-end/38663] OpenMP directive causes internal compiler error

2008-12-29 Thread aleaverfay at gmail dot com
--- Comment #6 from aleaverfay at gmail dot com 2008-12-29 21:36 --- (In reply to comment #4) > Also what is the ICE? > OOH -- ICE == internal compiler error. http://www.acronymfinder.com/ICE.html It's a bus error. $ ~/gcc4.4/usr/local/bin/g++ -o build/src/release/macos/

[Bug middle-end/38663] OpenMP directive causes internal compiler error

2008-12-29 Thread aleaverfay at gmail dot com
--- Comment #7 from aleaverfay at gmail dot com 2008-12-29 21:38 --- > In reply to comment #6) > (In reply to comment #4) > > Also what is the ICE? > > > > OOH -- ICE == internal compiler error. > http://www.acronymfinder.com/ICE.html > > It's

[Bug libgomp/39217] New: g++4.3.3 OpenMP (aka omp) for loop hangs

2009-02-17 Thread aleaverfay at gmail dot com
Version: 4.3.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: aleaverfay at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39217

[Bug c++/63876] New: static data members of template classes w/ default ctors gives "undefined reference" error

2014-11-14 Thread aleaverfay at gmail dot com
NCONFIRMED Severity: major Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: aleaverfay at gmail dot com Created attachment 33973 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33973&action=edit .cc, .hh, and .ii fil

[Bug c++/63876] static data members of template classes w/ default ctors gives "undefined reference" error

2014-11-14 Thread aleaverfay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63876 --- Comment #2 from Andrew Leaver-Fay --- Thank you!