[Bug gas/14263] »val« may be used uninitialized in this function tc-arm.c parse_operands()

2012-06-29 Thread bruck.michael at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14263

--- Comment #3 from Michael Bruck  
2012-06-29 15:00:39 UTC ---
(In reply to comment #2)
> Hi Michael,
> 
>   I am unable to reproduce this problem locally, but the fix seems obvious. 
> Please could you confirm that the uploaded patch allows you to build the
> toolchain and if it does then I will check it in.
> 
> Cheers
>   Nick

Yes, this fixes it. (Same change I made to get around it.)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gas/14263] New: »val« may be used uninitialized in this function tc-arm.c parse_operands()

2012-06-18 Thread bruck.michael at googlemail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14263

 Bug #: 14263
   Summary: »val« may be used uninitialized in this function
tc-arm.c parse_operands()
   Product: binutils
   Version: 2.22
Status: NEW
  Severity: normal
  Priority: P2
 Component: gas
AssignedTo: unassig...@sourceware.org
ReportedBy: bruck.mich...@googlemail.com
Classification: Unclassified


building binutils 2.22.52 on cygwin with gcc 4.5.3 and -O6:

gcc -DHAVE_CONFIG_H -I. -I../../../src/binutils-2.22.52/gas  -I.
-I../../../src/binutils-2.22.52/gas -I../bfd
-I../../../src/binutils-2.22.52/gas/config 
-I../../../src/binutils-2.22.52/gas/../include
-I../../../src/binutils-2.22.52/gas/..
-I../../../src/binutils-2.22.52/gas/../bfd  
-DLOCALEDIR="\"/cygdrive/p/Ablage/DG-GCC/install/share/locale\""  -W -Wall
-Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -O6 -MT tc-arm.o -MD
-MP -MF .deps/tc-arm.Tpo -c -o tc-arm.o `test -f 'config/tc-arm.c' || echo
'../../../src/binutils-2.22.52/gas/'`config/tc-arm.c
cc1: warnings being treated as errors
../../../src/binutils-2.22.52/gas/config/tc-arm.c: In Funktion
»parse_operands«:
../../../src/binutils-2.22.52/gas/config/tc-arm.c:6205:10: Fehler: »val« may be
used uninitialized in this function

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils