public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/30510]  New: Gcc failed to bootstrap
@ 2007-01-19 18:53 hjl at lucon dot org
  2007-01-19 23:08 ` [Bug bootstrap/30510] " andreast at gcc dot gnu dot org
                   ` (23 more replies)
  0 siblings, 24 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-19 18:53 UTC (permalink / raw)
  To: gcc-bugs

cc1: warnings being treated as errors
/export/gnu/src/gcc/gcc/gcc/cp/parser.c: In function
âcp_parser_type_specifierâ:
/export/gnu/src/gcc/gcc/gcc/cp/parser.c:13206: warning: âbasesâ may
be used uninitialized in this function
/export/gnu/src/gcc/gcc/gcc/cp/parser.c:13206: note: âbasesâ was
declared here


-- 
           Summary: Gcc failed to bootstrap
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


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


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

* [Bug bootstrap/30510] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
@ 2007-01-19 23:08 ` andreast at gcc dot gnu dot org
  2007-01-20  0:24 ` hjl at lucon dot org
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: andreast at gcc dot gnu dot org @ 2007-01-19 23:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from andreast at gcc dot gnu dot org  2007-01-19 23:07 -------
This works here:
Index: parser.c
===================================================================
--- parser.c    (revision 120949)
+++ parser.c    (working copy)
@@ -13203,7 +13203,7 @@
   bool saved_in_function_body;
   tree old_scope = NULL_TREE;
   tree scope = NULL_TREE;
-  tree bases;
+  tree bases = NULL_TREE;

   push_deferring_access_checks (dk_no_deferred);



-- 


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


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

* [Bug bootstrap/30510] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
  2007-01-19 23:08 ` [Bug bootstrap/30510] " andreast at gcc dot gnu dot org
@ 2007-01-20  0:24 ` hjl at lucon dot org
  2007-01-21 21:03 ` [Bug bootstrap/30510] [4.3 Regression] " pinskia at gcc dot gnu dot org
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-20  0:24 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 423 bytes --]



------- Comment #2 from hjl at lucon dot org  2007-01-20 00:24 -------
I also got

/export/gnu/src/gcc/gcc/gcc/fortran/resolve.c: In function ‘gfc_resolve_expr’:
/export/gnu/src/gcc/gcc/gcc/fortran/resolve.c:1541: warning: ‘name’ may be used
uninitialized in this function
/export/gnu/src/gcc/gcc/gcc/fortran/resolve.c:1541: note: ‘name’ was declared
here


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
  2007-01-19 23:08 ` [Bug bootstrap/30510] " andreast at gcc dot gnu dot org
  2007-01-20  0:24 ` hjl at lucon dot org
@ 2007-01-21 21:03 ` pinskia at gcc dot gnu dot org
  2007-01-23 13:29 ` mueller at gcc dot gnu dot org
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-21 21:03 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
            Summary|Gcc failed to bootstrap     |[4.3 Regression] Gcc failed
                   |                            |to bootstrap
   Target Milestone|---                         |4.3.0


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-01-21 21:03 ` [Bug bootstrap/30510] [4.3 Regression] " pinskia at gcc dot gnu dot org
@ 2007-01-23 13:29 ` mueller at gcc dot gnu dot org
  2007-01-23 13:33 ` mueller at gcc dot gnu dot org
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: mueller at gcc dot gnu dot org @ 2007-01-23 13:29 UTC (permalink / raw)
  To: gcc-bugs



-- 

mueller at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-01-23 13:29:26
               date|                            |


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-01-23 13:29 ` mueller at gcc dot gnu dot org
@ 2007-01-23 13:33 ` mueller at gcc dot gnu dot org
  2007-01-23 14:00 ` hjl at lucon dot org
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: mueller at gcc dot gnu dot org @ 2007-01-23 13:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mueller at gcc dot gnu dot org  2007-01-23 13:33 -------
ah, no, this doesn't seem to be the same thing. 


-- 

mueller at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|http://gcc.gnu.org/ml/gcc-  |
                   |patches/2007-               |
                   |01/msg01731.html            |


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2007-01-23 13:33 ` mueller at gcc dot gnu dot org
@ 2007-01-23 14:00 ` hjl at lucon dot org
  2007-01-23 14:03 ` hjl at lucon dot org
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-23 14:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from hjl at lucon dot org  2007-01-23 14:00 -------
A patch is posted at

http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01654.html


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (5 preceding siblings ...)
  2007-01-23 14:00 ` hjl at lucon dot org
@ 2007-01-23 14:03 ` hjl at lucon dot org
  2007-01-23 15:32 ` pinskia at gcc dot gnu dot org
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-23 14:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hjl at lucon dot org  2007-01-23 14:03 -------
An updated patch is at

http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01882.html


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (6 preceding siblings ...)
  2007-01-23 14:03 ` hjl at lucon dot org
