public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap
@ 2011-01-07 17:09 hjl.tools at gmail dot com
  2011-01-07 18:23 ` [Bug bootstrap/47215] " hjl.tools at gmail dot com
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: hjl.tools at gmail dot com @ 2011-01-07 17:09 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

           Summary: [4.6 Regression] Failed to bootstrap
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hjl.tools@gmail.com


On Linux/x86-64, revision 168571 failed to bootstrap:

http://gcc.gnu.org/ml/gcc-regression/2011-01/msg00081.html

<built-in>:0:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [java/lang/Class.lo] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: *** [java/lang/Object.lo] Error 1

Revision 168564 is OK.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
@ 2011-01-07 18:23 ` hjl.tools at gmail dot com
  2011-01-07 20:26 ` dominiq at lps dot ens.fr
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: hjl.tools at gmail dot com @ 2011-01-07 18:23 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ktietz at gcc dot gnu.org
   Target Milestone|---                         |4.6.0

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2011-01-07 18:18:31 UTC ---
It is caused by revision 168569:

http://gcc.gnu.org/ml/gcc-cvs/2011-01/msg00186.html


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
  2011-01-07 18:23 ` [Bug bootstrap/47215] " hjl.tools at gmail dot com
@ 2011-01-07 20:26 ` dominiq at lps dot ens.fr
  2011-01-07 20:27 ` ktietz at gcc dot gnu.org
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: dominiq at lps dot ens.fr @ 2011-01-07 20:26 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-01-07 19:42:43 UTC ---
Confirmed on x86_64-apple-darwin10.6.0. After reverting revision 168569
bootstrapping succeeds.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
  2011-01-07 18:23 ` [Bug bootstrap/47215] " hjl.tools at gmail dot com
  2011-01-07 20:26 ` dominiq at lps dot ens.fr
@ 2011-01-07 20:27 ` ktietz at gcc dot gnu.org
  2011-01-07 20:37 ` davek at gcc dot gnu.org
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-07 20:27 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #3 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-07 19:48:18 UTC ---
I am just about to test a patch for this. Java misses to build some type-nodes,
which are necessary for building the va_list type. It seems so that
unsigned_type_node is the culprit here.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2011-01-07 20:27 ` ktietz at gcc dot gnu.org
@ 2011-01-07 20:37 ` davek at gcc dot gnu.org
  2011-01-07 21:19 ` ktietz at gcc dot gnu.org
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: davek at gcc dot gnu.org @ 2011-01-07 20:37 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Dave Korn <davek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davek at gcc dot gnu.org

--- Comment #4 from Dave Korn <davek at gcc dot gnu.org> 2011-01-07 20:27:01 UTC ---
(In reply to comment #3)
> I am just about to test a patch for this. Java misses to build some type-nodes,

Yeah, see also http://gcc.gnu.org/ml/gcc-patches/2010-12/msg00921.html (ignore
the linked PR though, it was a red herring.)


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2011-01-07 20:37 ` davek at gcc dot gnu.org
@ 2011-01-07 21:19 ` ktietz at gcc dot gnu.org
  2011-01-07 21:50 ` ktietz at gcc dot gnu.org
                   ` (14 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-07 21:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #5 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-07 21:11:52 UTC ---
Author: ktietz
Date: Fri Jan  7 21:11:48 2011
New Revision: 168585

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168585
Log:
2011-01-07  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/47215
        * decl.c (java_init_decl_processing): Initialize unsigned_type_node.


Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/decl.c


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2011-01-07 21:19 ` ktietz at gcc dot gnu.org
@ 2011-01-07 21:50 ` ktietz at gcc dot gnu.org
  2011-01-10 16:15 ` krebbel at gcc dot gnu.org
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-07 21:50 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-07 21:14:14 UTC ---
Fixed.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2011-01-07 21:50 ` ktietz at gcc dot gnu.org
@ 2011-01-10 16:15 ` krebbel at gcc dot gnu.org
  2011-01-10 16:39 ` ktietz at gcc dot gnu.org
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: krebbel at gcc dot gnu.org @ 2011-01-10 16:15 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Andreas Krebbel <krebbel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2011.01.10 16:14:36
                 CC|                            |krebbel at gcc dot gnu.org
         Resolution|FIXED                       |
     Ever Confirmed|0                           |1

--- Comment #7 from Andreas Krebbel <krebbel at gcc dot gnu.org> 2011-01-10 16:14:36 UTC ---
On s390x rev. 168625 it still fails with:

<built-in>:0:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[5]: *** [java/lang/Object.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
<built-in>:0:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
mkdir -p -- gnu/java/awt/
make[5]: *** [java/lang/Class.lo] Error 1

Rev. 168568 works fine.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (6 preceding siblings ...)
  2011-01-10 16:15 ` krebbel at gcc dot gnu.org
