public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
@ 2014-10-31 18:38 dougmencken at gmail dot com
  2014-10-31 18:39 ` [Bug bootstrap/63703] " dougmencken at gmail dot com
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: dougmencken at gmail dot com @ 2014-10-31 18:38 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

            Bug ID: 63703
           Summary: [4.9.2 Regression] cc1: internal compiler error: in
                    init_reg_sets, at reginfo.c:178
           Product: gcc
           Version: 4.9.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dougmencken at gmail dot com

At stage1 of bootstrapping 4.9.2, I got libgcc configure error (from
powerpc-unknown-darwin/libgcc/config.log):

configure:3389: /_gcc_build/./gcc/xgcc -B/_gcc_build/./gcc/
-B/usr/powerpc-unknown-darwin/bin/ -B/usr/powerpc-u$
cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3392: $? = 1
configure:3580: checking for suffix of object files
configure:3602: /_gcc_build/./gcc/xgcc -B/_gcc_build/./gcc/
-B/usr/powerpc-unknown-darwin/bin/ -B/usr/powerpc-u$
cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
configure:3606: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3620: error: in `/_gcc_build/powerpc-unknown-darwin/libgcc':
configure:3623: error: cannot compute suffix of object files: cannot compile


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

* [Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
@ 2014-10-31 18:39 ` dougmencken at gmail dot com
  2014-10-31 18:47 ` dougmencken at gmail dot com
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: dougmencken at gmail dot com @ 2014-10-31 18:39 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #1 from Douglas Mencken <dougmencken at gmail dot com> ---
$ gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=gcc/xgcc
Target: powerpc-unknown-darwin
Configured with: ../gcc-4.9.2/configure --build=powerpc-unknown-darwin
--host=powerpc-unknown-darwin --target=powerpc-unknown-darwin --prefix=/usr
--sysconfdir=/etc --mandir=/usr/share/man --with-slibdir=/usr/lib
--program-prefix= --enable-languages=c,c++,objc,obj-c++ --disable-checking
--enable-shared --enable-static --enable-threads=posix --with-__thread
--disable-nls
Thread model: posix
gcc version 4.9.2 (GCC)


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

* [Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
  2014-10-31 18:39 ` [Bug bootstrap/63703] " dougmencken at gmail dot com
@ 2014-10-31 18:47 ` dougmencken at gmail dot com
  2014-10-31 19:20 ` dougmencken at gmail dot com
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: dougmencken at gmail dot com @ 2014-10-31 18:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #2 from Douglas Mencken <dougmencken at gmail dot com> ---
stage0 ("host") compiler:

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc-unknown-darwin/4.9.1/lto-wrapper
Target: powerpc-unknown-darwin
Configured with: ../gcc-4.9.1/configure --build=powerpc-unknown-darwin
--host=powerpc-unknown-darwin --target=powerpc-unknown-darwin --prefix=/usr
--sysconfdir=/etc --mandir=/usr/share/man --with-slibdir=/usr/lib
--program-prefix= --enable-languages=c,c++,objc,obj-c++
--enable-checking=release --enable-stage1-checking --enable-shared
--enable-static --enable-threads=posix --with-__thread --with-system-zlib
--disable-nls --disable-werror : (reconfigured) ../gcc-4.9.1/configure
--build=powerpc-unknown-darwin --host=powerpc-unknown-darwin
--target=powerpc-unknown-darwin --prefix=/usr --sysconfdir=/etc
--mandir=/usr/share/man --with-slibdir=/usr/lib --program-prefix=
--enable-languages=c,c++,objc,obj-c++ --disable-checking --enable-shared
--enable-static --enable-threads=posix --with-__thread --with-system-zlib
--disable-nls --disable-werror
Thread model: posix
gcc version 4.9.1 (GCC)


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

* [Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
  2014-10-31 18:39 ` [Bug bootstrap/63703] " dougmencken at gmail dot com
  2014-10-31 18:47 ` dougmencken at gmail dot com
@ 2014-10-31 19:20 ` dougmencken at gmail dot com
  2014-11-03  9:17 ` [Bug bootstrap/63703] [4.9 " rguenth at gcc dot gnu.org
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: dougmencken at gmail dot com @ 2014-10-31 19:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #3 from Douglas Mencken <dougmencken at gmail dot com> ---
Same error when configuring 4.9.2 exactly as host compiler:

../gcc-4.9.2/configure \
--build=powerpc-unknown-darwin --host=powerpc-unknown-darwin
--target=powerpc-unknown-darwin \
--prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-slibdir=/usr/lib
\
--program-prefix= --enable-languages=c,c++,objc,obj-c++ \
--disable-checking \
--enable-shared --enable-static \
--enable-threads=posix --with-__thread --with-system-zlib \
--disable-nls --disable-werror

checking whether ln -s works... yes
checking for powerpc-unknown-darwin-gcc... /_gcc_build/./gcc/xgcc
-B/_gcc_build/./gcc/ -B/usr/powerpc-unknown-darwin/bin/
-B/usr/powerpc-unknown-darwin/lib/ -isystem /usr/powerpc-unknown-darwin/include
-isystem /usr/powerpc-unknown-darwin/sys-include
checking for suffix of object files... configure: error: in
`/_gcc_build/powerpc-unknown-darwin/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.


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

* [Bug bootstrap/63703] [4.9 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (2 preceding siblings ...)
  2014-10-31 19:20 ` dougmencken at gmail dot com
@ 2014-11-03  9:17 ` rguenth at gcc dot gnu.org
  2014-11-03  9:17 ` rguenth at gcc dot gnu.org
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-03  9:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.9.3
            Summary|[4.9.2 Regression] cc1:     |[4.9 Regression] cc1:
                   |internal compiler error: in |internal compiler error: in
                   |init_reg_sets, at           |init_reg_sets, at
                   |reginfo.c:178               |reginfo.c:178


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

* [Bug bootstrap/63703] [4.9 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (3 preceding siblings ...)
  2014-11-03  9:17 ` [Bug bootstrap/63703] [4.9 " rguenth at gcc dot gnu.org
@ 2014-11-03  9:17 ` rguenth at gcc dot gnu.org
  2014-11-21 19:32 ` larryv at macports dot org
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-11-03  9:17 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

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

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


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

* [Bug bootstrap/63703] [4.9 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (4 preceding siblings ...)
  2014-11-03  9:17 ` rguenth at gcc dot gnu.org
@ 2014-11-21 19:32 ` larryv at macports dot org
  2014-11-22 16:54 ` [Bug bootstrap/63703] [4.9.2 " fxcoudert at gcc dot gnu.org
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: larryv at macports dot org @ 2014-11-21 19:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

Lawrence Velázquez <larryv at macports dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |larryv at macports dot org

--- Comment #5 from Lawrence Velázquez <larryv at macports dot org> ---
Some MacPorts users are now reporting this.

https://trac.macports.org/ticket/45954
>From gcc-bugs-return-468004-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Nov 21 19:40:03 2014
Return-Path: <gcc-bugs-return-468004-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 24218 invoked by alias); 21 Nov 2014 19:40:03 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 24172 invoked by uid 48); 21 Nov 2014 19:39:59 -0000
From: "dima at dimakrasner dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/31798] lib1funcs.asm:1000: undefined reference to `raise'
Date: Fri, 21 Nov 2014 19:40:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.1.2
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: dima at dimakrasner dot com
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-31798-4-neqvojQ4p3@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-31798-4@http.gcc.gnu.org/bugzilla/>
References: <bug-31798-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg02476.txt.bz2
Content-length: 498

https://gcc.gnu.org/bugzilla/show_bug.cgi?id1798

Dima Krasner <dima at dimakrasner dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dima at dimakrasner dot com

--- Comment #3 from Dima Krasner <dima at dimakrasner dot com> ---
Please re-open this bug. I'm affected by it with GCC 4.8.3, when I build static
ARMv7 binaries against musl 1.0.4.


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

* [Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (5 preceding siblings ...)
  2014-11-21 19:32 ` larryv at macports dot org
@ 2014-11-22 16:54 ` fxcoudert at gcc dot gnu.org
  2014-11-23 16:31 ` gcc@Denis-Excoffier.org
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-22 16:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|powerpc-unknown-darwin      |powerpc-apple-darwin9
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-22
                 CC|                            |fxcoudert at gcc dot gnu.org
               Host|powerpc-unknown-darwin      |powerpc-apple-darwin9
            Summary|[4.9 Regression] cc1:       |[4.9.2 Regression] cc1:
                   |internal compiler error: in |internal compiler error: in
                   |init_reg_sets, at           |init_reg_sets, at
                   |reginfo.c:178               |reginfo.c:178
     Ever confirmed|0                           |1
              Build|powerpc-unknown-darwin      |powerpc-apple-darwin9

--- Comment #6 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
(In reply to Lawrence Velázquez from comment #5)
> Some MacPorts users are now reporting this.

Can you provide a backtrace of the error? In the build directory, run the
executable "gcc/cc1" on a test source file (like the empty main program that
libgcc configure tries to compile), under the debugger: "lldb -- ./gcc/cc1
test.c"

The debugger starts, then you type "r" (without quotes) and enter. It will stop
at the point of failure, then you type "bt" and enter again. Paste here the
result of that last command. This will help understand where things are going
wrong.
>From gcc-bugs-return-468088-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Nov 22 17:30:18 2014
Return-Path: <gcc-bugs-return-468088-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 29994 invoked by alias); 22 Nov 2014 17:30:18 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 29962 invoked by uid 48); 22 Nov 2014 17:30:14 -0000
From: "hjl.tools at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/64028] New: [5 Regression] r211599 caused many vectorizer test failures with -fPIC
Date: Sat, 22 Nov 2014 17:30:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: middle-end
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: hjl.tools at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc
Message-ID: <bug-64028-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg02560.txt.bz2
Content-length: 775

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd028

            Bug ID: 64028
           Summary: [5 Regression] r211599 caused many vectorizer test
                    failures with -fPIC
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: hjl.tools at gmail dot com
                CC: hubicka at ucw dot cz

On Linux/ia32, r211599 caused many vectorizer test failures with -fPIC,
like:

FAIL: gcc.dg/vect/vect-7.c scan-tree-dump-times vect "Vectorizing an unaligned
a
ccess" 0
FAIL: gcc.dg/vect/vect-7.c -flto -ffat-lto-objects  scan-tree-dump-times vect
"V
ectorizing an unaligned access" 0


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

* [Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (6 preceding siblings ...)
  2014-11-22 16:54 ` [Bug bootstrap/63703] [4.9.2 " fxcoudert at gcc dot gnu.org
@ 2014-11-23 16:31 ` gcc@Denis-Excoffier.org
  2014-11-23 17:36 ` fxcoudert at gcc dot gnu.org
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: gcc@Denis-Excoffier.org @ 2014-11-23 16:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #7 from Denis Excoffier <gcc@Denis-Excoffier.org> ---
(In reply to Francois-Xavier Coudert from comment #6)
There is no lldb here, and also no direct 'bt' available. I used gdb with a
break point:

% cd /tmp/lcl/tmp/gcc/obj
%
% grep -n 'gcc_assert (sizeof reg_names == sizeof initial_reg_names)'
../gcc-4.9.2/gcc/reginfo.c
178:  fprintf(stderr, "%s:%u %u %u\n", __FILE__, __LINE__, sizeof reg_names,
sizeof initial_reg_names); gcc_assert (sizeof reg_names == sizeof
initial_reg_names);
%
% cat test.c
/* nothing */
%
% /usr/bin/cc --version
powerpc-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

%
% ./gcc/cc1 test.c
/tmp/lcl/tmp/gcc/gcc-4.9.2/gcc/reginfo.c:178 596 468
cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
%
% /usr/bin/gdb ./gcc/cc1
GNU gdb 6.3.50-20050815 (Apple version gdb-967) (Tue Jul 14 02:15:14 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-apple-darwin"...Reading symbols for shared
libraries ...... done

(gdb) break reginfo.c:178
Breakpoint 1 at 0xa4df88: file /tmp/lcl/tmp/gcc/gcc-4.9.2/gcc/reginfo.c, line
178.
(gdb) run test.c
Starting program: /Users/denis/darlcl/tmp/gcc/obj/gcc/cc1 test.c
Reading symbols for shared libraries +++++. done

Breakpoint 1, init_reg_sets () at /tmp/lcl/tmp/gcc/gcc-4.9.2/gcc/reginfo.c:178
178      fprintf(stderr, "%s:%u %u %u\n", __FILE__, __LINE__, sizeof reg_names,
sizeof initial_reg_names); gcc_assert (sizeof reg_names == sizeof
initial_reg_names);
(gdb) bt
#0  init_reg_sets () at /tmp/lcl/tmp/gcc/gcc-4.9.2/gcc/reginfo.c:178
#1  0x00b5a074 in general_init (argv0=0xbffff70c
"/Users/denis/darlcl/tmp/gcc/obj/gcc/cc1") at
/tmp/lcl/tmp/gcc/gcc-4.9.2/gcc/toplev.c:1169
#2  0x00b5bda0 in toplev_main (argc=2, argv=0xbffff644) at
/tmp/lcl/tmp/gcc/gcc-4.9.2/gcc/toplev.c:1961
#3  0x010265fc in main (argc=2, argv=0xbffff644) at
/tmp/lcl/tmp/gcc/gcc-4.9.2/gcc/main.c:36
Current language:  auto; currently c++
(gdb) cont
Continuing.
/tmp/lcl/tmp/gcc/gcc-4.9.2/gcc/reginfo.c:178 596 468
cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Program exited with code 04.
(gdb) quit
%


Hope this helps,

Denis Excoffier.


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

* [Bug bootstrap/63703] [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (7 preceding siblings ...)
  2014-11-23 16:31 ` gcc@Denis-Excoffier.org
@ 2014-11-23 17:36 ` fxcoudert at gcc dot gnu.org
  2014-11-23 17:43 ` [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets fxcoudert at gcc dot gnu.org
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-23 17:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2014-11-22 00:00:00         |2014-11-23
                 CC|                            |edmarwjr at gcc dot gnu.org,
                   |                            |rohitarulraj at gmail dot com

--- Comment #8 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
I've reproduced this with a cross-compiler targeting powerpc-apple-darwin9: the
cc1 built fails at startup, with any source file, as shown above.

Then bisection shows this 4.9.2 regression is due to revision 213597:

2014-08-04  Rohit  <rohitarulraj@freescale.com>
        * config/rs6000/rs6000.c
          (rs6000_reg_names) : Add SPE high register names.
          (alt_reg_names) : Likewise.
          (rs6000_dwarf_register_span) : For SPE high registers, replace
          dwarf register numbers with GCC hard register numbers.
          (rs6000_init_dwarf_reg_sizes_extra) : Likewise.
          (rs6000_dbx_register_number): For SPE high registers, return dwarf
          register number for the corresponding GCC hard register number.

        * config/rs6000/rs6000.h
          (FIRST_PSEUDO_REGISTER) : Update based on 32 newly added GCC hard
          register numbers for SPE high registers.
          (DWARF_FRAME_REGISTERS) :  Likewise.
          (DWARF_REG_TO_UNWIND_COLUMN) : Likewise.
          (DWARF_FRAME_REGNUM) : Likewise.
          (FIXED_REGISTERS) : Likewise.
          (CALL_USED_REGISTERS) : Likewise.
          (CALL_REALLY_USED_REGISTERS) : Likewise.
          (REG_ALLOC_ORDER) : Likewise.
          (enum reg_class) : Likewise.
          (REG_CLASS_NAMES) : Likewise.
          (REG_CLASS_CONTENTS) : Likewise.
          (SPE_HIGH_REGNO_P) : New macro to identify SPE high registers.


I looked into reginfo.c: array initial_reg_names has 117 elements:

static const char *const initial_reg_names[] = { "r0", "r1", "r2", "r3", "r4",
"r5", "r6", "r7", "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15", "r16",
"r17", "r18", "r19", "r20", "r21", "r22", "r23", "r24", "r25", "r26", "r27",
"r28", "r29", "r30", "r31", "f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
"f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15", "f16", "f17", "f18",
"f19", "f20", "f21", "f22", "f23", "f24", "f25", "f26", "f27", "f28", "f29",
"f30", "f31", "mq", "lr", "ctr", "ap", "cr0", "cr1", "cr2", "cr3", "cr4",
"cr5", "cr6", "cr7", "xer", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7",
"v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18",
"v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29",
"v30", "v31", "vrsave", "vscr", "spe_acc", "spefscr", "sfp", "tfhar", "tfiar",
"texasr" };

while reg_names (this_target_hard_regs->x_reg_names) has size
FIRST_PSEUDO_REGISTER, which equals 149.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (8 preceding siblings ...)
  2014-11-23 17:36 ` fxcoudert at gcc dot gnu.org
@ 2014-11-23 17:43 ` fxcoudert at gcc dot gnu.org
  2014-11-23 17:59 ` iains at gcc dot gnu.org
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-23 17:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iains at gcc dot gnu.org
            Summary|[4.9.2 Regression] cc1:     |[4.9.2/5 Regression]
                   |internal compiler error: in |Bootstrap broken on
                   |init_reg_sets, at           |powerpc-apple-darwin, cc1:
                   |reginfo.c:178               |internal compiler error: in
                   |                            |init_reg_sets

--- Comment #9 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
This also affects trunk, rendering the compiler unusable and breaking
bootstrap.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (9 preceding siblings ...)
  2014-11-23 17:43 ` [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets fxcoudert at gcc dot gnu.org
@ 2014-11-23 17:59 ` iains at gcc dot gnu.org
  2014-11-23 18:07 ` fxcoudert at gcc dot gnu.org
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: iains at gcc dot gnu.org @ 2014-11-23 17:59 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #10 from Iain Sandoe <iains at gcc dot gnu.org> ---
sorry I fixed this months ago locally..
 I will push a patch to fix ASAP.

note that there are 4 bootstrap breakers on PPC (trunk)
1. this
2. libcc1 (same fail as x86)
3. libiberty needs some options massage to build PIC properly (will also break
i686-darwin*)
4. libada is currently looking for __environ and needs a modification to the
makefile, affects at least 10.5, 10.6


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (10 preceding siblings ...)
  2014-11-23 17:59 ` iains at gcc dot gnu.org
@ 2014-11-23 18:07 ` fxcoudert at gcc dot gnu.org
  2014-11-24 16:31 ` rohitarulraj at gmail dot com
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-23 18:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #11 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
(In reply to Iain Sandoe from comment #10)
> note that there are 4 bootstrap breakers on PPC (trunk)

More annoying, I think, is that this one is also on 4.9, and actually made it
into the 4.9.2 release.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (11 preceding siblings ...)
  2014-11-23 18:07 ` fxcoudert at gcc dot gnu.org
@ 2014-11-24 16:31 ` rohitarulraj at gmail dot com
  2014-11-24 16:48 ` iains at gcc dot gnu.org
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: rohitarulraj at gmail dot com @ 2014-11-24 16:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #12 from Rohit <rohitarulraj at gmail dot com> ---
Created attachment 34100
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34100&action=edit
Proposed patch

Francois,
Can you please test the attached patch?

2014-11-24  Rohit  <rohitarulraj@freescale.com>

[gcc]
    PR bootstrap/63703
    * config/rs6000/darwin.h (REGISTER_NAMES): Update based on 32 newly
    added GCC hard register numbers for SPE high registers.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (12 preceding siblings ...)
  2014-11-24 16:31 ` rohitarulraj at gmail dot com
@ 2014-11-24 16:48 ` iains at gcc dot gnu.org
  2014-11-24 19:07 ` rohitarulraj at gmail dot com
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: iains at gcc dot gnu.org @ 2014-11-24 16:48 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #13 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Rohit from comment #12)
> Created attachment 34100 [details]
> Proposed patch

> Can you please test the attached patch?

In this case you could test just by building a cc1 for powerpc-apple-darwin9 X
from whatever host you're using - I think that should not take more than
20mins.

> 2014-11-24  Rohit  <rohitarulraj@freescale.com>
> 
> [gcc]
> 	PR bootstrap/63703
> 	* config/rs6000/darwin.h (REGISTER_NAMES): Update based on 32 newly
> 	added GCC hard register numbers for SPE high registers.

that looks pretty much identical to my local patch.
>From gcc-bugs-return-468384-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Nov 24 16:48:48 2014
Return-Path: <gcc-bugs-return-468384-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 30175 invoked by alias); 24 Nov 2014 16:48:48 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 29975 invoked by uid 48); 24 Nov 2014 16:48:45 -0000
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug fortran/61765] [4.9/5 Regression] Rejects valid BIND(C) ENTRY
Date: Mon, 24 Nov 2014 16:48:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: fortran
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords: rejects-valid
X-Bugzilla-Severity: normal
X-Bugzilla-Who: rguenth at gcc dot gnu.org
X-Bugzilla-Status: NEW
X-Bugzilla-Priority: P4
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.3
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields: priority
Message-ID: <bug-61765-4-N4lzppYZYH@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61765-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61765-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg02856.txt.bz2
Content-length: 291

https://gcc.gnu.org/bugzilla/show_bug.cgi?ida765

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (13 preceding siblings ...)
  2014-11-24 16:48 ` iains at gcc dot gnu.org
@ 2014-11-24 19:07 ` rohitarulraj at gmail dot com
  2014-11-25  6:23 ` misty at brew dot sh
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: rohitarulraj at gmail dot com @ 2014-11-24 19:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #14 from Rohit <rohitarulraj at gmail dot com> ---
(In reply to Iain Sandoe from comment #13)
> (In reply to Rohit from comment #12)
> > Created attachment 34100 [details]
> > Proposed patch
> 
> > Can you please test the attached patch?
> 
> In this case you could test just by building a cc1 for powerpc-apple-darwin9
> X from whatever host you're using - I think that should not take more than
> 20mins.

cc1 builds for powerpc-apple-darwin9 without any issues with the attached
patch.
But the reported issue was observed while building libgcc.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (14 preceding siblings ...)
  2014-11-24 19:07 ` rohitarulraj at gmail dot com
@ 2014-11-25  6:23 ` misty at brew dot sh
  2014-11-25 19:01 ` fxcoudert at gcc dot gnu.org
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: misty at brew dot sh @ 2014-11-25  6:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

Misty De Meo <misty at brew dot sh> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |misty at brew dot sh

--- Comment #15 from Misty De Meo <misty at brew dot sh> ---
I'm able to successfully build all of GCC for powerpc-apple-darwin9 using the
proposed patch.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (15 preceding siblings ...)
  2014-11-25  6:23 ` misty at brew dot sh
@ 2014-11-25 19:01 ` fxcoudert at gcc dot gnu.org
  2014-11-25 21:42 ` fxcoudert at gcc dot gnu.org
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-25 19:01 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #16 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Author: fxcoudert
Date: Tue Nov 25 19:01:08 2014
New Revision: 218058

URL: https://gcc.gnu.org/viewcvs?rev=218058&root=gcc&view=rev
Log:
    PR bootstrap/63703
    * config/rs6000/darwin.h (REGISTER_NAMES): Update based on 32 newly
    added GCC hard register numbers for SPE high registers.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/rs6000/darwin.h


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (16 preceding siblings ...)
  2014-11-25 19:01 ` fxcoudert at gcc dot gnu.org
@ 2014-11-25 21:42 ` fxcoudert at gcc dot gnu.org
  2014-11-25 21:55 ` fxcoudert at gcc dot gnu.org
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-25 21:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #17 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Author: fxcoudert
Date: Tue Nov 25 21:41:44 2014
New Revision: 218064

URL: https://gcc.gnu.org/viewcvs?rev=218064&root=gcc&view=rev
Log:
    PR bootstrap/63703
    * config/rs6000/darwin.h (REGISTER_NAMES): Update based on 32 newly
    added GCC hard register numbers for SPE high registers.

Modified:
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config/rs6000/darwin.h


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (17 preceding siblings ...)
  2014-11-25 21:42 ` fxcoudert at gcc dot gnu.org
@ 2014-11-25 21:55 ` fxcoudert at gcc dot gnu.org
  2014-11-26  3:22 ` larryv at macports dot org
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: fxcoudert at gcc dot gnu.org @ 2014-11-25 21:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

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

--- Comment #18 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> ---
Fix committed to trunk and 4.9 branch, closing as fixed.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (18 preceding siblings ...)
  2014-11-25 21:55 ` fxcoudert at gcc dot gnu.org
@ 2014-11-26  3:22 ` larryv at macports dot org
  2014-11-26  8:11 ` iains at gcc dot gnu.org
  2014-11-27  5:47 ` gcc@Denis-Excoffier.org
  21 siblings, 0 replies; 23+ messages in thread
From: larryv at macports dot org @ 2014-11-26  3:22 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #19 from Lawrence Velázquez <larryv at macports dot org> ---
I assume this didn't make it into a 4.8 release?
>From gcc-bugs-return-468593-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Nov 26 03:23:17 2014
Return-Path: <gcc-bugs-return-468593-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 31262 invoked by alias); 26 Nov 2014 03:23:17 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 31183 invoked by uid 48); 26 Nov 2014 03:23:11 -0000
From: "larryv at macports dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
Date: Wed, 26 Nov 2014 03:23:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 4.9.2
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: larryv at macports dot org
X-Bugzilla-Status: RESOLVED
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.3
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-63703-4-E1nfyjjUdW@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63703-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63703-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg03065.txt.bz2
Content-length: 278

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #20 from Lawrence Velázquez <larryv at macports dot org> ---
(In reply to Lawrence Velázquez from comment #19)
> I assume this didn't make it into a 4.8 release?

That the bug didn't make it, I mean.
>From gcc-bugs-return-468594-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Nov 26 04:01:38 2014
Return-Path: <gcc-bugs-return-468594-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 17831 invoked by alias); 26 Nov 2014 04:01:37 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 17784 invoked by uid 48); 26 Nov 2014 04:01:33 -0000
From: "danglin at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/63691] GCC 4.9.x fails to build GLIBC 2.20 on HPPA
Date: Wed, 26 Nov 2014 04:01:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: danglin at gcc dot gnu.org
X-Bugzilla-Status: REOPENED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-63691-4-gsKVyfmsUT@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63691-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63691-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg03066.txt.bz2
Content-length: 164

https://gcc.gnu.org/bugzilla/show_bug.cgi?idc691

--- Comment #14 from John David Anglin <danglin at gcc dot gnu.org> ---
__builtin_trap () support added to PA.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (19 preceding siblings ...)
  2014-11-26  3:22 ` larryv at macports dot org
@ 2014-11-26  8:11 ` iains at gcc dot gnu.org
  2014-11-27  5:47 ` gcc@Denis-Excoffier.org
  21 siblings, 0 replies; 23+ messages in thread
From: iains at gcc dot gnu.org @ 2014-11-26  8:11 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #21 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Lawrence Velázquez from comment #20)
> (In reply to Lawrence Velázquez from comment #19)
> > I assume this didn't make it into a 4.8 release?
> 
> That the bug didn't make it, I mean.

The change to add those registers is not on 4.8 branch - this fix isn;t needed
there (so far).
>From gcc-bugs-return-468602-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Nov 26 08:21:43 2014
Return-Path: <gcc-bugs-return-468602-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 24080 invoked by alias); 26 Nov 2014 08:21:42 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 24031 invoked by uid 48); 26 Nov 2014 08:21:38 -0000
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/63995] Bootstrap error with -mmpx -fcheck-pointer-bounds
Date: Wed, 26 Nov 2014 08:21:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ubizjak at gmail dot com
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-63995-4-BWM80bT9vd@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-63995-4@http.gcc.gnu.org/bugzilla/>
References: <bug-63995-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg03074.txt.bz2
Content-length: 538

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63995

--- Comment #9 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Ilya Enkovich from comment #6)
> For attached -g0 problem reproducer:
> 
> >gcc pr63995-2.c -c -O2 -mmpx -fcheck-pointer-bounds -g -o 1.o
> >gcc pr63995-2.c -c -O2 -mmpx -fcheck-pointer-bounds -g0 -o 2.o

FYI, you can use -fcompare-debug here. Various dump functions (e.g.
-fdump-tree-optimized, -fdump-rtl-expand, etc) will be dumped in two versions,
the "debug" version will be suffixed with .gk.
>From gcc-bugs-return-468603-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Nov 26 08:36:04 2014
Return-Path: <gcc-bugs-return-468603-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 29511 invoked by alias); 26 Nov 2014 08:36:04 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 29451 invoked by uid 48); 26 Nov 2014 08:36:00 -0000
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug sanitizer/64078] FAIL: c-c++-common/ubsan/object-size-9.c
Date: Wed, 26 Nov 2014 08:36:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: sanitizer
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jakub at gcc dot gnu.org
X-Bugzilla-Status: UNCONFIRMED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-64078-4-ESqqCPkqd7@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64078-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64078-4@http.gcc.gnu.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-SW-Source: 2014-11/txt/msg03075.txt.bz2
Content-length: 194

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd078

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The padding of struct on the same target should not change randomly though.


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

* [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets
  2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
                   ` (20 preceding siblings ...)
  2014-11-26  8:11 ` iains at gcc dot gnu.org
@ 2014-11-27  5:47 ` gcc@Denis-Excoffier.org
  21 siblings, 0 replies; 23+ messages in thread
From: gcc@Denis-Excoffier.org @ 2014-11-27  5:47 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63703

--- Comment #22 from Denis Excoffier <gcc@Denis-Excoffier.org> ---
I'm also happy with the above patch. Thank you.


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

end of thread, other threads:[~2014-11-27  5:47 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-31 18:38 [Bug bootstrap/63703] New: [4.9.2 Regression] cc1: internal compiler error: in init_reg_sets, at reginfo.c:178 dougmencken at gmail dot com
2014-10-31 18:39 ` [Bug bootstrap/63703] " dougmencken at gmail dot com
2014-10-31 18:47 ` dougmencken at gmail dot com
2014-10-31 19:20 ` dougmencken at gmail dot com
2014-11-03  9:17 ` [Bug bootstrap/63703] [4.9 " rguenth at gcc dot gnu.org
2014-11-03  9:17 ` rguenth at gcc dot gnu.org
2014-11-21 19:32 ` larryv at macports dot org
2014-11-22 16:54 ` [Bug bootstrap/63703] [4.9.2 " fxcoudert at gcc dot gnu.org
2014-11-23 16:31 ` gcc@Denis-Excoffier.org
2014-11-23 17:36 ` fxcoudert at gcc dot gnu.org
2014-11-23 17:43 ` [Bug bootstrap/63703] [4.9.2/5 Regression] Bootstrap broken on powerpc-apple-darwin, cc1: internal compiler error: in init_reg_sets fxcoudert at gcc dot gnu.org
2014-11-23 17:59 ` iains at gcc dot gnu.org
2014-11-23 18:07 ` fxcoudert at gcc dot gnu.org
2014-11-24 16:31 ` rohitarulraj at gmail dot com
2014-11-24 16:48 ` iains at gcc dot gnu.org
2014-11-24 19:07 ` rohitarulraj at gmail dot com
2014-11-25  6:23 ` misty at brew dot sh
2014-11-25 19:01 ` fxcoudert at gcc dot gnu.org
2014-11-25 21:42 ` fxcoudert at gcc dot gnu.org
2014-11-25 21:55 ` fxcoudert at gcc dot gnu.org
2014-11-26  3:22 ` larryv at macports dot org
2014-11-26  8:11 ` iains at gcc dot gnu.org
2014-11-27  5:47 ` gcc@Denis-Excoffier.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).