This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/26018] Assembler errors with -march=z900 compiling glibc



------- Comment #10 from pinskia at gcc dot gnu dot org  2006-01-30 18:38 -------
(In reply to comment #9)
> The problem is the construct &&label1 - &&label2 used in the
> source (b.t.w. is this usage of the GCC &&label extension
> valid in the first place?

It is "correct" but not does could mean something different than what the
programmer meant as labels are moved around by the scheduler and maybe for 4.2
by the tree level (if I get my way).


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]