@ 2011-01-10 16:39 ` ktietz at gcc dot gnu.org
  2011-01-11 11:56 ` rguenth at gcc dot gnu.org
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-10 16:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #8 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-10 16:23:23 UTC ---
Issue here is that s390 uses for its va_list_node_type a record containing
long_integer_type_node type, which doesn't get initialized by java's decl.c


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (7 preceding siblings ...)
  2011-01-10 16:39 ` ktietz at gcc dot gnu.org
@ 2011-01-11 11:56 ` rguenth at gcc dot gnu.org
  2011-01-11 12:14 ` ktietz at gcc dot gnu.org
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-01-11 11:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (8 preceding siblings ...)
  2011-01-11 11:56 ` rguenth at gcc dot gnu.org
@ 2011-01-11 12:14 ` ktietz at gcc dot gnu.org
  2011-01-11 15:12 ` ktietz at gcc dot gnu.org
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-11 12:14 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #9 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-11 12:06:38 UTC ---
Patch already posted at http://gcc.gnu.org/ml/gcc-patches/2011-01/msg00575.html


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (9 preceding siblings ...)
  2011-01-11 12:14 ` ktietz at gcc dot gnu.org
@ 2011-01-11 15:12 ` ktietz at gcc dot gnu.org
  2011-01-11 15:24 ` ktietz at gcc dot gnu.org
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-11 15:12 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #10 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-11 14:51:17 UTC ---
Author: ktietz
Date: Tue Jan 11 14:51:07 2011
New Revision: 168662

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168662
Log:
2011-01-11  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/47215
        * decl.c (java_init_decl_processing): Initialize
        long_integer_type_node.


Modified:
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/decl.c


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (10 preceding siblings ...)
  2011-01-11 15:12 ` ktietz at gcc dot gnu.org
@ 2011-01-11 15:24 ` ktietz at gcc dot gnu.org
  2011-01-11 15:42 ` schwab@linux-m68k.org
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-11 15:24 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #11 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-11 14:55:23 UTC ---
Fixed.

Hope there is no other missing type-node ...


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (11 preceding siblings ...)
  2011-01-11 15:24 ` ktietz at gcc dot gnu.org
@ 2011-01-11 15:42 ` schwab@linux-m68k.org
  2011-01-15 11:05 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: schwab@linux-m68k.org @ 2011-01-11 15:42 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #12 from Andreas Schwab <schwab@linux-m68k.org> 2011-01-11 15:30:24 UTC ---
