public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/52498] New: vmsdbgout.c fails to build with --enable-werror-always
@ 2012-03-05 22:56 amylaar at gcc dot gnu.org
  2012-09-20 13:18 ` [Bug target/52498] " amylaar at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-03-05 22:56 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52498
           Summary: vmsdbgout.c fails to build with --enable-werror-always
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: amylaar@gcc.gnu.org
            Blocks: 44756
              Host: x86_64-unknown-linux-gnu
            Target: alpha64-dec-vms,  alpha-dec-vms


gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wno-narrowing
-Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Werror -Wold-style-definition -Wc++-compat -fno-common
 -DHAVE_CONFIG_H -I. -I. -I../../../gcc/gcc -I../../../gcc/gcc/.
-I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include
-I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber
-I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber   
../../../gcc/gcc/vmsdbgout.c -o vmsdbgout.o
../../../gcc/gcc/vmsdbgout.c: In function ‘vmsdbgout_write_source_line’:
../../../gcc/gcc/vmsdbgout.c:1393:34: error: unused parameter ‘discriminator’
[-Werror=unused-parameter]
../../../gcc/gcc/vmsdbgout.c:1393:54: error: unused parameter ‘is_stmt’
[-Werror=unused-parameter]
cc1: all warnings being treated as errors
make[2]: *** [vmsdbgout.o] Error 1


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

* [Bug target/52498] vmsdbgout.c fails to build with --enable-werror-always
  2012-03-05 22:56 [Bug target/52498] New: vmsdbgout.c fails to build with --enable-werror-always amylaar at gcc dot gnu.org
@ 2012-09-20 13:18 ` amylaar at gcc dot gnu.org
  2012-10-31  3:21 ` amylaar at gcc dot gnu.org
  2012-10-31  3:26 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-09-20 13:18 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-09-20 13:18:14 UTC ---
*** Bug 54637 has been marked as a duplicate of this bug. ***


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

* [Bug target/52498] vmsdbgout.c fails to build with --enable-werror-always
  2012-03-05 22:56 [Bug target/52498] New: vmsdbgout.c fails to build with --enable-werror-always amylaar at gcc dot gnu.org
  2012-09-20 13:18 ` [Bug target/52498] " amylaar at gcc dot gnu.org
@ 2012-10-31  3:21 ` amylaar at gcc dot gnu.org
  2012-10-31  3:26 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-10-31  3:21 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-10-31 03:21:10 UTC ---
Author: amylaar
Date: Wed Oct 31 03:21:03 2012
New Revision: 193013

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193013
Log:
        PR target/52498
        * vmsdbgout.c (vmsdbgout_write_source_line): Comment out names of
        last two parameters.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/vmsdbgout.c


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

* [Bug target/52498] vmsdbgout.c fails to build with --enable-werror-always
  2012-03-05 22:56 [Bug target/52498] New: vmsdbgout.c fails to build with --enable-werror-always amylaar at gcc dot gnu.org
  2012-09-20 13:18 ` [Bug target/52498] " amylaar at gcc dot gnu.org
  2012-10-31  3:21 ` amylaar at gcc dot gnu.org
@ 2012-10-31  3:26 ` amylaar at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: amylaar at gcc dot gnu.org @ 2012-10-31  3:26 UTC (permalink / raw)
  To: gcc-bugs


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

Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> changed:

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

--- Comment #3 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2012-10-31 03:26:04 UTC ---
Fixed in revision 193013.

But cc1plus still won't build for vms for a different reason...


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

end of thread, other threads:[~2012-10-31  3:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-05 22:56 [Bug target/52498] New: vmsdbgout.c fails to build with --enable-werror-always amylaar at gcc dot gnu.org
2012-09-20 13:18 ` [Bug target/52498] " amylaar at gcc dot gnu.org
2012-10-31  3:21 ` amylaar at gcc dot gnu.org
2012-10-31  3:26 ` amylaar 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).