public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/25952] New: -fopenmp causes ICE on valid code
@ 2006-01-25 0:44 pinskia at gcc dot gnu dot org
2006-02-24 18:30 ` [Bug c++/25952] " pinskia at gcc dot gnu dot org
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-25 0:44 UTC (permalink / raw)
To: gcc-bugs
Example:
int toto() {
int a=0;
#pragma omp single
{
for (int i=0; i<10; ++i)
a += i;
}
return a;
}
int main() { return toto(); }
----
Even though we don't support openmp currently, this should not ICE.
--
Summary: -fopenmp causes ICE on valid code
Product: gcc
Version: unknown
Status: UNCONFIRMED
Keywords: openmp
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25952
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug c++/25952] -fopenmp causes ICE on valid code
2006-01-25 0:44 [Bug c++/25952] New: -fopenmp causes ICE on valid code pinskia at gcc dot gnu dot org
@ 2006-02-24 18:30 ` pinskia at gcc dot gnu dot org
2006-03-09 18:31 ` pinskia at gcc dot gnu dot org
2006-03-14 1:25 ` pinskia at gcc dot gnu dot org
2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-02-24 18:30 UTC (permalink / raw)
To: gcc-bugs
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-24 18:24 -------
*** Bug 26452 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pkambadu at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25952
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug c++/25952] -fopenmp causes ICE on valid code
2006-01-25 0:44 [Bug c++/25952] New: -fopenmp causes ICE on valid code pinskia at gcc dot gnu dot org
2006-02-24 18:30 ` [Bug c++/25952] " pinskia at gcc dot gnu dot org
@ 2006-03-09 18:31 ` pinskia at gcc dot gnu dot org
2006-03-14 1:25 ` pinskia at gcc dot gnu dot org
2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-09 18:31 UTC (permalink / raw)
To: gcc-bugs
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-09 18:31 -------
Fixed.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25952
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug c++/25952] -fopenmp causes ICE on valid code
2006-01-25 0:44 [Bug c++/25952] New: -fopenmp causes ICE on valid code pinskia at gcc dot gnu dot org
2006-02-24 18:30 ` [Bug c++/25952] " pinskia at gcc dot gnu dot org
2006-03-09 18:31 ` pinskia at gcc dot gnu dot org
@ 2006-03-14 1:25 ` pinskia at gcc dot gnu dot org
2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-14 1:25 UTC (permalink / raw)
To: gcc-bugs
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25952
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-03-14 1:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-25 0:44 [Bug c++/25952] New: -fopenmp causes ICE on valid code pinskia at gcc dot gnu dot org
2006-02-24 18:30 ` [Bug c++/25952] " pinskia at gcc dot gnu dot org
2006-03-09 18:31 ` pinskia at gcc dot gnu dot org
2006-03-14 1:25 ` pinskia at gcc dot gnu dot org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).