There are plenty.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (12 preceding siblings ...)
  2011-01-11 15:42 ` schwab@linux-m68k.org
@ 2011-01-15 11:05 ` jakub at gcc dot gnu.org
  2011-01-16  3:51 ` aoliva at gcc dot gnu.org
                   ` (5 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: jakub at gcc dot gnu.org @ 2011-01-15 11:05 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-15 10:49:30 UTC ---
I think the http://gcc.gnu.org/ml/gcc-cvs/2011-01/msg00186.html check in and
all its follow-ups should be reverted, Java simply doesn't have a va_list type,
so it shouldn't be built.
Instead ix86_local_alignment should add va_list_type_node && to its checks
before using TYPE_MAIN_VARIANT on it.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (13 preceding siblings ...)
  2011-01-15 11:05 ` jakub at gcc dot gnu.org
@ 2011-01-16  3:51 ` aoliva at gcc dot gnu.org
  2011-01-16  9:33 ` ktietz at gcc dot gnu.org
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: aoliva at gcc dot gnu.org @ 2011-01-16  3:51 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot       |ktietz at gcc dot gnu.org
                   |gnu.org                     |

--- Comment #14 from Alexandre Oliva <aoliva at gcc dot gnu.org> 2011-01-16 03:13:32 UTC ---
Kai, Jakub, are you going to act on this, or would you like me to take it over?
 Please reassign it as appropriate, thanks.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (14 preceding siblings ...)
  2011-01-16  3:51 ` aoliva at gcc dot gnu.org
@ 2011-01-16  9:33 ` ktietz at gcc dot gnu.org
  2011-01-16 13:24 ` mikpe at it dot uu.se
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-16  9:33 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #15 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-16 08:34:56 UTC ---
I will prepare today a patch, which removes the part in java's decl.c, and adds
to i386 the additional check for initialized va_list_type_node in alignment
check.

Nevertheless, I see this more as a working hack, then as a solution. By looking
through the ChangeLog's of java FE, I see that in 1999 va_list_type_node was
added, but there is no line to be found in ChangeLog that this type
initialization was removed. So, it is in my understanding an regression.

That java's FE should use base type-machinery from tree.c would be something
good, but this design change should be done (or at least triggered) by one of
the java FE maintainers and looks to me in stage 4 a bit risky.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (15 preceding siblings ...)
  2011-01-16  9:33 ` ktietz at gcc dot gnu.org
@ 2011-01-16 13:24 ` mikpe at it dot uu.se
  2011-01-17 22:34 ` ktietz at gcc dot gnu.org
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 21+ messages in thread
From: mikpe at it dot uu.se @ 2011-01-16 13:24 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Mikael Pettersson <mikpe at it dot uu.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mikpe at it dot uu.se

--- Comment #16 from Mikael Pettersson <mikpe at it dot uu.se> 2011-01-16 13:04:18 UTC ---
Bootstrap w/ java is still (r168845) broken on powerpc64-linux.


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (16 preceding siblings ...)
  2011-01-16 13:24 ` mikpe at it dot uu.se
@ 2011-01-17 22:34 ` ktietz at gcc dot gnu.org
  2011-01-21  9:50 ` ktietz at gcc dot gnu.org
  2011-01-21  9:56 ` ktietz at gcc dot gnu.org
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-17 22:34 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #17 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-17 21:56:13 UTC ---
Patch posted with reversal of java patch and fix in i386.

http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01071.html


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (17 preceding siblings ...)
  2011-01-17 22:34 ` ktietz at gcc dot gnu.org
@ 2011-01-21  9:50 ` ktietz at gcc dot gnu.org
  2011-01-21  9:56 ` ktietz at gcc dot gnu.org
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-21  9:50 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

--- Comment #18 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-21 09:05:18 UTC ---
Author: ktietz
Date: Fri Jan 21 09:05:14 2011
New Revision: 169080

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169080
Log:
2011-01-21  Kai Tietz  <kai.tietz@onevision.com>

        PR bootstrap/47215
        * decl.c (java_init_decl_processing): Remove
        va_list_type_node related type initializations.

2011-01-21  Kai Tietz  <kai.tietz@onevision.com>

    PR bootstrap/47215
    * config/i386/i386.c (ix86_local_alignment): Handle
    case for va_list_type_node is nil.
    (ix86_canonical_va_list_type): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/java/ChangeLog
    trunk/gcc/java/decl.c


^ permalink raw reply	[flat|nested] 21+ messages in thread

* [Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap
  2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
                   ` (18 preceding siblings ...)
  2011-01-21  9:50 ` ktietz at gcc dot gnu.org
@ 2011-01-21  9:56 ` ktietz at gcc dot gnu.org
  19 siblings, 0 replies; 21+ messages in thread
From: ktietz at gcc dot gnu.org @ 2011-01-21  9:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #19 from Kai Tietz <ktietz at gcc dot gnu.org> 2011-01-21 09:08:06 UTC ---
Reverted at revision 169080.


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2011-01-21  9:09 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-07 17:09 [Bug bootstrap/47215] New: [4.6 Regression] Failed to bootstrap hjl.tools at gmail dot com
2011-01-07 18:23 ` [Bug bootstrap/47215] " hjl.tools at gmail dot com
2011-01-07 20:26 ` dominiq at lps dot ens.fr
2011-01-07 20:27 ` ktietz at gcc dot gnu.org
2011-01-07 20:37 ` davek at gcc dot gnu.org
2011-01-07 21:19 ` ktietz at gcc dot gnu.org
2011-01-07 21:50 ` ktietz at gcc dot gnu.org
2011-01-10 16:15 ` krebbel at gcc dot gnu.org
2011-01-10 16:39 ` ktietz at gcc dot gnu.org
2011-01-11 11:56 ` rguenth at gcc dot gnu.org
2011-01-11 12:14 ` ktietz at gcc dot gnu.org
2011-01-11 15:12 ` ktietz at gcc dot gnu.org
2011-01-11 15:24 ` ktietz at gcc dot gnu.org
2011-01-11 15:42 ` schwab@linux-m68k.org
2011-01-15 11:05 ` jakub at gcc dot gnu.org
2011-01-16  3:51 ` aoliva at gcc dot gnu.org
2011-01-16  9:33 ` ktietz at gcc dot gnu.org
2011-01-16 13:24 ` mikpe at it dot uu.se
2011-01-17 22:34 ` ktietz at gcc dot gnu.org
2011-01-21  9:50 ` ktietz at gcc dot gnu.org
2011-01-21  9:56 ` ktietz at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).