public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/52815] New: class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope
@ 2012-04-01  1:25 danglin at gcc dot gnu.org
  2012-04-01  1:28 ` [Bug java/52815] " danglin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-04-01  1:25 UTC (permalink / raw)
  To: java-prs

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

             Bug #: 52815
           Summary: class.c:2815:53: error: 'JCR_SECTION_NAME' was not
                    declared in this scope
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa2.0w-hp-hpux11.11
            Target: hppa2.0w-hp-hpux11.11
             Build: hppa2.0w-hp-hpux11.11


/test/gnu/gcc/objdir/./prev-gcc/g++ -B/test/gnu/gcc/objdir/./prev-gcc/
-B/opt/gnu/gcc/gcc-4.8/hppa2.0w-hp-hpux11.11/bin/ -nostdinc++
-B/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.libs
-B/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/libsupc++/.libs
-I/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11
-I/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/include
-I/test/gnu/gcc/gcc/libstdc++-v3/libsupc++
-L/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/src/.
libs
-L/test/gnu/gcc/objdir/prev-hppa2.0w-hp-hpux11.11/libstdc++-v3/libsupc++/.libs
-c  -DIN_GCC_FRONTEND -g -O2 -DIN_GCC   -fno-exceptions -fno-rtti -W -Wall -
Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common 
-DHAVE_CONFIG_H -I. -Ijava -I../../gcc/gcc -I../../gcc/gcc/java
-I../../gcc/gcc/
../include -I../../gcc/gcc/../libcpp/include -I/opt/gnu/gcc/gmp/include 
-I../..
/gcc/gcc/../libdecnumber -I../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber 
  ../../gcc/gcc/java/decl.c -o java/decl.o
../../gcc/gcc/java/class.c: In function 'void
emit_register_classes_in_jcr_secti
on()':
../../gcc/gcc/java/class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared
i
n this scope


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

* [Bug java/52815] class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope
  2012-04-01  1:25 [Bug java/52815] New: class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope danglin at gcc dot gnu.org
@ 2012-04-01  1:28 ` danglin at gcc dot gnu.org
  2012-04-03  1:05 ` dave.anglin at bell dot net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-04-01  1:28 UTC (permalink / raw)
  To: java-prs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2012-04-01 01:28:26 UTC ---
Target doesn't have named sections, so TARGET_USE_JCR_SECTION
shouldn't be defined.  JCR_SECTION_NAME isn't defined on 32-bit
HP-UX.


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

* [Bug java/52815] class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope
  2012-04-01  1:25 [Bug java/52815] New: class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope danglin at gcc dot gnu.org
  2012-04-01  1:28 ` [Bug java/52815] " danglin at gcc dot gnu.org
@ 2012-04-03  1:05 ` dave.anglin at bell dot net
  2012-05-21 17:50 ` danglin at gcc dot gnu.org
  2012-05-21 17:57 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: dave.anglin at bell dot net @ 2012-04-03  1:05 UTC (permalink / raw)
  To: java-prs

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

--- Comment #2 from dave.anglin at bell dot net 2012-04-03 01:05:02 UTC ---
Fix is obvious but should GCC be smart enough to ignore code
code after gcc_unreachable?

--
John David Anglin    dave.anglin@bell.net


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

* [Bug java/52815] class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope
  2012-04-01  1:25 [Bug java/52815] New: class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope danglin at gcc dot gnu.org
  2012-04-01  1:28 ` [Bug java/52815] " danglin at gcc dot gnu.org
  2012-04-03  1:05 ` dave.anglin at bell dot net
@ 2012-05-21 17:50 ` danglin at gcc dot gnu.org
  2012-05-21 17:57 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-05-21 17:50 UTC (permalink / raw)
  To: java-prs

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

--- Comment #3 from John David Anglin <danglin at gcc dot gnu.org> 2012-05-21 16:27:55 UTC ---
Author: danglin
Date: Mon May 21 16:27:40 2012
New Revision: 187724

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187724
Log:
    PR java/52815
    * class.c (emit_register_classes_in_jcr_section): Revise placement
    of #ifdef JCR_SECTION_NAME.


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


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

* [Bug java/52815] class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope
  2012-04-01  1:25 [Bug java/52815] New: class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope danglin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-05-21 17:50 ` danglin at gcc dot gnu.org
@ 2012-05-21 17:57 ` danglin at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu.org @ 2012-05-21 17:57 UTC (permalink / raw)
  To: java-prs

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

John David Anglin <danglin at gcc dot gnu.org> changed:

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

--- Comment #4 from John David Anglin <danglin at gcc dot gnu.org> 2012-05-21 17:38:31 UTC ---
Fixed.


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

end of thread, other threads:[~2012-05-21 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-01  1:25 [Bug java/52815] New: class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared in this scope danglin at gcc dot gnu.org
2012-04-01  1:28 ` [Bug java/52815] " danglin at gcc dot gnu.org
2012-04-03  1:05 ` dave.anglin at bell dot net
2012-05-21 17:50 ` danglin at gcc dot gnu.org
2012-05-21 17:57 ` danglin 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).