--- Comment #37 from pault at gcc dot gnu dot org 2006-10-16 22:29 ---
Subject: Bug 20541
Author: pault
Date: Mon Oct 16 22:29:46 2006
New Revision: 117797
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117797
Log:
2006-10-17 Paul Thomas <[EMAIL PROTECTED]>
PR fortran/
--- Comment #6 from danglin at gcc dot gnu dot org 2006-10-16 22:32 ---
Also fails on hppa2.0w-hp-hpux11.11.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23716
--- Comment #5 from danglin at gcc dot gnu dot org 2006-10-16 22:36 ---
Also fails on hppa2.0w-hp-hpux11.11.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23613
--- Comment #5 from danglin at gcc dot gnu dot org 2006-10-16 22:37 ---
Also fails on hppa2.0w-hp-hpux11.11.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23614
--- Comment #8 from danglin at gcc dot gnu dot org 2006-10-16 22:38 ---
They also fail on hppa2.0w-hp-hpux11.11.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23616
/xxx/gnu/gcc/objdir/./gcc/xgcc -shared-libgcc -B/xxx/gnu/gcc/objdir/./gcc -nost
dinc++ -L/xxx/gnu/gcc/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3/src
-L/xxx/gnu/gc
c/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3/src/.libs
-B/opt/gnu/gcc/gcc-4.2.0/hp
pa1.1-hp-hpux10.20/bin/ -B/opt/gnu/gcc/gcc-4.2.0/hppa1.1-
--- Comment #11 from mmitchel at gcc dot gnu dot org 2006-10-16 23:06
---
Subject: Bug 29435
Author: mmitchel
Date: Mon Oct 16 23:06:35 2006
New Revision: 117799
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117799
Log:
PR c++/29435
* typeck.c (cxx_sizeof_or_al
--- Comment #10 from mmitchel at gcc dot gnu dot org 2006-10-16 23:08
---
Subject: Bug 29408
Author: mmitchel
Date: Mon Oct 16 23:07:46 2006
New Revision: 117800
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117800
Log:
PR c++/29408
* parser.c (cp_parser_using_
--- Comment #1 from danglin at gcc dot gnu dot org 2006-10-16 23:11 ---
Results for last successful build are here:
http://gcc.gnu.org/ml/gcc-testresults/2006-08/msg00530.html
Don't recall any backend changes since then.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29487
--- Comment #12 from mmitchel at gcc dot gnu dot org 2006-10-16 23:11
---
Fixed in 4.2.0.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Summ
--- Comment #11 from mmitchel at gcc dot gnu dot org 2006-10-16 23:12
---
Fixed in 4.2.0.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Summ
--- Comment #3 from mmitchel at gcc dot gnu dot org 2006-10-16 23:25
---
James --
Case #1 in Comment #1 is accepted by current G++ 4.1 and mainline branches. I
do not believe Case #2 is valid, as the standard says that a non-type template
argument may be:
the address of an object
I have tried to Make gcc 4.1.1 on an Intel Woodcrest system (Intel Xeon
processors) and also on a Fabric7 Q80 server (AMD Opteron processors). I
couldn't complete the Make without getting an error from the use of ld.
The Woodcrest error looks like:
/usr/bin/ld: crti.o: No such file: No such file
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com
|dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-10-16 23:36 ---
/usr/bin/ld: crti.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make[3]: *** [32/libgcc_s.so] Error 1
make[2]: *** [stmp-multilib] Error 2
make[1]: *** [all-gcc] Error 2
make: *** [al
--- Comment #7 from mmitchel at gcc dot gnu dot org 2006-10-16 23:38
---
In rsponse to Comment #2, no this PR should not be P2. Downgraded to P5.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-10-16 23:48
---
Given that Joseph doesn't think we should change the behavior, we shouldn't
have this on the release watchlist.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Adde
--- Comment #2 from janis at gcc dot gnu dot org 2006-10-16 23:49 ---
A regression hunt identified the following patch:
http://gcc.gnu.org/viewcvs?view=rev&rev=100757
r100757 | nathan | 2005-06-08 11:49:23 + (Wed, 08 Jun 2005)
--
janis at gcc dot gnu dot org changed:
--- Comment #12 from mmitchel at gcc dot gnu dot org 2006-10-17 00:01
---
Subject: Bug 29408
Author: mmitchel
Date: Tue Oct 17 00:01:14 2006
New Revision: 117802
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117802
Log:
PR c++/29408
* parser.c (cp_parser_using_
--- Comment #13 from mmitchel at gcc dot gnu dot org 2006-10-17 00:01
---
Fixed in 4.1.2.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Sta
--- Comment #5 from pcarlini at suse dot de 2006-10-17 00:04 ---
Unfortunately, at the time I overlooked this comment in locale_facets.tcc:
// NB: Not especially useful. Without an ios_base object or some
// kind of locale reference, we are left clawing at the air where
// the sid
--- Comment #8 from ghazi at gcc dot gnu dot org 2006-10-17 01:26 ---
Subject: Bug 29300
Author: ghazi
Date: Tue Oct 17 01:26:28 2006
New Revision: 117811
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117811
Log:
Backport:
2006-10-14 Eric Botcazou <[EMAIL PROT
--- Comment #9 from ghazi at gcc dot gnu dot org 2006-10-17 01:28 ---
Subject: Bug 29300
Author: ghazi
Date: Tue Oct 17 01:28:41 2006
New Revision: 117812
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117812
Log:
Backport:
2006-10-14 Eric Botcazou <[EMAIL PROT
--- Comment #9 from bangerth at math dot tamu dot edu 2006-10-17 01:49
---
Subject: Re: [4.0/4.1/4.2 Regression] Bogus ambiguity with
templates + friend
> TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL
If I didn't know better, this would sure sound like something written
under the influence
--- Comment #13 from mmitchel at gcc dot gnu dot org 2006-10-17 01:56
---
Subject: Bug 29435
Author: mmitchel
Date: Tue Oct 17 01:56:23 2006
New Revision: 117813
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117813
Log:
PR c++/29435
* typeck.c (cxx_sizeof_or_al
--- Comment #14 from mmitchel at gcc dot gnu dot org 2006-10-17 01:56
---
Fixed in 4.1.2.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Sta
--- Comment #4 from mmitchel at gcc dot gnu dot org 2006-10-17 02:01
---
Subject: Bug 27270
Author: mmitchel
Date: Tue Oct 17 02:01:27 2006
New Revision: 117814
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117814
Log:
PR c++/27270
* typeck2.c (process_init_con
--- Comment #5 from mmitchel at gcc dot gnu dot org 2006-10-17 02:04
---
Fixed in 4.2.0.
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
Summa
--- Comment #20 from drow at gcc dot gnu dot org 2006-10-17 02:40 ---
Subject: Re: gcj should generate N_MAIN stab or DW_AT_entry_point dwarf2
debug info
On Sat, Oct 14, 2006 at 02:17:32PM -, steven at gcc dot gnu dot org wrote:
> Someone should make gdb understand the DW_AT_calli
--
mmitchel at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |mark at codesourcery dot com
|dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-10-17 04:55 ---
Created an attachment (id=12449)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12449&action=view)
Patch without initialization option
I have had to drop -finitialize-null due to problems in testing. I will have
--- Comment #2 from bangerth at dealii dot org 2006-10-17 05:45 ---
I can't either. The typical failure mode would have been an infinite
growth of memory usage, but I can't see this with any version I have.
It must be a RH specific problem...
--
bangerth at dealii dot org changed:
101 - 132 of 132 matches
Mail list logo