http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42189
Jerry DeLisle changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48208
Summary: -F option is not joined
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
AssignedTo: unassig...@gcc.gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48174
--- Comment #6 from Tobias Burnus 2011-03-19
23:35:12 UTC ---
(In reply to comment #5)
> - else if (sym->attr.is_main_program)
> + else if (sym->attr.if_source != IFSRC_UNKNOWN)
Probably better OR the old condition (is_main_program || if_sourc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45304
--- Comment #4 from Tobias Burnus 2011-03-19
23:31:33 UTC ---
Related (duplicate): PR 48174 (see patch there).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48174
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org
--- Comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #11 from Ramana Radhakrishnan
2011-03-19 22:14:50 UTC ---
(In reply to comment #10)
> (In reply to comment #9)
> > Can you try with -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=softfp -mthumb
> > ?
> > It fails in that case . #c1 has
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
--- Comment #6 from Jack Howarth 2011-03-19
22:02:58 UTC ---
Doesn't the darwin linker developer's comments on PR48097
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48097#c8) imply that libjava's
Throw2 test case is expected to fail on the curren
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41495
Paolo Carlini changed:
What|Removed |Added
CC||milan.jurik at xylab dot cz
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48205
Paolo Carlini changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48207
--- Comment #1 from Dmitry Gorbachev
2011-03-19 20:05:44 UTC ---
Created attachment 23728
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23728
Backtrace
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48207
Summary: ICE in lhd_set_decl_assembler_name, at langhooks.c:158
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedT
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #10 from Jakub Jelinek 2011-03-19
20:02:04 UTC ---
(In reply to comment #9)
> Can you try with -mcpu=cortex-a9 -mfpu=vfpv3-d16 -mfloat-abi=softfp -mthumb ?
> It fails in that case . #c1 has the configuration options that I used.
Can
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44499
--- Comment #18 from Jonathan Wakely 2011-03-19
19:56:49 UTC ---
(In reply to comment #17)
> OK, I'll update the changes page with a variation of the note in comment 11,
done
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #9 from Ramana Radhakrishnan 2011-03-19
19:25:30 UTC ---
(In reply to comment #8)
> ./cc1 -O2 -g ld-collate.i -quiet; echo $?
> 0
>
> if you are talking about #c2 testcase. I have cross configured with
> ../configure --disable-boots
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #8 from Jakub Jelinek 2011-03-19
19:21:27 UTC ---
./cc1 -O2 -g ld-collate.i -quiet; echo $?
0
if you are talking about #c2 testcase. I have cross configured with
../configure --disable-bootstrap --target armv5tel-unknown-linux-gnuea
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #7 from Ramana Radhakrishnan 2011-03-19
19:16:34 UTC ---
(In reply to comment #5)
> Created attachment 23725 [details]
> gcc47-pr48203.patch
>
> Untested fix.
Please ignore comment #6 - I was using the wrong compiler accidentally.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #6 from Ramana Radhakrishnan 2011-03-19
19:13:30 UTC ---
(In reply to comment #5)
> Created attachment 23725 [details]
> gcc47-pr48203.patch
>
> Untested fix
Bootstrap and cross-testing on in parallel.
Ramana(In reply to comment #5
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48206
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48205
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48206
--- Comment #2 from comaddcor at gmx dot net 2011-03-19 18:37:19 UTC ---
Comment on attachment 23726
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23726
Sample program to demonstrate the issue.
I had to zip the source code since it would not
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48206
--- Comment #1 from comaddcor at gmx dot net 2011-03-19 18:36:25 UTC ---
Created attachment 23726
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23726
Sample program to demonstrate the issue.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48206
Summary: Issue with using std::shared_ptr with custom equality
operator and STL (gnu++0x)
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48205
Summary: clocale ieee_1003.1-2001 broken
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassig...@gcc
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35667
--- Comment #7 from John David Anglin 2011-03-19
17:25:21 UTC ---
Author: danglin
Date: Sat Mar 19 17:25:18 2011
New Revision: 171182
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171182
Log:
PR fortran/35667
* io/io.h (convert_i
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48172
Ira Rosen changed:
What|Removed |Added
CC||irar at il dot ibm.com
--- Comment #5 from Ir
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48143
Steven Bosscher changed:
What|Removed |Added
CC||steven at gcc dot gnu.org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48156
Steven Bosscher changed:
What|Removed |Added
Status|ASSIGNED|NEW
AssignedTo|steven at gcc do
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48204
Summary: [4.5/4.6/4.7 Regression] ICE: in decimal_to_decnumber,
at dfp.c:115 with -fno-tree-ccp
-fno-tree-dominator-opts -fno-tree-fre -g
Product: gcc
Version: 4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48190
--- Comment #1 from walt 2011-03-19 16:20:24 UTC ---
This bug is a duplicate of https://bugs.launchpad.net/gcc-linaro/+bug/714921
I tried to mark it as a duplicate, but bugzilla won't accept a bug number
from a different project. Hmph.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48202
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48117
Tobias Burnus changed:
What|Removed |Added
CC||pmarguinaud at hotmail dot
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48202
kargl at gcc dot gnu.org changed:
What|Removed |Added
CC||kargl at gcc dot gnu.org
--- Co
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197
--- Comment #10 from Jakub Jelinek 2011-03-19
15:17:06 UTC ---
BTW, this failed already in gcc 2.7.2.3, so doesn't seem to be a regression.
I think we want to fix it in 4.6 nevertheless, but only after 4.6.0 is
released.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47930
Ramana Radhakrishnan changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #3 from Ramana Radhakrishnan 2011-03-19
15:12:55 UTC ---
This also breaks bootstrap in stage3 for arm-linux-gnueabi while building
c-common.c
Ramana
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197
--- Comment #9 from Jakub Jelinek 2011-03-19
15:06:14 UTC ---
Created attachment 23723
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23723
gcc47-pr48197.patch
Maybe, but it might not be very easy, as it is related to diagnostics too (both
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
--- Comment #5 from Iain Sandoe 2011-03-19 15:06:07
UTC ---
in addition to the attachment at c #4 - you'll also need this:
Index: gcc/toplev.c
===
--- gcc/toplev.c(revision 17
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48085
--- Comment #1 from H.J. Lu 2011-03-19 15:03:05
UTC ---
The existing testcase is gcc.target/i386/pr32661-1.c.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #2 from Ramana Radhakrishnan 2011-03-19
15:02:15 UTC ---
Created attachment 23722
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23722
Original test.
Unreduced testcase.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
--- Comment #4 from Iain Sandoe 2011-03-19 15:00:14
UTC ---
Created attachment 23721
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23721
work in progress patch to suppress unwind epilogues on Darwin
There was a change in gcc unwinding duri
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
--- Comment #1 from Ramana Radhakrishnan 2011-03-19
14:59:37 UTC ---
Created attachment 23720
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23720
Testcase
Reduced testcase with delta.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48203
Summary: ICE in dwarf2out.c while building eglibc.
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
AssignedTo: unassig.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47439
Francois-Xavier Coudert changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47439
--- Comment #5 from Francois-Xavier Coudert
2011-03-19 14:35:12 UTC ---
Author: fxcoudert
Date: Sat Mar 19 14:35:05 2011
New Revision: 171180
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171180
Log:
PR libfortran/47439
* gfortra
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47439
--- Comment #4 from H.J. Lu 2011-03-19 14:30:37
UTC ---
On Linux/ia32, revision 171179 gave:
FAIL: gfortran.dg/scratch_1.f90 -O0 execution test
FAIL: gfortran.dg/scratch_1.f90 -O1 execution test
FAIL: gfortran.dg/scratch_1.f90 -O2 executio
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48201
--- Comment #2 from praktakus at go2 dot pl 2011-03-19 14:22:30 UTC ---
How should i fix my problem then?
Should I relly on anyone?
Best regards,
MB
Dnia 19 marca 2011 3:54 "pinskia at gcc dot gnu.org"
napisaĆ(a):
> http://gcc.gnu.org/bugzilla/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48202
Summary: Internal compiler error
Product: gcc
Version: 4.5.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassig...@gcc.gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197
--- Comment #8 from Richard Guenther 2011-03-19
12:34:55 UTC ---
(In reply to comment #7)
> I think the bug is in shorten_compare.
> We are called for GT_EXPR with op0 0LL and op1 (unsigned) (short) ((short) 0 ^
> (short) y)
> with long long resu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47439
--- Comment #3 from Francois-Xavier Coudert
2011-03-19 12:09:34 UTC ---
Author: fxcoudert
Date: Sat Mar 19 12:09:27 2011
New Revision: 171178
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171178
Log:
PR libfortran/47439
* io/uni
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |ASSIGNED
Last reconfirmed|2011-03-19 11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48197
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
--- Comment #3 from Mike Stump 2011-03-19
09:49:35 UTC ---
> With an appropriate DYLD_LIBRARY_PATH, the problem disappears.
So, can you elaborate? Which value makes the problem disappear? I'd assume
you if you include $prefix/lib?
I fear this
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
Denis Excoffier changed:
What|Removed |Added
Version|4.5.0 |4.6.0
--- Comment #2 from Denis Excoffi
55 matches
Mail list logo