@ 2007-01-23 15:32 ` pinskia at gcc dot gnu dot org
  2007-01-23 15:47 ` mueller at gcc dot gnu dot org
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-23 15:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2007-01-23 15:32 -------
These issues have already been fixed as I can bootstrap now.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (7 preceding siblings ...)
  2007-01-23 15:32 ` pinskia at gcc dot gnu dot org
@ 2007-01-23 15:47 ` mueller at gcc dot gnu dot org
  2007-01-23 15:50   ` Andrew Pinski
  2007-01-23 15:50 ` pinskia at physics dot uc dot edu
                   ` (14 subsequent siblings)
  23 siblings, 1 reply; 26+ messages in thread
From: mueller at gcc dot gnu dot org @ 2007-01-23 15:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mueller at gcc dot gnu dot org  2007-01-23 15:47 -------
which revision is that? -r121081 fails here


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (8 preceding siblings ...)
  2007-01-23 15:47 ` mueller at gcc dot gnu dot org
@ 2007-01-23 15:50 ` pinskia at physics dot uc dot edu
  2007-01-23 16:00 ` hjl at lucon dot org
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: pinskia at physics dot uc dot edu @ 2007-01-23 15:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at physics dot uc dot edu  2007-01-23 15:50 -------
Subject: Re:  [4.3 Regression] Gcc failed to bootstrap

> 
> 
> 
> ------- Comment #7 from mueller at gcc dot gnu dot org  2007-01-23 15:47 -------
> which revision is that? -r121081 fails here

revision 121050, and 121076.

-- Pinski


-- 


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


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

* Re: [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-23 15:47 ` mueller at gcc dot gnu dot org
@ 2007-01-23 15:50   ` Andrew Pinski
  0 siblings, 0 replies; 26+ messages in thread
From: Andrew Pinski @ 2007-01-23 15:50 UTC (permalink / raw)
  To: gcc-bugzilla; +Cc: gcc-bugs

> 
> 
> 
> ------- Comment #7 from mueller at gcc dot gnu dot org  2007-01-23 15:47 -------
> which revision is that? -r121081 fails here

revision 121050, and 121076.

-- Pinski


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (9 preceding siblings ...)
  2007-01-23 15:50 ` pinskia at physics dot uc dot edu
@ 2007-01-23 16:00 ` hjl at lucon dot org
  2007-01-23 16:02 ` hjl at lucon dot org
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-23 16:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from hjl at lucon dot org  2007-01-23 16:00 -------
-r121081 fails here too.


-- 

hjl at lucon dot org changed:

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


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (10 preceding siblings ...)
  2007-01-23 16:00 ` hjl at lucon dot org
@ 2007-01-23 16:02 ` hjl at lucon dot org
  2007-01-23 16:04 ` pinskia at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-23 16:02 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from hjl at lucon dot org  2007-01-23 16:02 -------
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01882.html

works for me with revision 121081.


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (11 preceding siblings ...)
  2007-01-23 16:02 ` hjl at lucon dot org
@ 2007-01-23 16:04 ` pinskia at gcc dot gnu dot org
  2007-01-23 16:06 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-23 16:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from pinskia at gcc dot gnu dot org  2007-01-23 16:04 -------
For one your resolve.c patch is incorrect, see PR 30549.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |30549


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (12 preceding siblings ...)
  2007-01-23 16:04 ` pinskia at gcc dot gnu dot org
@ 2007-01-23 16:06 ` pinskia at gcc dot gnu dot org
  2007-01-23 16:54 ` martin at mpa-garching dot mpg dot de
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-01-23 16:06 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from pinskia at gcc dot gnu dot org  2007-01-23 16:06 -------
Two, I don't see any warning from cp/parser.c at all.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (13 preceding siblings ...)
  2007-01-23 16:06 ` pinskia at gcc dot gnu dot org
@ 2007-01-23 16:54 ` martin at mpa-garching dot mpg dot de
  2007-01-23 17:22 ` hjl at lucon dot org
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: martin at mpa-garching dot mpg dot de @ 2007-01-23 16:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from martin at mpa-garching dot mpg dot de  2007-01-23 16:53 -------
Could this be an enable-checking issue?

I'm only seeing the problem when configuring with "--enable-checking=release",
otherwise the compiler bootstraps fine.
This is on i686-pc-linux-gnu.

(I also have
export BOOT_CFLAGS="-O2"
export CFLAGS="-O2"
if that makes a difference.)


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (14 preceding siblings ...)
  2007-01-23 16:54 ` martin at mpa-garching dot mpg dot de
@ 2007-01-23 17:22 ` hjl at lucon dot org
  2007-01-27  0:03 ` hjl at lucon dot org
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-23 17:22 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1674 bytes --]



------- Comment #14 from hjl at lucon dot org  2007-01-23 17:22 -------
With revision 121082, I still got


cc1: warning/export/build/gnu/gcc/build-ia64-linux/./prev-gcc/xgcc
-B/export/build/gnu/gcc/build-ia64-linux/./prev-gcc/
-B/usr/gcc-4.3/ia64-unknown-linux-gnu/bin/ -c   -DUSE_LIBUNWIND_EXCEPTIONS -g
-O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute
-Werror -Wc++-compat    -DHAVE_CONFIG_H -I. -Icp
-I/net/gnu-13/export/gnu/src/gcc/gcc/gcc
-I/net/gnu-13/export/gnu/src/gcc/gcc/gcc/cp
-I/net/gnu-13/export/gnu/src/gcc/gcc/gcc/../include
-I/net/gnu-13/export/gnu/src/gcc/gcc/gcc/../libcpp/include 
-I/net/gnu-13/export/gnu/src/gcc/gcc/gcc/../libdecnumber
-I/net/gnu-13/export/gnu/src/gcc/gcc/gcc/../libdecnumber/dpd -I../libdecnumber 
  /net/gnu-13/export/gnu/src/gcc/gcc/gcc/cp/parser.c -o cp/parser.o
s being treated as errors
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/cp/parser.c: In function
‘cp_parser_type_specifier’:
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/cp/parser.c:13206: warning: ‘bases’ may
be used uninitialized in this function
/net/gnu-13/export/gnu/src/gcc/gcc/gcc/cp/parser.c:13206: note: ‘bases’ was
declared here

I used --enable-checking=assert to configure gcc.


-- 

hjl at lucon dot org changed:

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


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (15 preceding siblings ...)
  2007-01-23 17:22 ` hjl at lucon dot org
@ 2007-01-27  0:03 ` hjl at lucon dot org
  2007-01-27  0:07 ` hjl at lucon dot org
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-27  0:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from hjl at lucon dot org  2007-01-27 00:02 -------
Created an attachment (id=12967)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12967&action=view)
Part of cp/parser.c without --enable-checking=assert

