http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437
--- Comment #9 from Josh Triplett 2012-02-19
06:29:27 UTC ---
(In reply to comment #8)
> You really do want to flag both definition and usage. For instance, there's
> plenty of buggy software (especially GNU software like binutils) using __pid_t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437
--- Comment #8 from Rich Felker 2012-02-19 05:47:18
UTC ---
You really do want to flag both definition and usage. For instance, there's
plenty of buggy software (especially GNU software like binutils) using __pid_t
and similar when it should be u
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437
--- Comment #7 from Josh Triplett 2012-02-19
04:41:59 UTC ---
(In reply to comment #6)
> I would greatly like to see this as well; actually I was just about to file a
> duplicate report when I found this, as a result of finding "struct _Color" in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51437
Rich Felker changed:
What|Removed |Added
CC||bugdal at aerifal dot cx
--- Comment #6 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52308
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52308
Bug #: 52308
Summary: -pedantic -ffast-math fails to compile with
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: minor
Priori
/configure --prefix=/home/tkoenig
--enable-languages=c,fortran --with-ppl --with-cloog
Thread model: posix
gcc version 4.7.0 20120218 (experimental) [trunk revision 184372] (GCC)
[tkoenig@gcc1-power7 TESTING]$
This is after the fix for PR 50561, and may be related.
I haven't yet checked if this
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43437
--- Comment #22 from Thorsten Glaser 2012-02-18 23:31:40
UTC ---
ok, moved it to #52306
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306
Bug #: 52306
Summary: ICE in CSE
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle
math-68881.h as distributed with gcc 4.6.2 and gcc SVN trunk
uses “__inline extern” instead of C99 “static inline”.
bye,
//mirabilos
--
“Having a smoking section in a restaurant is like having
a peeing section in a swimming pool.”
-- Edw
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52303
Steve Holland changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238
--- Comment #8 from Kai Tietz 2012-02-18 21:57:21
UTC ---
(In reply to comment #7)
> It does not play a role here, nonetheless __SIZE_TYPE__ should be more correct
> than __PTRDIFF_TYPE__.
I think here is the question for your reply missing in t
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23868
Jason Merrill changed:
What|Removed |Added
CC||aoliva at gcc dot gnu.org,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50105
--- Comment #18 from Dominique d'Humieres
2012-02-18 17:03:18 UTC ---
> There are therefore no requirements on the processor for this
> program, and it may produce either output, or even a runtime error.
If accepted, this means that it is not a
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43437
--- Comment #21 from Mikael Pettersson 2012-02-18
15:33:32 UTC ---
(In reply to comment #20)
> Just a reminder that the bug (which Mikael kindly begun to analyse) still
> happens on the 4.6 branch and, as he said it, is most likely only masked on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294
Richard Earnshaw changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986
--- Comment #35 from Anders F Björklund
2012-02-18 14:15:28 UTC ---
At least it compiles again, after adding asm prefix and ptrace/sysctl...
Hacked it in for now, but needs a better patch for runtime and syscall.
Still fails to actually run, but
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986
--- Comment #34 from Anders F Björklund
2012-02-18 14:08:26 UTC ---
There is the other big change needed, which is to prefix all the asm names
with USER_LABEL_PREFIX (_) so that they will actually link properly later.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986
--- Comment #33 from Anders F Björklund
2012-02-18 14:07:03 UTC ---
Created attachment 26699
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26699
gcc-darwin_libgo.patch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52304
Jonathan Wakely changed:
What|Removed |Added
Version|unknown |4.5.2
--- Comment #4 from Jonathan Wake
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52129
Mikael Pettersson changed:
What|Removed |Added
CC||mikpe at it dot uu.se
--- Comment #7
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294
--- Comment #6 from Steven Bosscher 2012-02-18
12:47:20 UTC ---
Or better:
Index: arm.md
===
--- arm.md(revision 184318)
+++ arm.md(working copy)
@@ -3505,7 +3505,7 @@
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294
--- Comment #5 from Steven Bosscher 2012-02-18
12:46:00 UTC ---
(In reply to comment #4)
> (If the pattern of comment #3 is to blame, then this ...
...probably fix it.
Index: arm.md
==
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294
--- Comment #4 from Steven Bosscher 2012-02-18
12:36:29 UTC ---
(If the pattern of comment #3 is to blame, then this goes back all the way to
the check-in of that pattern, see
http://gcc.gnu.org/viewcvs?view=revision&revision=33028)
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52295
Tobias Burnus changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52295
--- Comment #1 from Tobias Burnus 2012-02-18
12:31:48 UTC ---
Author: burnus
Date: Sat Feb 18 12:31:42 2012
New Revision: 184372
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184372
Log:
2012-02-18 Tobias Burnus
PR fortran/52
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52294
Steven Bosscher changed:
What|Removed |Added
CC||rearnsha at gcc dot
|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305
Georg-Johann Lay changed:
What|Removed |Added
Priority|P3 |P5
Status|UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52305
Bug #: 52305
Summary: [avr] ICE in avr_print_operand: unknown mode
(const_double)
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52298
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238
--- Comment #7 from Michael Kostylev
2012-02-18 10:04:41 UTC ---
It does not play a role here, nonetheless __SIZE_TYPE__ should be more correct
than __PTRDIFF_TYPE__.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52303
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52304
Vinicius Tinti changed:
What|Removed |Added
Attachment #26697|0 |1
is obsolete|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52304
--- Comment #2 from Vinicius Tinti 2012-02-18
09:54:19 UTC ---
Hello Jonathan,
Sorry my mistake, I forget to remove the build folder content. There are only
things generated by CMake. Please just do rm -rf build/* and try to run CMake
again insi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50105
Tobias Burnus changed:
What|Removed |Added
Status|WAITING |NEW
CC|
35 matches
Mail list logo