--- Comment #8 from patchapp at dberlin dot org 2007-02-04 03:20 ---
Subject: Bug number PR c++/21312
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00294.html
--
http://gcc.gnu.org/bugzil
--- Comment #6 from patchapp at dberlin dot org 2007-02-04 03:06 ---
Subject: Bug number PR30514
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00266.html
--- Comment #7 from patchapp at
--- Comment #6 from patchapp at dberlin dot org 2007-02-04 03:06 ---
Subject: Bug number PR30514
A patch for this bug has been added to the patch tracker.
The mailing list url for the patch is
http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00266.html
--- Comment #7 from patchapp at
--- Comment #5 from kargl at gcc dot gnu dot org 2007-02-04 02:26 ---
(In reply to comment #4)
> OK, maybe gfortran is right.
It isn't that gfortran is right or wrong. :-)
The -fdefault-integer-8 changes the default integer kind to
an 8 byte integer. The default real kind is still 4 b
--- Comment #7 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-04
01:55 ---
Subject: Re: FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
> My patch just exposed a latent bug. Does this fail on the trunk also the same
> way? If not can you trace to see where the
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-02-04 01:54 ---
> + @@@ This is a kludge. Should look into removing the NRV
> + optimization from the C++ front end for GCC 4.3. */
You can't because the NVR optimization in the front-end also removes th
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-04
01:50 ---
Subject: Re: ICE optimizing passing long double to abstract method while in
other abstract's impl
> > --- Comment #5 from tbm at cyrius dot com 2007-02-03 09:45 ---
> > I don't see this with Linux
--- Comment #6 from pinskia at gcc dot gnu dot org 2007-02-04 01:41 ---
> The failure was introduced in revision 121076:
My patch just exposed a latent bug. Does this fail on the trunk also the same
way? If not can you trace to see where the difference in the IR between the
4.2 branch
--- Comment #5 from dave at hiauly1 dot hia dot nrc dot ca 2007-02-04
01:07 ---
Subject: Re: FAIL: gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
> --- Comment #3 from kargl at gcc dot gnu dot org 2007-01-30 02:53 ---
> A scan of libgfortran/ChangeLog and gcc/for
--- Comment #4 from burnus at gcc dot gnu dot org 2007-02-04 00:19 ---
Thomas asked at c.l.f:
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/e3745c39a11522c5
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30694
--- Comment #4 from milan at cmm dot ki dot si 2007-02-04 00:13 ---
OK, maybe gfortran is right. It doesn't make much sense to me, but this is what
I found from wikipedia links in its fortran entry:
"Variables and arrays in common blocks can appear in EQUIVALENCE statements but
this has
--- Comment #3 from milan at cmm dot ki dot si 2007-02-03 23:52 ---
I am sorry for misunderstanding the program. I just took out of something big,
to show some weird behavior of COMMON and EQUIVALENCE. As you can imagine
-fdefault-integer-8 trick is the only solution to make those old 1
--- Comment #2 from uros at gcc dot gnu dot org 2007-02-03 23:39 ---
Subject: Bug 30667
Author: uros
Date: Sat Feb 3 23:39:31 2007
New Revision: 121555
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121555
Log:
PR middle-end/30667
* combine.c (try_combine): Do n
--- Comment #7 from hubicka at gcc dot gnu dot org 2007-02-03 23:35 ---
Subject: Bug 30650
Author: hubicka
Date: Sat Feb 3 23:35:42 2007
New Revision: 121554
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121554
Log:
PR gcov-profile/30650
* value-prof.c (string
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-02-03 23:32 ---
Confirmed.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON
--- Comment #20 from janis at gcc dot gnu dot org 2007-02-03 22:58 ---
Created an attachment (id=13003)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13003&action=view)
preliminary patch
Manuel, I like your idea of letting the DejaGnu procs do most of the work and
then modifying t
Tested with gcc-4.2-20070131, with -O3 on i386. Gcc correctly writes the
constants directly into the variable called "out", but it still stores its
temporary result on the stack, from where it will never be read anymore.
gcc-4.1.1 DOES seem to eliminate these arrays, at least in the given examp
--- Comment #6 from hubicka at ucw dot cz 2007-02-03 21:55 ---
Subject: Re: [4.3 Regression] ICE with -fprofile-use
> size = ((histogram->hvalue.counters[0]
> + histogram->hvalue.counters[0] / 2)
> - / histogram->hvalue.counters[0]);
> + /
--- Comment #5 from rguenth at gcc dot gnu dot org 2007-02-03 21:51 ---
size = ((histogram->hvalue.counters[0]
+ histogram->hvalue.counters[0] / 2)
- / histogram->hvalue.counters[0]);
+ / histogram->hvalue.counters[1]);
micha suggested you m
--- Comment #4 from hubicka at gcc dot gnu dot org 2007-02-03 21:49 ---
Created an attachment (id=13002)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13002&action=view)
Fix
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30650
--- Comment #3 from hubicka at gcc dot gnu dot org 2007-02-03 21:48 ---
Testing fix.
--
hubicka at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|una
--- Comment #2 from stefaan dot deroeck at gmail dot com 2007-02-03 21:45
---
I'm guessing "make profiledbootstrap" fails on my machine for the same reason.
(I get the same ICE). Last tested with snapshot gcc-4.3.0_alpha20070202. My
platform is i386 though, not x86_64, using CFLAGS "
--- Comment #1 from reichelt at gcc dot gnu dot org 2007-02-03 21:39
---
Even shorter testcase:
inline void foo() {}
int main()
{
#pragma omp parallel
foo();
foo();
return 0;
}
--
http://gcc.gn
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|--- |4.3.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30696
The following program causes a linker failure on mainline when compiled
with "gcc -fopenmp -O -std=c99":
inline void foo() {}
int main()
{
foo();
#pragma omp parallel for
for ( int i=0; i<1; ++i )
foo();
return 0;
}
==
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30473
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30468
--- Comment #6 from gdr at gcc dot gnu dot org 2007-02-03 21:26 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30294
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30460
--- Comment #6 from gdr at gcc dot gnu dot org 2007-02-03 21:25 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30437
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30363
--- Comment #8 from gdr at gcc dot gnu dot org 2007-02-03 21:24 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #10 from gdr at gcc dot gnu dot org 2007-02-03 21:24 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
--
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30302
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30262
--- Comment #3 from gdr at gcc dot gnu dot org 2007-02-03 21:23 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30293
--- Comment #3 from gdr at gcc dot gnu dot org 2007-02-03 21:22 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30158
--- Comment #2 from gdr at gcc dot gnu dot org 2007-02-03 21:22 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #4 from gdr at gcc dot gnu dot org 2007-02-03 21:21 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30108
--- Comment #3 from danglin at gcc dot gnu dot org 2007-02-03 21:21 ---
The cxa_vec.C failure is fixed.
--
danglin at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from gdr at gcc dot gnu dot org 2007-02-03 21:20 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #3 from gdr at gcc dot gnu dot org 2007-02-03 21:20 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #9 from gdr at gcc dot gnu dot org 2007-02-03 21:19 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #2 from dushistov at mail dot ru 2007-02-03 21:15 ---
(In reply to comment #1)
> I think this has already been fixed on the trunk with the new -Wconversion
> behaviors:
> http://gcc.gnu.org/wiki/NewWconversion
>
Thaks for reply,
I hope to see this feature in near future.
--- Comment #2 from danglin at gcc dot gnu dot org 2007-02-03 21:15 ---
Subject: Bug 30174
Author: danglin
Date: Sat Feb 3 21:15:15 2007
New Revision: 121551
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121551
Log:
PR middle-end/30174
* varasm.c (notice_global
--- Comment #10 from pault at gcc dot gnu dot org 2007-02-03 21:11 ---
This fixes the problem and regtests OK:
Index: gcc/fortran/module.c
===
*** gcc/fortran/module.c(revision 121540)
--- gcc/fortran/module.c
--- Comment #8 from reichelt at gcc dot gnu dot org 2007-02-03 21:05
---
Won't be fixed o the 4.0 branch.
Fixed in GCC 4.1.2.
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #8 from bauhaus at futureapps dot de 2007-02-03 21:04 ---
Subject: Re: GNAT Bug Box, GCC error, verify_ssa failed
On Sat, 2007-02-03 at 09:51 +, tbm at cyrius dot com wrote:
>
> --- Comment #7 from tbm at cyrius dot com 2007-02-03 09:51 ---
> (In reply to comm
--- Comment #8 from reichelt at gcc dot gnu dot org 2007-02-03 21:04
---
Won't be fixed o the 4.0 branch.
Fixed in GCC 4.1.2.
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
-
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29877
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29731
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29727
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29484
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29475
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29474
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29472
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29436
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29401
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29388
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29236
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29225
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29215
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29048
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29197
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29042
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29039
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29024
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30016
--- Comment #7 from gdr at gcc dot gnu dot org 2007-02-03 20:59 ---
won't fix in GCC-4.0.x. Adjusting milestone
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from gdr at gcc dot gnu dot org 2007-02-03 20:57 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #8 from gdr at gcc dot gnu dot org 2007-02-03 20:57 ---
Fixed in GCC-4.1.2.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.0.4 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29735
--- Comment #6 from gdr at gcc dot gnu dot org 2007-02-03 20:55 ---
Fixed in GCC-4.1.2.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSI
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28989
--- Comment #5 from reichelt at gcc dot gnu dot org 2007-02-03 20:55
---
Won't be fixed o the 4.0 branch.
Fixed in GCC 4.1.2.
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
-
--- Comment #7 from gdr at gcc dot gnu dot org 2007-02-03 20:55 ---
Fixed in GCC-4.1.2.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #5 from gdr at gcc dot gnu dot org 2007-02-03 20:54 ---
won't fix in GCC-4.0.x. Adjusting milestone.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
---
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28879
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28985
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28868
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28861
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28834
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28831
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28755
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28712
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28709
--- Comment #7 from reichelt at gcc dot gnu dot org 2007-02-03 20:53
---
Won't be fixed on the 4.0 branch.
Fixed in GCC 4.1.2.
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #8 from reichelt at gcc dot gnu dot org 2007-02-03 20:52
---
Won't be fixed on the 4.0 branch.
Fixed in GCC 4.1.2.
--
reichelt at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from gdr at gcc dot gnu dot org 2007-02-03 20:50 ---
Fixed in GCC-4.1.2.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #10 from gdr at gcc dot gnu dot org 2007-02-03 20:50 ---
Fixed in GCC-4.1.2.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #7 from gdr at gcc dot gnu dot org 2007-02-03 20:49 ---
Fixed in GCC-4.1.2.
--
gdr at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28558
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28504
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28505
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Target Milestone|4.1.3 |4.1.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28460
1 - 100 of 402 matches
Mail list logo