This is the part of cp/parser.c configured without --enable-checking=assert.


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (16 preceding siblings ...)
  2007-01-27  0:03 ` hjl at lucon dot org
@ 2007-01-27  0:07 ` hjl at lucon dot org
  2007-01-30 10:52 ` mtrudel at gmx dot ch
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: hjl at lucon dot org @ 2007-01-27  0:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from hjl at lucon dot org  2007-01-27 00:06 -------
Created an attachment (id=12968)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12968&action=view)
Part of cp/parser.c with --enable-checking=assert

This is the part of cp/parser.c configured with --enable-checking=assert.
Because different -enable-checking settings effectively create slightly
different gcc source codes seen by gcc, gcc may or may not be determine
bases will be initialized or not.


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (17 preceding siblings ...)
  2007-01-27  0:07 ` hjl at lucon dot org
@ 2007-01-30 10:52 ` mtrudel at gmx dot ch
  2007-01-30 11:00 ` mtrudel at gmx dot ch
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: mtrudel at gmx dot ch @ 2007-01-30 10:52 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from mtrudel at gmx dot ch  2007-01-30 10:52 -------
Has there been any progress with this bug?


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (18 preceding siblings ...)
  2007-01-30 10:52 ` mtrudel at gmx dot ch
@ 2007-01-30 11:00 ` mtrudel at gmx dot ch
  2007-01-30 16:05 ` abugger at littlepinkcloud dot com
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: mtrudel at gmx dot ch @ 2007-01-30 11:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from mtrudel at gmx dot ch  2007-01-30 11:00 -------
Sorry, the previous message has been truncated:

Has there been any progress with this bug?
I can confirm it and I need the mentioned patch to be able to compile
 the current trunk:
-  tree bases;
+  tree bases = NULL_TREE;

I understand that some configurations work and some fail. Also I
 cannot confirm the depency of bug 30549 since 30549 was fixed
and this one still occurs...


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (19 preceding siblings ...)
  2007-01-30 11:00 ` mtrudel at gmx dot ch
