Your message dated Thu, 2 Aug 2007 00:37:46 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#435546: gcc-4.1: Wrong loop code generation using O2
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not th
On 8/1/07, Bastian Blank <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 01, 2007 at 04:16:13PM +0200, Javier Cabezas Rodríguez wrote:
> > void do_pin_processes(int pids[], int n, char pin)
> > {
> > int i;
> > for (i = 0; i < n; i++) {
> > printf("%d\n", i);
> > do_pin_process(pids[i], pin);
--
marcus at better dot se changed:
What|Removed |Added
CC||marcus at better dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32853
On Wed, Aug 01, 2007 at 04:16:13PM +0200, Javier Cabezas Rodríguez wrote:
> void do_pin_processes(int pids[], int n, char pin)
> {
> int i;
> for (i = 0; i < n; i++) {
> printf("%d\n", i);
> do_pin_process(pids[i], pin);
> }
> }
>
> When I compile the attached program with the follow
Please could you attach/reference buildable sources?
that's only the case if build with -pg?
> However if I export the CFLAGS variable with -O0 it works properly.
please could you recheck with -O1, and then add the optimization flags
which make up -O2 one by one? see the docs.
--
To UNSUBSCRI
Package: gcc-4.1
Version: 4.1.2-13
Severity: important
void do_pin_processes(int pids[], int n, char pin)
{
int i;
for (i = 0; i < n; i++) {
printf("%d\n", i);
do_pin_process(pids[i], pin);
}
}
When I compile the attached program with the following flags the
compiler generates a inf
Accepted:
cpp-3.4_3.4.6-6_sparc.deb
to pool/main/g/gcc-3.4/cpp-3.4_3.4.6-6_sparc.deb
g++-3.4_3.4.6-6_sparc.deb
to pool/main/g/gcc-3.4/g++-3.4_3.4.6-6_sparc.deb
g77-3.4_3.4.6-6_sparc.deb
to pool/main/g/gcc-3.4/g77-3.4_3.4.6-6_sparc.deb
gcc-3.4-base_3.4.6-6_sparc.deb
to pool/main/g/gcc-3.4/g
gcc-3.4_3.4.6ds1-6_sparc.changes uploaded successfully to localhost
along with the files:
gcc-3.4-base_3.4.6-6_sparc.deb
cpp-3.4_3.4.6-6_sparc.deb
g++-3.4_3.4.6-6_sparc.deb
libstdc++6-dev_3.4.6-6_sparc.deb
libstdc++6-pic_3.4.6-6_sparc.deb
libstdc++6-dbg_3.4.6-6_sparc.deb
libg2c0_3.4.6
8 matches
Mail list logo