http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49832
--- Comment #1 from Uros Bizjak 2011-07-25 06:55:23
UTC ---
Please mark x32 bugs with [x32].
(In reply to comment #0)
> [hjl@gnu-6 ilp32-8]$ make x.o
> /export/build/gnu/gcc-x32/build-x86_64-linux/gcc/xgcc
> -B/export/build/gnu/gcc-x32/build-x8
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49813
Jason Merrill changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49823
Jason Merrill changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49823
--- Comment #2 from Jason Merrill 2011-07-25
05:03:54 UTC ---
Author: jason
Date: Mon Jul 25 05:03:50 2011
New Revision: 176732
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176732
Log:
PR c++/49823
* parser.c (cp_parser_qualifyi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49835
--- Comment #2 from Andrew Pinski 2011-07-25
04:55:01 UTC ---
This should be fixed already.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49825
Richard Henderson changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49831
--- Comment #2 from Richard Henderson 2011-07-25
03:35:08 UTC ---
Author: rth
Date: Mon Jul 25 03:35:05 2011
New Revision: 176730
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176730
Log:
PR debug/49831
* dwarf2cfi.c (connect_tra
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49825
--- Comment #5 from Richard Henderson 2011-07-25
03:26:37 UTC ---
Author: rth
Date: Mon Jul 25 03:26:35 2011
New Revision: 176729
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176729
Log:
PR debug/49825
* dwarf2cfi.c (dwarf2out_s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49827
--- Comment #6 from Richard Henderson 2011-07-25
03:18:15 UTC ---
Author: rth
Date: Mon Jul 25 03:18:13 2011
New Revision: 176728
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176728
Log:
PR debug/49827
* dwarf2cfi.c (create_trac
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49825
--- Comment #4 from Richard Henderson 2011-07-25
03:05:11 UTC ---
Author: rth
Date: Mon Jul 25 03:05:06 2011
New Revision: 176726
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176726
Log:
PR debug/49825
Test case gcc.c-torture/compile/p
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49835
--- Comment #1 from hjl at gcc dot gnu.org 2011-07-25
02:08:49 UTC ---
Author: hjl
Date: Mon Jul 25 02:08:44 2011
New Revision: 176725
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176725
Log:
Remove the unused demangle_flag in collect2.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49835
Summary: [4.7 Regression] Revision 176720 caused bootstrap
failure
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49834
Summary: type deduction in for-each loop in template function
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49833
Summary: PIC doesn't work
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassig...@gcc.gnu.org
R
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49832
Summary: too many memory references for `lea'
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassig...@g
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49827
John David Anglin changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Commen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49830
Richard Henderson changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49831
Hans-Peter Nilsson changed:
What|Removed |Added
CC||hp at gcc dot gnu.org
--- Comment #1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49827
Richard Henderson changed:
What|Removed |Added
Target|sparc64-linux, |sparc64-linux, cris-elf
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49831
Summary: arm-linux-gnueabi bootstrap failures due to ICE in
dwarf2cfi.c connect_traces
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
--- Comment #20 from Paolo Carlini 2011-07-24
22:54:05 UTC ---
... or maybe not, because actually _GLIBCXX_CONCEPT_CHECKS defines used
typedefs, only, pointless besides type checking.
We should also check -D_GLIBCXX_DEBUG. This one is serious.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
--- Comment #19 from Paolo Carlini 2011-07-24
22:49:32 UTC ---
Just as a note, wanted also to add that if I understand correctly the
(temporary?!?) small issue with system headers, it would also affect people
building their code with -D_GLIBCXX_C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
--- Comment #18 from Paolo Carlini 2011-07-24
22:37:39 UTC ---
By the way, an obvious positive additional testcase, involving templates, would
be one inspired by libstdc++/33084 that is involving *before* the
fix for that bug. Shouldn't be too h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
--- Comment #17 from Paolo Carlini 2011-07-24
22:32:22 UTC ---
Beautiful. And of course I don't think PB_DS_STATIC_ASSERT gonna be a serious
problem.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46898
Eric Weddington changed:
What|Removed |Added
CC||eric.weddington at atmel
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49827
Richard Henderson changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49271
Daniel Franke changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
Dodji Seketeli changed:
What|Removed |Added
Attachment #24820|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49271
--- Comment #12 from Hugh 2011-07-24 22:08:42 UTC ---
I apologize for not getting back to you. The recommendation was to change to a
newer version of the compiler which I did and the problem went away.
Hugh McCutchen
On Jul 24, 2011, at 12:04
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33255
--- Comment #15 from Dodji Seketeli 2011-07-24
21:57:47 UTC ---
Created attachment 24820
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24820
Work in progress patch
This works only on the C++ FE (not on the C FE yet) for now and has been
li
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49293
--- Comment #9 from uros at gcc dot gnu.org 2011-07-24 21:50:51 UTC ---
Author: uros
Date: Sun Jul 24 21:50:48 2011
New Revision: 176719
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176719
Log:
Backport from mainline
2011-06-07 P
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49830
Andrew Pinski changed:
What|Removed |Added
Keywords||build, ice-on-valid-code
Compone
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49807
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47509
Eric Weddington changed:
What|Removed |Added
CC||eric.weddington at atmel
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49827
Hans-Peter Nilsson changed:
What|Removed |Added
CC||hp at gcc dot gnu.org
--- Comment #2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49827
Andrew Pinski changed:
What|Removed |Added
Keywords||build, ice-on-valid-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49826
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |4.7.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49822
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |4.7.0
Summary|[gcc-4.7 regress
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49776
Andrew Pinski changed:
What|Removed |Added
Keywords||error-recovery,
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48795
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48833
--- Comment #1 from Andrew Pinski 2011-07-24
21:01:18 UTC ---
It works for me with:
GNU GIMPLE (GCC) version 4.7.0 20110723 (experimental) [trunk revision 176707]
(x86_64-unknown-linux-gnu)
compiled by GNU C version 4.7.0 20110723 (experiment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49206
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49129
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49126
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49054
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48993
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48992
Andrew Pinski changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONFIR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48980
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48962
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48923
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48914
Andrew Pinski changed:
What|Removed |Added
Keywords||diagnostic
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44352
--- Comment #16 from Tobias Burnus 2011-07-24
20:05:33 UTC ---
(In reply to comment #15)
> Was this ever backported? Should it still be backported?
No, it has only been fixed for 4.6 (and thus 4.7), but not for 4.5. It is not a
regression but al
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49627
Daniel Franke changed:
What|Removed |Added
CC||dfranke at gcc dot gnu.org
Seve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138
--- Comment #5 from Tobias Burnus 2011-07-24
19:58:32 UTC ---
(In reply to comment #4)
> Isn't this the same as bug #35707?
Hmm, maybe. I think strictly speaking they are different issues, but both try
to solve the same problem.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48858
--- Comment #8 from Tobias Burnus 2011-07-24
19:56:56 UTC ---
(In reply to comment #7)
> Tobias, did comment #4/#5 implement #35161?
No. The original issue of this PR and of PR 35161 is unfixed. (I think they are
duplicates.)
The only change (c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48718
Tobias Burnus changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48718
--- Comment #4 from Tobias Burnus 2011-07-24
19:50:31 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > Works with -fno-realloc-lhs -- thus, it should be one of the recently fixed
> > 4.6/4.7 regressions.
> Can this be closed, then?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48864
Tobias Burnus changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49830
Summary: [4.7 regression] m68k-linux bootstrap failure due to
ICE in dwarf2out_notice_stack_adjust
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47720
Daniel Franke changed:
What|Removed |Added
CC||dfranke at gcc dot gnu.org
--- Comment #6
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48718
Daniel Franke changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38804
--- Comment #13 from Rob 2011-07-24 19:19:22 UTC ---
(In reply to comment #12)
> It has always been the case that configure needs to be able to execute code
> for all multilibs. If you have a target where this is not possible (like
> Solaris or I
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48858
Daniel Franke changed:
What|Removed |Added
CC||dfranke at gcc dot gnu.org
--- Comment #7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829
Summary: --disable-static --enable-shared regression: cannot
find -lstdc++
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
C
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48864
Daniel Franke changed:
What|Removed |Added
CC||dfranke at gcc dot gnu.org
--- Comment #3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49138
Daniel Franke changed:
What|Removed |Added
CC||dfranke at gcc dot gnu.org
--- Comment #4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49149
Daniel Franke changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49271
Daniel Franke changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49501
Daniel Franke changed:
What|Removed |Added
CC||dfranke at gcc dot gnu.org
--- Comment #2
: unassig...@gcc.gnu.org
ReportedBy: jan.kratoch...@redhat.com
Target: x86_64-unknown-linux-gnu
FAIL: gcc (GCC) 4.4.7 20110724 (prerelease)
FAIL: gcc (GCC) 4.5.4 20110724 (prerelease)
FAIL: gcc (GCC) 4.6.2 20110724 (prerelease)
FAIL: gcc (GCC) 4.7.0 20110719 (experimental
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49297
Daniel Franke changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46703
--- Comment #4 from Daniel Franke 2011-07-24
18:53:21 UTC ---
Any news here? May this report be closed?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44352
--- Comment #15 from Daniel Franke 2011-07-24
18:51:30 UTC ---
Was this ever backported? Should it still be backported?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40766
--- Comment #21 from Daniel Franke 2011-07-24
18:49:19 UTC ---
One year down. Did anything happen here?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38913
Daniel Franke changed:
What|Removed |Added
Status|WAITING |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49683
Daniel Franke changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49438
Daniel Franke changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49813
--- Comment #25 from Daniel Krügler
2011-07-24 14:55:04 UTC ---
(In reply to comment #21)
As far as I could follow this discussion, LWG 2013 seems to be the right
location from the library view of point. But a compiler should not allow for
funct
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49057
Richard Earnshaw changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49827
Mikael Pettersson changed:
What|Removed |Added
Target|sparc64-linux |sparc64-linux,
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49825
Eric Botcazou changed:
What|Removed |Added
CC||ebotcazou at gcc dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49820
--- Comment #9 from Andrew Pinski 2011-07-24
09:40:57 UTC ---
(In reply to comment #8)
> Why is the behavior different for signed and unsigned?
> The expression (a + 5 < a) is reduced to always false when a is signed, but
> not
> when a is unsig
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49827
Summary: [4.7 regression] sparc64-linux bootstrap failure due
to ICE in dwarf2cfi.c connect_traces
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49820
--- Comment #8 from Agner Fog 2011-07-24 08:16:39 UTC
---
Thanks for your comments.
Why is the behavior different for signed and unsigned?
The expression (a + 5 < a) is reduced to always false when a is signed, but not
when a is unsigned.
-Wal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49820
--- Comment #7 from Eric Botcazou 2011-07-24
06:56:13 UTC ---
> I think there is a disconnect between ISO/IEC and their desire to produce
> portable code, secure programming, and practical implementations. Confer:
>
> ME: "I want to check the
85 matches
Mail list logo