@ 2007-01-30 16:05 ` abugger at littlepinkcloud dot com
  2007-01-31 16:19 ` mtrudel at gmx dot ch
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: abugger at littlepinkcloud dot com @ 2007-01-30 16:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from abugger at littlepinkcloud dot com  2007-01-30 16:05 -------
testing


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (20 preceding siblings ...)
  2007-01-30 16:05 ` abugger at littlepinkcloud dot com
@ 2007-01-31 16:19 ` mtrudel at gmx dot ch
  2007-02-05 12:43 ` mueller at gcc dot gnu dot org
  2007-02-05 12:44 ` mueller at gcc dot gnu dot org
  23 siblings, 0 replies; 26+ messages in thread
From: mtrudel at gmx dot ch @ 2007-01-31 16:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from mtrudel at gmx dot ch  2007-01-31 16:19 -------
In case it helps; I use this configuration on my 32bit Linux box to configure:

/usr/local/src/gcc/configure --prefix=/home/Marco/Desktop/gcc
--build=`/usr/local/src/gcc/config.guess` --host=i686-pc-linux-gnu
--target=i686-pc-linux-gnu --enable-languages=c,c++,java --enable-libgcj
--with-gnu-as --with-gnu-ld --disable-nls --disable-debug --disable-checking
--enable-threads=posix --disable-win32-registry
--with-gmp=/home/Marco/Desktop/gmp-out --with-mpfr=/home/Marco/Desktop/mpfr-out


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (21 preceding siblings ...)
  2007-01-31 16:19 ` mtrudel at gmx dot ch
@ 2007-02-05 12:43 ` mueller at gcc dot gnu dot org
  2007-02-05 12:44 ` mueller at gcc dot gnu dot org
  23 siblings, 0 replies; 26+ messages in thread
From: mueller at gcc dot gnu dot org @ 2007-02-05 12:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from mueller at gcc dot gnu dot org  2007-02-05 12:43 -------
Subject: Bug 30510

Author: mueller
Date: Mon Feb  5 12:43:17 2007
New Revision: 121596

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121596
Log:
2007-02-05  Dirk Mueller  <dmueller@suse.de>

       PR bootstrap/30510
       * parser.c (cp_parser_class_specifier): Always initialize bases.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c


-- 


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


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

* [Bug bootstrap/30510] [4.3 Regression] Gcc failed to bootstrap
  2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
                   ` (22 preceding siblings ...)
  2007-02-05 12:43 ` mueller at gcc dot gnu dot org
@ 2007-02-05 12:44 ` mueller at gcc dot gnu dot org
  23 siblings, 0 replies; 26+ messages in thread
From: mueller at gcc dot gnu dot org @ 2007-02-05 12:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from mueller at gcc dot gnu dot org  2007-02-05 12:43 -------
Fixed in 4.3. 


-- 

mueller at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-02-05 12:44 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-19 18:53 [Bug bootstrap/30510] New: Gcc failed to bootstrap hjl at lucon dot org
2007-01-19 23:08 ` [Bug bootstrap/30510] " andreast at gcc dot gnu dot org
2007-01-20  0:24 ` hjl at lucon dot org
2007-01-21 21:03 ` [Bug bootstrap/30510] [4.3 Regression] " pinskia at gcc dot gnu dot org
2007-01-23 13:29 ` mueller at gcc dot gnu dot org
2007-01-23 13:33 ` mueller at gcc dot gnu dot org
2007-01-23 14:00 ` hjl at lucon dot org
2007-01-23 14:03 ` hjl at lucon dot org
2007-01-23 15:32 ` pinskia at gcc dot gnu dot org
2007-01-23 15:47 ` mueller at gcc dot gnu dot org
2007-01-23 15:50   ` Andrew Pinski
2007-01-23 15:50 ` pinskia at physics dot uc dot edu
2007-01-23 16:00 ` hjl at lucon dot org
2007-01-23 16:02 ` hjl at lucon dot org
2007-01-23 16:04 ` pinskia at gcc dot gnu dot org
2007-01-23 16:06 ` pinskia at gcc dot gnu dot org
2007-01-23 16:54 ` martin at mpa-garching dot mpg dot de
2007-01-23 17:22 ` hjl at lucon dot org
2007-01-27  0:03 ` hjl at lucon dot org
2007-01-27  0:07 ` hjl at lucon dot org
2007-01-30 10:52 ` mtrudel at gmx dot ch
2007-01-30 11:00 ` mtrudel at gmx dot ch
2007-01-30 16:05 ` abugger at littlepinkcloud dot com
2007-01-31 16:19 ` mtrudel at gmx dot ch
2007-02-05 12:43 ` mueller at gcc dot gnu dot org
2007-02-05 12:44 ` mueller at gcc dot gnu dot 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).