public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
Problems building gcc
 2016-07-27 21:59 UTC  (4+ messages)

unclear instructions on how to subscribe to gcc help?
 2016-07-27  8:20 UTC  (6+ messages)

Enable crc32 for armv7?
 2016-07-27  7:48 UTC 

-march=<name of native> doesn't seem to set flags -march=native does?
 2016-07-26 14:26 UTC  (8+ messages)

bfin c++ problem
 2016-07-25 17:25 UTC  (12+ messages)
            ` [Buildroot] "

Re:Re:
 2016-07-25 13:12 UTC 

symbian support in gcc
 2016-07-25 10:44 UTC 

symbian support in gcc
 2016-07-25  9:39 UTC  (2+ messages)

int main(void) pedantry [Was Re: bfin c++ problem]
 2016-07-21 17:17 UTC 

Fwd: Building GCC 7.0 with gpu offloading
 2016-07-20 21:45 UTC 

Check for command line option in my header file
 2016-07-18 11:32 UTC  (8+ messages)

1/2
 2016-07-16 13:06 UTC 

Dear Mr/Ms; I am Truong, working at Vietnam human engineering in Vietnam. Now, I am using D32 Design Studio for programming MPC5777C micro controller (GNU C Compiler 4.9). I've already made a sample inline asm code in .C file ase bellow: void set_spr ( uint32_t spr_num, uint32_t val ) { asm volalatile ("mtspr %0, %1" : :"r"(spr_num), "r"(val) ); } This code does not work correct (It should work but not work). I found out the constraints operands [:"r"(spr_num),] is not correct. I thinks it better if spr_num is be referred as a constant not a register ( ex: mtspr 120, val ). But I don't know how to revise. I also referred on https://gcc.gnu.org/onlinedocs/gcc/Constraints.html#Constraints about PowerPC but I cannot understand clearly.So, could you please help me to explain about that? If you have the instruction about "constraints for asm operands" for MPC5777C micro controller, please provide me. Thank you
 2016-07-13 14:57 UTC  (4+ messages)
` SPR access

GCC 5.3.0 Make install fails
 2016-07-13  8:39 UTC  (5+ messages)

GCC++
 2016-07-12  8:53 UTC 

what does -fno-pic do
 2016-07-11 15:29 UTC  (6+ messages)

gcc-6.1, cstdlib, fatal error: stdlib.h: No such file or directory
 2016-07-10 14:20 UTC  (4+ messages)
    `  "

question about illegal utf-8 encoding in string literals
 2016-07-06 20:39 UTC  (2+ messages)

Disable coalesce sections when using GCC with -Wa,-q and Clang integrated assembler?
 2016-07-05  0:30 UTC 

Vintage AT&T 3B
 2016-07-04 23:22 UTC  (2+ messages)

strtold("inf",NULL) returns a NaN
 2016-07-04  7:25 UTC  (3+ messages)

Where do number suffixes in symbol names come from?
 2016-06-30 14:03 UTC  (6+ messages)

-static-libstdc++ on OSX
 2016-06-30  7:40 UTC 

static declaration follows non-static one
 2016-06-29 15:31 UTC  (5+ messages)

gcov apis are hidden in libgcov.a of arm-none-eabi
 2016-06-28 13:08 UTC 

hi gcc
 2016-06-28  0:21 UTC 

How to test Aarch32 execution environment on Aarch64?
 2016-06-27  8:28 UTC  (2+ messages)

gcc 6.1 generates movaps for unaligned memory
 2016-06-24 12:37 UTC  (3+ messages)

Running C++11 shared library with older gcc, libc
 2016-06-23 18:10 UTC  (6+ messages)

double and float in GCC
 2016-06-23 13:40 UTC  (2+ messages)

gcc testsuite not marking stabs tests as unsupported
 2016-06-22 20:13 UTC  (4+ messages)

frame_pointer_needed always true ?
 2016-06-22 16:14 UTC  (2+ messages)

How do I tell GCC that a global variable is immutable after initialization?
 2016-06-22 12:16 UTC  (8+ messages)

[OpenACC] Performance issues on simple example program
 2016-06-21 17:27 UTC 

gmp.h not found, even though sources are found
 2016-06-21 15:59 UTC  (3+ messages)

gcc: alternate activation records
 2016-06-21  8:06 UTC 

Question about -ftree-* optimizations in -O1
 2016-06-20 17:21 UTC  (4+ messages)

defects in gcc, please fix, thanks
 2016-06-20 10:50 UTC  (3+ messages)

permission
 2016-06-20 10:11 UTC  (3+ messages)

Identifying declared but unreferenced global variables from a plugin
 2016-06-20  6:40 UTC  (5+ messages)

Confusing error for incorrect struct initialization
 2016-06-18 21:58 UTC  (9+ messages)
    `  "

Cross-compiled GCC 6.1.0 has "../lib" instead of "/usr/lib" in -print-search-dirs output
 2016-06-16 20:15 UTC  (5+ messages)

Bogus unresolved references to vtable when building with lto
 2016-06-16  3:04 UTC  (3+ messages)

bug in gcc
 2016-06-15 13:17 UTC  (5+ messages)

Bug in template parsing?
 2016-06-15  1:55 UTC  (3+ messages)

Build Error: cannot compute suffix of object files
 2016-06-11 16:27 UTC 

Historic C++ ABI question
 2016-06-06 10:04 UTC  (3+ messages)

Does GCC 4.4.0 need MPC ?
 2016-06-03 22:29 UTC  (2+ messages)

Is it possible to compile gcc-4.4.0 using gcc-4.2.4
 2016-06-03 19:17 UTC  (2+ messages)

gcc 6.1.0 emits call to __sync_synchronize
 2016-06-03 16:37 UTC 

GCC 6.1 compilation fails on CentOS 7.2 - conflicting/ambiguous definitions
 2016-06-03 13:56 UTC  (3+ messages)

Build Error: cannot compute suffix of object files
 2016-06-02 21:19 UTC 

arm-none-eabi-gcc 5.3 and LTO, mixing ARM and Thumb instructions
 2016-06-02  7:11 UTC  (3+ messages)

float behaivior on ARMv8-A
 2016-06-01 15:15 UTC  (7+ messages)
          ` AW: "

As-if Rule (was: ARMv8, GCC 4.9 and necessary code optimized away)
 2016-06-01 13:59 UTC  (4+ messages)

LTO + Function Multi Versioning bug
 2016-06-01 13:41 UTC  (3+ messages)

ARMv8, GCC 4.9 and necessary code optimized away?
 2016-06-01 10:26 UTC  (9+ messages)

Trying to understand how libgomp implements the task construct
 2016-05-31 22:50 UTC 

undefined reference to `__sync_synchronize'
 2016-05-31 21:29 UTC 

Using __attribute__((target("arm"))) on ARM cross compiler: warning: target attribute is not supported on this machine [-Wattributes]
 2016-05-31 14:05 UTC  (4+ messages)

page:  |  | latest

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).