[Bug libgomp/26452] New: Internal compiler error with openmp

2006-02-23 Thread pkambadu at gmail dot com
Version: 4.2.0 Status: UNCONFIRMED Severity: critical Priority: P3 Component: libgomp AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pkambadu at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26452

[Bug libgomp/26452] Internal compiler error with openmp

2006-02-23 Thread pkambadu at gmail dot com
--- Comment #1 from pkambadu at gmail dot com 2006-02-24 01:48 --- I tried looking into what might be wrong and have the following thoughts: 1. in gcc/cp/parser.c, line 17661, there is the following assertion -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26452

[Bug libgomp/26452] Internal compiler error with openmp

2006-02-23 Thread pkambadu at gmail dot com
--- Comment #2 from pkambadu at gmail dot com 2006-02-24 01:52 --- Sorry for the incomplete post. Here is the complete story: I tried looking into what might be wrong and have the following thoughts: In gcc/cp/parser.c, line 17661, there is the following assertion assert(id

[Bug libgomp/26452] Internal compiler error with openmp

2006-02-23 Thread pkambadu at gmail dot com
--- Comment #3 from pkambadu at gmail dot com 2006-02-24 02:24 --- This was a big misunderstanding. I thought all the front-ends for openmp had been integrated into trunk. it seems like only the C one has been integrated. I downloaded the right branch as mentioned on the web-site