public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc
@ 2011-03-15  5:17 hp at gcc dot gnu.org
  2011-03-15  5:18 ` [Bug libstdc++/48130] " bkoz at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hp at gcc dot gnu.org @ 2011-03-15  5:17 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.7 Regression]: build fails on
                    libsupc++/nested_exception.cc
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: hp@gcc.gnu.org
                CC: bkoz@gcc.gnu.org
            Target: cris-axis-elf


With revision 170968 the tree built (testresults show 1 regression).
>From revision 170978 and on, build has failed as follows:

libtool: compile:  /tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc/xgcc
-shared-libgcc -B/tmp/hpautotest-gcc1/cris-elf/gccobj/./gcc -nostdinc++
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/src
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/src/.libs
-nostdinc -B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/newlib/ -isystem
/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/newlib/targ-include -isystem
/tmp/hpautotest-gcc1/gcc/newlib/libc/include
-B/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libgloss/cris
-L/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libgloss/libnosys
-L/tmp/hpautotest-gcc1/gcc/libgloss/cris
-B/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/bin/
-B/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/lib/ -isystem
/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/include -isystem
/tmp/hpautotest-gcc1/cris-elf/pre/cris-elf/sys-include
-I/tmp/hpautotest-gcc1/gcc/libstdc++-v3/../gcc
-I/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/include/cris-elf
-I/tmp/hpautotest-gcc1/cris-elf/gccobj/cris-elf/libstdc++-v3/include
-I/tmp/hpautotest-gcc1/gcc/libstdc++-v3/libsupc++ -fno-implicit-templates -Wall
-Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once
-ffunction-sections -fdata-sections -g -O2 -std=gnu++0x -c
/tmp/hpautotest-gcc1/gcc/libstdc++-v3/libsupc++/nested_exception.cc -o
nested_exception.o
/tmp/hpautotest-gcc1/gcc/libstdc++-v3/libsupc++/nested_exception.cc:28:3:
error: 'nested_exception' does not name a type
make[4]: *** [nested_exception.lo] Error 1

Author of suspect patch CC:ed.
Note: cris-elf is a newlib-target; this error should be apparent for any *-elf
or similar target.


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

* [Bug libstdc++/48130] [4.7 Regression]: build fails on libsupc++/nested_exception.cc
  2011-03-15  5:17 [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc hp at gcc dot gnu.org
@ 2011-03-15  5:18 ` bkoz at gcc dot gnu.org
  2011-03-15  5:34 ` bkoz at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-03-15  5:18 UTC (permalink / raw)
  To: gcc-bugs

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

Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.03.15 05:17:28
     Ever Confirmed|0                           |1

--- Comment #1 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-03-15 05:17:28 UTC ---

Confirmed, arm-eabi.


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

* [Bug libstdc++/48130] [4.7 Regression]: build fails on libsupc++/nested_exception.cc
  2011-03-15  5:17 [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc hp at gcc dot gnu.org
  2011-03-15  5:18 ` [Bug libstdc++/48130] " bkoz at gcc dot gnu.org
@ 2011-03-15  5:34 ` bkoz at gcc dot gnu.org
  2011-03-15  6:18 ` bkoz at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-03-15  5:34 UTC (permalink / raw)
  To: gcc-bugs

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

Benjamin Kosnik <bkoz at gcc dot gnu.org> changed:

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

--- Comment #2 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-03-15 05:18:38 UTC ---
Mine.


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

* [Bug libstdc++/48130] [4.7 Regression]: build fails on libsupc++/nested_exception.cc
  2011-03-15  5:17 [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc hp at gcc dot gnu.org
  2011-03-15  5:18 ` [Bug libstdc++/48130] " bkoz at gcc dot gnu.org
  2011-03-15  5:34 ` bkoz at gcc dot gnu.org
@ 2011-03-15  6:18 ` bkoz at gcc dot gnu.org
  2011-03-15  6:22 ` bkoz at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-03-15  6:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-03-15 05:34:18 UTC ---
Created attachment 23660
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23660
patch


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

* [Bug libstdc++/48130] [4.7 Regression]: build fails on libsupc++/nested_exception.cc
  2011-03-15  5:17 [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc hp at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-03-15  6:18 ` bkoz at gcc dot gnu.org
@ 2011-03-15  6:22 ` bkoz at gcc dot gnu.org
  2011-03-15 10:33 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-03-15  6:22 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-03-15 06:19:12 UTC ---
Author: bkoz
Date: Tue Mar 15 06:19:08 2011
New Revision: 170979

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170979
Log:
2011-03-14  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/48130
        * src/future.cc: Guard definitions.
        * libsupc++/nested_exception.cc: Same.



Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/nested_exception.cc
    trunk/libstdc++-v3/src/future.cc


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

* [Bug libstdc++/48130] [4.7 Regression]: build fails on libsupc++/nested_exception.cc
  2011-03-15  5:17 [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc hp at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-03-15  6:22 ` bkoz at gcc dot gnu.org
@ 2011-03-15 10:33 ` rguenth at gcc dot gnu.org
  2011-03-15 19:03 ` bkoz at gcc dot gnu.org
  2011-03-15 20:06 ` hp at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-03-15 10:33 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.7.0


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

* [Bug libstdc++/48130] [4.7 Regression]: build fails on libsupc++/nested_exception.cc
  2011-03-15  5:17 [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc hp at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2011-03-15 10:33 ` rguenth at gcc dot gnu.org
@ 2011-03-15 19:03 ` bkoz at gcc dot gnu.org
  2011-03-15 20:06 ` hp at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: bkoz at gcc dot gnu.org @ 2011-03-15 19:03 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-03-15 19:01:57 UTC ---

HP if you can confirm this is now working, can you close this? thanks.


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

* [Bug libstdc++/48130] [4.7 Regression]: build fails on libsupc++/nested_exception.cc
  2011-03-15  5:17 [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc hp at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2011-03-15 19:03 ` bkoz at gcc dot gnu.org
@ 2011-03-15 20:06 ` hp at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: hp at gcc dot gnu.org @ 2011-03-15 20:06 UTC (permalink / raw)
  To: gcc-bugs

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

Hans-Peter Nilsson <hp at gcc dot gnu.org> changed:

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

--- Comment #6 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-03-15 20:03:22 UTC ---
Yep, thanks!


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

end of thread, other threads:[~2011-03-15 20:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-15  5:17 [Bug libstdc++/48130] New: [4.7 Regression]: build fails on libsupc++/nested_exception.cc hp at gcc dot gnu.org
2011-03-15  5:18 ` [Bug libstdc++/48130] " bkoz at gcc dot gnu.org
2011-03-15  5:34 ` bkoz at gcc dot gnu.org
2011-03-15  6:18 ` bkoz at gcc dot gnu.org
2011-03-15  6:22 ` bkoz at gcc dot gnu.org
2011-03-15 10:33 ` rguenth at gcc dot gnu.org
2011-03-15 19:03 ` bkoz at gcc dot gnu.org
2011-03-15 20:06 ` hp 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).