public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/55957] New: [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt
@ 2013-01-12 22:08 tkoenig at gcc dot gnu.org
  2013-01-12 22:09 ` [Bug bootstrap/55957] " tkoenig at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2013-01-12 22:08 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 55957
           Summary: [4.8 Regression] Bootstrap error in prop_value_t
                    evaluate_stmt
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tkoenig@gcc.gnu.org


With rev. 195125:

make[3]: Entering directory `/home/ig25/Gcc/trunk-bin/gcc'
g++ -c   -g -DIN_GCC   -fno-exceptions -fno-rtti -fasynchronous-unwind-tables
-W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-fno-common  -DHAVE_CONFIG_H -I. -I. -I../../trunk/gcc -I../../trunk/gcc/.
-I../../trunk/gcc/../include -I../../trunk/gcc/../libcpp/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I../../trunk/gcc/../libdecnumber -I../../trunk/gcc/../libdecnumber/bid
-I../libdecnumber -I../../trunk/gcc/../libbacktrace   
../../trunk/gcc/tree-ssa-ccp.c -o tree-ssa-ccp.o
../../trunk/gcc/tree-ssa-ccp.c: In function 'prop_value_t
evaluate_stmt(gimple)':
../../trunk/gcc/tree-ssa-ccp.c:1594:60: error: cannot convert 'built_in_class'
to 'built_in_function' for argument '2' to 'bool gimple_call_builtin_p(gimple,
built_in_function)'
       else if (gimple_call_builtin_p (stmt, BUILT_IN_NORMAL))


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

* [Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt
  2013-01-12 22:08 [Bug bootstrap/55957] New: [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt tkoenig at gcc dot gnu.org
@ 2013-01-12 22:09 ` tkoenig at gcc dot gnu.org
  2013-01-13  5:00 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2013-01-12 22:09 UTC (permalink / raw)
  To: gcc-bugs


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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.8.0

--- Comment #1 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-01-12 22:08:26 UTC ---
This is on x86_64-unknown-linux-gnu .


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

* [Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt
  2013-01-12 22:08 [Bug bootstrap/55957] New: [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt tkoenig at gcc dot gnu.org
  2013-01-12 22:09 ` [Bug bootstrap/55957] " tkoenig at gcc dot gnu.org
@ 2013-01-13  5:00 ` pinskia at gcc dot gnu.org
  2013-01-13 11:29 ` jakub at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2013-01-13  5:00 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2013-01-13 04:59:57 UTC ---
It works fine for me without any modifications with revision 195125.


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

* [Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt
  2013-01-12 22:08 [Bug bootstrap/55957] New: [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt tkoenig at gcc dot gnu.org
  2013-01-12 22:09 ` [Bug bootstrap/55957] " tkoenig at gcc dot gnu.org
  2013-01-13  5:00 ` pinskia at gcc dot gnu.org
@ 2013-01-13 11:29 ` jakub at gcc dot gnu.org
  2013-01-13 12:15 ` tkoenig at gcc dot gnu.org
  2013-01-13 18:19 ` tkoenig at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-01-13 11:29 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-13 11:29:13 UTC ---
Yeah, what bootstrap compiler are you using?
And are you sure your tree is in consistent state?
$ grep gimple_call_builtin_p gimple.h
extern bool gimple_call_builtin_p (gimple, enum built_in_class);
extern bool gimple_call_builtin_p (gimple, enum built_in_function);


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

* [Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt
  2013-01-12 22:08 [Bug bootstrap/55957] New: [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt tkoenig at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-01-13 11:29 ` jakub at gcc dot gnu.org
@ 2013-01-13 12:15 ` tkoenig at gcc dot gnu.org
  2013-01-13 18:19 ` tkoenig at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2013-01-13 12:15 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-01-13 12:14:38 UTC ---
Created attachment 29154
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29154
Typescript from compilation

Bootstrap compiler is

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/ig25/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../trunk/configure --prefix=/home/ig25
--enable-languages=c,fortran --with-mpfr=/usr/local --with-gmp=/usr/local
--with-mpc=/usr/local
Thread model: posix
gcc version 4.8.0 20130103 (experimental) (GCC)

Status of the tree is

!       .
?       C:\nppdf32Log\debuglog.txt
!       gcc
M       gcc/fortran/frontend-passes.c
?       gcc/svn-commit.tmp
?       gcc/testsuite/gfortran.dg/array_constructor_40.f90
?       gcc/testsuite/gfortran.dg/auto_dealloc_3.f90
?       gcc/testsuite/gfortran.dg/real_compare_2.f90
M       libgfortran/io/unix.c
?       libgfortran/runtime/environ.c.orig
ig25@linux-fd1f:~/Gcc/trunk> svn info
Path: .
Working Copy Root Path: /home/ig25/Gcc/trunk
URL: svn+ssh://tkoenig@gcc.gnu.org/svn/gcc/trunk
Repository Root: svn+ssh://tkoenig@gcc.gnu.org/svn/gcc
Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4
Revision: 195125
Node Kind: directory
Schedule: normal
Last Changed Author: rguenth
Last Changed Rev: 194850
Last Changed Date: 2013-01-03 13:34:34 +0100 (Thu, 03 Jan 2013)

ig25@linux-fd1f:~/Gcc/trunk/gcc> grep gimple_call_builtin_p gimple.h
extern bool gimple_call_builtin_p (gimple, enum built_in_function);
ig25@linux-fd1f:~/Gcc/trunk/gcc> 

The grep loooks different:

Path: gimple.h
Name: gimple.h
Working Copy Root Path: /home/ig25/Gcc/trunk
URL: svn+ssh://tkoenig@gcc.gnu.org/svn/gcc/trunk/gcc/gimple.h
Repository Root: svn+ssh://tkoenig@gcc.gnu.org/svn/gcc
Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4
Revision: 194850
Node Kind: file
Schedule: normal
Last Changed Author: rguenth
Last Changed Rev: 193882
Last Changed Date: 2012-11-28 10:27:10 +0100 (Wed, 28 Nov 2012)
Text Last Updated: 2012-12-14 21:47:35 +0100 (Fri, 14 Dec 2012)
Checksum: c875cee5ce972de491ce7dca1e9da7a232d5a2ee

Looks like a problem with my SVN tree, then.

I will have time to re-check this evening; will close as
INVALID if cleaning up my tree will make things work again.


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

* [Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt
  2013-01-12 22:08 [Bug bootstrap/55957] New: [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt tkoenig at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-01-13 12:15 ` tkoenig at gcc dot gnu.org
@ 2013-01-13 18:19 ` tkoenig at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: tkoenig at gcc dot gnu.org @ 2013-01-13 18:19 UTC (permalink / raw)
  To: gcc-bugs


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

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

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

--- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> 2013-01-13 18:19:05 UTC ---
As suspected, it was a problem in my local SVN tree.

Sorry for the noise.


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

end of thread, other threads:[~2013-01-13 18:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-12 22:08 [Bug bootstrap/55957] New: [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt tkoenig at gcc dot gnu.org
2013-01-12 22:09 ` [Bug bootstrap/55957] " tkoenig at gcc dot gnu.org
2013-01-13  5:00 ` pinskia at gcc dot gnu.org
2013-01-13 11:29 ` jakub at gcc dot gnu.org
2013-01-13 12:15 ` tkoenig at gcc dot gnu.org
2013-01-13 18:19 ` tkoenig 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).