Sourc code for t.cpp:
------------------------------------------------
int mymain()
{
int i = 0;
static_cast<long int>(i) = 1;
return i;
}
------------------------------------------------
Expected Behaviour:
------------------------------------------------
"t.cpp", line 4.9: 1540-2410 (S) The left side of the "=" operator must be an
lvalue.
------------------------------------------------
Actual Behaviour:
------------------------------------------------
None.
------------------------------------------------
t.ii generated with -save-temps option
------------------------------------------------
# 1 "t.cpp"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "t.cpp"
int mymain()
{
int i = 0;
static_cast<long int>(i) = 1;
return i;
}
------------------------------------------------
Release:
------------------------------------------------
GCC Version: 3.2.0
------------------------------------------------
Environment:
System Type:
------------------------------------------------
Reading specs from
/usr/local/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.2/specs
Configured with: /scratch/gcc-3.2/configure --prefix=/usr/local/gcc.3.2.0
--enable-threads=aix --disable-nls
Thread model: aix
gcc version 3.2
/usr/local/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.2/cpp0 -lang-c++
-D__GNUG__=3 -D__DEPRECATED -D__EXCEPTIONS -D__STRICT_ANSI__ -trigraphs -$ -v
-iprefix /usr/local/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.2/ -D__GNUC__=3
-D__GNUC_MINOR__=2 -D__GNUC_PATCHLEVEL__=0 -D__GXX_ABI_VERSION=102 -D_IBMR2
-D_POWER -D_LONG_LONG -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_AIX51 -Asystem=unix
-Asystem=aix -D__NO_INLINE__ -D__STDC_HOSTED__=1 -D_XOPEN_SOURCE=500
-D_XOPEN_SOURCE_EXTENDED=1 -D_LARGE_FILE_API -D_ALL_SOURCE
-D__WCHAR_TYPE__=short unsigned int -D_ARCH_COM t.cpp -std=iso9899:199409 -Wall
-pedantic t.ii
GNU CPP version 3.2 (cpplib)
ignoring nonexistent directory
"/usr/local/lib/gcc-lib/../../powerpc-ibm-aix5.1.0.0/include"
ignoring nonexistent directory
"/usr/local/gcc.3.2.0/powerpc-ibm-aix5.1.0.0/include"
ignoring duplicate directory
"/usr/local/gcc.3.2.0/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.2/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/local/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.2/include
/usr/local/include
/usr/local/gcc.3.2.0/include
/usr/include
End of search list.
/usr/local/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.2/cc1plus -fpreprocessed
t.ii -trigraphs -$ -quiet -dumpbase t.cpp -ansi -Wall -pedantic
-std=iso9899:199409 -ansi -version -o t.s
GNU CPP version 3.2 (cpplib)
GNU C++ version 3.2 (powerpc-ibm-aix5.1.0.0)
compiled by GNU C version 3.2.
as -u -mcom -o t.o t.s
------------------------------------------------
How-To-Repeat:
------------------------------------------------
g++ -v -save-temps -std=iso9899:199409 -ansi -Wall -pedantic -c t.cpp
------------------------------------------------
--
Summary: The left side of the "=" operator must be an lvalue.
Product: gcc
Version: 3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: msadoghi at ca dot ibm dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19914