GCC Bugzilla – Attachment 5144 Details for
Bug 12158
[3.3 regression] [hppa] compilation does not terminate at -O1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Test case (30 lines)
pr12158.c (text/plain), 668 bytes, created by
Falk Hueffner
on 2003-11-16 03:50:22 UTC
(
hide
)
Description:
Test case (30 lines)
Filename:
MIME Type:
Creator:
Falk Hueffner
Created:
2003-11-16 03:50:22 UTC
Size:
668 bytes
patch
obsolete
>int lam_errfunc (int, int, int); >void lam_mkpt (int); >void MPI_Send (int, int, int, int, int, int); > >int bcast_lin (int buff, int count, int datatype, int comm, int err, > int longproto, int nreqs, int nacks, int done) >{ > int i; > struct { int MPI_SOURCE; } stats[16]; > if (longproto) > return lam_errfunc (comm, 15, err); > > while (nacks < nreqs) > { > if (err != 0) > { > lam_mkpt (comm); > return lam_errfunc (comm, 15, err); > } > for (i = 0; i < done; i++) > { > MPI_Send (buff, count, datatype, stats[i].MPI_SOURCE, 15, comm); > if (err) > { > lam_mkpt (comm); > return lam_errfunc (comm, 15, err); > } > } > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12158
:
4695
| 5144